HomeSort by relevance Sort by last modified time
    Searched refs:ChangeState (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium_org/media/base/
fake_audio_renderer_sink.cc 27 ChangeState(kInitialized);
32 ChangeState(kStarted);
37 ChangeState(kStopped);
42 ChangeState(kPaused);
48 ChangeState(kPlaying);
71 void FakeAudioRendererSink::ChangeState(State new_state) {
fake_audio_renderer_sink.h 51 void ChangeState(State new_state);
  /external/chromium_org/pdf/
button.cc 72 ChangeState(BUTTON_NORMAL, false);
84 ChangeState(BUTTON_HIGHLIGHTED, false);
88 ChangeState(BUTTON_PRESSED, false);
112 ChangeState(BUTTON_NORMAL, false);
132 ChangeState(pressed ? BUTTON_PRESSED_STICKY : BUTTON_NORMAL, true);
147 void Button::ChangeState(ButtonState new_state, bool force) {
166 ChangeState(BUTTON_HIGHLIGHTED, true);
button.h 58 void ChangeState(ButtonState new_state, bool force);
  /external/chromium_org/chrome/browser/sync/
backend_migrator.cc 60 ChangeState(WAITING_TO_START);
86 void BackendMigrator::ChangeState(State new_state) {
103 ChangeState(DISABLING_TYPES);
176 ChangeState(IDLE);
193 ChangeState(REENABLING_TYPES);
202 ChangeState(IDLE);
backend_migrator.h 74 void ChangeState(State new_state);
  /external/chromium_org/content/child/service_worker/
web_service_worker_impl.cc 48 ChangeState(new_state);
68 ChangeState(*it);
93 void WebServiceWorkerImpl::ChangeState(blink::WebServiceWorkerState new_state) {
web_service_worker_impl.h 58 void ChangeState(blink::WebServiceWorkerState new_state);
  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
remote_rate_control.h 53 void ChangeState(const RateControlInput& input, int64_t now_ms);
54 void ChangeState(RateControlState new_state);
remote_rate_control.cc 137 ChangeState(current_input_, now_ms);
200 ChangeState(kRcHold);
286 void RemoteRateControl::ChangeState(const RateControlInput& input,
292 ChangeState(kRcIncrease);
297 ChangeState(kRcDecrease);
301 ChangeState(kRcHold);
323 void RemoteRateControl::ChangeState(RateControlState new_state) {
  /external/chromium_org/media/formats/webm/
webm_stream_parser.h 44 void ChangeState(State new_state);
webm_stream_parser.cc 46 ChangeState(kParsingHeaders);
64 ChangeState(kParsingHeaders);
100 ChangeState(kError);
117 void WebMStreamParser::ChangeState(State new_state) {
118 DVLOG(1) << "ChangeState() : " << state_ << " -> " << new_state;
158 ChangeState(kParsingClusters);
269 ChangeState(kParsingHeaders);
webm_parser.h 88 void ChangeState(State new_state);
webm_parser.cc 699 ChangeState(NEED_LIST_HEADER);
731 ChangeState(PARSE_ERROR);
739 ChangeState(PARSE_ERROR);
743 ChangeState(INSIDE_LIST);
763 ChangeState(PARSE_ERROR);
791 void WebMListParser::ChangeState(State new_state) {
933 ChangeState(DONE_PARSING_LIST);
  /external/chromium_org/chrome/browser/chromeos/mobile/
mobile_activator_unittest.cc 56 MOCK_METHOD3(ChangeState, void(const NetworkState*,
68 MobileActivator::ChangeState(network, new_state, error_description);
126 // Now behave as if ChangeState() has initiated an activation.
166 ChangeState(Eq(&cellular_network_),
228 EXPECT_CALL(mobile_activator_, ChangeState(
233 EXPECT_CALL(mobile_activator_, ChangeState(
mobile_activator.cc 265 ChangeState(network, PLAN_ACTIVATION_PAGE_LOADING, "");
361 ChangeState(NULL, PLAN_ACTIVATION_ERROR,
369 ChangeState(network, PLAN_ACTIVATION_SHOWING_PAYMENT, std::string());
378 ChangeState(NULL, PLAN_ACTIVATION_ERROR,
384 ChangeState(network,
418 ChangeState(NULL, PLAN_ACTIVATION_ERROR, GetErrorMessage(error));
427 ChangeState(
458 ChangeState(network, PLAN_ACTIVATION_START_OTASP, std::string());
470 ChangeState(network,
478 ChangeState(network
    [all...]
mobile_activator.h 221 virtual void ChangeState(const NetworkState* network,
  /external/chromium_org/media/formats/mpeg/
mpeg_audio_stream_parser_base.h 93 void ChangeState(State state);
mpeg_audio_stream_parser_base.cc 74 ChangeState(INITIALIZED);
135 ChangeState(PARSE_ERROR);
157 void MPEGAudioStreamParserBase::ChangeState(State state) {
  /external/chromium_org/third_party/libwebp/utils/
thread.c 180 static void ChangeState(WebPWorker* const worker,
213 ChangeState(worker, OK);
265 ChangeState(worker, WORK);
274 ChangeState(worker, NOT_OK);
  /external/webp/src/utils/
thread.c 180 static void ChangeState(WebPWorker* const worker,
213 ChangeState(worker, OK);
265 ChangeState(worker, WORK);
274 ChangeState(worker, NOT_OK);
  /external/chromium_org/media/formats/mp4/
mp4_stream_parser.h 67 void ChangeState(State new_state);
mp4_stream_parser.cc 61 ChangeState(kParsingBoxes);
81 ChangeState(kParsingBoxes);
112 ChangeState(kEmittingSamples);
132 ChangeState(kError);
333 ChangeState(kWaitingForSampleData);
426 ChangeState(kParsingBoxes);
594 void MP4StreamParser::ChangeState(State new_state) {
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel.h 298 virtual void ChangeState() = 0;
468 virtual void ChangeState();
565 virtual void ChangeState();
701 virtual void ChangeState();
channel.cc 678 ChangeState();
688 ChangeState();
760 ChangeState();
884 ChangeState();
    [all...]

Completed in 945 milliseconds

1 2