HomeSort by relevance Sort by last modified time
    Searched refs:CheckState (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/chrome/browser/chromeos/login/ui/
captive_portal_window_browsertest.cc 70 void CheckState(bool is_shown, int num_portal_notifications) {
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(false, 0)
    [all...]
  /external/chromium_org/chrome/browser/notifications/
screen_lock_notification_blocker.cc 23 void ScreenLockNotificationBlocker::CheckState() {
33 &ScreenLockNotificationBlocker::CheckState);
screen_lock_notification_blocker.h 24 virtual void CheckState() OVERRIDE;
fullscreen_notification_blocker.h 25 virtual void CheckState() OVERRIDE;
fullscreen_notification_blocker.cc 60 void FullscreenNotificationBlocker::CheckState() {
84 CheckState();
  /external/chromium_org/chrome/browser/ui/views/toolbar/
reload_button_unittest.cc 13 void CheckState(bool enabled,
39 void ReloadButtonTest::CheckState(bool enabled,
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(false, ReloadButton::MODE_RELOAD, ReloadButton::MODE_STOP, false
    [all...]
  /external/chromium_org/ui/message_center/
notification_blocker.h 32 virtual void CheckState() {}
message_center_impl.cc 566 blockers_[i]->CheckState();
594 blockers_[i]->CheckState();
  /external/chromium_org/third_party/skia/include/views/animated/
SkWidgetViews.h 125 enum CheckState {
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/
SkWidgetViews.h 125 enum CheckState {
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);
  /dalvik/libdex/
DexSwapVerify.cpp 71 struct CheckState {
92 static inline u4 fileOffset(const CheckState* state, const void* ptr) {
99 static inline void* filePointer(const CheckState* state, u4 offset) {
111 static inline bool checkPtrRange(const CheckState* state,
131 * Assumes "const CheckState* state".
150 * Assumes "const CheckState* state".
161 * Assumes "const CheckState* state" and "typeof(_count) == typeof(_elemSize)"
179 * Assumes "const CheckState* state".
233 static bool verifyFieldDefiner(const CheckState* state, u4 definingClass,
240 static bool verifyMethodDefiner(const CheckState* state, u4 definingClass
    [all...]
  /external/chromium_org/third_party/skia/src/views/animated/
SkWidgetViews.cpp 198 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/
SkWidgetViews.cpp 198 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/
cache.h 106 const S *CheckState(StateId s) const {
208 const S *state = CheckState(s);
219 const S *state = CheckState(s);
  /external/chromium_org/net/disk_cache/blockfile/
index_table_v3.h 236 void CheckState(const EntryCell& cell);
index_table_v3.cc 600 CheckState(entry_cell);
824 void IndexTable::CheckState(const EntryCell& cell) {
    [all...]
  /external/chromium_org/chrome/browser/metrics/
thread_watcher_unittest.cc 655 void CheckState(bool has_thread_watcher_list,
709 CheckState(false /* has_thread_watcher_list */,
722 CheckState(true /* has_thread_watcher_list */,
735 CheckState(false /* has_thread_watcher_list */,
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
session.cc     [all...]
session.h 729 bool CheckState(State state, MessageError* error);
  /external/openfst/src/include/fst/
cache.h 200 const S *CheckState(StateId s) const {
374 const S *state = CheckState(s);
385 const S *state = CheckState(s);

Completed in 1481 milliseconds