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

  /external/chromium_org/chrome/browser/chromeos/login/screens/
error_screen.cc 65 void ErrorScreen::SetErrorState(ErrorState error_state,
68 actor_->SetErrorState(error_state, network);
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
error_screen_handler.cc 95 void ErrorScreenHandler::SetErrorState(ErrorScreen::ErrorState error_state,
100 CallJS("setErrorState", static_cast<int>(error_state_), network);
  /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;
  /external/chromium/chrome/browser/chromeos/login/
take_photo_view.cc 84 void SetErrorState() {
252 user_image_->SetErrorState();
  /external/chromium_org/media/video/capture/linux/
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/win/
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) {

Completed in 2836 milliseconds