Searched defs:error (Results 276 - 300 of 3474) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/chrome/utility/image_writer/
H A Derror_messages.cc8 namespace error { namespace in namespace:image_writer
24 } // namespace error
/external/chromium_org/chromeos/login/auth/
H A Dmock_auth_status_consumer.cc56 void MockAuthStatusConsumer::OnFailQuit(const AuthFailure& error) { argument
61 void MockAuthStatusConsumer::OnFailQuitAndFail(const AuthFailure& error) { argument
/external/chromium_org/components/cronet/android/java/src/org/chromium/net/
H A DUrlRequestListener.java58 * provides information about error.
60 * @param request Request that received an error.
61 * @param error information about error.
64 UrlRequestException error);
63 onError(UrlRequest request, UrlRequestException error) argument
/external/chromium_org/components/nacl/renderer/
H A Djson_manifest.h33 PP_NaClError error; member in struct:nacl::JsonManifest::ErrorInfo
56 // If there was an error, details are reported via error_info.
/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 Dprofile_oauth2_token_service.cc42 const GoogleServiceAuthError& error) {
40 UpdateAuthError( const std::string& account_id, const GoogleServiceAuthError& error) argument
H A Dsignin_oauth_helper.h32 // Called when an error occurs while getting the information.
34 const GoogleServiceAuthError& error) {}
46 virtual void OnClientOAuthFailure(const GoogleServiceAuthError& error)
49 virtual void OnClientLoginFailure(const GoogleServiceAuthError& error)
52 virtual void OnGetUserInfoFailure(const GoogleServiceAuthError& error)
33 OnSigninOAuthInformationFailure( const GoogleServiceAuthError& error) argument
H A Dsignin_tracker.cc45 void SigninTracker::GoogleSigninFailed(const GoogleServiceAuthError& error) { argument
46 observer_->SigninFailed(error);
71 const GoogleServiceAuthError& error) {
72 observer_->MergeSessionComplete(error);
69 MergeSessionCompleted( const std::string& account_id, const GoogleServiceAuthError& error) argument
/external/chromium_org/components/storage_monitor/
H A Dmtab_watcher_linux.cc89 const base::FilePath& path, bool error) {
98 if (error) {
88 OnFilePathChanged( const base::FilePath& path, bool error) argument
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_database_callbacks.cc44 const IndexedDBDatabaseError& error) {
53 error.code(),
54 error.message()));
42 OnAbort( int64 host_transaction_id, const IndexedDBDatabaseError& error) argument
/external/chromium_org/content/browser/ssl/
H A Dssl_policy_backend.cc36 net::CertStatus error) {
38 ssl_host_state_delegate_->AllowCert(host, cert, error);
44 net::CertStatus error,
48 host, cert, error, expired_previous_decision) :
34 AllowCertForHost(const net::X509Certificate& cert, const std::string& host, net::CertStatus error) argument
41 QueryPolicy( const net::X509Certificate& cert, const std::string& host, net::CertStatus error, bool* expired_previous_decision) argument
/external/chromium_org/content/renderer/media/
H A Dpeer_connection_identity_service.cc49 void PeerConnectionIdentityService::OnRequestFailed(int error) { argument
50 pending_observer_->OnFailure(error);
/external/chromium_org/device/bluetooth/
H A Dbluetooth_low_energy_win_unittest.cc25 std::string error; local
28 kValidDeviceInstanceId, &btha, &error);
31 EXPECT_TRUE(error.empty());
42 std::string error; local
45 kInvalidDeviceInstanceId, &btha, &error);
48 EXPECT_FALSE(error.empty());
/external/chromium_org/extensions/browser/api/declarative_webrequest/
H A Dwebrequest_condition_unittest.cc32 std::string error; local
36 error.clear();
44 &error);
45 EXPECT_FALSE(error.empty());
49 error.clear();
58 &error);
59 EXPECT_FALSE(error.empty());
63 error.clear();
73 &error);
74 EXPECT_EQ("", error);
122 std::string error; local
173 std::string error; local
267 std::string error; local
327 std::string error; local
376 std::string error; local
[all...]
/external/chromium_org/extensions/browser/
H A Dmanagement_policy_unittest.cc66 base::string16 error; local
69 EXPECT_TRUE(policy_.UserMayLoad(NULL, &error));
70 EXPECT_TRUE(error.empty());
74 EXPECT_TRUE(policy_.UserMayLoad(NULL, &error));
75 EXPECT_TRUE(error.empty());
79 EXPECT_TRUE(policy_.UserMayLoad(NULL, &error));
80 EXPECT_TRUE(error.empty());
84 EXPECT_FALSE(policy_.UserMayLoad(NULL, &error));
85 EXPECT_FALSE(error.empty());
89 error
95 base::string16 error; local
123 base::string16 error; local
151 base::string16 error; local
184 base::string16 error = original_error16; local
[all...]
/external/chromium_org/extensions/browser/value_store/
H A Dvalue_store.cc25 ValueStore::ReadResultType::ReadResultType(scoped_ptr<Error> error) argument
26 : error_(error.Pass()) {
40 ValueStore::WriteResultType::WriteResultType(scoped_ptr<Error> error) argument
41 : error_(error.Pass()) {
/external/chromium_org/extensions/common/api/bluetooth/
H A Dbluetooth_manifest_handler.cc19 base::string16* error) {
23 BluetoothManifestData::FromValue(*bluetooth, error);
18 Parse(Extension* extension, base::string16* error) argument
/external/chromium_org/extensions/common/api/sockets/
H A Dsockets_manifest_data.cc40 base::string16* error) {
42 SocketsManifestPermission::FromValue(value, error);
38 FromValue( const base::Value& value, base::string16* error) argument
H A Dsockets_manifest_handler.cc19 base::string16* error) {
23 SocketsManifestData::FromValue(*sockets, error);
18 Parse(Extension* extension, base::string16* error) argument
/external/chromium_org/extensions/common/features/
H A Dmanifest_feature.cc38 std::string error = SimpleFeature::Parse(value); local
39 if (!error.empty())
40 return error;
H A Dpermission_feature.cc37 std::string error = SimpleFeature::Parse(value); local
38 if (!error.empty())
39 return error;
/external/chromium_org/extensions/common/
H A Dmanifest_handler_helpers.cc38 base::string16* error) {
45 *error = ErrorUtils::FormatErrorMessageUTF16(
51 *error = ErrorUtils::FormatErrorMessageUTF16(
34 LoadIconsFromDictionary(const base::DictionaryValue* icons_value, const int* icon_sizes, size_t num_icon_sizes, ExtensionIconSet* icons, base::string16* error) argument
/external/chromium_org/extensions/common/manifest_handlers/
H A Dlauncher_page_info.cc28 bool LauncherPageHandler::Parse(Extension* extension, base::string16* error) { argument
34 *error = base::ASCIIToUTF16(manifest_errors::kInvalidLauncherPage);
39 *error = base::ASCIIToUTF16(manifest_errors::kLauncherPagePageRequired);
46 *error = base::ASCIIToUTF16(manifest_errors::kInvalidLauncherPagePage);
59 std::string* error,
64 *error = l10n_util::GetStringFUTF8(IDS_EXTENSION_LOAD_LAUNCHER_PAGE_FAILED,
57 Validate( const Extension* extension, std::string* error, std::vector<InstallWarning>* warnings) const argument
/external/chromium_org/extensions/renderer/api/serial/
H A Ddata_receiver_unittest.cc57 int32_t error = 0; local
63 error = error_to_send_.front();
66 if (error == 2) {
73 if (error)
74 buffer->DoneWithError(data.size(), error);
/external/chromium_org/extensions/shell/browser/
H A Dshell_display_info_provider.cc18 std::string* error) {
19 *error = "Not implemented";
15 SetInfo( const std::string& display_id, const core_api::system_display::DisplayProperties& info, std::string* error) argument

Completed in 5784 milliseconds

<<11121314151617181920>>