Searched defs:CheckState (Results 1 - 15 of 15) sorted by relevance

/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 Dfullscreen_notification_blocker.cc60 void FullscreenNotificationBlocker::CheckState() { function in class:FullscreenNotificationBlocker
84 CheckState();
/external/chromium_org/ui/message_center/
H A Dnotification_blocker.h32 virtual void CheckState() {} function in class:message_center::NotificationBlocker
/external/chromium/chrome/browser/ui/gtk/
H A Dreload_button_gtk_unittest.cc13 void CheckState(bool enabled,
40 void ReloadButtonGtkTest::CheckState(bool enabled, function in class:ReloadButtonGtkTest
57 CheckState(true, ReloadButtonGtk::MODE_RELOAD, ReloadButtonGtk::MODE_RELOAD,
62 CheckState(true, ReloadButtonGtk::MODE_RELOAD, ReloadButtonGtk::MODE_RELOAD,
68 CheckState(true, ReloadButtonGtk::MODE_STOP, ReloadButtonGtk::MODE_STOP,
73 CheckState(true, ReloadButtonGtk::MODE_RELOAD, ReloadButtonGtk::MODE_RELOAD,
85 CheckState(true, ReloadButtonGtk::MODE_RELOAD, ReloadButtonGtk::MODE_RELOAD,
93 CheckState(true, ReloadButtonGtk::MODE_STOP, ReloadButtonGtk::MODE_RELOAD,
98 CheckState(true, ReloadButtonGtk::MODE_STOP, ReloadButtonGtk::MODE_STOP,
111 CheckState(fals
[all...]
/external/chromium/chrome/browser/ui/views/
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/chrome/browser/ui/gtk/
H A Dreload_button_gtk_unittest.cc13 void CheckState(bool enabled,
40 void ReloadButtonGtkTest::CheckState(bool enabled, function in class:ReloadButtonGtkTest
57 CheckState(true, ReloadButtonGtk::MODE_RELOAD, ReloadButtonGtk::MODE_RELOAD,
62 CheckState(true, ReloadButtonGtk::MODE_RELOAD, ReloadButtonGtk::MODE_RELOAD,
68 CheckState(true, ReloadButtonGtk::MODE_STOP, ReloadButtonGtk::MODE_STOP,
73 CheckState(true, ReloadButtonGtk::MODE_RELOAD, ReloadButtonGtk::MODE_RELOAD,
85 CheckState(true, ReloadButtonGtk::MODE_RELOAD, ReloadButtonGtk::MODE_RELOAD,
93 CheckState(true, ReloadButtonGtk::MODE_STOP, ReloadButtonGtk::MODE_RELOAD,
98 CheckState(true, ReloadButtonGtk::MODE_STOP, ReloadButtonGtk::MODE_STOP,
111 CheckState(fals
[all...]
/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/chrome/browser/chromeos/login/
H A Dcaptive_portal_window_browsertest.cc71 void CheckState(bool is_shown, int num_portal_notifications) { function in class:chromeos::CaptivePortalWindowTest
111 CheckState(false, 0);
114 CheckState(true, 0);
117 CheckState(false, 0);
121 CheckState(false, 0);
124 CheckState(false, 0);
127 CheckState(true, 1);
130 CheckState(false, 1);
134 CheckState(false, 0);
137 CheckState(fals
[all...]
/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/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/chrome/browser/ssl/
H A Dssl_browser_tests.cc120 void CheckState(WebContents* tab, function in class:SSLUITest
140 CheckState(tab, content::SECURITY_STYLE_AUTHENTICATED,
145 CheckState(tab, content::SECURITY_STYLE_UNAUTHENTICATED, false, false);
149 CheckState(tab, content::SECURITY_STYLE_AUTHENTICATION_BROKEN, false, true);
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dsession.cc734 if (!CheckState(STATE_INIT, error))
763 if (!CheckState(STATE_SENTINITIATE, error))
785 if (!CheckState(STATE_SENTINITIATE, error))
869 if (!CheckState(STATE_SENTINITIATE, &message_error)) {
884 bool Session::CheckState(State state, MessageError* error) { function in class:cricket::Session
/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);
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dsession.cc1299 if (!CheckState(STATE_INIT, error))
1336 if (!CheckState(STATE_SENTINITIATE, error))
1366 if (!CheckState(STATE_SENTINITIATE, error))
1417 if (!CheckState(STATE_INPROGRESS, error))
1470 if (!CheckState(STATE_SENTINITIATE, &message_error)) {
1485 bool Session::CheckState(State expected, MessageError* error) { function in class:cricket::Session

Completed in 457 milliseconds