/external/chromium/base/json/ |
D | json_writer_unittest.cc | 82 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()
|
D | json_reader.cc | 312 static_cast<DictionaryValue*>(node.get())->SetWithoutPathExpansion( in BuildValue()
|
/external/chromium/chrome/browser/ |
D | background_page_tracker.cc | 94 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()
|
D | background_contents_service.cc | 489 pref->SetWithoutPathExpansion(UTF16ToUTF8(appid), dict); in RegisterBackgroundContents()
|
/external/chromium/base/ |
D | values.cc | 45 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()
|
D | values.h | 247 void SetWithoutPathExpansion(const std::string& key, Value* in_value);
|
D | values_unittest.cc | 303 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/ |
D | content_settings_pref_provider.cc | 160 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()
|
D | host_content_settings_map_unittest.cc | 558 all_settings_dictionary->SetWithoutPathExpansion("[*.]\xC4\x87ira.com", in TEST_F()
|
/external/chromium/chrome/browser/geolocation/ |
D | geolocation_content_settings_map.cc | 179 all_settings_dictionary->SetWithoutPathExpansion( in SetContentSetting() 183 requesting_origin_settings_dictionary->SetWithoutPathExpansion( in SetContentSetting()
|
D | access_token_store.cc | 74 access_token_dictionary->SetWithoutPathExpansion( in SetAccessTokenOnUIThread()
|
/external/chromium/chrome/browser/chromeos/login/ |
D | signed_settings_temp_storage.cc | 32 temp_storage_update->SetWithoutPathExpansion( in Store()
|
D | user_manager.cc | 61 images_update->SetWithoutPathExpansion(username, new StringValue(image_path)); in SavePathToLocalState()
|
/external/chromium/chrome/browser/sync/glue/ |
D | preference_model_associator.cc | 306 result->SetWithoutPathExpansion(*key, merged_value); in MergeDictionaryValues() 311 result->SetWithoutPathExpansion(*key, from_value->DeepCopy()); in MergeDictionaryValues()
|
D | preference_model_associator_unittest.cc | 31 patterns_dict->SetWithoutPathExpansion(expression, expression_dict); in SetContentPattern() 33 expression_dict->SetWithoutPathExpansion( in SetContentPattern()
|
/external/chromium/chrome/browser/ui/webui/options/chromeos/ |
D | accounts_options_handler.cc | 107 user_pictures.SetWithoutPathExpansion(it->email(), image_url); in FetchUserPictures()
|
/external/chromium/chrome/browser/history/ |
D | top_sites.cc | 356 blacklist->SetWithoutPathExpansion(GetURLHash(url), dummy); in AddBlacklistedURL() 405 pinned_urls->SetWithoutPathExpansion(GetURLString(url), index); in AddPinnedURL()
|
/external/chromium/chrome/browser/tab_contents/ |
D | render_view_host_delegate_helper.cc | 380 inspector_settings->SetWithoutPathExpansion(key, in UpdateInspectorSetting()
|
/external/chromium/chrome/browser/extensions/ |
D | extension_prefs.cc | 223 update_dictionary->SetWithoutPathExpansion(i->second, extension_prefs); in CleanupBadExtensionKeys() 1487 dict->SetWithoutPathExpansion(pref_key, value->DeepCopy()); in SetExtensionControlledPref()
|
D | extension_prefs_unittest.cc | 634 extensions_dict_update->SetWithoutPathExpansion( in Initialize()
|
D | extension_file_browser_private_api.cc | 215 prefs_usage_update->SetWithoutPathExpansion(task_id, in UpdateFileHandlerUsageStats()
|
/external/chromium/net/socket/ |
D | client_socket_pool_base.cc | 592 all_groups_dict->SetWithoutPathExpansion(it->first, group_dict); in GetInfoAsValue()
|