Home
last modified time | relevance | path

Searched refs:fSynchronizeButton (Results 1 – 2 of 2) sorted by relevance

/haiku/src/preferences/time/
H A DNetworkTimeView.cpp287 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()
H A DNetworkTimeView.h99 BButton* fSynchronizeButton; variable