Searched refs:SetState (Results 1 - 25 of 54) sorted by relevance

123

/external/chromium/chrome/browser/sync/notifier/
H A Dsync_notifier.h41 // SetState must be called once, before any call to UpdateCredentials.
42 virtual void SetState(const std::string& state) = 0;
H A Dnon_blocking_invalidation_notifier.h36 virtual void SetState(const std::string& state);
H A Dnon_blocking_invalidation_notifier_unittest.cc65 invalidation_notifier_->SetState("fake_state");
H A Dnon_blocking_invalidation_notifier.cc32 void SetState(const std::string& state);
94 void NonBlockingInvalidationNotifier::Core::SetState( function in class:sync_notifier::NonBlockingInvalidationNotifier::Core
97 invalidation_notifier_->SetState(state);
169 void NonBlockingInvalidationNotifier::SetState(const std::string& state) { function in class:sync_notifier::NonBlockingInvalidationNotifier
175 &NonBlockingInvalidationNotifier::Core::SetState,
H A Dinvalidation_notifier.h48 virtual void SetState(const std::string& state) OVERRIDE;
H A Dinvalidation_notifier_unittest.cc69 invalidation_notifier_->SetState("fake_state");
H A Dp2p_notifier.h42 virtual void SetState(const std::string& state);
H A Dinvalidation_notifier.cc50 void InvalidationNotifier::SetState(const std::string& state) { function in class:sync_notifier::InvalidationNotifier
H A Dp2p_notifier.cc57 void P2PNotifier::SetState(const std::string& state) { function in class:sync_notifier::P2PNotifier
/external/chromium/chrome/browser/policy/
H A Ddevice_token_fetcher.cc69 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_UNMANAGE
177 void DeviceTokenFetcher::SetState(FetcherState state) { function in class:policy::DeviceTokenFetcher
[all...]
H A Dcloud_policy_controller.cc92 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_UNAVAILABL
299 void CloudPolicyController::SetState( function in class:policy::CloudPolicyController
[all...]
H A Dcloud_policy_controller.h128 void SetState(ControllerState new_state);
H A Ddevice_token_fetcher.h112 void SetState(FetcherState state);
/external/chromium/third_party/libjingle/source/talk/base/
H A Dnetwork.h60 void SetState(const std::string& str);
143 void SetState(const std::string& str);
/external/openfst/src/include/fst/
H A Dmatcher.h67 // void SetState(StateId s);
104 void SetState(StateId s) { SetState_(s); } function in class:fst::MatcherBase
201 void SetState(StateId s) { function in class:fst::SortedMatcher
256 virtual void SetState_(StateId s) { SetState(s); }
405 void SetState(StateId s) { function in class:fst::RhoMatcher
406 matcher_->SetState(s);
456 virtual void SetState_(StateId s) { SetState(s); }
573 void SetState(StateId s) { function in class:fst::SigmaMatcher
574 matcher_->SetState(s);
635 virtual void SetState_(StateId s) { SetState(
758 void SetState(StateId s) { function in class:fst::PhiMatcher
949 void SetState(StateId s) { function in class:fst::MultiEpsMatcher
1097 void SetState(StateId s) { base_->SetState(s); } function in class:fst::Matcher
[all...]
H A Dlookahead-matcher.h206 void SetState(StateId s) { return matcher_.SetState(s); } function in class:fst::TrivialLookAheadMatcher
228 virtual void SetState_(StateId s) { SetState(s); }
286 void SetState(StateId s) { function in class:fst::ArcLookAheadMatcher
288 matcher_.SetState(s);
320 virtual void SetState_(StateId s) { SetState(s); }
481 void SetState(StateId s) { function in class:fst::LabelLookAheadMatcher
491 matcher_.SetState(s_);
530 label_reachable_->SetState(s_);
561 virtual void SetState_(StateId s) { SetState(
738 void SetState(StateId s) { base_->SetState(s); } function in class:fst::LookAheadMatcher
[all...]
H A Dcompose-filter.h75 void SetState(T state) { state_ = state; } function in class:fst::IntegerFilterState
143 void SetState(const F1 &f1, const F2 &f2) { function in class:fst::PairFilterState
179 // void SetState(StateId s1, StateId s2, const FilterState &f);
245 void SetState(StateId s1, StateId s2, const FilterState &f) { function in class:fst::SequenceComposeFilter
330 void SetState(StateId s1, StateId s2, const FilterState &f) { function in class:fst::AltSequenceComposeFilter
418 void SetState(StateId s1, StateId s2, const FilterState &f) { function in class:fst::MatchComposeFilter
506 void SetState(StateId s1, StateId s2, const FilterState &f) { function in class:fst::MultiEpsFilter
507 return filter_.SetState(s1, s2, f);
H A Dstate-map.h61 // void SetState(B::StateId s);
108 mapper->SetState(s);
163 mapper->SetState(s);
293 for (mapper_->SetState(s); !mapper_->Done(); mapper_->Next())
419 void SetState(StateId s) { function in class:fst::IdentityStateMapper
457 void SetState(StateId s) { function in class:fst::ArcSumMapper
541 void SetState(StateId s) { function in class:fst::ArcUniqueMapper
H A Dmatcher-fst.h227 void SetState(StateId s) { matcher_->SetState(s); } function in class:fst::Matcher
268 void SetState(StateId s) { matcher_->SetState(s); } function in class:fst::LookAheadMatcher
/external/chromium/chrome/browser/ui/cocoa/
H A Dstatus_bubble_mac.h67 void SetState(StatusBubbleState state);
139 // use SetState().
168 // Called from SetState to notify the delegate of state changes.
/external/chromium/chrome/browser/ui/views/
H A Dreload_button.cc121 SetState(BS_NORMAL);
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dsession.cc169 void BaseSession::SetState(State state) { function in class:cricket::BaseSession
201 SetState(STATE_INPROGRESS);
297 SetState(Session::STATE_SENTINITIATE);
320 SetState(Session::STATE_SENTACCEPT);
341 SetState(STATE_SENTREJECT);
369 SetState(STATE_SENTTERMINATE);
752 SetState(STATE_RECEIVEDINITIATE);
773 SetState(STATE_RECEIVEDACCEPT);
788 SetState(STATE_RECEIVEDREJECT);
809 SetState(STATE_RECEIVEDTERMINAT
[all...]
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DFrameLoaderClientWx.cpp234 wkEvent.SetState(wxWEBVIEW_LOAD_ONLOAD_HANDLED);
291 wkEvent.SetState(wxWEBVIEW_LOAD_NEGOTIATING);
314 wkEvent.SetState(wxWEBVIEW_LOAD_TRANSFERRING);
324 wkEvent.SetState(wxWEBVIEW_LOAD_DOC_COMPLETED);
398 wkEvent.SetState(wxWEBVIEW_LOAD_DL_COMPLETED);
752 wkEvent.SetState(wxWEBVIEW_LOAD_FAILED);
/external/chromium/chrome/browser/chromeos/frame/
H A Dpanel_controller.h83 void SetState(State state);
/external/chromium/chrome/browser/chromeos/notifications/
H A Dnotification_panel.h153 void SetState(State, const char* method_name);

Completed in 296 milliseconds

123