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

1 2

  /external/chromium_org/third_party/libaddressinput/chromium/
json.cc 38 dict_->GetWithoutPathExpansion(key, &val);
  /external/chromium_org/chrome/browser/managed_mode/
managed_user_settings_service_unittest.cc 135 EXPECT_TRUE(split_items_.GetWithoutPathExpansion(key, &expected_value));
180 EXPECT_FALSE(settings_->GetWithoutPathExpansion(kSettingsName, &value));
193 ASSERT_TRUE(settings_->GetWithoutPathExpansion(kSettingsName, &value));
203 EXPECT_FALSE(settings_->GetWithoutPathExpansion(kSettingsName, &value));
225 ASSERT_TRUE(settings_->GetWithoutPathExpansion(kSettingsName, &value));
233 EXPECT_FALSE(settings_->GetWithoutPathExpansion(kSettingsName, &value));
240 ASSERT_TRUE(settings_->GetWithoutPathExpansion(kSettingsName, &value));
318 EXPECT_FALSE(settings_->GetWithoutPathExpansion(kAtomicItemName, &value));
319 EXPECT_FALSE(settings_->GetWithoutPathExpansion(kSplitItemName, &value));
supervised_user_pref_store.cc 104 if (settings->GetWithoutPathExpansion(entry.settings_name, &value))
  /external/chromium_org/chromeos/network/
device_state.cc 87 if (!dict->GetWithoutPathExpansion(shill::kSIMLockRetriesLeftProperty,
94 if (!dict->GetWithoutPathExpansion(shill::kSIMLockTypeProperty,
101 if (!dict->GetWithoutPathExpansion(shill::kSIMLockEnabledProperty,
network_profile_handler.cc 78 properties.GetWithoutPathExpansion(shill::kProfilesProperty, &profiles);
policy_util.cc 42 onc_object->GetWithoutPathExpansion(field_name, &value);
network_sms_handler.cc 414 if (!properties.GetWithoutPathExpansion(shill::kDevicesProperty, &value) ||
shill_property_util.cc 178 shill_dictionary.GetWithoutPathExpansion(shill::kUIDataProperty,
  /external/chromium_org/chrome/browser/value_store/
testing_value_store.cc 53 if (storage_.GetWithoutPathExpansion(*it, &value)) {
83 if (!storage_.GetWithoutPathExpansion(it.key(), &old_value) ||
  /external/chromium/base/
values.cc 41 bool rv = dict->GetWithoutPathExpansion(*it, &child);
412 return current_dictionary->GetWithoutPathExpansion(current_path, out_value);
514 bool DictionaryValue::GetWithoutPathExpansion(const std::string& key,
530 if (!GetWithoutPathExpansion(key, &value))
539 if (!GetWithoutPathExpansion(key, &value))
549 if (!GetWithoutPathExpansion(key, &value))
559 if (!GetWithoutPathExpansion(key, &value))
569 bool result = GetWithoutPathExpansion(key, &value);
582 bool result = GetWithoutPathExpansion(key, &value);
633 if (dictionary->GetWithoutPathExpansion(*key, &merge_value))
    [all...]
values.h 274 bool GetWithoutPathExpansion(const std::string& key,
  /external/chromium_org/base/
values.cc 482 return current_dictionary->GetWithoutPathExpansion(current_path, out_value);
610 bool DictionaryValue::GetWithoutPathExpansion(const std::string& key,
623 bool DictionaryValue::GetWithoutPathExpansion(const std::string& key,
625 return static_cast<const DictionaryValue&>(*this).GetWithoutPathExpansion(
633 if (!GetWithoutPathExpansion(key, &value))
642 if (!GetWithoutPathExpansion(key, &value))
651 if (!GetWithoutPathExpansion(key, &value))
661 if (!GetWithoutPathExpansion(key, &value))
670 if (!GetWithoutPathExpansion(key, &value))
680 bool result = GetWithoutPathExpansion(key, &value)
    [all...]
values.h 291 bool GetWithoutPathExpansion(const std::string& key,
293 bool GetWithoutPathExpansion(const std::string& key, Value** out_value);
  /external/chromium/base/json/
json_writer.cc 161 bool result = dict->GetWithoutPathExpansion(*key_itr, &value);
  /external/chromium_org/chrome/test/chromedriver/chrome/
log.cc 48 dict->GetWithoutPathExpansion(it.key(), &child);
  /external/chromium/chrome/browser/sync/glue/
preference_model_associator.cc 299 bool success = from_dict_value.GetWithoutPathExpansion(*key, &from_value);
303 if (result->GetWithoutPathExpansion(*key, &to_key_value)) {
  /external/chromium_org/chromeos/network/onc/
onc_translator_shill_to_onc.cc 179 !shill_dictionary_->GetWithoutPathExpansion(shill_property_name,
371 !shill_dictionary_->GetWithoutPathExpansion(shill_property_name,
onc_merger.cc 110 (*it_inner)->GetWithoutPathExpansion(key, &value);
  /external/chromium/chrome/browser/
background_page_tracker.cc 74 bool found = contents->GetWithoutPathExpansion(*it, &value);
  /external/chromium_org/tools/json_schema_compiler/
util.h 110 if (!from.GetWithoutPathExpansion(name, &maybe_list))
  /external/chromium/chrome/browser/ui/webui/
most_visited_handler.cc 242 if (pinned_urls->GetWithoutPathExpansion(*it, &value)) {
  /external/chromium_org/chrome/browser/chromeos/policy/
configuration_policy_handler_chromeos.cc 49 if (!dict.GetWithoutPathExpansion(subkey, &raw_value)) {
  /external/chromium_org/chromeos/dbus/
fake_shill_device_client.cc 300 if (!dict->GetWithoutPathExpansion(property, &value)) {
shill_client_unittest_base.cc 273 EXPECT_TRUE(expected_dictionary->GetWithoutPathExpansion(key,
  /external/chromium/chrome/browser/metrics/
metrics_log.cc 416 if (profile_metrics.GetWithoutPathExpansion(*i, &value)) {

Completed in 240 milliseconds

1 2