Searched refs:error (Results 451 - 475 of 9144) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dlibgtk2ui_export.h14 #error "LIBGTK2UI does not build on Windows."
/external/chromium_org/components/signin/core/browser/
H A Dfake_auth_status_provider.cc7 FakeAuthStatusProvider::FakeAuthStatusProvider(SigninErrorController* error) argument
8 : error_provider_(error),
31 const GoogleServiceAuthError& error) {
34 auth_error_ = error;
29 SetAuthError(const std::string& account_id, const std::string& username, const GoogleServiceAuthError& error) argument
H A Dfake_auth_status_provider.h16 explicit FakeAuthStatusProvider(SigninErrorController* error);
19 // Sets the auth error that this provider reports to SigninErrorController.
23 const GoogleServiceAuthError& error);
25 void set_error_without_status_change(const GoogleServiceAuthError& error) { argument
26 auth_error_ = error;
H A Dsignin_oauth_helper.cc33 const GoogleServiceAuthError& error) {
34 VLOG(1) << "SigninOAuthHelper::OnClientOAuthFailure: " << error.ToString();
35 consumer_->OnSigninOAuthInformationFailure(error);
43 const GoogleServiceAuthError& error) {
44 VLOG(1) << "SigninOAuthHelper::OnClientLoginFailure: " << error.ToString();
45 consumer_->OnSigninOAuthInformationFailure(error);
67 const GoogleServiceAuthError& error) {
68 VLOG(1) << "SigninOAuthHelper::OnGetUserInfoFailure : " << error.ToString();
69 consumer_->OnSigninOAuthInformationFailure(error);
32 OnClientOAuthFailure( const GoogleServiceAuthError& error) argument
42 OnClientLoginFailure( const GoogleServiceAuthError& error) argument
66 OnGetUserInfoFailure( const GoogleServiceAuthError& error) argument
/external/chromium_org/components/translate/core/browser/
H A Dtranslate_error_details.h21 // Translation error type
22 TranslateErrors::Type error; member in struct:translate::TranslateErrorDetails
/external/chromium_org/content/common/
H A Dpepper_file_util.h12 #error "Plugins should be enabled"
/external/chromium_org/extensions/browser/
H A Dmanagement_policy.h39 // For all of the Provider methods below, if |error| is not NULL and the
40 // method imposes a restriction on the desired action, |error| may be set
41 // to an applicable error message, but this is not required.
55 base::string16* error) const;
61 base::string16* error) const;
69 base::string16* error) const;
72 // disabled, and returns an error and/or reason if the caller needs it.
75 base::string16* error) const;
91 // extension. If not, |error| may be set to an appropriate message.
92 bool UserMayLoad(const Extension* extension, base::string16* error) cons
[all...]
/external/chromium_org/google_apis/drive/
H A Dgdata_wapi_requests.cc50 GDataErrorCode error = GetErrorCode(); local
51 switch (error) {
59 weak_ptr_factory_.GetWeakPtr(), error));
62 RunCallbackOnPrematureFailure(error);
69 GDataErrorCode error) {
70 callback_.Run(error, scoped_ptr<ResourceEntry>());
73 void GetResourceEntryRequest::OnDataParsed(GDataErrorCode error, argument
76 error = GDATA_PARSE_ERROR;
77 callback_.Run(error, entry.Pass());
68 RunCallbackOnPrematureFailure( GDataErrorCode error) argument
/external/chromium_org/gpu/command_buffer/common/
H A Dconstants.h17 namespace error { namespace in namespace:gpu
29 // Return true if the given error code is an actual error.
30 inline bool IsError(Error error) { argument
31 return error != kNoError && error != kDeferCommandUntilLater;
/external/chromium_org/net/base/
H A Dnet_errors.cc13 // Get all valid error codes into an array as positive numbers, for use in the
27 std::string ErrorToString(int error) { argument
28 return "net::" + ErrorToShortString(error);
31 std::string ErrorToShortString(int error) { argument
32 if (error == 0)
36 switch (error) {
50 bool IsCertificateError(int error) { argument
55 return (error <= ERR_CERT_BEGIN && error > ERR_CERT_END) ||
56 (error
[all...]
/external/chromium_org/remoting/protocol/
H A Dsocket_util.h10 // Enum for different actions that can be taken after sendto() returns an error.
17 // Returns true if |error| must be ignored when returned from sendto(). |retry|
19 SocketErrorAction GetSocketErrorAction(int error);
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebCryptoNormalize.cpp49 AlgorithmError error; local
50 if (!normalizeAlgorithm(algorithmDictionary, operation, algorithm, &error)) {
51 *exceptionCode = webCryptoErrorToExceptionCode(error.errorType);
52 *errorDetails = error.errorDetails;
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebIDBDatabaseError.h47 WebIDBDatabaseError(const WebIDBDatabaseError& error) { assign(error); } argument
48 WebIDBDatabaseError& operator=(const WebIDBDatabaseError& error) argument
50 assign(error);
/external/chromium_org/third_party/closure_linter/closure_linter/
H A Derrorrecord.py17 """A simple, pickle-serializable class to represent a lint error."""
35 new_error: Whether this is a "new error" (see errors.NEW_ERRORS).
44 def MakeErrorRecord(path, error):
45 """Make an error record with correctly formatted error string.
52 path: Path of file the error was found in.
53 error: An error.Error instance.
58 new_error = error.code in errors.NEW_ERRORS
62 path, error, new_erro
[all...]
/external/chromium_org/third_party/freetype/src/psaux/
H A Dpsauxmod.h30 #error "this module does not support PIC yet"
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-deprecated.h28 #error "Include <hb.h> instead."
/external/chromium_org/third_party/libjingle/overrides/allocator_shim/
H A Dallocator_stub.cc8 #error "The allocator stub isn't supported (or needed) on mac or android."
/external/chromium_org/third_party/mesa/src/src/mapi/mapi/
H A Dmapi_tmp.h30 #error "MAPI_ABI_HEADER must be defined"
/external/chromium_org/third_party/skia/src/ports/
H A DSkXMLParser_empty.cpp20 void SkXMLParser::GetNativeErrorString(int error, SkString* str) argument
/external/chromium_org/tools/gyp/test/dependencies/sharedlib-linksettings/
H A Dprogram.c14 #error TEST_DEFINE is already defined!
/external/chromium_org/tools/gyp/test/mac/clang-cxx-library/
H A Dlibc++.cc7 #error expected std library: libc++
H A Dlibstdc++.cc7 #error expected std library: libstdc++
/external/chromium_org/ui/gfx/x/
H A Dx11_error_tracker.cc15 int X11ErrorHandler(Display* display, XErrorEvent* error) { argument
16 g_x11_error_code = error->error_code;
40 unsigned char error = g_x11_error_code; local
42 return error != 0;
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-3404.js5 function testError(error) {
7 var desc1 = Object.getOwnPropertyDescriptor(error, "stack");
8 Object.defineProperty(error, "stack",
11 var desc2 = Object.getOwnPropertyDescriptor(error, "stack");
H A Dregress-crbug-222893.js33 var error = null;
43 error = e;
57 assertNull(error);
64 assertNull(error);

Completed in 551 milliseconds

<<11121314151617181920>>