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

1 2

  /external/chromium_org/content/browser/media/
media_browsertest.h 15 static const char kError[];
media_browsertest.cc 26 const char MediaBrowserTest::kError[] = "ERROR";
66 title_watcher.AlsoWaitForTitle(ASCIIToUTF16(kError));
  /external/chromium_org/media/audio/
audio_input_ipc.h 24 kError
audio_output_ipc.h 26 kError
audio_input_controller.h 201 kError
audio_output_controller.h 156 kError,
  /external/chromium/chrome/browser/
media_uitest.cc 48 const std::wstring kError = L"ERROR";
53 StartsWith(title, kError, true))
  /external/chromium_org/chrome/test/chromedriver/chrome/
log.h 21 kError
  /external/chromium_org/media/video/capture/android/
video_capture_device_android.h 53 kError // Hit error. User needs to recover by destroying the object.
  /external/chromium_org/media/video/capture/mac/
video_capture_device_mac.h 50 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_video_decoder.h 51 kError
vpx_video_decoder.h 49 kError
decrypting_video_decoder.h 55 kError
  /external/chromium_org/media/video/capture/
fake_video_capture_device.h 43 kError
  /external/chromium_org/media/video/capture/linux/
video_capture_device_linux.h 39 kError // Error accessing HW functions.
  /external/chromium_org/remoting/codec/
video_decoder_verbatim.h 44 kError,
video_decoder_vp8.h 39 kError,
  /external/chromium_org/media/video/capture/win/
video_capture_device_win.h 57 kError // Error accessing HW functions.
  /external/chromium_org/media/webm/
webm_stream_parser.h 44 kError
  /external/lzma/CPP/7zip/UI/Console/
ExtractCallbackConsole.cpp 34 static const char *kError = "ERROR: ";
217 (*OutStream) << endl << kError;
  /external/chromium/net/disk_cache/
stress_cache.cc 50 const int kError = -1;
64 return kError;
70 return kError;
239 return kError;
  /external/chromium/net/tools/tld_cleanup/
tld_cleanup.cc 96 kError,
102 // logs an error and returns kError if the rule is (almost) certainly invalid.
149 return kError;
199 if (new_result != kError) {
239 result = kError;
295 if (result == kError)
  /external/chromium_org/chrome/browser/component_updater/
component_updater_service.h 116 kError
168 // in a short interval either (returns |kError| if so).

Completed in 452 milliseconds

1 2