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

  /external/chromium_org/chrome/browser/chromeos/login/screens/
mock_error_screen.h 32 MOCK_METHOD2(SetErrorState, void(ErrorScreen::ErrorState error_state,
error_screen.cc 65 void ErrorScreen::SetErrorState(ErrorState error_state,
68 actor_->SetErrorState(error_state, network);
error_screen.h 64 void SetErrorState(ErrorState error_state, const std::string& network);
error_screen_actor.h 65 virtual void SetErrorState(ErrorScreen::ErrorState error_state,
update_screen_browsertest.cc 243 SetErrorState(ErrorScreen::ERROR_STATE_PORTAL, std::string()))
289 SetErrorState(ErrorScreen::ERROR_STATE_PORTAL, std::string()))
309 SetErrorState(ErrorScreen::ERROR_STATE_PROXY, std::string()))
330 SetErrorState(_, _))
342 SetErrorState(ErrorScreen::ERROR_STATE_OFFLINE, std::string()))
368 SetErrorState(ErrorScreen::ERROR_STATE_PORTAL, std::string()))
update_screen.cc 512 GetErrorScreen()->SetErrorState(ErrorScreen::ERROR_STATE_OFFLINE,
517 GetErrorScreen()->SetErrorState(ErrorScreen::ERROR_STATE_PORTAL,
525 GetErrorScreen()->SetErrorState(ErrorScreen::ERROR_STATE_PROXY,
  /external/chromium_org/media/video/capture/linux/
video_capture_device_linux.h 57 void SetErrorState(const std::string& reason);
video_capture_device_linux.cc 333 SetErrorState("Failed to open V4L2 device driver.");
345 SetErrorState("This is not a V4L2 video capture device");
367 SetErrorState("Failed to find a supported camera format.");
381 SetErrorState("Failed to set camera format");
398 SetErrorState("Failed to set camera framerate");
419 SetErrorState("Allocate buffer failed");
426 SetErrorState("VIDIOC_STREAMON failed");
443 SetErrorState("VIDIOC_STREAMOFF failed");
481 SetErrorState("Select failed");
495 SetErrorState(base::StringPrintf
    [all...]
  /external/chromium_org/media/video/capture/mac/
video_capture_device_mac.h 50 void SetErrorState(const std::string& reason);
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
app_launch_splash_screen_handler.cc 149 error_screen_actor_->SetErrorState(
156 error_screen_actor_->SetErrorState(
161 error_screen_actor_->SetErrorState(
166 error_screen_actor_->SetErrorState(
error_screen_handler.h 41 virtual void SetErrorState(ErrorScreen::ErrorState error_state,
error_screen_handler.cc 95 void ErrorScreenHandler::SetErrorState(ErrorScreen::ErrorState error_state,
100 CallJS("setErrorState", static_cast<int>(error_state_), network);
signin_screen_handler.cc 674 error_screen_actor_->SetErrorState(ErrorScreen::ERROR_STATE_PROXY,
687 error_screen_actor_->SetErrorState(ErrorScreen::ERROR_STATE_PORTAL,
690 error_screen_actor_->SetErrorState(
693 error_screen_actor_->SetErrorState(ErrorScreen::ERROR_STATE_OFFLINE,
    [all...]
  /external/chromium_org/media/video/capture/android/
video_capture_device_android.cc 130 SetErrorState("failed to allocate");
158 SetErrorState("failed to start capture");
180 SetErrorState("failed to stop capture");
254 void VideoCaptureDeviceAndroid::SetErrorState(const std::string& reason) {
255 LOG(ERROR) << "VideoCaptureDeviceAndroid::SetErrorState: " << reason;
video_capture_device_android.h 61 void SetErrorState(const std::string& reason);
  /external/chromium_org/media/video/capture/win/
video_capture_device_win.h 62 void SetErrorState(const char* reason);
video_capture_device_win.cc 371 SetErrorState("Can't get the Capture format settings");
391 SetErrorState("Failed to set capture device output format");
424 SetErrorState("Failed to connect the Capture graph.");
430 SetErrorState("Failed to Pause the Capture device. "
442 SetErrorState("Failed to start the Capture device.");
456 SetErrorState("Failed to stop the capture graph.");
470 SetErrorState("Failed to Stop the Capture device");
593 void VideoCaptureDeviceWin::SetErrorState(const char* reason) {
  /external/chromium/chrome/browser/chromeos/login/
take_photo_view.cc 84 void SetErrorState() {
252 user_image_->SetErrorState();
  /external/chromium_org/chrome/browser/chromeos/login/managed/
locally_managed_user_creation_screen.cc 60 screen->SetErrorState(ErrorScreen::ERROR_STATE_OFFLINE,
64 screen->SetErrorState(ErrorScreen::ERROR_STATE_PORTAL,
69 screen->SetErrorState(ErrorScreen::ERROR_STATE_PROXY,

Completed in 1311 milliseconds