Home
last modified time | relevance | path

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

/haiku/src/preferences/time/
H A DNetworkTimeView.cpp286 fSynchronizeAtBootCheckBox(NULL), in NetworkTimeView()
305 delete fSynchronizeAtBootCheckBox; in ~NetworkTimeView()
372 fSettings.SetSynchronizeAtBoot(fSynchronizeAtBootCheckBox->Value()); in MessageReceived()
432 fSynchronizeAtBootCheckBox->SetValue( in MessageReceived()
454 fSynchronizeAtBootCheckBox->SetTarget(this); in AttachedToWindow()
494 fSynchronizeAtBootCheckBox = new BCheckBox("autoUpdate", in _InitView()
497 fSynchronizeAtBootCheckBox->SetValue(fSettings.GetSynchronizeAtBoot()); in _InitView()
523 .Add(fSynchronizeAtBootCheckBox) in _InitView()
H A DNetworkTimeView.h98 BCheckBox* fSynchronizeAtBootCheckBox; variable