HomeSort by relevance Sort by last modified time
    Searched refs:error_msg (Results 1 - 25 of 25) sorted by null

  /external/chromium/chrome/common/net/gaia/
gaia_authenticator.cc 325 results->error_msg = i->second;
338 const string& error_msg = results->error_msg; local
339 if (error_msg == "BadAuthentication" || error_msg == "badauth") {
341 } else if (error_msg == "NotVerified" || error_msg == "nv") {
343 } else if (error_msg == "TermsNotAgreed" || error_msg == "tna") {
345 } else if (error_msg == "Unknown" || error_msg == "unknown")
    [all...]
gaia_authenticator.h 148 std::string error_msg; member in struct:gaia::GaiaAuthenticator::AuthResults
  /external/chromium/chrome/browser/extensions/
external_pref_extension_loader.cc 20 std::string error_msg; local
21 Value* extensions = serializer->Deserialize(NULL, &error_msg);
23 LOG(WARNING) << "Unable to deserialize json data: " << error_msg
  /external/chromium/chrome/browser/policy/
config_dir_policy_provider.cc 35 std::string error_msg; local
36 scoped_ptr<Value> value(deserializer.Deserialize(&error_code, &error_msg));
39 << config_file_iter->value() << ": " << error_msg;
  /external/chromium/chrome/common/
json_pref_store.cc 45 std::string error_msg; local
47 value_.reset(serializer.Deserialize(&error_code, &error_msg));
49 HandleErrors(value_.get(), path, error_code, error_msg, &error_);
68 const std::string& error_msg,
85 const std::string& error_msg,
89 DLOG(ERROR) << "Error while loading JSON file: " << error_msg;
252 std::string error_msg; local
255 scoped_ptr<Value> value(serializer.Deserialize(&error_code, &error_msg));
261 error_msg,
  /external/chromium/chrome/browser/importer/
profile_import_process_client.h 45 virtual void OnImportFinished(bool succeeded, const std::string& error_msg);
48 virtual void OnImportItemFailed(const std::string& error_msg);
profile_import_process_client.cc 26 const std::string& error_msg) {
36 const std::string& error_msg) {
external_process_importer_client.cc 109 bool succeeded, const std::string& error_msg) {
114 LOG(WARNING) << "Import failed. Error: " << error_msg;
external_process_importer_client.h 64 const std::string& error_msg) OVERRIDE;
  /external/bluetooth/glib/gobject/
gvalue.c 343 gchar *error_msg; local
366 error_msg = value_table->collect_value (value, 1, &cvalue, 0);
367 if (error_msg)
369 g_warning ("%s: %s", G_STRLOC, error_msg);
370 g_free (error_msg);
  /frameworks/base/core/jni/
android_emoji_EmojiFactory.cpp 31 const char* error_msg; local
35 error_msg = "Failed to load libemoji.so";
43 error_msg = "Failed to get symbol of GetImplementation";
51 error_msg = "Failed to get symbol of GetAvailableImplementation";
63 LOGE("%s: %s", error_msg, error_str);
  /development/testrunner/test_defs/
test_defs.py 86 error_msg = "expected 1 and only one test-definitions tag"
87 raise errors.ParseError(msg=error_msg)
xml_suite_helper.py 92 error_msg = ('Could not find attribute %s in %s' %
94 raise errors.ParseError(msg=error_msg)
  /external/chromium/chrome/common/extensions/
extension_unittest.cc 524 std::string error_msg; local
529 action.reset(extension.LoadExtensionActionHelper(&input, &error_msg));
531 ASSERT_TRUE(error_msg.empty());
548 action.reset(extension.LoadExtensionActionHelper(&input, &error_msg));
550 ASSERT_TRUE(error_msg.empty());
560 action.reset(extension.LoadExtensionActionHelper(&input, &error_msg));
562 ASSERT_TRUE(error_msg.empty());
571 action.reset(extension.LoadExtensionActionHelper(copy.get(), &error_msg));
577 action.reset(extension.LoadExtensionActionHelper(copy.get(), &error_msg));
580 ASSERT_TRUE(error_msg.empty())
    [all...]
  /external/chromium/chrome/browser/ui/webui/chromeos/
sim_unlock_ui.cc 213 const std::string& error_msg);
553 std::string error_msg; local
593 error_msg = kErrorPin;
610 error_msg = kErrorPin;
638 UpdatePage(cellular, error_msg);
642 const std::string& error_msg) {
647 if (!error_msg.empty())
648 sim_dict.SetString(kError, error_msg);
register_page_ui.cc 134 // Skips registration logging |error_msg| with log type ERROR.
135 void SkipRegistration(const std::string& error_msg);
263 void RegisterPageHandler::SkipRegistration(const std::string& error_msg) {
265 LOG(ERROR) << error_msg;
  /external/chromium/chrome/browser/chromeos/options/
vpn_config_view.cc 112 std::string error_msg; local
119 error_msg = l10n_util::GetStringUTF8(
122 error_msg = vpn->GetErrorString();
126 if (!error_msg.empty()) {
127 error_label_->SetText(UTF8ToWide(error_msg));
wifi_config_view.cc 364 std::string error_msg; local
373 error_msg = l10n_util::GetStringUTF8(
379 error_msg = l10n_util::GetStringUTF8(
384 error_msg = wifi->GetErrorString();
389 if (!error_msg.empty()) {
390 error_label_->SetText(UTF8ToWide(error_msg));
    [all...]
  /external/libvpx/examples/includes/geshi/contrib/
langcheck.php 29 foreach($error_cache as $error_msg) {
31 switch($error_msg['t']) {
42 echo " " . $error_msg['m'] . "</li>";
    [all...]
  /external/google-diff-match-patch/name/fraser/neil/plaintext/
diff_match_patch_test.java     [all...]
  /external/chromium/chrome/browser/automation/
testing_automation_provider_chromeos.cc 119 const char* error_msg) {
124 reply->SendError(error_msg);
automation_provider.cc 517 std::string error_msg; local
518 scoped_ptr<Value> root(deserializer.Deserialize(NULL, &error_msg));
521 << error_msg;
    [all...]
testing_automation_provider.cc 4157 std::string error_msg = "Wait for sync cycle was unsuccessful. " local
    [all...]
  /external/genext2fs/
genext2fs.c 683 error_msg(const char *s, ...) function
    [all...]
  /external/dbus/dbus/
dbus-connection.c 2444 DBusMessage *error_msg; local
    [all...]

Completed in 1437 milliseconds