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

/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/skia/include/views/
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/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.h167 const S *CheckState(StateId s) const { function in class:fst::CacheBaseImpl
326 const S *state = CheckState(s);
337 const S *state = CheckState(s);

Completed in 256 milliseconds