Searched defs:SetState (Results 1 - 23 of 23) sorted by relevance

/external/chromium/chrome/browser/sync/notifier/
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
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,
/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...]
/external/openfst/src/include/fst/
H A Dstate-reachable.h136 // reachability from a state s, first do SetState(s). Then a final
162 void SetState(StateId s) { s_ = s; } function in class:fst::StateReachable
H A Darcsort.h56 void SetState(StateId s) { function in class:fst::ArcSortMapper
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
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 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 Dlabel-reachable.h117 // SetState(s). Then a label l can be reached from state s of FST f
262 void SetState(StateId s, StateId aiter_s = kNoStateId) { function in class:fst::LabelReachable
265 accumulator_->SetState(aiter_s);
H A Dlookahead-filter.h244 void SetState(StateId s1, StateId s2, const FilterState &f) { function in class:fst::LookAheadComposeFilter
245 filter_.SetState(s1, s2, f);
304 selector_.GetMatcher()->SetState(arca->nextstate);
360 void SetState(StateId s1, StateId s2, const FilterState &f) { function in class:fst::PushWeightsComposeFilter
362 filter_.SetState(s1, s2, f.GetState1());
474 void SetState(StateId s1, StateId s2, const FilterState &f) { function in class:fst::PushLabelsComposeFilter
476 filter_.SetState(s1, s2, f.GetState1());
560 Selector().GetMatcher()->SetState(arca->nextstate);
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 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 Dvector-fst.h137 void SetState(StateId s, State *state) { states_[s] = state; } function in class:fst::VectorFstBaseImpl
H A Daccumulator.h54 void SetState(StateId) {} function in class:fst::DefaultAccumulator
93 void SetState(StateId) {} function in class:fst::LogAccumulator
187 void SetState(StateId s) { function in class:fst::FastLogAccumulator
192 FSTERROR() << "FastLogAccumulator::SetState: invalid state id.";
467 void SetState(StateId s, int depth = 0) { function in class:fst::CacheLogAccumulator
478 FSTERROR() << "CacheLogAccumulator::SetState: incorrectly initialized.";
694 void SetState(StateId s) { function in class:fst::ReplaceAccumulator
696 FSTERROR() << "ReplaceAccumulator::SetState: incorrectly initialized.";
702 data_->GetAccumulator(fst_id_)->SetState(tuple.fst_state);
/external/chromium/third_party/libjingle/source/talk/base/
H A Dnetwork.cc193 void NetworkManager::SetState(const std::string& str) { function in class:talk_base::NetworkManager
202 network->SetState(state);
445 void Network::SetState(const std::string& str) { function in class:talk_base::Network
/external/chromium/chrome/browser/chromeos/frame/
H A Dpanel_controller.cc247 SetState(PanelController::MINIMIZED);
252 SetState(PanelController::EXPANDED);
263 void PanelController::SetState(State state) { function in class:chromeos::PanelController
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dvector-fst.h131 void SetState(StateId s, State *state) { states_[s] = state; } function in class:fst::VectorFstBaseImpl
/external/chromium/chrome/browser/chromeos/notifications/
H A Dnotification_panel.cc26 #define SET_STATE(state) SetState(state, __PRETTY_FUNCTION__)
714 panel_controller_->SetState(PanelController::MINIMIZED);
719 panel_controller_->SetState(PanelController::EXPANDED);
725 panel_controller_->SetState(PanelController::EXPANDED);
794 void NotificationPanel::SetState(State new_state, const char* name) { function in class:chromeos::NotificationPanel
/external/chromium/chrome/browser/ui/views/download/
H A Ddownload_item_view.cc514 SetState(PUSHED, NORMAL);
523 SetState(NORMAL, PUSHED);
568 SetState(NORMAL, NORMAL);
581 SetState(NORMAL, NORMAL);
591 SetState(on_body ? HOT : NORMAL, on_body ? NORMAL : HOT);
606 SetState(NORMAL, drop_down_pressed_ ? PUSHED : NORMAL);
651 SetState(NORMAL, PUSHED);
678 SetState(NORMAL, NORMAL);
998 void DownloadItemView::SetState(State body_state, State drop_down_state) { function in class:DownloadItemView
/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/
H A DWebView.h318 void SetState(const int state) { m_state = state; } function in class:wxWebViewLoadEvent

Completed in 252 milliseconds