Searched defs:error_code (Results 201 - 225 of 306) sorted by last modified time

1234567891011>>

/external/chromium_org/content/child/fileapi/
H A Dwebfilewriter_base.cc66 void WebFileWriterBase::DidFinish(base::File::Error error_code) { argument
67 if (error_code == base::File::FILE_OK)
70 DidFail(error_code);
120 void WebFileWriterBase::DidFail(base::File::Error error_code) { argument
126 client_->didFail(FileErrorToWebFileError(error_code));
/external/chromium_org/content/child/npapi/
H A Dplugin_url_fetcher.cc354 int error_code,
368 if (error_code == net::OK) {
353 OnCompletedRequest( int error_code, bool was_ignored_by_handler, bool stale_copy_in_cache, const std::string& security_info, const base::TimeTicks& completion_time, int64 total_transfer_size) argument
/external/chromium_org/content/child/
H A Dsocket_stream_dispatcher.cc50 void OnFailed(int error_code, const std::string& error_msg);
166 void IPCWebSocketStreamHandleBridge::OnFailed(int error_code, argument
168 DVLOG(1) << "Bridge #" << socket_id_ << " OnFailed (error_code=" << error_code local
171 delegate_->DidFail(handle_, error_code, base::ASCIIToUTF16(error_msg));
246 void SocketStreamDispatcher::OnFailed(int socket_id, int error_code) { argument
250 bridge->OnFailed(error_code, net::ErrorToString(error_code));
H A Dsync_load_response.h22 int error_code; member in struct:content::SyncLoadResponse
H A Dweb_socket_stream_handle_delegate.h35 int error_code,
34 DidFail(blink::WebSocketStreamHandle* handle, int error_code, const base::string16& error_msg) argument
H A Dweb_socket_stream_handle_impl.cc158 int error_code,
164 WebSocketStreamError(error_code, error_msg));
156 DidFail( WebSocketStreamHandle* web_handle, int error_code, const base::string16& error_msg) argument
H A Dweb_url_loader_impl.cc237 int error_code,
321 sync_load_response->error_code =
625 int error_code,
651 if (error_code != net::OK) {
654 error_code));
704 int error_code = GetInfoFromDataURL(request_.url(), &info, &data); local
706 if (error_code == net::OK) {
712 OnCompletedRequest(error_code, false, false, info.security_info,
873 int error_code = sync_load_response.error_code; local
624 OnCompletedRequest( int error_code, bool was_ignored_by_handler, bool stale_copy_in_cache, const std::string& security_info, const base::TimeTicks& completion_time, int64 total_transfer_size) argument
[all...]
/external/chromium_org/content/public/browser/
H A Dweb_contents_observer.h147 int error_code,
188 int error_code,
144 DidFailProvisionalLoad( RenderFrameHost* render_frame_host, const GURL& validated_url, int error_code, const base::string16& error_description) argument
186 DidFailLoad(RenderFrameHost* render_frame_host, const GURL& validated_url, int error_code, const base::string16& error_description) argument
/external/chromium_org/content/public/common/
H A Dgeoposition.h60 ErrorCode error_code; member in struct:content::Geoposition
H A Dresource_response.h31 // The response error_code.
32 int error_code; member in struct:content::SyncLoadResult
/external/chromium_org/content/public/test/
H A Dtest_file_system_backend.cc259 base::File::Error* error_code) {
260 DCHECK(error_code);
261 *error_code = base::File::FILE_OK;
264 *error_code = base::File::FILE_ERROR_SECURITY;
279 base::File::Error* error_code) const {
257 GetCopyOrMoveFileValidatorFactory( storage::FileSystemType type, base::File::Error* error_code) argument
/external/chromium_org/content/renderer/
H A Dbrowser_render_view_browsertest.cc66 bool GetLatestError(int* error_code, bool* stale_cache_entry_present) { argument
68 *error_code = latest_error_reason_;
173 // |*error_code| and |*stale_cache_entry_present| will be updated
177 int* error_code, bool* stale_cache_entry_present) {
182 renderer_client_, &result, error_code,
191 bool* result, int* error_code, bool* stale_cache_entry_present) {
193 error_code, stale_cache_entry_present);
220 int error_code = net::OK; local
223 &error_code, &stale_cache_entry_present));
224 EXPECT_EQ(net::ERR_FAILED, error_code);
176 GetLatestErrorFromRendererClient( int* error_code, bool* stale_cache_entry_present) argument
189 GetLatestErrorFromRendererClient0( TestShellContentRendererClient* renderer_client, bool* result, int* error_code, bool* stale_cache_entry_present) argument
[all...]
/external/chromium_org/content/renderer/media/android/
H A Dwebmediaplayer_android.cc1722 media::MediaKeys::KeyError error_code,
1725 error_code, media::MediaKeys::kMaxKeyError);
1738 static_cast<blink::WebMediaPlayerClient::MediaKeyErrorCode>(error_code),
1721 OnKeyError(const std::string& session_id, media::MediaKeys::KeyError error_code, uint32 system_code) argument
/external/chromium_org/content/renderer/media/crypto/
H A Dencrypted_media_player_support_impl.cc403 media::MediaKeys::KeyError error_code,
406 error_code, media::MediaKeys::kMaxKeyError);
419 static_cast<WebMediaPlayerClient::MediaKeyErrorCode>(error_code),
402 OnKeyError(const std::string& session_id, media::MediaKeys::KeyError error_code, uint32 system_code) argument
/external/chromium_org/chrome/common/
H A Dlocalized_error.cc63 int error_code; member in struct:__anon5683::LocalizedErrorMap
427 int error_code) {
429 if (maps[i].error_code == error_code)
436 int error_code, bool is_post) {
440 if (is_post && error_code == net::ERR_CACHE_MISS)
444 error_code);
448 error_code);
453 error_code);
477 // Gets the icon class for a given |error_domain| and |error_code|
425 FindErrorMapInArray(const LocalizedErrorMap* maps, size_t num_maps, int error_code) argument
435 LookupErrorMap(const std::string& error_domain, int error_code, bool is_post) argument
478 GetIconClassForError(const std::string& error_domain, int error_code) argument
502 GetStrings(int error_code, const std::string& error_domain, const GURL& failed_url, bool is_post, bool show_stale_load_button, const std::string& locale, const std::string& accept_languages, scoped_ptr<ErrorPageParams> params, base::DictionaryValue* error_strings) argument
838 HasStrings(const std::string& error_domain, int error_code) argument
[all...]
/external/chromium_org/chrome/installer/gcapi/
H A Dgcapi.cc637 DWORD* error_code) {
638 DCHECK(error_code);
641 if (error_code)
642 *error_code = REACTIVATE_ERROR_INVALID_INPUT;
649 if (error_code)
650 *error_code = REACTIVATE_ERROR_NOTDORMANT;
661 if (error_code)
662 *error_code = REACTIVATE_ERROR_NOTINSTALLED;
667 if (error_code)
668 *error_code
635 CanOfferReactivation(const wchar_t* brand_code, int shell_mode, DWORD* error_code) argument
676 ReactivateChrome(const wchar_t* brand_code, int shell_mode, DWORD* error_code) argument
698 CanOfferRelaunch(const wchar_t** partner_brandcode_list, int partner_brandcode_list_length, int shell_mode, DWORD* error_code) argument
773 SetRelaunchOffered(const wchar_t** partner_brandcode_list, int partner_brandcode_list_length, const wchar_t* relaunch_brandcode, int shell_mode, DWORD* error_code) argument
[all...]
/external/chromium_org/chrome/installer/test/
H A Dalternate_version_generator_main.cc51 const wchar_t* GetErrorMessage(ErrorCode error_code) { argument
52 DCHECK_LE(0, error_code);
53 DCHECK_GT(arraysize(Messages), static_cast<size_t>(error_code));
54 return Messages[error_code];
62 errors::ErrorCode error_code,
64 const wchar_t* error_message = errors::GetErrorMessage(error_code);
67 errors::GetErrorMessage(error_code));
61 DumpUsage(const CommandLine& cmd_line, errors::ErrorCode error_code, const std::wstring& detail) argument
/external/chromium_org/chrome/installer/util/
H A Dself_reg_work_item.cc32 // Any number thus found will be returned in |error_code|. The "cleaned"
36 // not set then *error_code will be unchanged and the original HRESULT is
40 HRESULT UnMuxHRESULTErrorCode(HRESULT hr, int* error_code) { argument
41 DCHECK(error_code);
43 *error_code = (hr & 0x07800000) >> 23;
75 int error_code = 0; local
76 HRESULT unmuxed_hr = UnMuxHRESULTErrorCode(hr, &error_code);
80 << error_code;
/external/chromium_org/chrome/renderer/extensions/
H A Dextension_localization_peer.cc67 int error_code,
77 if (error_code != net::OK) {
94 original_peer_->OnCompletedRequest(error_code, was_ignored_by_handler,
66 OnCompletedRequest( int error_code, bool was_ignored_by_handler, bool stale_copy_in_cache, const std::string& security_info, const base::TimeTicks& completion_time, int64 total_transfer_size) argument
/external/chromium_org/chrome/renderer/
H A Dsecurity_filter_peer.cc90 int error_code,
148 void BufferedPeer::OnCompletedRequest(int error_code, argument
158 if (error_code != net::OK || !DataReady()) {
173 original_peer_->OnCompletedRequest(error_code, was_ignored_by_handler,
203 int error_code,
89 OnCompletedRequest( int error_code, bool was_ignored_by_handler, bool stale_copy_in_cache, const std::string& security_info, const base::TimeTicks& completion_time, int64 total_transfer_size) argument
202 OnCompletedRequest( int error_code, bool was_ignored_by_handler, bool stale_copy_in_cache, const std::string& security_info, const base::TimeTicks& completion_time, int64 total_transfer_size) argument
/external/chromium_org/chrome/test/base/
H A Din_process_browser_test_browsertest.cc43 int error_code,
46 error_code_ = static_cast<net::Error>(error_code);
51 net::Error error_code() const { return error_code_; } function in class:__anon5883::LoadFailObserver
78 EXPECT_EQ(net::ERR_NOT_IMPLEMENTED, observer.error_code());
/external/chromium_org/chrome/tools/profile_reset/
H A Djtl_compiler.cc220 error_details->error_code = CompileError::MISMATCHED_DOUBLE_QUOTES;
235 error_details->error_code = CompileError::PARSING_ERROR;
239 CompileError::ErrorCode error_code = instruction_set.TranscodeInstruction( local
241 if (error_code != CompileError::ERROR_NONE) {
245 error_details->error_code = error_code;
H A Djtl_compiler.h49 CompileError() : line_number(0), error_code(ERROR_NONE) {}
52 ErrorCode error_code)
53 : line_number(line_number), context(context), error_code(error_code) {}
57 ErrorCode error_code; member in struct:JtlCompiler::CompileError
50 CompileError(size_t line_number, const std::string& context, ErrorCode error_code) argument
/external/chromium_org/chrome/utility/extensions/
H A Dextensions_handler.cc193 int error_code; local
196 json, base::JSON_PARSE_RFC, &error_code, &error);
/external/chromium_org/chrome/utility/
H A Dshell_handler_win.cc84 DWORD error_code = ::CommDlgExtendedError(); local
85 if (error_code != 0)
86 NOTREACHED() << "GetSaveFileName failed with code: " << error_code;

Completed in 6697 milliseconds

1234567891011>>