/external/chromium_org/ui/views/controls/button/ |
D | custom_button.cc | 54 void CustomButton::SetState(ButtonState state) { in SetState() function in views::CustomButton 99 SetState(is_hot_tracked ? STATE_HOVERED : STATE_NORMAL); in SetHotTracked() 117 SetState(IsMouseHovered() ? STATE_HOVERED : STATE_NORMAL); in OnEnabledChanged() 119 SetState(STATE_DISABLED); in OnEnabledChanged() 129 SetState(STATE_PRESSED); in OnMousePressed() 139 SetState(ShouldEnterPushedState(event) ? STATE_PRESSED : STATE_HOVERED); in OnMouseDragged() 141 SetState(STATE_NORMAL); in OnMouseDragged() 151 SetState(STATE_NORMAL); in OnMouseReleased() 155 SetState(STATE_HOVERED); in OnMouseReleased() 166 SetState(STATE_NORMAL); in OnMouseCaptureLost() [all …]
|
/external/chromium_org/chrome/browser/captive_portal/ |
D | captive_portal_tab_reloader.cc | 66 SetState(STATE_NONE); in OnLoadStart() 73 SetState(STATE_TIMER_RUNNING); in OnLoadStart() 89 SetState(STATE_NONE); in OnLoadCommitted() 114 SetState(STATE_NONE); in OnAbort() 118 SetState(STATE_NONE); in OnRedirect() 125 SetState(STATE_TIMER_RUNNING); in OnRedirect() 134 SetState(STATE_BROKEN_BY_PORTAL); in OnCaptivePortalResults() 150 SetState(STATE_NEEDS_RELOAD); in OnCaptivePortalResults() 153 SetState(STATE_NONE); in OnCaptivePortalResults() 160 SetState(STATE_NEEDS_RELOAD); in OnCaptivePortalResults() [all …]
|
/external/chromium_org/athena/wm/ |
D | bezel_controller.cc | 74 void BezelController::SetState(BezelController::State state) { in SetState() function in athena::BezelController 78 SetState(state, kScrollDeltaNone); in SetState() 81 void BezelController::SetState(BezelController::State state, in SetState() function in athena::BezelController 127 SetState(NONE); in OnGestureEvent() 141 SetState(IGNORE_CURRENT_SCROLL); in OnGestureEvent() 151 SetState(IGNORE_CURRENT_SCROLL); in OnGestureEvent() 153 SetState(BEZEL_GESTURE_STARTED); in OnGestureEvent() 164 SetState(IGNORE_CURRENT_SCROLL); in OnGestureEvent() 168 SetState(BEZEL_SCROLLING_TWO_FINGERS); in OnGestureEvent() 181 SetState(NONE); in OnGestureEvent() [all …]
|
D | bezel_controller.h | 73 void SetState(State state); 76 void SetState(State state, float scroll_delta);
|
D | split_view_controller.cc | 220 SetState(ACTIVE); in ActivateSplitMode() 269 SetState(INACTIVE); in DeactivateSplitMode() 355 void SplitViewController::SetState(SplitViewController::State state) { in SetState() function in athena::SplitViewController 507 SetState(SCROLLING); in BezelScrollBegin() 549 SetState(ACTIVE); in BezelScrollEnd() 552 SetState(INACTIVE); in BezelScrollEnd() 556 SetState(INACTIVE); in BezelScrollEnd()
|
/external/chromium_org/remoting/host/it2me/ |
D | it2me_host.cc | 94 SetState(kDisconnecting); in Disconnect() 95 SetState(kDisconnected); in Disconnect() 103 SetState(kDisconnecting); in Disconnect() 106 SetState(kDisconnected); in Disconnect() 135 SetState(kStarting); in ReadPolicyAndConnect() 160 SetState(kInvalidDomainError); in FinishConnect() 229 SetState(kRequestedAccessCode); in FinishConnect() 245 SetState(kDisconnected); in ShutdownOnNetworkThread() 304 SetState(kConnected); in OnClientAuthenticated() 373 void It2MeHost::SetState(It2MeHostState state) { in SetState() function in remoting::It2MeHost [all …]
|
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/ |
D | decoding_state_unittest.cc | 51 dec_state.SetState(&frame); in TEST() 80 dec_state.SetState(&frame); in TEST() 92 dec_state.SetState(&frame); in TEST() 103 dec_state.SetState(&frame); in TEST() 135 dec_state.SetState(&frame); in TEST() 146 dec_state.SetState(&frame); in TEST() 157 dec_state.SetState(&frame); in TEST() 174 dec_state.SetState(&frame); in TEST() 224 dec_state.SetState(&frame); in TEST() 234 dec_state.SetState(&frame); in TEST() [all …]
|
D | frame_buffer.cc | 104 SetState(kStateIncomplete); in InsertPacket() 150 SetState(kStateComplete); in InsertPacket() 153 SetState(kStateDecodable); in InsertPacket() 204 VCMFrameBuffer::SetState(VCMFrameBufferStateEnum state) { in SetState() function in webrtc::VCMFrameBuffer
|
/external/chromium_org/ui/views/controls/scrollbar/ |
D | base_scroll_bar_thumb.cc | 69 SetState(CustomButton::STATE_HOVERED); in OnMouseEntered() 73 SetState(CustomButton::STATE_NORMAL); in OnMouseExited() 79 SetState(CustomButton::STATE_PRESSED); in OnMousePressed() 113 SetState(HitTestPoint(event.location()) ? in OnMouseReleased() 118 SetState(CustomButton::STATE_HOVERED); in OnMouseCaptureLost() 125 void BaseScrollBarThumb::SetState(CustomButton::ButtonState state) { in SetState() function in views::BaseScrollBarThumb
|
D | base_scroll_bar.cc | 138 SetState(HitTestPoint(event.location()) ? in OnMouseReleased() 143 SetState(CustomButton::STATE_NORMAL); in OnMouseCaptureLost() 152 SetState(CustomButton::STATE_NORMAL); in OnMouseExited() 223 SetState(CustomButton::STATE_NORMAL); in OnGestureEvent() 474 void BaseScrollBar::SetState(CustomButton::ButtonState state) { in SetState() function in views::BaseScrollBar
|
/external/chromium_org/athena/home/ |
D | home_card_impl.cc | 280 SetState(VISIBLE_MINIMIZED); in Init() 305 void HomeCardImpl::SetState(HomeCard::State state) { in SetState() function in athena::HomeCardImpl 352 SetState(HIDDEN); in UpdateVirtualKeyboardBounds() 355 SetState(VISIBLE_CENTERED); in UpdateVirtualKeyboardBounds() 358 SetState(original_state_); in UpdateVirtualKeyboardBounds() 371 SetState(VISIBLE_MINIMIZED); in OnAcceleratorFired() 373 SetState(VISIBLE_CENTERED); in OnAcceleratorFired() 381 SetState(final_state); in OnGestureEnded() 418 SetState(VISIBLE_BOTTOM); in OnOverviewModeEnter() 422 SetState(VISIBLE_MINIMIZED); in OnOverviewModeExit() [all …]
|
/external/chromium_org/remoting/protocol/ |
D | connection_to_host.cc | 84 SetState(CONNECTING, OK); in Connect() 184 SetState(AUTHENTICATED, OK); in OnSessionStateChange() 217 SetState(CLOSED, OK); in OnSessionStateChange() 231 SetState(CLOSED, OK); in OnSessionStateChange() 279 SetState(CONNECTED, OK); in NotifyIfChannelsReady() 284 SetState(FAILED, error); in CloseOnError() 296 void ConnectionToHost::SetState(State state, ErrorCode error) { in SetState() function in remoting::protocol::ConnectionToHost
|
D | jingle_session.cc | 131 SetState(CONNECTING); in StartConnection() 147 SetState(ACCEPTING); in InitializeIncomingConnection() 192 SetState(CONNECTED); in ContinueAcceptIncomingConnection() 199 SetState(AUTHENTICATING); in ContinueAcceptIncomingConnection() 469 SetState(CONNECTED); in OnAccept() 549 SetState(FAILED); in OnTerminate() 551 SetState(CLOSED); in OnTerminate() 600 SetState(AUTHENTICATING); in ProcessAuthenticationStep() 619 SetState(AUTHENTICATED); in OnAuthenticated() 656 SetState(FAILED); in CloseInternal() [all …]
|
/external/openfst/src/include/fst/ |
D | matcher.h | 115 void SetState(StateId s) { SetState_(s); } in SetState() function 212 void SetState(StateId s) { in SetState() function 300 virtual void SetState_(StateId s) { SetState(s); } in SetState_() 448 void SetState(StateId s) { in SetState() function 449 matcher_->SetState(s); in SetState() 505 virtual void SetState_(StateId s) { SetState(s); } in SetState_() 622 void SetState(StateId s) { in SetState() function 623 matcher_->SetState(s); in SetState() 693 virtual void SetState_(StateId s) { SetState(s); } in SetState_() 811 void SetState(StateId s) { in SetState() function [all …]
|
D | lookahead-matcher.h | 206 void SetState(StateId s) { return matcher_.SetState(s); } in SetState() function 228 virtual void SetState_(StateId s) { SetState(s); } in SetState_() 286 void SetState(StateId s) { in SetState() function 288 matcher_.SetState(s); in SetState() 320 virtual void SetState_(StateId s) { SetState(s); } in SetState_() 481 void SetState(StateId s) { in SetState() function 491 matcher_.SetState(s_); in Find() 530 label_reachable_->SetState(s_); in LookAheadLabel() 561 virtual void SetState_(StateId s) { SetState(s); } in SetState_() 593 label_reachable_->SetState(s_, s); in LookAheadFst() [all …]
|
D | compose-filter.h | 75 void SetState(T state) { state_ = state; } in SetState() function 143 void SetState(const F1 &f1, const F2 &f2) { in SetState() function 245 void SetState(StateId s1, StateId s2, const FilterState &f) { in SetState() function 330 void SetState(StateId s1, StateId s2, const FilterState &f) { in SetState() function 418 void SetState(StateId s1, StateId s2, const FilterState &f) { in SetState() function 506 void SetState(StateId s1, StateId s2, const FilterState &f) { in SetState() function 507 return filter_.SetState(s1, s2, f); in SetState()
|
/external/chromium_org/ui/views/controls/tabbed_pane/ |
D | tabbed_pane.cc | 60 void SetState(TabState tab_state); 99 SetState(TAB_INACTIVE); in Tab() 107 SetState(selected ? TAB_ACTIVE : TAB_INACTIVE); in SetSelected() 118 SetState(selected() ? TAB_ACTIVE : TAB_HOVERED); in OnMouseEntered() 122 SetState(selected() ? TAB_ACTIVE : TAB_INACTIVE); in OnMouseExited() 134 SetState(selected() ? TAB_ACTIVE : TAB_INACTIVE); in OnGestureEvent() 158 void Tab::SetState(TabState tab_state) { in SetState() function in views::Tab
|
/external/chromium_org/net/websockets/ |
D | websocket_channel.cc | 332 void WebSocketChannel::SetState(State new_state) { in SetState() function in net::WebSocketChannel 477 SetState(CLOSED); in StartClosingHandshake() 496 SetState(SEND_CLOSED); in StartClosingHandshake() 506 SetState(SEND_CLOSED); in StartClosingHandshake() 545 SetState(CONNECTING); in SendAddChannelRequestWithSuppliedCreator() 554 SetState(CONNECTED); in OnConnectSuccess() 581 SetState(CLOSED); in OnConnectFailure() 685 SetState(CLOSED); in OnWriteDone() 747 SetState(CLOSED); in OnReadDone() 844 SetState(RECV_CLOSED); in HandleFrameByState() [all …]
|
/external/chromium_org/chrome/browser/chromeos/login/ui/ |
D | user_adding_screen_input_methods_controller.cc | 27 imm->SetState(saved_ime_state_->Clone()); in OnUserAddingStarted() 33 input_method::InputMethodManager::Get()->SetState(saved_ime_state_); in OnUserAddingFinished()
|
/external/chromium_org/chrome/browser/ui/search/ |
D | search_delegate.cc | 21 browser_model_->SetState(new_state); in ModelChanged() 28 browser_model_->SetState(tab_model_->state()); in OnTabActivated()
|
/external/chromium_org/remoting/signaling/ |
D | xmpp_signal_strategy.cc | 106 SetState(CONNECTING); in Connect() 203 SetState(CONNECTED); in OnConnectionStateChanged() 228 SetState(DISCONNECTED); in OnConnectionStateChanged() 232 void XmppSignalStrategy::SetState(State new_state) { in SetState() function in remoting::XmppSignalStrategy
|
/external/chromium_org/ash/frame/caption_buttons/ |
D | frame_caption_button.cc | 157 SetState(STATE_PRESSED); in OnGestureEvent() 161 SetState(STATE_NORMAL); in OnGestureEvent() 165 SetState(STATE_HOVERED); in OnGestureEvent()
|
/external/chromium_org/chrome/browser/download/ |
D | download_history.cc | 82 void SetState(PersistenceState s) { state_ = s; } in SetState() function in __anonedad05e60111::DownloadHistoryData 308 data->SetState(DownloadHistoryData::PERSISTING); in MaybeAddToHistory() 352 data->SetState(DownloadHistoryData::NOT_PERSISTED); in ItemAdded() 355 data->SetState(DownloadHistoryData::PERSISTED); in ItemAdded() 379 data->SetState(DownloadHistoryData::PERSISTED); in OnDownloadCreated() 439 data->SetState(DownloadHistoryData::NOT_PERSISTED); in OnDownloadRemoved()
|
/external/chromium_org/components/web_modal/ |
D | web_contents_modal_dialog_manager_unittest.cc | 30 void SetState(DialogState state) { in SetState() function in web_modal::NativeManagerTracker 53 tracker_->SetState(NativeManagerTracker::NOT_SHOWN); in TestNativeWebContentsModalDialogManager() 58 tracker_->SetState(NativeManagerTracker::SHOWN); in Show() 62 tracker_->SetState(NativeManagerTracker::HIDDEN); in Hide() 66 tracker_->SetState(NativeManagerTracker::CLOSED); in Close()
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
D | datachannel.cc | 190 SetState(kClosing); in Close() 388 SetState(kClosing); in DoClose() 403 SetState(kOpen); in UpdateState() 418 SetState(kClosed); in UpdateState() 427 void DataChannel::SetState(DataState state) { in SetState() function in webrtc::DataChannel
|