/external/chromium_org/chrome/browser/sync/glue/ |
extensions_activity_monitor_unittest.cc | 39 std::string error; local 42 Extension::NO_FLAGS, &error)); 43 EXPECT_TRUE(error.empty());
|
non_frontend_data_type_controller.h | 78 syncer::SyncError error; member in struct:browser_sync::NonFrontendDataTypeController::AssociationResult
|
session_change_processor.cc | 200 LOG(ERROR) << "Received unexpected notification of type " 236 // error or their/our clock is inaccurate). Just ignore the deletion 345 syncer::SyncError error; local 346 error = session_model_associator_->DisassociateModels(); 347 error = session_model_associator_->AssociateModels(NULL, NULL); 348 if (error.IsSet()) { 350 error.location(), 351 error.message());
|
/external/chromium_org/chrome/browser/ui/ash/launcher/ |
chrome_launcher_controller_per_browser_unittest.cc | 54 std::string error; local 59 &error); 64 &error); 70 &error); 76 &error);
|
/external/chromium_org/chrome/browser/value_store/ |
value_store_unittest.cc | 28 // Compares two possibly NULL values for equality, filling |error| with an 29 // appropriate error message if they're different. 31 const Value* expected, const Value* actual, std::string* error) { 36 *error = "Expected: " + GetJSON(*expected) + ", actual: NULL"; 40 *error = "Expected: NULL, actual: " + GetJSON(*actual); 44 *error = 59 "Result has error: " << actual_result->error(); 62 std::string error; local 63 if (!ValuesEqual(&expected, actual_result->settings().get(), &error)) { 111 std::string error; local [all...] |
/external/chromium_org/chrome/common/ |
automation_messages.cc | 241 WriteParam(m, p.error()); 247 int status, error; local 248 if (!ReadParam(m, iter, &status) || !ReadParam(m, iter, &error)) 251 r->set_error(error); 282 LogParam(p.error(), l);
|
/external/chromium_org/chrome/common/extensions/api/identity/ |
extension_manifests_auth_unittest.cc | 242 std::string error; local 244 LoadExtension(manifest, &error); 247 error); 255 std::string error; local 263 std::string error; local 274 std::string error; local 284 std::string error; local
|
/external/chromium_org/chrome/common/extensions/ |
extension_l10n_util_unittest.cc | 36 std::string error; local 40 &error)); 53 std::string error; local 57 &error)); 78 std::string error; local 82 &error)); 99 std::string error; local 103 &error)); 120 std::string error; local 124 &error)); 144 std::string error; local 171 std::string error; local 207 std::string error; local 255 std::string error; local 265 std::string error; local 270 EXPECT_EQ(std::string(errors::kInvalidName), error); local 276 std::string error; local 294 std::string error; local 313 std::string error; local 330 std::string error; local 347 std::string error; local 372 std::string error; local 397 std::string error; local 427 std::string error; local [all...] |
/external/chromium_org/chrome/common/extensions/features/ |
simple_feature_unittest.cc | 187 std::string error; local 190 &error)); local 191 EXPECT_EQ("", error);
|
/external/chromium_org/chrome/common/extensions/manifest_tests/ |
extension_manifest_test.cc | 23 std::string* error) { 36 static_cast<base::DictionaryValue*>(serializer.Deserialize(NULL, error)); 46 extension_l10n_util::LocalizeExtension(extension_path, manifest, error); 78 char const* test_data_dir, std::string* error) const { 86 manifest_ = LoadManifestFile(filename_path, error); 96 char const* manifest_name, std::string* error) { 101 return make_scoped_ptr(LoadManifestFile(filename_path, error)); 106 std::string* error, 109 base::DictionaryValue* value = manifest.GetManifest(test_data_dir(), error); 115 return Extension::Create(path.DirName(), location, *value, flags, error); 122 std::string error; local 142 std::string error; local 170 " expected '" << expected_error << "' but got '" << error << "'"; local 178 std::string error; local [all...] |
/external/chromium_org/chrome/test/chromedriver/net/ |
websocket_unittest.cc | 27 void OnConnectFinished(base::RunLoop* run_loop, int* save_error, int error) { 28 *save_error = error; 101 int error; local 104 sock->Connect(base::Bind(&OnConnectFinished, &run_loop, &error)); 109 if (error == net::OK)
|
/external/chromium_org/chrome/test/webdriver/commands/ |
cookie_commands.cc | 39 Error* error = session_->GetURL(&url); local 41 if (!error) 42 error = session_->GetCookies(url, &cookies); 43 if (error) { 44 response->SetError(error); 53 response->SetError(new Error( 64 response->SetError(new Error( 74 Error* error = session_->GetURL(&url) local 85 Error* error = session_->GetURL(&url); local 144 Error* error = session_->GetURL(&url); local [all...] |
window_commands.cc | 27 new Error(kBadRequest, "Invalid window ID")); 60 Error* error = session_->GetWindowBounds(window_id, &bounds); local 61 if (error) { 62 response->SetError(error); 81 response->SetError(new Error( 87 Error* error = session_->GetWindowBounds(window_id, &bounds); local 88 if (!error) { 90 error = session_->SetWindowBounds(window_id, bounds) 123 Error* error = session_->GetWindowBounds(window_id, &bounds); local 150 Error* error = session_->GetWindowBounds(window_id, &bounds); local [all...] |
/external/chromium_org/chromeos/dbus/ |
image_burner_client.cc | 89 std::string error; local 92 !reader.PopString(&error)) { 93 LOG(ERROR) << "Invalid signal: " << signal->ToString(); 97 burn_finished_handler_.Run(target_path, success, error); 109 LOG(ERROR) << "Invalid signal: " << signal->ToString(); 121 LOG_IF(ERROR, !succeeded) << "Connect to " << interface << " " <<
|
/external/chromium_org/chromeos/network/onc/ |
onc_normalizer.cc | 28 bool error = false; local 30 MapObject(*object_signature, onc_object, &error); 31 DCHECK(!error); 38 bool* error) { 40 Mapper::MapObject(signature, onc_object, error);
|
onc_utils_unittest.cc | 31 std::string error; local 44 std::string error; local
|
/external/chromium_org/content/child/npapi/ |
plugin_lib.cc | 93 LOG_IF(ERROR, PluginList::DebugPluginLoading()) 119 LOG_IF(ERROR, PluginList::DebugPluginLoading()) 174 std::string error; local 187 library = base::LoadNativeLibrary(web_plugin_info_.path, &error); 190 library = base::LoadNativeLibrary(web_plugin_info_.path, &error); 194 LOG_IF(ERROR, PluginList::DebugPluginLoading()) 196 << error; 241 LOG_IF(ERROR, PluginList::DebugPluginLoading()) 246 LOG_IF(ERROR, PluginList::DebugPluginLoading()) 297 LOG_IF(ERROR, PluginList::DebugPluginLoading() [all...] |
/external/chromium_org/content/test/plugin/ |
plugin_thread_async_call_test.cc | 51 NPError error = PluginTest::New(mode, argc, argn, argv, saved); local 52 if (error != NPERR_NO_ERROR) 53 return error;
|
/external/chromium_org/crypto/ |
p224_spake.cc | 164 error_ = "internal error"; 239 const std::string& P224EncryptedKeyExchange::error() const { function in class:crypto::P224EncryptedKeyExchange
|
/external/chromium_org/extensions/common/ |
url_pattern_set_unittest.cc | 232 std::string error; local 235 set2.Populate(*value, URLPattern::SCHEME_ALL, allow_file_access, &error); 239 set2.Populate(patterns, URLPattern::SCHEME_ALL, allow_file_access, &error);
|
/external/chromium_org/gpu/command_buffer/common/ |
constants.h | 16 namespace error { namespace in namespace:gpu 17 enum Error { 28 // Return true if the given error code is an actual error. 29 inline bool IsError(Error error) { 30 return error != kNoError && error != kDeferCommandUntilLater;
|
/external/chromium_org/gpu/command_buffer/service/ |
error_state.cc | 27 unsigned int error, 39 unsigned int error, 54 // The last error message set. 56 // Current GL error bits. 79 // Check the GL error first, then our wrapped error. 80 GLenum error = glGetError(); local 81 if (error == GL_NO_ERROR && error_bits_ != 0) { 84 error = GLES2Util::GLErrorBitToGLError(mask); 90 if (error != GL_NO_ERROR) 99 GLenum error = glGetError(); local 157 GLenum error; local 167 GLenum error; local [all...] |
/external/chromium_org/ipc/ |
ipc_send_fds_test.cc | 162 int error = sandbox_init(kSBXProfilePureComputation, SANDBOX_NAMED, local 164 bool success = (error == 0 && error_buff == NULL); 172 LOG(ERROR) << "Sandbox wasn't properly enabled";
|
/external/chromium_org/jingle/notifier/base/ |
xmpp_connection.cc | 114 buzz::XmppEngine::Error error = local 121 delegate->OnError(error, subcode, stream_error);
|
/external/chromium_org/media/audio/linux/ |
alsa_util.cc | 22 int error = wrapper->PcmOpen(&handle, device_name, type, SND_PCM_NONBLOCK); local 23 if (error < 0) { 25 << wrapper->StrError(error); 29 error = wrapper->PcmSetParams(handle, pcm_format, 32 if (error < 0) { 34 << wrapper->StrError(error) << " - Format: " << pcm_format 86 int error = wrapper->PcmClose(handle); local 87 if (error < 0) { 88 LOG(ERROR) << "PcmClose: " << device_name << ", " 89 << wrapper->StrError(error); 119 int error = wrapper->MixerOpen(&mixer, 0); local 153 int error = 0; local 174 int error = wrapper->MixerLoad(mixer); local [all...] |