Searched refs:fAutoMountAllCheck (Results 1 – 2 of 2) sorted by relevance
93 fAutoMountAllCheck = new BRadioButton("autoAll", in AutomountSettingsPanel()140 .Add(fAutoMountAllCheck) in AutomountSettingsPanel()215 fAutoMountAllCheck->SetTarget(this); in AttachedToWindow()253 message.AddBool("autoMountAll", (bool)fAutoMountAllCheck->Value()); in _SendSettings()299 fAutoMountAllCheck->SetValue(B_CONTROL_ON); in _ParseSettings()
198 BRadioButton* fAutoMountAllCheck; variable