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

  /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/chrome/browser/chromeos/mobile/
mobile_activator.cc 202 ChangeState(network, post_reconnect_state_, "");
204 ChangeState(network, PLAN_ACTIVATION_WAITING_FOR_CONNECTION, "");
256 ChangeState(network, PLAN_ACTIVATION_PAGE_LOADING, "");
310 ChangeState(NULL, PLAN_ACTIVATION_ERROR,
318 ChangeState(network, PLAN_ACTIVATION_SHOWING_PAYMENT, std::string());
327 ChangeState(NULL, PLAN_ACTIVATION_ERROR,
333 ChangeState(network,
387 ChangeState(NULL, PLAN_ACTIVATION_ERROR, GetErrorMessage(error));
396 ChangeState(network,
425 ChangeState(network, PLAN_ACTIVATION_START_OTASP, std::string())
    [all...]
mobile_activator_unittest.cc 51 MOCK_METHOD3(ChangeState, void(CellularNetwork*,
61 MobileActivator::ChangeState(network, new_state, error_description);
114 // Now behave as if ChangeState() has initiated an activation.
154 ChangeState(Eq(&cellular_network_),
198 EXPECT_CALL(mobile_activator_, ChangeState(
203 EXPECT_CALL(mobile_activator_, ChangeState(
mobile_activator.h 184 virtual void ChangeState(CellularNetwork* network,
  /external/chromium_org/media/webm/
webm_stream_parser.cc 49 ChangeState(kParsingHeaders);
103 ChangeState(kError);
120 void WebMStreamParser::ChangeState(State new_state) {
121 DVLOG(1) << "ChangeState() : " << state_ << " -> " << new_state;
238 ChangeState(kParsingClusters);
273 ChangeState(kParsingHeaders);
webm_parser.h 88 void ChangeState(State new_state);
webm_stream_parser.h 47 void ChangeState(State new_state);
webm_parser.cc 689 ChangeState(NEED_LIST_HEADER);
721 ChangeState(PARSE_ERROR);
729 ChangeState(PARSE_ERROR);
733 ChangeState(INSIDE_LIST);
753 ChangeState(PARSE_ERROR);
781 void WebMListParser::ChangeState(State new_state) {
923 ChangeState(DONE_PARSING_LIST);
  /external/chromium_org/cloud_print/gcp20/prototype/
printer.cc 188 ChangeState(OFFLINE);
389 ChangeState(OFFLINE);
396 ChangeState(OFFLINE);
433 ChangeState(ONLINE);
442 ChangeState(OFFLINE);
463 ChangeState(CONNECTING);
475 ChangeState(ONLINE);
762 bool Printer::ChangeState(ConnectionState new_state) {
printer.h 197 bool ChangeState(ConnectionState new_state);
  /external/chromium_org/media/mp4/
mp4_stream_parser.h 65 void ChangeState(State new_state);
mp4_stream_parser.cc 60 ChangeState(kParsingBoxes);
80 ChangeState(kParsingBoxes);
116 ChangeState(kError);
326 ChangeState(kEmittingSamples);
419 ChangeState(kParsingBoxes);
571 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 287 virtual void ChangeState() = 0;
432 virtual void ChangeState();
530 virtual void ChangeState();
665 virtual void ChangeState();
channel.cc 857 ChangeState();
867 ChangeState();
931 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/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);

Completed in 409 milliseconds