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

/external/chromium/chrome/browser/geolocation/
H A Dgeolocation_content_settings_map.cc97 if (requesting_origin_settings->GetIntegerWithoutPathExpansion(
102 requesting_origin_settings->GetIntegerWithoutPathExpansion(
246 bool found = dictionary->GetIntegerWithoutPathExpansion(target, &setting);
/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_local_account.cc130 if (!entry->GetIntegerWithoutPathExpansion(
/external/chromium/base/json/
H A Djson_reader_unittest.cc368 EXPECT_TRUE(dict_val->GetIntegerWithoutPathExpansion("a.b", &integer_value));
370 EXPECT_TRUE(dict_val->GetIntegerWithoutPathExpansion("c", &integer_value));
376 EXPECT_TRUE(inner_dict->GetIntegerWithoutPathExpansion("g.h.i.j",
386 EXPECT_TRUE(dict_val->GetIntegerWithoutPathExpansion("a.b", &integer_value));
/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/chromeos/net/
H A Donc_utils.cc33 onc_proxy_location.GetIntegerWithoutPathExpansion(onc::proxy::kPort, &port);
/external/chromium_org/chromeos/network/onc/
H A Donc_normalizer.cc138 ipsec->GetIntegerWithoutPathExpansion(kIKEVersion, &ike_version);
H A Donc_validator.cc344 if (!object.GetIntegerWithoutPathExpansion(field_name, &actual_value) ||
/external/chromium_org/chrome/browser/net/
H A Dhttp_server_properties_manager.cc283 if (!http_server_properties_dict.GetIntegerWithoutPathExpansion(
386 if (!port_alternate_protocol_dict->GetIntegerWithoutPathExpansion(
/external/chromium/base/
H A Dvalues.h276 bool GetIntegerWithoutPathExpansion(const std::string& key,
H A Dvalues.cc527 bool DictionaryValue::GetIntegerWithoutPathExpansion(const std::string& key, function in class:DictionaryValue
/external/chromium/chrome/browser/content_settings/
H A Dcontent_settings_pref_provider.cc266 bool found = dictionary->GetIntegerWithoutPathExpansion(content_type,
713 bool found = dictionary->GetIntegerWithoutPathExpansion(content_type,
748 bool found = resource_dictionary->GetIntegerWithoutPathExpansion(
H A Dhost_content_settings_map_unittest.cc539 default_settings_dictionary->GetIntegerWithoutPathExpansion(
/external/chromium_org/base/
H A Dvalues.h294 bool GetIntegerWithoutPathExpansion(const std::string& key,
H A Dvalues.cc639 bool DictionaryValue::GetIntegerWithoutPathExpansion(const std::string& key, function in class:base::DictionaryValue
/external/chromium_org/chrome/browser/content_settings/
H A Dcontent_settings_pref_provider.cc446 if (settings_dictionary->GetIntegerWithoutPathExpansion(
/external/chromium/chrome/browser/history/
H A Dtop_sites.cc413 return pinned_urls_->GetIntegerWithoutPathExpansion(GetURLString(url), &tmp);
433 if (pinned_urls_->GetIntegerWithoutPathExpansion(*it, &current_index)) {
/external/chromium_org/chromeos/network/
H A Dcros_network_functions.cc259 properties->GetIntegerWithoutPathExpansion(flimflam::kPrefixlenProperty,
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dinternet_options_handler.cc565 if (shill_properties.GetIntegerWithoutPathExpansion(
641 if (!source.GetIntegerWithoutPathExpansion(src_key, &int_value))
775 if (!old_properties.GetIntegerWithoutPathExpansion(key, &old_value) ||
/external/chromium_org/chrome/browser/chromeos/login/
H A Duser_manager_impl.cc658 prefs_oauth_status->GetIntegerWithoutPathExpansion(
1363 prefs_oauth_update->GetIntegerWithoutPathExpansion(email, &oauth_status);
/external/chromium_org/chrome/browser/chromeos/settings/
H A Ddevice_settings_provider.cc258 if (entry_dict->GetIntegerWithoutPathExpansion(
/external/chromium_org/google_apis/gaia/
H A Dgaia_auth_fetcher.cc49 !dict->GetIntegerWithoutPathExpansion("expires_in", expires_in_secs)) {
/external/chromium_org/chrome/browser/chromeos/cros/
H A Dnetwork_library_impl_cros.cc1183 bool prefixlen_exists = properties->GetIntegerWithoutPathExpansion(

Completed in 306 milliseconds