Home
last modified time | relevance | path

Searched refs:ChangeState (Results 1 – 25 of 31) sorted by relevance

12

/external/chromium_org/chrome/browser/signin/
Deasy_unlock_screenlock_state_handler_unittest.cc235 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 …]
Deasy_unlock_screenlock_state_handler.cc95 ChangeState(STATE_INACTIVE); in ~EasyUnlockScreenlockStateHandler()
102 void EasyUnlockScreenlockStateHandler::ChangeState(State new_state) { in ChangeState() function in EasyUnlockScreenlockStateHandler
192 ChangeState(last_state); in RefreshScreenlockState()
Deasy_unlock_screenlock_state_handler.h75 void ChangeState(State new_state);
/external/chromium_org/media/base/
Dfake_audio_renderer_sink.cc27 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
Dfake_audio_renderer_sink.h51 void ChangeState(State new_state);
/external/chromium_org/pdf/
Dbutton.cc72 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()
Dbutton.h58 void ChangeState(ButtonState new_state, bool force);
/external/chromium_org/chrome/browser/sync/
Dbackend_migrator.cc60 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()
Dbackend_migrator.h75 void ChangeState(State new_state);
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
Dremote_rate_control.cc137 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
Dremote_rate_control.h53 void ChangeState(const RateControlInput& input, int64_t now_ms);
54 void ChangeState(RateControlState new_state);
/external/chromium_org/chrome/browser/chromeos/mobile/
Dmobile_activator.cc271 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 …]
Dmobile_activator_unittest.cc49 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/
Dwebm_stream_parser.cc46 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()
Dwebm_parser.cc699 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()
Dwebm_stream_parser.h44 void ChangeState(State new_state);
Dwebm_parser.h88 void ChangeState(State new_state);
/external/webp/src/utils/
Dthread.c180 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/
Dthread.c180 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/
Dmp4_stream_parser.cc62 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
Dmp4_stream_parser.h67 void ChangeState(State new_state);
/external/chromium_org/media/formats/mpeg/
Dmpeg_audio_stream_parser_base.cc74 ChangeState(INITIALIZED); in Init()
135 ChangeState(PARSE_ERROR); in Parse()
157 void MPEGAudioStreamParserBase::ChangeState(State state) { in ChangeState() function in media::MPEGAudioStreamParserBase
Dmpeg_audio_stream_parser_base.h93 void ChangeState(State state);
/external/chromium_org/cloud_print/gcp20/prototype/
Dprinter.cc548 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/
Dchannel.cc663 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 …]

12