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

12345

/external/chromium_org/ui/views/controls/button/
H A Dcustom_button.cc56 void CustomButton::SetState(ButtonState state) { function in class:views::CustomButton
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_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...]
H A Dcaptive_portal_tab_reloader.h136 void SetState(State new_state);
/external/chromium_org/chrome/browser/ui/passwords/
H A Dmanage_passwords_icon.cc22 void ManagePasswordsIcon::SetState(password_manager::ui::State state) { function in class:ManagePasswordsIcon
H A Dmanage_passwords_icon.h17 void SetState(password_manager::ui::State state);
27 // Called from SetState() iff the icon's state has changed in order to do
H A Dmanage_passwords_ui_controller_mock.h49 void SetState(password_manager::ui::State state) { state_ = state; } function in class:ManagePasswordsUIControllerMock
/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/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.cc93 SetState(kDisconnecting);
94 SetState(kDisconnected);
102 SetState(kDisconnecting);
105 SetState(kDisconnected);
134 SetState(kStarting);
159 SetState(kInvalidDomainError);
228 SetState(kRequestedAccessCode);
244 SetState(kDisconnected);
303 SetState(kConnected);
372 void It2MeHost::SetState(It2MeHostStat function in class:remoting::It2MeHost
[all...]
/external/chromium_org/remoting/protocol/
H A Dconnection_to_host.cc79 SetState(CONNECTING, OK);
178 SetState(AUTHENTICATED, OK);
210 SetState(CLOSED, OK);
224 SetState(CLOSED, OK);
272 SetState(CONNECTED, OK);
277 SetState(FAILED, error);
289 void ConnectionToHost::SetState(State state, ErrorCode error) { function in class:remoting::protocol::ConnectionToHost
H A Djingle_session.cc126 SetState(CONNECTING);
142 SetState(ACCEPTING);
187 SetState(CONNECTED);
190 SetState(AUTHENTICATED);
194 SetState(AUTHENTICATING);
485 SetState(CONNECTED);
565 SetState(FAILED);
567 SetState(CLOSED);
607 // SetState(AUTHENTICATING) and cause subsequent dereferencing of the this
616 SetState(AUTHENTICATIN
670 void JingleSession::SetState(State new_state) { function in class:remoting::protocol::JingleSession
[all...]
/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dtokenized_string_char_iterator.h57 void SetState(const State& state);
H A Dtokenized_string_char_iterator.cc73 void TokenizedStringCharIterator::SetState(const State& state) { function in class:app_list::TokenizedStringCharIterator
/external/lldb/tools/debugserver/source/
H A DTTYState.h52 bool SetState(uint32_t idx) const;
/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);
H A Dtest_blacklist.h29 void SetState(const std::string& id, BlacklistState state);
/external/chromium_org/ash/frame/caption_buttons/
H A Dframe_caption_button.cc146 SetState(STATE_PRESSED);
150 SetState(STATE_NORMAL);
154 SetState(STATE_HOVERED);
/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dinput_method_configuration.cc25 input_method_manager_impl->SetState(new_state);
/external/chromium_org/remoting/jingle_glue/
H A Dxmpp_signal_strategy.cc100 SetState(CONNECTING);
197 SetState(CONNECTED);
222 SetState(DISCONNECTED);
226 void XmppSignalStrategy::SetState(State new_state) { function in class:remoting::XmppSignalStrategy
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dvideosource.h90 void SetState(SourceState new_state);

Completed in 1110 milliseconds

12345