HomeSort by relevance Sort by last modified time
    Searched full:error_code (Results 201 - 225 of 1123) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/base/files/
file_path_watcher_win.cc 214 DWORD error_code = GetLastError(); local
215 if (error_code != ERROR_FILE_NOT_FOUND &&
216 error_code != ERROR_PATH_NOT_FOUND &&
217 error_code != ERROR_ACCESS_DENIED &&
218 error_code != ERROR_SHARING_VIOLATION &&
219 error_code != ERROR_DIRECTORY) {
  /external/chromium_org/chrome/browser/ssl/
ssl_tab_helper.cc 218 scoped_refptr<SSLAddCertHandler> handler, int error_code) {
223 base::IntToString16(-error_code),
224 ASCIIToUTF16(net::ErrorToString(error_code))),
245 int error_code) {
249 base::IntToString16(-error_code),
250 ASCIIToUTF16(net::ErrorToString(error_code))),
  /external/chromium_org/tools/memory_watcher/
preamble_patcher.cc 37 SideStepError error_code = RawPatchWithStub(target_function, local
42 if (SIDESTEP_SUCCESS != error_code) {
44 return error_code;
112 SideStepError error_code = RawPatchWithStubAndProtections(target_function, local
117 if (SIDESTEP_SUCCESS != error_code) {
120 return error_code;
  /bionic/libc/arch-arm/cortex-a9/bionic/
memcpy.S 79 ldr r1, error_code
83 error_code: label
  /bionic/libc/arch-arm/krait/bionic/
memcpy.S 79 ldr r1, error_code
83 error_code: label
  /external/chromium/chrome/browser/policy/
config_dir_policy_provider.cc 34 int error_code = 0; local
36 scoped_ptr<Value> value(deserializer.Deserialize(&error_code, &error_msg));
  /external/chromium/net/tools/flip_server/
balsa_enums.h 96 static const char* ParseStateToString(ParseState error_code);
97 static const char* ErrorCodeToString(ErrorCode error_code);
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
mounted_disk_monitor.h 44 chromeos::MountError error_code,
49 chromeos::FormatError error_code,
  /external/chromium_org/chrome/browser/chromeos/imageburner/
burn_device_handler.cc 85 MountError error_code,
91 FormatError error_code,
burn_device_handler.h 55 MountError error_code,
59 FormatError error_code,
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
media_file_system_backend.h 53 base::PlatformFileError* error_code) OVERRIDE;
57 base::PlatformFileError* error_code) const OVERRIDE;
  /external/chromium_org/chrome/browser/ui/webui/help/
version_updater_win.cc 49 GoogleUpdateErrorCode error_code,
55 GoogleUpdateErrorCode error_code,
161 GoogleUpdateUpgradeResult result, GoogleUpdateErrorCode error_code,
165 UpdateStatus(result, error_code, error_message);
169 GoogleUpdateErrorCode error_code,
217 if (error_code == GOOGLE_UPDATE_DISABLED_BY_POLICY) {
220 } else if (error_code == GOOGLE_UPDATE_DISABLED_BY_POLICY_AUTO_ONLY) {
225 l10n_util::GetStringFUTF16Int(IDS_UPGRADE_ERROR, error_code);
  /external/chromium_org/chromeos/dbus/
fake_cros_disks_client.cc 89 MountError error_code,
95 mount_completed_handler_.Run(error_code, source_path, mount_type, mount_path);
  /external/chromium_org/content/browser/loader/
async_resource_handler.cc 311 int error_code = status.error(); local
319 DCHECK(!was_ignored_by_handler || error_code == net::ERR_ABORTED);
322 // with a status() != SUCCESS and an error_code() == net::OK.
324 error_code == net::OK) {
325 error_code = net::ERR_ABORTED;
327 error_code == net::OK) {
328 error_code = net::ERR_FAILED;
333 error_code,
  /external/chromium_org/jingle/glue/
channel_socket_adapter.h 39 // Closes the stream. |error_code| specifies error code that will
42 void Close(int error_code);
  /external/chromium_org/media/video/capture/
video_capture.h 59 // Notify client that video capture has hit some error |error_code|.
60 virtual void OnError(VideoCapture* capture, int error_code) = 0;
video_capture_proxy.h 51 virtual void OnError(VideoCapture* capture, int error_code) OVERRIDE;
74 int error_code);
  /external/chromium_org/net/socket/
client_socket_pool_histograms.cc 78 void ClientSocketPoolHistograms::AddErrorCode(int error_code) const {
80 error_code_->Add(-error_code);
  /external/chromium_org/net/tools/flip_server/
balsa_enums.h 95 static const char* ParseStateToString(ParseState error_code);
96 static const char* ErrorCodeToString(ErrorCode error_code);
  /external/chromium_org/ppapi/shared_impl/
file_type_conversion.cc 14 int PlatformFileErrorToPepperError(base::PlatformFileError error_code) {
15 switch (error_code) {
  /external/chromium_org/sync/internal_api/
syncapi_server_connection_manager_unittest.cc 34 virtual bool MakeSynchronousPost(int* error_code, int* response_code)
37 *error_code = net::ERR_ABORTED;
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/win/
normalizedunicodetext.h 48 // [out] error_code - Win32 error code.
50 const WCHAR* text, DWORD *error_code);
  /external/chromium_org/tools/json_schema_compiler/test/
test_util.cc 16 int error_code; local
21 &error_code,
  /external/chromium_org/webkit/browser/fileapi/
test_file_system_backend.h 48 base::PlatformFileError* error_code) OVERRIDE;
52 base::PlatformFileError* error_code) const OVERRIDE;
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.h 25 error_code Check(error_code Err) {

Completed in 549 milliseconds

1 2 3 4 5 6 7 891011>>