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

  /external/chromium_org/chrome/browser/chromeos/login/screens/
error_screen.cc 60 void ErrorScreen::SetErrorState(ErrorState error_state,
63 actor_->SetErrorState(error_state, network);
mock_error_screen.h 32 MOCK_METHOD2(SetErrorState, void(ErrorScreen::ErrorState error_state,
error_screen.h 60 void SetErrorState(ErrorState error_state, const std::string& network);
error_screen_actor.h 63 virtual void SetErrorState(ErrorScreen::ErrorState error_state,
update_screen_browsertest.cc 242 SetErrorState(ErrorScreen::ERROR_STATE_PORTAL, std::string()))
288 SetErrorState(ErrorScreen::ERROR_STATE_PORTAL, std::string()))
308 SetErrorState(ErrorScreen::ERROR_STATE_PROXY, std::string()))
329 SetErrorState(_, _))
341 SetErrorState(ErrorScreen::ERROR_STATE_OFFLINE, std::string()))
367 SetErrorState(ErrorScreen::ERROR_STATE_PORTAL, std::string()))
update_screen.cc 524 GetErrorScreen()->SetErrorState(ErrorScreen::ERROR_STATE_OFFLINE,
529 GetErrorScreen()->SetErrorState(ErrorScreen::ERROR_STATE_PORTAL,
537 GetErrorScreen()->SetErrorState(ErrorScreen::ERROR_STATE_PROXY,
  /external/chromium_org/media/video/capture/mac/
video_capture_device_mac.h 42 void SetErrorState(const std::string& reason);
  /external/chromium_org/media/video/capture/linux/
video_capture_device_linux.cc 265 SetErrorState("Failed to open V4L2 device driver.");
277 SetErrorState("This is not a V4L2 video capture device");
299 SetErrorState("Failed to find a supported camera format.");
313 SetErrorState("Failed to set camera format");
330 SetErrorState("Failed to set camera framerate");
384 SetErrorState("Allocate buffer failed");
391 SetErrorState("VIDIOC_STREAMON failed");
410 SetErrorState("VIDIOC_STREAMOFF failed");
440 SetErrorState("Select failed");
454 SetErrorState(base::StringPrintf
    [all...]
video_capture_device_linux.h 62 void SetErrorState(const std::string& reason);
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
error_screen_handler.h 41 virtual void SetErrorState(ErrorScreen::ErrorState error_state,
error_screen_handler.cc 101 void ErrorScreenHandler::SetErrorState(ErrorScreen::ErrorState error_state,
104 CallJS("setErrorState", static_cast<int>(error_state_), network);
signin_screen_handler.cc 707 error_screen_actor_->SetErrorState(ErrorScreen::ERROR_STATE_PROXY,
720 error_screen_actor_->SetErrorState(ErrorScreen::ERROR_STATE_PORTAL,
723 error_screen_actor_->SetErrorState(
726 error_screen_actor_->SetErrorState(ErrorScreen::ERROR_STATE_OFFLINE,
    [all...]
  /external/chromium_org/media/video/capture/android/
video_capture_device_android.h 58 void SetErrorState(const std::string& reason);
video_capture_device_android.cc 143 SetErrorState("failed to allocate");
179 SetErrorState("failed to start capture");
203 SetErrorState("failed to stop capture");
259 void VideoCaptureDeviceAndroid::SetErrorState(const std::string& reason) {
260 LOG(ERROR) << "VideoCaptureDeviceAndroid::SetErrorState: " << reason;
  /external/chromium_org/media/video/capture/win/
video_capture_device_win.h 65 void SetErrorState(const char* reason);
video_capture_device_win.cc 369 SetErrorState("Can't get the Capture format settings");
389 SetErrorState("Failed to set capture device output format");
424 SetErrorState("Failed to connect the Capture graph.");
430 SetErrorState("Failed to Pause the Capture device. "
451 SetErrorState("Failed to start the Capture device.");
465 SetErrorState("Failed to stop the capture graph.");
488 SetErrorState("Failed to Stop the Capture device");
619 void VideoCaptureDeviceWin::SetErrorState(const char* reason) {
  /external/chromium_org/chrome/browser/chromeos/login/managed/
locally_managed_user_creation_screen.cc 38 screen->SetErrorState(ErrorScreen::ERROR_STATE_OFFLINE,
42 screen->SetErrorState(ErrorScreen::ERROR_STATE_PORTAL,
47 screen->SetErrorState(ErrorScreen::ERROR_STATE_PROXY,
  /external/chromium/chrome/browser/chromeos/login/
take_photo_view.cc 84 void SetErrorState() {
252 user_image_->SetErrorState();

Completed in 261 milliseconds