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

1 2 3

  /external/chromium_org/net/http/
http_pipelined_host_test_util.h 44 void SetState(int depth, bool usable, bool active) {
  /art/runtime/
thread-inl.h 27 inline ThreadState Thread::SetState(ThreadState new_state) {
  /external/chromium_org/chrome/browser/chromeos/input_method/
browser_state_monitor_unittest.cc 26 void SetState(InputMethodManager::State new_state) {
32 return base::Bind(&MockObserver::SetState, base::Unretained(this));
  /external/chromium_org/chrome/browser/ui/search/
search_model.cc 34 void SearchModel::SetState(const State& new_state) {
  /external/chromium/chrome/browser/sync/notifier/
invalidation_notifier.cc 50 void InvalidationNotifier::SetState(const std::string& state) {
p2p_notifier.cc 57 void P2PNotifier::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,
  /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/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/protocol/
connection_to_host.cc 99 SetState(CONNECTING, OK);
160 SetState(AUTHENTICATED, OK);
192 SetState(CLOSED, OK);
206 SetState(CLOSED, OK);
262 SetState(CONNECTED, OK);
267 SetState(FAILED, error);
279 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/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.cc 137 SetState(HitTestPoint(event.location()) ?
142 SetState(CustomButton::STATE_NORMAL);
151 SetState(CustomButton::STATE_NORMAL);
222 SetState(CustomButton::STATE_NORMAL);
459 void BaseScrollBar::SetState(CustomButton::ButtonState 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...]
download_history.cc 75 void SetState(PersistenceState s) { state_ = s; }
275 data->SetState(DownloadHistoryData::PERSISTING);
319 data->SetState(DownloadHistoryData::NOT_PERSISTED);
322 data->SetState(DownloadHistoryData::PERSISTED);
346 data->SetState(DownloadHistoryData::PERSISTED);
405 data->SetState(DownloadHistoryData::NOT_PERSISTED);
  /external/chromium_org/remoting/jingle_glue/
xmpp_signal_strategy.cc 101 SetState(CONNECTING);
198 SetState(CONNECTED);
223 SetState(DISCONNECTED);
227 void XmppSignalStrategy::SetState(State new_state) {
  /external/chromium_org/ui/views/controls/button/
custom_button.cc 28 void CustomButton::SetState(ButtonState state) {
73 SetState(is_hot_tracked ? STATE_HOVERED : STATE_NORMAL);
91 SetState(IsMouseHovered() ? STATE_HOVERED : STATE_NORMAL);
93 SetState(STATE_DISABLED);
103 SetState(STATE_PRESSED);
113 SetState(ShouldEnterPushedState(event) ? STATE_PRESSED : STATE_HOVERED);
115 SetState(STATE_NORMAL);
125 SetState(STATE_NORMAL);
129 SetState(STATE_HOVERED);
140 SetState(STATE_NORMAL)
    [all...]
  /external/openfst/src/include/fst/
arcsort.h 56 void SetState(StateId s) {
state-reachable.h 136 // reachability from a state s, first do SetState(s). Then a final
162 void SetState(StateId s) { s_ = s; }
  /external/ceres-solver/internal/ceres/
parameter_block.h 92 bool SetState(const double* x) {
  /external/chromium/third_party/libjingle/source/talk/base/
network.cc 193 void NetworkManager::SetState(const std::string& str) {
202 network->SetState(state);
445 void Network::SetState(const std::string& str) {
  /external/chromium_org/cloud_print/service/win/
cloud_print_service_config.cc 79 void SetState(ServiceController::State state, const string16& user,
155 void SetupDialog::SetState(ServiceController::State status,
219 SetState(ServiceController::STATE_UNKNOWN, L"", false);
307 PostUITask(base::Bind(&SetupDialog::SetState, this, controller_.state(),
313 PostUITask(base::Bind(&SetupDialog::SetState,
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
datachannel.cc 136 SetState(kClosing);
267 SetState(kClosing);
279 SetState(kOpen);
295 SetState(kClosed);
304 void DataChannel::SetState(DataState state) {
localvideosource.cc 392 SetState(kEnded);
399 SetState(kEnded);
411 SetState(kEnded);
431 SetState(GetReadyState(capture_state));
435 void LocalVideoSource::SetState(SourceState new_state) {

Completed in 1248 milliseconds

1 2 3