HomeSort by relevance Sort by last modified time
    Searched refs:ChangeState (Results 1 - 25 of 31) 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/signin/
easy_unlock_screenlock_state_handler_unittest.cc 235 state_handler_->ChangeState(
248 state_handler_->ChangeState(
255 state_handler_->ChangeState(
271 state_handler_->ChangeState(
274 state_handler_->ChangeState(
280 state_handler_->ChangeState(
293 state_handler_->ChangeState(
300 state_handler_->ChangeState(
328 state_handler_->ChangeState(
354 state_handler_->ChangeState(states[i])
    [all...]
easy_unlock_screenlock_state_handler.h 75 void ChangeState(State new_state);
easy_unlock_screenlock_state_handler.cc 95 ChangeState(STATE_INACTIVE);
102 void EasyUnlockScreenlockStateHandler::ChangeState(State new_state) {
192 ChangeState(last_state);
  /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 75 void ChangeState(State 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;
160 ChangeState(kParsingClusters);
271 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) {
934 ChangeState(DONE_PARSING_LIST);
  /external/chromium_org/chrome/browser/chromeos/mobile/
mobile_activator.cc 271 ChangeState(network, PLAN_ACTIVATION_PAGE_LOADING, "");
367 ChangeState(NULL, PLAN_ACTIVATION_ERROR,
375 ChangeState(network, PLAN_ACTIVATION_SHOWING_PAYMENT, std::string());
384 ChangeState(NULL, PLAN_ACTIVATION_ERROR,
390 ChangeState(network,
424 ChangeState(NULL, PLAN_ACTIVATION_ERROR, GetErrorMessage(error));
447 ChangeState(
472 ChangeState(network, PLAN_ACTIVATION_PAYMENT_PORTAL_LOADING,
508 ChangeState(network, PLAN_ACTIVATION_START_OTASP, std::string());
525 ChangeState(network
    [all...]
mobile_activator_unittest.cc 49 ON_CALL(*this, ChangeState(_, _, _))
59 MOCK_METHOD3(ChangeState, void(const NetworkState*,
94 MobileActivator::ChangeState(network, new_state, error_description);
210 // Now behave as if ChangeState() has initiated an activation.
250 ChangeState(Eq(&cellular_network_),
312 EXPECT_CALL(mobile_activator_, ChangeState(
317 EXPECT_CALL(mobile_activator_, ChangeState(
mobile_activator.h 247 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 62 ChangeState(kParsingBoxes);
82 ChangeState(kParsingBoxes);
113 ChangeState(kEmittingSamples);
133 ChangeState(kError);
334 ChangeState(kWaitingForSampleData);
426 ChangeState(kParsingBoxes);
594 void MP4StreamParser::ChangeState(State new_state) {
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel.h 297 virtual void ChangeState() = 0;
474 virtual void ChangeState();
561 virtual void ChangeState();
694 virtual void ChangeState();

Completed in 456 milliseconds

1 2