Searched refs:fSynchronizeButton (Results 1 – 2 of 2) sorted by relevance
287 fSynchronizeButton(NULL), in NetworkTimeView()306 delete fSynchronizeButton; in ~NetworkTimeView()390 fSynchronizeButton->SetLabel(B_TRANSLATE("Stop")); in MessageReceived()391 fSynchronizeButton->Message()->what = kMsgStopSynchronization; in MessageReceived()455 fSynchronizeButton->SetTarget(this); in AttachedToWindow()503 fSynchronizeButton = new BButton("update", B_TRANSLATE("Synchronize"), in _InitView()529 .Add(fSynchronizeButton) in _InitView()559 fSynchronizeButton->SetLabel(B_TRANSLATE("Synchronize again")); in _DoneSynchronizing()560 fSynchronizeButton->Message()->what = kMsgSynchronize; in _DoneSynchronizing()
99 BButton* fSynchronizeButton; variable