HomeSort by relevance Sort by last modified time
    Searched refs:SetState (Results 1 - 25 of 149) sorted by null

1 2 3 4 5 6

  /external/chromium_org/ui/views/controls/button/
custom_button.cc 56 void CustomButton::SetState(ButtonState state) {
101 SetState(is_hot_tracked ? STATE_HOVERED : STATE_NORMAL);
119 SetState(IsMouseHovered() ? STATE_HOVERED : STATE_NORMAL);
121 SetState(STATE_DISABLED);
131 SetState(STATE_PRESSED);
141 SetState(ShouldEnterPushedState(event) ? STATE_PRESSED : STATE_HOVERED);
143 SetState(STATE_NORMAL);
153 SetState(STATE_NORMAL);
157 SetState(STATE_HOVERED);
168 SetState(STATE_NORMAL)
    [all...]
  /external/chromium_org/chrome/browser/captive_portal/
captive_portal_tab_reloader.cc 66 SetState(STATE_NONE);
73 SetState(STATE_TIMER_RUNNING);
89 SetState(STATE_NONE);
114 SetState(STATE_NONE);
118 SetState(STATE_NONE);
125 SetState(STATE_TIMER_RUNNING);
134 SetState(STATE_BROKEN_BY_PORTAL);
150 SetState(STATE_NEEDS_RELOAD);
153 SetState(STATE_NONE);
160 SetState(STATE_NEEDS_RELOAD)
    [all...]
  /external/chromium/chrome/browser/sync/notifier/
sync_notifier.h 41 // SetState must be called once, before any call to UpdateCredentials.
42 virtual void SetState(const std::string& state) = 0;
non_blocking_invalidation_notifier.h 36 virtual void SetState(const std::string& state);
non_blocking_invalidation_notifier_unittest.cc 65 invalidation_notifier_->SetState("fake_state");
p2p_notifier.h 42 virtual void SetState(const std::string& state);
non_blocking_invalidation_notifier.cc 32 void SetState(const std::string& state);
94 void NonBlockingInvalidationNotifier::Core::SetState(
97 invalidation_notifier_->SetState(state);
169 void NonBlockingInvalidationNotifier::SetState(const std::string& state) {
175 &NonBlockingInvalidationNotifier::Core::SetState,
invalidation_notifier.h 48 virtual void SetState(const std::string& state) OVERRIDE;
  /external/chromium_org/ui/views/controls/scrollbar/
base_scroll_bar_thumb.cc 69 SetState(CustomButton::STATE_HOVERED);
73 SetState(CustomButton::STATE_NORMAL);
79 SetState(CustomButton::STATE_PRESSED);
113 SetState(HitTestPoint(event.location()) ?
118 SetState(CustomButton::STATE_HOVERED);
125 void BaseScrollBarThumb::SetState(CustomButton::ButtonState state) {
base_scroll_bar_thumb.h 61 void SetState(CustomButton::ButtonState state);
  /external/chromium_org/chrome/browser/ui/search/
search_delegate.cc 21 browser_model_->SetState(new_state);
28 browser_model_->SetState(tab_model_->state());
search_model.h 47 void SetState(const State& state);
  /external/chromium/chrome/browser/policy/
device_token_fetcher.cc 69 SetState(STATE_INACTIVE);
98 // the timestamp that |SetState()| needs to determine the correct refresh
101 SetState(STATE_UNMANAGED);
129 SetState(STATE_TOKEN_AVAILABLE);
132 SetState(STATE_ERROR);
140 SetState(STATE_UNMANAGED);
145 SetState(STATE_TEMPORARY_ERROR);
150 SetState(STATE_BAD_AUTH);
153 SetState(STATE_ERROR);
174 SetState(STATE_UNMANAGED)
    [all...]
cloud_policy_controller.cc 92 SetState(STATE_POLICY_VALID);
115 SetState(STATE_POLICY_VALID);
117 SetState(STATE_POLICY_UNAVAILABLE);
129 SetState(STATE_TOKEN_ERROR);
135 SetState(STATE_TOKEN_UNMANAGED);
145 SetState(STATE_POLICY_UNAVAILABLE);
153 SetState(STATE_POLICY_ERROR);
164 SetState(STATE_TOKEN_UNAVAILABLE);
166 SetState(STATE_TOKEN_VALID);
171 SetState(STATE_TOKEN_UNAVAILABLE)
    [all...]
  /external/chromium_org/remoting/host/it2me/
it2me_host.cc 92 SetState(kDisconnecting);
93 SetState(kDisconnected);
101 SetState(kDisconnecting);
104 SetState(kDisconnected);
133 SetState(kStarting);
158 SetState(kInvalidDomainError);
231 SetState(kRequestedAccessCode);
247 SetState(kDisconnected);
306 SetState(kConnected);
375 void It2MeHost::SetState(It2MeHostState state)
    [all...]
it2me_host.h 82 void SetStateForTesting(It2MeHostState state) { SetState(state); }
97 void SetState(It2MeHostState state);
  /external/chromium_org/chrome/browser/download/
download_path_reservation_tracker_unittest.cc 54 void SetState(DownloadState state) {
208 item->SetState(DownloadItem::COMPLETE);
238 item->SetState(DownloadItem::INTERRUPTED);
270 item->SetState(DownloadItem::COMPLETE);
311 item->SetState(DownloadItem::COMPLETE);
360 item2->SetState(DownloadItem::COMPLETE);
381 item2->SetState(DownloadItem::COMPLETE);
403 item1->SetState(DownloadItem::COMPLETE);
404 item3->SetState(DownloadItem::COMPLETE);
459 item->SetState(DownloadItem::COMPLETE)
    [all...]
  /external/chromium_org/remoting/protocol/
connection_to_host.cc 98 SetState(CONNECTING, OK);
159 SetState(AUTHENTICATED, OK);
191 SetState(CLOSED, OK);
205 SetState(CLOSED, OK);
261 SetState(CONNECTED, OK);
266 SetState(FAILED, error);
278 void ConnectionToHost::SetState(State state, ErrorCode error) {
jingle_session.cc 117 SetState(CONNECTING);
133 SetState(ACCEPTING);
178 SetState(CONNECTED);
181 SetState(AUTHENTICATED);
473 SetState(CONNECTED);
554 SetState(FAILED);
556 SetState(CLOSED);
596 SetState(AUTHENTICATED);
638 SetState(FAILED);
640 SetState(CLOSED)
    [all...]
  /external/ceres-solver/internal/ceres/
parameter_block_test.cc 119 parameter_block.SetState(x);
169 EXPECT_FALSE(parameter_block.SetState(&y));
  /external/chromium/third_party/libjingle/source/talk/base/
network.h 60 void SetState(const std::string& str);
143 void SetState(const std::string& str);
  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_manager_impl_unittest.cc 337 manager_->SetState(InputMethodManager::STATE_BROWSER_SCREEN);
364 manager_->SetState(InputMethodManager::STATE_BROWSER_SCREEN);
395 manager_->SetState(InputMethodManager::STATE_BROWSER_SCREEN);
421 manager_->SetState(InputMethodManager::STATE_BROWSER_SCREEN);
444 manager_->SetState(InputMethodManager::STATE_BROWSER_SCREEN);
458 manager_->SetState(InputMethodManager::STATE_BROWSER_SCREEN);
476 manager_->SetState(InputMethodManager::STATE_BROWSER_SCREEN);
493 manager_->SetState(InputMethodManager::STATE_LOCK_SCREEN);
504 manager_->SetState(InputMethodManager::STATE_BROWSER_SCREEN);
517 manager_->SetState(InputMethodManager::STATE_BROWSER_SCREEN)
    [all...]
  /external/chromium_org/ash/wm/caption_buttons/
frame_caption_button.cc 99 SetState(STATE_PRESSED);
103 SetState(STATE_NORMAL);
107 SetState(STATE_HOVERED);
  /external/chromium_org/net/http/
http_pipelined_host_forced_unittest.cc 89 pipeline->SetState(1, true, true);
96 pipeline->SetState(0, true, true);
  /external/openfst/src/include/fst/
matcher.h 67 // void SetState(StateId s);
78 // // Initially and after SetState() the iterator methods
115 void SetState(StateId s) { SetState_(s); }
212 void SetState(StateId s) {
300 virtual void SetState_(StateId s) { SetState(s); }
448 void SetState(StateId s) {
449 matcher_->SetState(s);
505 virtual void SetState_(StateId s) { SetState(s); }
622 void SetState(StateId s) {
623 matcher_->SetState(s)
    [all...]

Completed in 4008 milliseconds

1 2 3 4 5 6