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

  /external/chromium_org/media/video/capture/linux/
video_capture_device_linux.cc 216 SetErrorState("Failed to open V4L2 device driver.");
227 SetErrorState("This is not a V4L2 video capture device");
249 SetErrorState("Failed to find a supported camera format.");
263 SetErrorState(
285 SetErrorState("Failed to set camera framerate");
319 SetErrorState("Allocate buffer failed");
326 SetErrorState("VIDIOC_STREAMON failed");
343 SetErrorState("VIDIOC_STREAMOFF failed");
381 SetErrorState("Select failed");
395 SetErrorState(base::StringPrintf
    [all...]
video_capture_device_linux.h 69 void SetErrorState(const std::string& reason);
  /external/chromium_org/chrome/browser/chromeos/login/screens/
mock_error_screen.h 36 MOCK_METHOD2(SetErrorState, void(ErrorScreen::ErrorState error_state,
update_screen_browsertest.cc 252 SetErrorState(ErrorScreen::ERROR_STATE_PORTAL, std::string()))
298 SetErrorState(ErrorScreen::ERROR_STATE_PORTAL, std::string()))
318 SetErrorState(ErrorScreen::ERROR_STATE_PROXY, std::string()))
339 SetErrorState(_, _))
351 SetErrorState(ErrorScreen::ERROR_STATE_OFFLINE, std::string()))
377 SetErrorState(ErrorScreen::ERROR_STATE_PORTAL, std::string()))
error_screen.h 87 void SetErrorState(ErrorState error_state, const std::string& network);
error_screen_actor.h 74 virtual void SetErrorState(ErrorScreen::ErrorState error_state,
error_screen.cc 133 void ErrorScreen::SetErrorState(ErrorState error_state,
136 actor_->SetErrorState(error_state, network);
update_screen.cc 507 GetErrorScreen()->SetErrorState(ErrorScreen::ERROR_STATE_OFFLINE,
512 GetErrorScreen()->SetErrorState(ErrorScreen::ERROR_STATE_PORTAL,
520 GetErrorScreen()->SetErrorState(ErrorScreen::ERROR_STATE_PROXY,
  /external/chromium_org/media/video/capture/android/
video_capture_device_android.cc 74 SetErrorState("failed to allocate");
102 SetErrorState("failed to start capture");
124 SetErrorState("failed to stop capture");
192 void VideoCaptureDeviceAndroid::SetErrorState(const std::string& reason) {
video_capture_device_android.h 65 void SetErrorState(const std::string& reason);
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
app_launch_splash_screen_handler.cc 158 error_screen_actor_->SetErrorState(
165 error_screen_actor_->SetErrorState(
170 error_screen_actor_->SetErrorState(
175 error_screen_actor_->SetErrorState(
180 error_screen_actor_->SetErrorState(
error_screen_handler.h 45 virtual void SetErrorState(ErrorScreen::ErrorState error_state,
enrollment_screen_handler.cc 468 error_screen_actor_->SetErrorState(ErrorScreen::ERROR_STATE_PROXY,
480 error_screen_actor_->SetErrorState(ErrorScreen::ERROR_STATE_PORTAL,
483 error_screen_actor_->SetErrorState(
486 error_screen_actor_->SetErrorState(ErrorScreen::ERROR_STATE_OFFLINE,
error_screen_handler.cc 133 void ErrorScreenHandler::SetErrorState(ErrorScreen::ErrorState error_state,
138 CallJS("setErrorState", static_cast<int>(error_state_), network);
signin_screen_handler.cc 653 error_screen_actor_->SetErrorState(ErrorScreen::ERROR_STATE_PROXY,
666 error_screen_actor_->SetErrorState(ErrorScreen::ERROR_STATE_PORTAL,
669 error_screen_actor_->SetErrorState(
672 error_screen_actor_->SetErrorState(ErrorScreen::ERROR_STATE_OFFLINE,
    [all...]
  /external/chromium_org/media/video/capture/mac/
video_capture_device_mac.h 83 void SetErrorState(const std::string& reason);
  /external/chromium_org/media/video/capture/win/
video_capture_device_win.cc 337 SetErrorState("Can't get the Capture format settings");
344 SetErrorState("Failed to GetNumberOfCapabilities");
357 SetErrorState("Failed to get capture device capabilities");
372 SetErrorState("Failed to set capture device output format");
415 SetErrorState("Failed to connect the Capture graph.");
421 SetErrorState("Failed to Pause the Capture device. "
433 SetErrorState("Failed to start the Capture device.");
447 SetErrorState("Failed to stop the capture graph.");
465 SetErrorState("Failed to Stop the Capture device");
657 void VideoCaptureDeviceWin::SetErrorState(const std::string& reason)
    [all...]
video_capture_device_win.h 92 void SetErrorState(const std::string& reason);
  /external/chromium_org/extensions/browser/api/cast_channel/
cast_transport.cc 183 void CastTransport::SetErrorState(ChannelError error_state) {
273 SetErrorState(CHANNEL_ERROR_TRANSPORT_ERROR);
391 SetErrorState(CHANNEL_ERROR_TRANSPORT_ERROR);
411 SetErrorState(CHANNEL_ERROR_INVALID_MESSAGE);
425 SetErrorState(CHANNEL_ERROR_INVALID_MESSAGE);
cast_transport.h 169 void SetErrorState(ChannelError error_state);
cast_socket.cc 404 SetErrorState(CHANNEL_ERROR_NONE);
410 SetErrorState(CHANNEL_ERROR_CONNECT_TIMEOUT);
412 SetErrorState(CHANNEL_ERROR_CONNECT_ERROR);
588 SetErrorState(CHANNEL_ERROR_SOCKET_ERROR);
736 SetErrorState(CHANNEL_ERROR_SOCKET_ERROR);
776 SetErrorState(CHANNEL_ERROR_INVALID_MESSAGE);
786 SetErrorState(CHANNEL_ERROR_INVALID_MESSAGE);
842 void CastSocket::SetErrorState(ChannelError error_state) {
cast_socket.h 237 void SetErrorState(ChannelError error_state);
  /external/chromium_org/chrome/browser/chromeos/login/enrollment/
auto_enrollment_check_screen.cc 221 error_screen->SetErrorState(error_state,
  /external/chromium_org/chrome/browser/chromeos/login/supervised/
supervised_user_creation_screen.cc 70 screen->SetErrorState(ErrorScreen::ERROR_STATE_OFFLINE,
74 screen->SetErrorState(ErrorScreen::ERROR_STATE_PORTAL,
79 screen->SetErrorState(ErrorScreen::ERROR_STATE_PROXY,

Completed in 247 milliseconds