/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/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/media/webm/ |
webm_stream_parser.h | 44 void ChangeState(State new_state);
|
webm_stream_parser.cc | 45 ChangeState(kParsingHeaders); 98 ChangeState(kError); 115 void WebMStreamParser::ChangeState(State new_state) { 116 DVLOG(1) << "ChangeState() : " << state_ << " -> " << new_state; 214 ChangeState(kParsingClusters); 249 ChangeState(kParsingHeaders);
|
webm_parser.h | 88 void ChangeState(State new_state);
|
webm_parser.cc | 693 ChangeState(NEED_LIST_HEADER); 725 ChangeState(PARSE_ERROR); 733 ChangeState(PARSE_ERROR); 737 ChangeState(INSIDE_LIST); 757 ChangeState(PARSE_ERROR); 785 void WebMListParser::ChangeState(State new_state) { 927 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); 125 // Now behave as if ChangeState() has initiated an activation. 165 ChangeState(Eq(&cellular_network_), 227 EXPECT_CALL(mobile_activator_, ChangeState( 232 EXPECT_CALL(mobile_activator_, ChangeState(
|
mobile_activator.cc | 264 ChangeState(network, PLAN_ACTIVATION_PAGE_LOADING, ""); 360 ChangeState(NULL, PLAN_ACTIVATION_ERROR, 368 ChangeState(network, PLAN_ACTIVATION_SHOWING_PAYMENT, std::string()); 377 ChangeState(NULL, PLAN_ACTIVATION_ERROR, 383 ChangeState(network, 417 ChangeState(NULL, PLAN_ACTIVATION_ERROR, GetErrorMessage(error)); 426 ChangeState( 457 ChangeState(network, PLAN_ACTIVATION_START_OTASP, std::string()); 469 ChangeState(network, 477 ChangeState(network [all...] |
mobile_activator.h | 222 virtual void ChangeState(const NetworkState* network,
|
/external/chromium_org/media/mp3/ |
mp3_stream_parser.h | 61 void ChangeState(State state);
|
mp3_stream_parser.cc | 135 ChangeState(INITIALIZED); 196 ChangeState(PARSE_ERROR); 218 void MP3StreamParser::ChangeState(State state) {
|
/external/chromium_org/media/mp4/ |
mp4_stream_parser.h | 64 void ChangeState(State new_state);
|
mp4_stream_parser.cc | 60 ChangeState(kParsingBoxes); 80 ChangeState(kParsingBoxes); 116 ChangeState(kError); 325 ChangeState(kEmittingSamples); 418 ChangeState(kParsingBoxes); 570 void MP4StreamParser::ChangeState(State new_state) {
|
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
channel.cc | 429 ChangeState(); 439 ChangeState(); 471 ChangeState(); 482 ChangeState(); 738 void VoiceChannel::ChangeState() { 828 ChangeState(); 995 void VideoChannel::ChangeState() { [all...] |
channel.h | 184 virtual void ChangeState() = 0; 333 virtual void ChangeState(); 399 virtual void ChangeState();
|
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
channel.h | 304 virtual void ChangeState() = 0; 451 virtual void ChangeState(); 550 virtual void ChangeState(); 706 virtual void ChangeState();
|
channel.cc | 888 ChangeState(); 898 ChangeState(); 962 ChangeState(); [all...] |
/external/chromium/chrome/browser/ui/webui/chromeos/ |
mobile_setup_ui.cc | 268 void ChangeState(chromeos::CellularNetwork* network, 547 ChangeState(NULL, PLAN_ACTIVATION_ERROR, GetErrorMessage(error)); [all...] |
/external/chromium_org/cloud_print/gcp20/prototype/ |
printer.cc | 545 ChangeState(ONLINE); 575 ChangeState(CONNECTING); 587 ChangeState(ONLINE); 904 bool changed = ChangeState(OFFLINE); 920 bool Printer::ChangeState(ConnectionState new_state) {
|
printer.h | 211 bool ChangeState(ConnectionState new_state);
|
/external/chromium_org/third_party/libwebp/dec/ |
idec.c | 279 static void ChangeState(WebPIDecoder* const idec, DecState new_state, 322 ChangeState(idec, STATE_VP8_FRAME_HEADER, headers.offset); 329 ChangeState(idec, STATE_VP8L_HEADER, headers.offset);
|
/external/webp/src/dec/ |
idec.c | 279 static void ChangeState(WebPIDecoder* const idec, DecState new_state, 322 ChangeState(idec, STATE_VP8_FRAME_HEADER, headers.offset); 329 ChangeState(idec, STATE_VP8L_HEADER, headers.offset);
|