/external/chromium_org/chrome/browser/signin/ |
D | easy_unlock_screenlock_state_handler_unittest.cc | 235 state_handler_->ChangeState( in TEST_F() 248 state_handler_->ChangeState( in TEST_F() 255 state_handler_->ChangeState( in TEST_F() 271 state_handler_->ChangeState( in TEST_F() 274 state_handler_->ChangeState( in TEST_F() 280 state_handler_->ChangeState( in TEST_F() 293 state_handler_->ChangeState( in TEST_F() 300 state_handler_->ChangeState( in TEST_F() 328 state_handler_->ChangeState( in TEST_F() 354 state_handler_->ChangeState(states[i]); in TEST_F() [all …]
|
D | easy_unlock_screenlock_state_handler.cc | 95 ChangeState(STATE_INACTIVE); in ~EasyUnlockScreenlockStateHandler() 102 void EasyUnlockScreenlockStateHandler::ChangeState(State new_state) { in ChangeState() function in EasyUnlockScreenlockStateHandler 192 ChangeState(last_state); in RefreshScreenlockState()
|
D | easy_unlock_screenlock_state_handler.h | 75 void ChangeState(State new_state);
|
/external/chromium_org/media/base/ |
D | fake_audio_renderer_sink.cc | 27 ChangeState(kInitialized); in Initialize() 32 ChangeState(kStarted); in Start() 37 ChangeState(kStopped); in Stop() 42 ChangeState(kPaused); in Pause() 48 ChangeState(kPlaying); in Play() 71 void FakeAudioRendererSink::ChangeState(State new_state) { in ChangeState() function in media::FakeAudioRendererSink
|
D | fake_audio_renderer_sink.h | 51 void ChangeState(State new_state);
|
/external/chromium_org/pdf/ |
D | button.cc | 72 ChangeState(BUTTON_NORMAL, false); in HandleEvent() 84 ChangeState(BUTTON_HIGHLIGHTED, false); in HandleEvent() 88 ChangeState(BUTTON_PRESSED, false); in HandleEvent() 112 ChangeState(BUTTON_NORMAL, false); in OnEventCaptureReleased() 132 ChangeState(pressed ? BUTTON_PRESSED_STICKY : BUTTON_NORMAL, true); in SetPressedState() 147 void Button::ChangeState(ButtonState new_state, bool force) { in ChangeState() function in chrome_pdf::Button 166 ChangeState(BUTTON_HIGHLIGHTED, true); in OnButtonClicked()
|
D | button.h | 58 void ChangeState(ButtonState new_state, bool force);
|
/external/chromium_org/chrome/browser/sync/ |
D | backend_migrator.cc | 60 ChangeState(WAITING_TO_START); in MigrateTypes() 86 void BackendMigrator::ChangeState(State new_state) { in ChangeState() function in browser_sync::BackendMigrator 103 ChangeState(DISABLING_TYPES); in RestartMigration() 176 ChangeState(IDLE); in OnConfigureDoneImpl() 193 ChangeState(REENABLING_TYPES); in OnConfigureDoneImpl() 202 ChangeState(IDLE); in OnConfigureDoneImpl()
|
D | backend_migrator.h | 75 void ChangeState(State new_state);
|
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/ |
D | remote_rate_control.cc | 137 ChangeState(current_input_, now_ms); in ChangeBitRate() 200 ChangeState(kRcHold); in ChangeBitRate() 286 void RemoteRateControl::ChangeState(const RateControlInput& input, in ChangeState() function in webrtc::RemoteRateControl 292 ChangeState(kRcIncrease); in ChangeState() 297 ChangeState(kRcDecrease); in ChangeState() 301 ChangeState(kRcHold); in ChangeState() 323 void RemoteRateControl::ChangeState(RateControlState new_state) { in ChangeState() function in webrtc::RemoteRateControl
|
D | remote_rate_control.h | 53 void ChangeState(const RateControlInput& input, int64_t now_ms); 54 void ChangeState(RateControlState new_state);
|
/external/chromium_org/chrome/browser/chromeos/mobile/ |
D | mobile_activator.cc | 271 ChangeState(network, PLAN_ACTIVATION_PAGE_LOADING, ""); in InitiateActivation() 367 ChangeState(NULL, PLAN_ACTIVATION_ERROR, in HandlePortalLoaded() 375 ChangeState(network, PLAN_ACTIVATION_SHOWING_PAYMENT, std::string()); in HandlePortalLoaded() 384 ChangeState(NULL, PLAN_ACTIVATION_ERROR, in HandlePortalLoaded() 390 ChangeState(network, in HandlePortalLoaded() 424 ChangeState(NULL, PLAN_ACTIVATION_ERROR, GetErrorMessage(error)); in StartActivation() 447 ChangeState( in StartActivationOverNonCellularNetwork() 472 ChangeState(network, PLAN_ACTIVATION_PAYMENT_PORTAL_LOADING, in StartActivationOTA() 508 ChangeState(network, PLAN_ACTIVATION_START_OTASP, std::string()); in StartOTASP() 525 ChangeState(network, in HandleOTASPTimeout() [all …]
|
D | mobile_activator_unittest.cc | 49 ON_CALL(*this, ChangeState(_, _, _)) in TestMobileActivator() 59 MOCK_METHOD3(ChangeState, void(const NetworkState*, 94 MobileActivator::ChangeState(network, new_state, error_description); in InvokeChangeState() 250 ChangeState(Eq(&cellular_network_), in TEST_F() 312 EXPECT_CALL(mobile_activator_, ChangeState( in TEST_F() 317 EXPECT_CALL(mobile_activator_, ChangeState( in TEST_F()
|
/external/chromium_org/media/formats/webm/ |
D | webm_stream_parser.cc | 46 ChangeState(kParsingHeaders); in Init() 64 ChangeState(kParsingHeaders); in Flush() 100 ChangeState(kError); in Parse() 117 void WebMStreamParser::ChangeState(State new_state) { in ChangeState() function in media::WebMStreamParser 160 ChangeState(kParsingClusters); in ParseInfoAndTracks() 271 ChangeState(kParsingHeaders); in ParseCluster()
|
D | webm_parser.cc | 699 ChangeState(NEED_LIST_HEADER); in Reset() 731 ChangeState(PARSE_ERROR); in Parse() 739 ChangeState(PARSE_ERROR); in Parse() 743 ChangeState(INSIDE_LIST); in Parse() 763 ChangeState(PARSE_ERROR); in Parse() 791 void WebMListParser::ChangeState(State new_state) { in ChangeState() function in media::WebMListParser 934 ChangeState(DONE_PARSING_LIST); in OnListEnd()
|
D | webm_stream_parser.h | 44 void ChangeState(State new_state);
|
D | webm_parser.h | 88 void ChangeState(State new_state);
|
/external/webp/src/utils/ |
D | thread.c | 180 static void ChangeState(WebPWorker* const worker, in ChangeState() function 213 ChangeState(worker, OK); in Sync() 265 ChangeState(worker, WORK); in Launch() 274 ChangeState(worker, NOT_OK); in End()
|
/external/chromium_org/third_party/libwebp/utils/ |
D | thread.c | 180 static void ChangeState(WebPWorker* const worker, in ChangeState() function 213 ChangeState(worker, OK); in Sync() 265 ChangeState(worker, WORK); in Launch() 274 ChangeState(worker, NOT_OK); in End()
|
/external/chromium_org/media/formats/mp4/ |
D | mp4_stream_parser.cc | 62 ChangeState(kParsingBoxes); in Init() 82 ChangeState(kParsingBoxes); in Flush() 113 ChangeState(kEmittingSamples); in Parse() 133 ChangeState(kError); in Parse() 334 ChangeState(kWaitingForSampleData); in ParseMoof() 426 ChangeState(kParsingBoxes); in EnqueueSample() 594 void MP4StreamParser::ChangeState(State new_state) { in ChangeState() function in media::mp4::MP4StreamParser
|
D | mp4_stream_parser.h | 67 void ChangeState(State new_state);
|
/external/chromium_org/media/formats/mpeg/ |
D | mpeg_audio_stream_parser_base.cc | 74 ChangeState(INITIALIZED); in Init() 135 ChangeState(PARSE_ERROR); in Parse() 157 void MPEGAudioStreamParserBase::ChangeState(State state) { in ChangeState() function in media::MPEGAudioStreamParserBase
|
D | mpeg_audio_stream_parser_base.h | 93 void ChangeState(State state);
|
/external/chromium_org/cloud_print/gcp20/prototype/ |
D | printer.cc | 548 ChangeState(ONLINE); in OnXmppConnected() 578 ChangeState(CONNECTING); in TryConnect() 590 ChangeState(ONLINE); in TryConnect() 930 bool changed = ChangeState(OFFLINE); in FallOffline() 946 bool Printer::ChangeState(ConnectionState new_state) { in ChangeState() function in Printer
|
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
D | channel.cc | 663 ChangeState(); in EnableMedia_w() 673 ChangeState(); in DisableMedia_w() 745 ChangeState(); in ChannelWritable_w() 869 ChangeState(); in ChannelNotWritable_w() 1430 void VoiceChannel::ChangeState() { in ChangeState() function in cricket::VoiceChannel 1486 ChangeState(); in SetLocalContent_w() 1539 ChangeState(); in SetRemoteContent_w() 1760 void VideoChannel::ChangeState() { in ChangeState() function in cricket::VideoChannel 1846 ChangeState(); in SetLocalContent_w() 1895 ChangeState(); in SetRemoteContent_w() [all …]
|