Searched refs:fSynchronizeAtBootCheckBox (Results 1 – 2 of 2) sorted by relevance
286 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()
98 BCheckBox* fSynchronizeAtBootCheckBox; variable