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

  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
ErrorCodeConversionHelper.java 16 public static final int ERROR_UNKNOWN = -1;
48 // These will be handled by the default case, ERROR_UNKNOWN.
140 return ERROR_UNKNOWN;
AwContents.java 351 ErrorCodeConversionHelper.ERROR_UNKNOWN,
    [all...]
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
ClientOnReceivedErrorTest.java 99 assertEquals(ErrorCodeConversionHelper.ERROR_UNKNOWN,
115 assertEquals(ErrorCodeConversionHelper.ERROR_UNKNOWN,
132 assertEquals(ErrorCodeConversionHelper.ERROR_UNKNOWN,
  /external/chromium_org/device/bluetooth/
bluetooth_device.h 74 ERROR_UNKNOWN,
bluetooth_device_chromeos.cc 601 ConnectErrorCode error_code = ERROR_UNKNOWN;
641 ConnectErrorCode error_code = ERROR_UNKNOWN;
bluetooth_chromeos_unittest.cc 261 last_connect_error_ = BluetoothDevice::ERROR_UNKNOWN;
    [all...]
  /external/clang/bindings/python/tests/cindex/
test_translation_unit.py 124 expected = TranslationUnitSaveError.ERROR_UNKNOWN
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
bluetooth_options_handler.cc 390 case device::BluetoothDevice::ERROR_UNKNOWN:
  /external/clang/bindings/python/clang/
cindex.py 100 ERROR_UNKNOWN = 1
    [all...]

Completed in 1644 milliseconds