Searched refs:CheckState (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Dcaptive_portal_window_browsertest.cc70 void CheckState(bool is_shown, int num_portal_notifications) { function in class:chromeos::CaptivePortalWindowTest
110 CheckState(false, 0);
113 CheckState(true, 0);
116 CheckState(false, 0);
120 CheckState(false, 0);
123 CheckState(false, 0);
126 CheckState(true, 1);
129 CheckState(false, 1);
133 CheckState(false, 0);
136 CheckState(fals
[all...]
/external/chromium_org/chrome/browser/notifications/
H A Dscreen_lock_notification_blocker.cc23 void ScreenLockNotificationBlocker::CheckState() { function in class:ScreenLockNotificationBlocker
33 &ScreenLockNotificationBlocker::CheckState);
H A Dscreen_lock_notification_blocker.h24 virtual void CheckState() OVERRIDE;
H A Dfullscreen_notification_blocker.h25 virtual void CheckState() OVERRIDE;
H A Dfullscreen_notification_blocker.cc60 void FullscreenNotificationBlocker::CheckState() { function in class:FullscreenNotificationBlocker
84 CheckState();
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dreload_button_unittest.cc13 void CheckState(bool enabled,
39 void ReloadButtonTest::CheckState(bool enabled, function in class:ReloadButtonTest
56 CheckState(true, ReloadButton::MODE_RELOAD, ReloadButton::MODE_RELOAD, false,
62 CheckState(true, ReloadButton::MODE_RELOAD, ReloadButton::MODE_RELOAD, true,
68 CheckState(true, ReloadButton::MODE_STOP, ReloadButton::MODE_STOP, false,
73 CheckState(true, ReloadButton::MODE_RELOAD, ReloadButton::MODE_RELOAD, false,
86 CheckState(true, ReloadButton::MODE_RELOAD, ReloadButton::MODE_RELOAD, true,
94 CheckState(true, ReloadButton::MODE_STOP, ReloadButton::MODE_RELOAD, true,
99 CheckState(true, ReloadButton::MODE_STOP, ReloadButton::MODE_STOP, false,
113 CheckState(fals
[all...]
/external/chromium_org/ui/message_center/
H A Dnotification_blocker.h32 virtual void CheckState() {} function in class:message_center::NotificationBlocker
H A Dmessage_center_impl.cc566 blockers_[i]->CheckState();
594 blockers_[i]->CheckState();
/external/chromium_org/third_party/skia/include/views/animated/
H A DSkWidgetViews.h125 enum CheckState { enum in class:SkCheckButtonView
130 CheckState getCheckState() const { return (CheckState)fCheckState; }
131 void setCheckState(CheckState);
133 /** use this to extract the CheckState from an event (i.e. one that as posted
138 static bool GetWidgetEventCheckState(const SkEvent&, CheckState* state);
142 virtual void onCheckStateChange(CheckState oldState, CheckState newState);
/external/skia/include/views/animated/
H A DSkWidgetViews.h125 enum CheckState { enum in class:SkCheckButtonView
130 CheckState getCheckState() const { return (CheckState)fCheckState; }
131 void setCheckState(CheckState);
133 /** use this to extract the CheckState from an event (i.e. one that as posted
138 static bool GetWidgetEventCheckState(const SkEvent&, CheckState* state);
142 virtual void onCheckStateChange(CheckState oldState, CheckState newState);
/external/chromium_org/third_party/skia/src/views/animated/
H A DSkWidgetViews.cpp198 void SkCheckButtonView::setCheckState(CheckState state)
209 /*virtual*/ void SkCheckButtonView::onCheckStateChange(CheckState oldState, CheckState newState)
220 this->setCheckState((CheckState)index);
233 bool SkCheckButtonView::GetWidgetEventCheckState(const SkEvent& evt, CheckState* state)
240 *state = (CheckState)state32;
/external/skia/src/views/animated/
H A DSkWidgetViews.cpp198 void SkCheckButtonView::setCheckState(CheckState state)
209 /*virtual*/ void SkCheckButtonView::onCheckStateChange(CheckState oldState, CheckState newState)
220 this->setCheckState((CheckState)index);
233 bool SkCheckButtonView::GetWidgetEventCheckState(const SkEvent& evt, CheckState* state)
240 *state = (CheckState)state32;
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcache.h106 const S *CheckState(StateId s) const { function in class:fst::CacheBaseImpl
208 const S *state = CheckState(s);
219 const S *state = CheckState(s);
/external/chromium_org/tools/win/ChromeDebug/ChromeDebug/
H A DAttachDialog.Designer.cs152 this.checkBoxOnlyChrome.CheckState = System.Windows.Forms.CheckState.Checked;
/external/chromium_org/chrome/browser/metrics/
H A Dthread_watcher_unittest.cc655 void CheckState(bool has_thread_watcher_list, function in class:ThreadWatcherListTest
709 CheckState(false /* has_thread_watcher_list */,
722 CheckState(true /* has_thread_watcher_list */,
735 CheckState(false /* has_thread_watcher_list */,
/external/chromium_org/net/disk_cache/blockfile/
H A Dindex_table_v3.h236 void CheckState(const EntryCell& cell);
H A Dindex_table_v3.cc600 CheckState(entry_cell);
824 void IndexTable::CheckState(const EntryCell& cell) { function in class:disk_cache::IndexTable
1103 CheckState(cell);
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dsession.cc1359 if (!CheckState(STATE_INIT, error))
1396 if (!CheckState(STATE_SENTINITIATE, error))
1426 if (!CheckState(STATE_SENTINITIATE, error))
1477 if (!CheckState(STATE_INPROGRESS, error))
1530 if (!CheckState(STATE_SENTINITIATE, &message_error)) {
1545 bool Session::CheckState(State expected, MessageError* error) { function in class:cricket::Session
H A Dsession.h729 bool CheckState(State state, MessageError* error);
/external/openfst/src/include/fst/
H A Dcache.h200 const S *CheckState(StateId s) const { function in class:fst::CacheBaseImpl
374 const S *state = CheckState(s);
385 const S *state = CheckState(s);

Completed in 6304 milliseconds