Home
last modified time | relevance | path

Searched refs:SetWithoutPathExpansion (Results 1 – 22 of 22) sorted by relevance

/external/chromium/base/json/
Djson_writer_unittest.cc82 period_dict.SetWithoutPathExpansion("a.b", Value::CreateIntegerValue(3)); in TEST()
83 period_dict.SetWithoutPathExpansion("c", Value::CreateIntegerValue(2)); in TEST()
85 period_dict2->SetWithoutPathExpansion("g.h.i.j", in TEST()
87 period_dict.SetWithoutPathExpansion("d.e.f", period_dict2); in TEST()
93 period_dict3.SetWithoutPathExpansion("a.b", Value::CreateIntegerValue(1)); in TEST()
Djson_reader.cc312 static_cast<DictionaryValue*>(node.get())->SetWithoutPathExpansion( in BuildValue()
/external/chromium/chrome/browser/
Dbackground_page_tracker.cc94 contents->SetWithoutPathExpansion(*it, Value::CreateBooleanValue(true)); in AcknowledgeBackgroundPages()
228 contents->SetWithoutPathExpansion( in UpdateExtensionList()
247 contents->SetWithoutPathExpansion( in UpdateExtensionList()
277 contents->SetWithoutPathExpansion(id, Value::CreateBooleanValue(false)); in OnBackgroundPageLoaded()
Dbackground_contents_service.cc489 pref->SetWithoutPathExpansion(UTF16ToUTF8(appid), dict); in RegisterBackgroundContents()
/external/chromium/base/
Dvalues.cc45 copy->SetWithoutPathExpansion(*it, child_copy); in CopyWithoutEmptyChildren()
352 current_dictionary->SetWithoutPathExpansion(key, child_dictionary); in Set()
359 current_dictionary->SetWithoutPathExpansion(current_path, in_value); in Set()
384 void DictionaryValue::SetWithoutPathExpansion(const std::string& key, in SetWithoutPathExpansion() function in DictionaryValue
644 SetWithoutPathExpansion(*key, merge_value->DeepCopy()); in MergeDictionary()
654 result->SetWithoutPathExpansion(current_entry->first, in DeepCopy()
Dvalues.h247 void SetWithoutPathExpansion(const std::string& key, Value* in_value);
Dvalues_unittest.cc303 dict.SetWithoutPathExpansion("this.isnt.expanded", Value::CreateNullValue()); in TEST_F()
575 root->SetWithoutPathExpansion("a.b.c.d.e", new DictionaryValue); in TEST_F()
/external/chromium/chrome/browser/content_settings/
Dcontent_settings_pref_provider.cc160 default_settings_dictionary->SetWithoutPathExpansion( in UpdateDefaultSetting()
460 all_settings_dictionary->SetWithoutPathExpansion( in SetContentSetting()
477 resource_dictionary->SetWithoutPathExpansion( in SetContentSetting()
486 host_settings_dictionary->SetWithoutPathExpansion( in SetContentSetting()
699 all_settings_dictionary->SetWithoutPathExpansion( in CanonicalizeContentSettingsExceptions()
Dhost_content_settings_map_unittest.cc558 all_settings_dictionary->SetWithoutPathExpansion("[*.]\xC4\x87ira.com", in TEST_F()
/external/chromium/chrome/browser/geolocation/
Dgeolocation_content_settings_map.cc179 all_settings_dictionary->SetWithoutPathExpansion( in SetContentSetting()
183 requesting_origin_settings_dictionary->SetWithoutPathExpansion( in SetContentSetting()
Daccess_token_store.cc74 access_token_dictionary->SetWithoutPathExpansion( in SetAccessTokenOnUIThread()
/external/chromium/chrome/browser/chromeos/login/
Dsigned_settings_temp_storage.cc32 temp_storage_update->SetWithoutPathExpansion( in Store()
Duser_manager.cc61 images_update->SetWithoutPathExpansion(username, new StringValue(image_path)); in SavePathToLocalState()
/external/chromium/chrome/browser/sync/glue/
Dpreference_model_associator.cc306 result->SetWithoutPathExpansion(*key, merged_value); in MergeDictionaryValues()
311 result->SetWithoutPathExpansion(*key, from_value->DeepCopy()); in MergeDictionaryValues()
Dpreference_model_associator_unittest.cc31 patterns_dict->SetWithoutPathExpansion(expression, expression_dict); in SetContentPattern()
33 expression_dict->SetWithoutPathExpansion( in SetContentPattern()
/external/chromium/chrome/browser/ui/webui/options/chromeos/
Daccounts_options_handler.cc107 user_pictures.SetWithoutPathExpansion(it->email(), image_url); in FetchUserPictures()
/external/chromium/chrome/browser/history/
Dtop_sites.cc356 blacklist->SetWithoutPathExpansion(GetURLHash(url), dummy); in AddBlacklistedURL()
405 pinned_urls->SetWithoutPathExpansion(GetURLString(url), index); in AddPinnedURL()
/external/chromium/chrome/browser/tab_contents/
Drender_view_host_delegate_helper.cc380 inspector_settings->SetWithoutPathExpansion(key, in UpdateInspectorSetting()
/external/chromium/chrome/browser/extensions/
Dextension_prefs.cc223 update_dictionary->SetWithoutPathExpansion(i->second, extension_prefs); in CleanupBadExtensionKeys()
1487 dict->SetWithoutPathExpansion(pref_key, value->DeepCopy()); in SetExtensionControlledPref()
Dextension_prefs_unittest.cc634 extensions_dict_update->SetWithoutPathExpansion( in Initialize()
Dextension_file_browser_private_api.cc215 prefs_usage_update->SetWithoutPathExpansion(task_id, in UpdateFileHandlerUsageStats()
/external/chromium/net/socket/
Dclient_socket_pool_base.cc592 all_groups_dict->SetWithoutPathExpansion(it->first, group_dict); in GetInfoAsValue()