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

/external/chromium_org/chrome/browser/chromeos/login/managed/
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.cc116 success &= password_data->GetIntegerWithoutPathExpansion(kPasswordRevision,
119 password_data->GetIntegerWithoutPathExpansion(kSchemaVersion, &schema);
/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.cc145 EXPECT_TRUE(properties_->GetIntegerWithoutPathExpansion(
163 EXPECT_TRUE(properties_->GetIntegerWithoutPathExpansion(
/external/chromium_org/chrome/browser/chromeos/login/users/
H A Dsupervised_user_manager_impl.cc286 if (password_info->GetIntegerWithoutPathExpansion(kSchemaVersion, &value))
288 if (password_info->GetIntegerWithoutPathExpansion(kPasswordRevision, &value))
320 return dictionary->GetIntegerWithoutPathExpansion(user_id, out_value);
H A Duser_manager_impl.cc1600 prefs_oauth_status->GetIntegerWithoutPathExpansion(
/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.h303 bool GetIntegerWithoutPathExpansion(const std::string& key,
H A Dvalues.cc657 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.cc147 has_data &= password_data->GetIntegerWithoutPathExpansion(kPasswordRevision,
/external/chromium_org/chrome/browser/net/
H A Dhttp_server_properties_manager.cc314 if (!http_server_properties_dict.GetIntegerWithoutPathExpansion(
421 if (!port_alternate_protocol_dict->GetIntegerWithoutPathExpansion(
/external/chromium_org/chrome/browser/chromeos/geolocation/
H A Dsimple_geolocation_request.cc206 error_object->GetIntegerWithoutPathExpansion(kCodeString,
/external/chromium_org/chromeos/network/onc/
H A Donc_normalizer.cc142 ipsec->GetIntegerWithoutPathExpansion(kIKEVersion, &ike_version);
H A Donc_validator.cc336 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/content_settings/
H A Dcontent_settings_pref_provider.cc447 if (settings_dictionary->GetIntegerWithoutPathExpansion(
/external/chromium_org/chrome/browser/extensions/activity_log/
H A Duma_policy.cc117 !action->other()->GetIntegerWithoutPathExpansion(
H A Dactivity_actions.cc270 if (other()->GetIntegerWithoutPathExpansion(constants::kActionDomVerb,
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dinternet_options_handler.cc374 if (shill_properties.GetIntegerWithoutPathExpansion(
483 if (!source.GetIntegerWithoutPathExpansion(src_key, &int_value))
892 if (!old_properties.GetIntegerWithoutPathExpansion(key, &old_value) ||
1557 shill_properties.GetIntegerWithoutPathExpansion(
/external/chromium_org/chrome/browser/chromeos/login/signin/
H A Doauth2_browsertest.cc206 prefs_oauth_status->GetIntegerWithoutPathExpansion(
/external/chromium_org/chrome/browser/chromeos/settings/
H A Ddevice_settings_provider.cc255 if (entry_dict->GetIntegerWithoutPathExpansion(
/external/chromium_org/google_apis/gaia/
H A Dgaia_auth_fetcher.cc53 !dict->GetIntegerWithoutPathExpansion("expires_in", expires_in_secs)) {

Completed in 1266 milliseconds