HomeSort by relevance Sort by last modified time
    Searched defs:kError (Results 1 - 25 of 42) sorted by null

1 2

  /external/chromium_org/content/browser/media/
media_browsertest.h 24 static const char kError[];
media_browsertest.cc 27 const char MediaBrowserTest::kError[] = "ERROR";
65 title_watcher->AlsoWaitForTitle(base::ASCIIToUTF16(kError));
  /external/chromium_org/third_party/skia/tools/
gpuveto.cpp 22 static const int kError = 1;
34 return kError;
42 return kError;
52 return kError;
72 return kError;
  /external/chromium_org/chrome/browser/media/
media_browsertest.h 27 static const char kError[];
media_browsertest.cc 20 const char MediaBrowserTest::kError[] = "ERROR";
68 title_watcher->AlsoWaitForTitle(base::ASCIIToUTF16(kError));
  /external/chromium_org/media/audio/
audio_input_ipc.h 24 kError,
25 kStateLast = kError
audio_output_ipc.h 26 kError,
27 kStateLast = kError
audio_output_controller.h 184 kError,
  /external/chromium_org/chrome/test/chromedriver/chrome/
log.h 26 kError,
  /external/chromium_org/net/tools/tld_cleanup/
tld_cleanup_util.h 30 kError,
  /external/chromium_org/media/base/
decryptor.h 31 // TODO(xhwang): Replace kError with kDecryptError and kDecodeError.
37 kError // Key is available but an error occurred during decryption.
68 // - Set to kError if unexpected error has occurred. In this case the
121 // - Set to kError if unexpected error has occurred. In this case the
144 // AudioDecodeCB/VideoDecodeCB immediately with kError and NULL.
153 // should be fired with kError.
  /external/chromium_org/media/filters/
ffmpeg_audio_decoder.h 55 // - kError: Unexpected error happened.
64 // kNormal -> kError:
72 kError
ffmpeg_video_decoder.h 60 kError
vpx_video_decoder.h 50 kError
decrypting_video_decoder.h 56 kError
decrypting_audio_decoder.h 67 kError
  /external/chromium_org/media/video/capture/android/
video_capture_device_android.h 61 kError // Hit error. User needs to recover by destroying the object.
  /external/chromium_org/chrome/renderer/translate/
translate_script_browsertest.cc 27 const char kError[] = "cr.googleTranslate.error";
93 return ExecuteScriptAndGetBoolResult(kError);
  /external/chromium_org/content/browser/media/capture/
content_video_capture_device_core.h 165 kError
  /external/chromium_org/media/formats/webm/
webm_stream_parser.h 41 kError
  /external/chromium_org/media/video/capture/linux/
video_capture_device_linux.h 48 kError // Error accessing HW functions.
  /external/chromium_org/media/video/capture/mac/
video_capture_device_mac.h 91 kError
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
time_stretch.h 35 kError = -1
  /external/lzma/CPP/7zip/UI/Console/
ExtractCallbackConsole.cpp 34 static const char *kError = "ERROR: ";
217 (*OutStream) << endl << kError;
  /external/chromium_org/components/component_updater/
component_updater_service.h 107 enum Status { kOk, kReplaced, kInProgress, kError };

Completed in 3891 milliseconds

1 2