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

1234567

/external/chromium_org/ui/views/controls/button/
H A Dcustom_button.cc54 void CustomButton::SetState(ButtonState state) { function in class:views::CustomButton
99 SetState(is_hot_tracked ? STATE_HOVERED : STATE_NORMAL);
117 SetState(IsMouseHovered() ? STATE_HOVERED : STATE_NORMAL);
119 SetState(STATE_DISABLED);
129 SetState(STATE_PRESSED);
139 SetState(ShouldEnterPushedState(event) ? STATE_PRESSED : STATE_HOVERED);
141 SetState(STATE_NORMAL);
151 SetState(STATE_NORMAL);
155 SetState(STATE_HOVERED);
166 SetState(STATE_NORMA
[all...]
/external/chromium_org/chrome/browser/captive_portal/
H A Dcaptive_portal_tab_reloader.cc66 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_RELOA
188 void CaptivePortalTabReloader::SetState(State new_state) { function in class:CaptivePortalTabReloader
[all...]
/external/chromium_org/athena/wm/
H A Dbezel_controller.cc74 void BezelController::SetState(BezelController::State state) { function in class:athena::BezelController
75 // Use SetState(State, float) if |state| is one of the BEZEL_SCROLLING states.
78 SetState(state, kScrollDeltaNone);
81 void BezelController::SetState(BezelController::State state, function in class:athena::BezelController
98 // and we get a reentrant call to SetState().
127 SetState(NONE);
141 SetState(IGNORE_CURRENT_SCROLL);
151 SetState(IGNORE_CURRENT_SCROLL);
153 SetState(BEZEL_GESTURE_STARTED);
164 SetState(IGNORE_CURRENT_SCROL
[all...]
H A Dbezel_controller.h73 void SetState(State state);
76 void SetState(State state, float scroll_delta);
/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Duser_adding_screen_input_methods_controller.cc27 imm->SetState(saved_ime_state_->Clone());
33 input_method::InputMethodManager::Get()->SetState(saved_ime_state_);
/external/chromium_org/ui/views/controls/scrollbar/
H A Dbase_scroll_bar_thumb.cc69 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) { function in class:views::BaseScrollBarThumb
/external/chromium_org/chrome/browser/ui/search/
H A Dsearch_delegate.cc21 browser_model_->SetState(new_state);
28 browser_model_->SetState(tab_model_->state());
H A Dsearch_model.h47 void SetState(const State& state);
/external/chromium_org/chrome/browser/ui/passwords/
H A Dmanage_passwords_icon.h17 void SetState(password_manager::ui::State state);
31 // Called from SetState() iff the icon's state has changed in order to do
H A Dmanage_passwords_icon.cc28 void ManagePasswordsIcon::SetState(password_manager::ui::State state) { function in class:ManagePasswordsIcon
H A Dmanage_passwords_ui_controller_mock.h50 void SetState(password_manager::ui::State state) { state_ = state; } function in class:ManagePasswordsUIControllerMock
/external/chromium_org/athena/home/public/
H A Dhome_card.h48 virtual void SetState(State state) = 0;
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Ddecoding_state_unittest.cc51 dec_state.SetState(&frame);
80 dec_state.SetState(&frame);
92 dec_state.SetState(&frame);
103 dec_state.SetState(&frame);
135 dec_state.SetState(&frame);
146 dec_state.SetState(&frame);
157 dec_state.SetState(&frame);
174 dec_state.SetState(&frame);
224 dec_state.SetState(&frame);
234 dec_state.SetState(
[all...]
H A Ddecoding_state.h33 void SetState(const VCMFrameBuffer* frame);
H A Dframe_buffer.cc104 SetState(kStateIncomplete);
150 SetState(kStateComplete);
153 SetState(kStateDecodable);
204 VCMFrameBuffer::SetState(VCMFrameBufferStateEnum state) { function in class:webrtc::VCMFrameBuffer
H A Dframe_buffer.h85 void SetState(VCMFrameBufferStateEnum state); // Set state of frame
/external/chromium_org/remoting/host/it2me/
H A Dit2me_host.cc94 SetState(kDisconnecting);
95 SetState(kDisconnected);
103 SetState(kDisconnecting);
106 SetState(kDisconnected);
135 SetState(kStarting);
160 SetState(kInvalidDomainError);
229 SetState(kRequestedAccessCode);
245 SetState(kDisconnected);
304 SetState(kConnected);
373 void It2MeHost::SetState(It2MeHostStat function in class:remoting::It2MeHost
[all...]
/external/chromium_org/remoting/protocol/
H A Dconnection_to_host.cc84 SetState(CONNECTING, OK);
184 SetState(AUTHENTICATED, OK);
217 SetState(CLOSED, OK);
231 SetState(CLOSED, OK);
279 SetState(CONNECTED, OK);
284 SetState(FAILED, error);
296 void ConnectionToHost::SetState(State state, ErrorCode error) { function in class:remoting::protocol::ConnectionToHost
H A Djingle_session.cc131 SetState(CONNECTING);
147 SetState(ACCEPTING);
192 SetState(CONNECTED);
199 SetState(AUTHENTICATING);
469 SetState(CONNECTED);
549 SetState(FAILED);
551 SetState(CLOSED);
591 // SetState(AUTHENTICATING) and cause subsequent dereferencing of the this
600 SetState(AUTHENTICATING);
619 SetState(AUTHENTICATE
663 void JingleSession::SetState(State new_state) { function in class:remoting::protocol::JingleSession
[all...]
/external/chromium_org/ui/app_list/search/
H A Dtokenized_string_char_iterator.h58 void SetState(const State& state);
/external/lldb/tools/debugserver/source/
H A DTTYState.h52 bool SetState(uint32_t idx) const;
/external/chromium_org/athena/home/
H A Dhome_card_impl.cc280 SetState(VISIBLE_MINIMIZED);
305 void HomeCardImpl::SetState(HomeCard::State state) { function in class:athena::HomeCardImpl
352 SetState(HIDDEN);
355 SetState(VISIBLE_CENTERED);
358 SetState(original_state_);
371 SetState(VISIBLE_MINIMIZED);
373 SetState(VISIBLE_CENTERED);
381 SetState(final_state);
418 SetState(VISIBLE_BOTTOM);
422 SetState(VISIBLE_MINIMIZE
[all...]
/external/chromium_org/chrome/browser/extensions/
H A Dtest_blacklist.cc43 void BlacklistStateFetcherMock::SetState(const std::string& id, function in class:extensions::BlacklistStateFetcherMock
85 state_fetcher_mock_.SetState(extension_id, state);
/external/chromium_org/ash/frame/caption_buttons/
H A Dframe_caption_button.cc157 SetState(STATE_PRESSED);
161 SetState(STATE_NORMAL);
165 SetState(STATE_HOVERED);
/external/openfst/src/include/fst/
H A Dmatcher.h67 // void SetState(StateId s);
78 // // Initially and after SetState() the iterator methods
115 void SetState(StateId s) { SetState_(s); } function in class:fst::MatcherBase
212 void SetState(StateId s) { function in class:fst::SortedMatcher
300 virtual void SetState_(StateId s) { SetState(s); }
448 void SetState(StateId s) { function in class:fst::RhoMatcher
449 matcher_->SetState(s);
505 virtual void SetState_(StateId s) { SetState(s); }
622 void SetState(StateId s) { function in class:fst::SigmaMatcher
623 matcher_->SetState(
811 void SetState(StateId s) { function in class:fst::PhiMatcher
1035 void SetState(StateId s) { function in class:fst::MultiEpsMatcher
1186 void SetState(StateId s) { base_->SetState(s); } function in class:fst::Matcher
[all...]

Completed in 442 milliseconds

1234567