Searched refs:GetIntegerWithoutPathExpansion (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/chrome/browser/chromeos/login/supervised/
H A Dsupervised_user_authentication.cc195 if (holder.GetIntegerWithoutPathExpansion(kSchemaVersion,
211 local.GetIntegerWithoutPathExpansion(kSchemaVersion, &local_schema);
212 local.GetIntegerWithoutPathExpansion(kPasswordRevision, &local_revision);
213 password_data->GetIntegerWithoutPathExpansion(kSchemaVersion,
215 password_data->GetIntegerWithoutPathExpansion(kPasswordRevision,
H A Dsupervised_user_login_flow.cc120 success &= password_data->GetIntegerWithoutPathExpansion(kPasswordRevision,
123 password_data->GetIntegerWithoutPathExpansion(kSchemaVersion, &schema);
/external/chromium_org/apps/
H A Dsaved_devices_service.cc99 if (!device_entry->GetIntegerWithoutPathExpansion(kDeviceVendorId,
105 if (!device_entry->GetIntegerWithoutPathExpansion(kDeviceProductId,
/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_local_account.cc144 if (!entry->GetIntegerWithoutPathExpansion(
/external/chromium_org/chromeos/network/
H A Dnetwork_device_handler_unittest.cc142 EXPECT_TRUE(properties_->GetIntegerWithoutPathExpansion(
160 EXPECT_TRUE(properties_->GetIntegerWithoutPathExpansion(
/external/chromium_org/chrome/browser/chromeos/login/users/
H A Dsupervised_user_manager_impl.cc287 if (password_info->GetIntegerWithoutPathExpansion(kSchemaVersion, &value))
289 if (password_info->GetIntegerWithoutPathExpansion(kPasswordRevision, &value))
321 return dictionary->GetIntegerWithoutPathExpansion(user_id, out_value);
/external/chromium_org/base/
H A Dvalues_unittest.cc942 EXPECT_FALSE(main_dict.GetIntegerWithoutPathExpansion("bool", NULL));
943 EXPECT_TRUE(main_dict.GetIntegerWithoutPathExpansion("int", NULL));
944 EXPECT_FALSE(main_dict.GetIntegerWithoutPathExpansion("double", NULL));
945 EXPECT_FALSE(main_dict.GetIntegerWithoutPathExpansion("string", NULL));
946 EXPECT_FALSE(main_dict.GetIntegerWithoutPathExpansion("binary", NULL));
947 EXPECT_FALSE(main_dict.GetIntegerWithoutPathExpansion("dict", NULL));
948 EXPECT_FALSE(main_dict.GetIntegerWithoutPathExpansion("list", NULL));
949 EXPECT_FALSE(main_dict.GetIntegerWithoutPathExpansion("DNE", NULL));
H A Dvalues.h296 bool GetIntegerWithoutPathExpansion(const std::string& key,
H A Dvalues.cc632 bool DictionaryValue::GetIntegerWithoutPathExpansion(const std::string& key, function in class:base::DictionaryValue
/external/chromium_org/base/json/
H A Djson_reader_unittest.cc392 EXPECT_TRUE(dict_val->GetIntegerWithoutPathExpansion("a.b", &integer_value));
394 EXPECT_TRUE(dict_val->GetIntegerWithoutPathExpansion("c", &integer_value));
400 EXPECT_TRUE(inner_dict->GetIntegerWithoutPathExpansion("g.h.i.j",
410 EXPECT_TRUE(dict_val->GetIntegerWithoutPathExpansion("a.b", &integer_value));
/external/chromium_org/chrome/browser/supervised_user/chromeos/
H A Dmanager_password_service.cc150 has_data &= password_data->GetIntegerWithoutPathExpansion(kPasswordRevision,
/external/chromium_org/chrome/browser/chromeos/geolocation/
H A Dsimple_geolocation_request.cc206 error_object->GetIntegerWithoutPathExpansion(kCodeString,
/external/chromium_org/chrome/browser/ssl/
H A Dchrome_ssl_host_state_delegate.cc351 success = cert_error_dict->GetIntegerWithoutPathExpansion(GetKey(cert, error),
/external/chromium_org/chromeos/network/onc/
H A Donc_normalizer.cc146 ipsec->GetIntegerWithoutPathExpansion(kIKEVersion, &ike_version);
H A Donc_validator.cc362 if (!object.GetIntegerWithoutPathExpansion(field_name, &actual_value) ||
/external/chromium_org/chrome/browser/chromeos/net/
H A Donc_utils.cc49 onc_proxy_location.GetIntegerWithoutPathExpansion(::onc::proxy::kPort, &port);
/external/chromium_org/chrome/browser/extensions/activity_log/
H A Duma_policy.cc116 !action->other()->GetIntegerWithoutPathExpansion(
H A Dactivity_actions.cc281 if (other()->GetIntegerWithoutPathExpansion(constants::kActionDomVerb,
/external/chromium_org/chrome/browser/signin/
H A Deasy_unlock_service.cc290 if (dict && dict->GetIntegerWithoutPathExpansion(user_id, &state_int)) {
/external/chromium_org/net/http/
H A Dhttp_server_properties_manager.cc337 if (!http_server_properties_dict.GetIntegerWithoutPathExpansion("version",
446 if (!port_alternate_protocol_dict->GetIntegerWithoutPathExpansion(
/external/chromium_org/chrome/browser/chromeos/login/signin/
H A Doauth2_browsertest.cc210 prefs_oauth_status->GetIntegerWithoutPathExpansion(
/external/chromium_org/chrome/browser/content_settings/
H A Dcontent_settings_pref_provider.cc449 if (settings_dictionary->GetIntegerWithoutPathExpansion(
/external/chromium_org/chrome/browser/chromeos/settings/
H A Ddevice_settings_provider.cc599 if (entry_dict->GetIntegerWithoutPathExpansion(
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dinternet_options_handler.cc285 if (!old_properties.GetIntegerWithoutPathExpansion(key, &old_value) ||
/external/chromium_org/components/user_manager/
H A Duser_manager_base.cc872 prefs_oauth_status->GetIntegerWithoutPathExpansion(user_id,

Completed in 334 milliseconds

12