HomeSort by relevance Sort by last modified time
    Searched refs:DictionaryValue (Results 101 - 125 of 475) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium/chrome/browser/extensions/
extension_tts_api_util.cc 18 bool ReadNumberByKey(DictionaryValue* dict,
sandboxed_extension_unpacker.h 16 class DictionaryValue;
187 virtual void OnUnpackExtensionSucceeded(const DictionaryValue& manifest);
196 DictionaryValue* RewriteManifestFile(const DictionaryValue& manifest);
extension_bookmark_helpers.cc 17 DictionaryValue* GetNodeDictionary(const BookmarkNode* node,
20 DictionaryValue* dict = new DictionaryValue();
54 DictionaryValue* dict = GetNodeDictionary(child, true, only_folders);
67 DictionaryValue* dict = GetNodeDictionary(node, recurse, only_folders);
  /external/chromium/chrome/browser/policy/
asynchronous_policy_provider.h 32 virtual DictionaryValue* Load() = 0;
asynchronous_policy_test_base.h 25 MOCK_METHOD0(Load, DictionaryValue*());
config_dir_policy_provider.cc 20 DictionaryValue* ConfigDirPolicyProviderDelegate::Load() {
30 DictionaryValue* policy = new DictionaryValue;
47 policy->MergeDictionary(static_cast<DictionaryValue*>(value.get()));
configuration_policy_provider_delegate_win.h 22 virtual DictionaryValue* Load();
file_based_policy_provider.h 28 virtual DictionaryValue* Load() = 0;
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
accounts_options_handler.h 27 virtual void GetLocalizedValues(DictionaryValue* localized_strings);
  /external/chromium/chrome/browser/chromeos/login/
signed_settings_temp_storage.cc 44 const DictionaryValue* temp_storage =
58 const DictionaryValue* temp_storage =
65 for (DictionaryValue::key_iterator it = temp_storage->begin_keys();
  /external/chromium/chrome/browser/custom_handlers/
protocol_handler.cc 28 const DictionaryValue* value) {
45 DictionaryValue* d = new DictionaryValue();
  /external/chromium/chrome/browser/importer/
external_process_importer_bridge.h 17 class DictionaryValue;
29 const DictionaryValue& localized_strings);
72 scoped_ptr<DictionaryValue> localized_strings_;
  /external/chromium/chrome/browser/printing/
print_job_worker.h 17 class DictionaryValue;
49 void SetSettings(const DictionaryValue* const new_settings);
103 void UpdatePrintSettings(const DictionaryValue* const new_settings);
  /external/chromium/chrome/browser/sync/
js_arg_list_unittest.cc 24 DictionaryValue* dict = new DictionaryValue();
40 DictionaryValue dict;
  /external/chromium/chrome/browser/sync/syncable/
model_type_payload_map.cc 35 DictionaryValue* ModelTypePayloadMapToValue(
37 DictionaryValue* value = new DictionaryValue();
  /external/chromium/net/base/
net_log.cc 17 DictionaryValue* dict = new DictionaryValue();
80 DictionaryValue* entry_dict = new DictionaryValue();
85 DictionaryValue* source_dict = new DictionaryValue();
193 DictionaryValue* dict = new DictionaryValue();
199 DictionaryValue* dict = new DictionaryValue();
    [all...]
  /external/chromium/chrome/browser/sync/sessions/
session_state.cc 37 DictionaryValue* SyncSourceInfo::ToValue() const {
38 DictionaryValue* value = new DictionaryValue();
58 DictionaryValue* SyncerStatus::ToValue() const {
59 DictionaryValue* value = new DictionaryValue();
73 DictionaryValue* DownloadProgressMarkersToValue(
76 DictionaryValue* value = new DictionaryValue();
97 DictionaryValue* ErrorCounters::ToValue() const
    [all...]
  /external/chromium/chrome/browser/prefs/
proxy_config_dictionary_unittest.cc 20 scoped_ptr<DictionaryValue> dict_value(ProxyConfigDictionary::CreateDirect());
32 scoped_ptr<DictionaryValue> dict_value(
45 scoped_ptr<DictionaryValue> dict_value(
59 scoped_ptr<DictionaryValue> dict_value(
75 scoped_ptr<DictionaryValue> dict_value(ProxyConfigDictionary::CreateSystem());
  /external/chromium/chrome/common/net/gaia/
google_service_auth_error.cc 65 DictionaryValue* GoogleServiceAuthError::ToValue() const {
66 DictionaryValue* value = new DictionaryValue();
88 DictionaryValue* captcha_value = new DictionaryValue();
  /external/chromium/chrome/browser/ui/webui/options/
language_options_handler_common.cc 34 DictionaryValue* localized_strings) {
120 DictionaryValue* LanguageOptionsHandlerCommon::GetUILanguageCodeSet() {
121 DictionaryValue* dictionary = new DictionaryValue();
130 DictionaryValue* LanguageOptionsHandlerCommon::GetSpellCheckLanguageCodeSet() {
131 DictionaryValue* dictionary = new DictionaryValue();
  /external/chromium/chrome/browser/bookmarks/
bookmark_codec.cc 53 DictionaryValue* roots = new DictionaryValue();
57 DictionaryValue* main = new DictionaryValue();
89 DictionaryValue* value = new DictionaryValue();
122 const DictionaryValue& d_value = static_cast<const DictionaryValue&>(value);
144 DictionaryValue* roots_d_value = static_cast<DictionaryValue*>(roots)
    [all...]
  /external/chromium/chrome/common/extensions/
extension.h 27 class DictionaryValue;
222 const DictionaryValue& value,
606 const DictionaryValue* manifest_value() const {
635 DictionaryValue* GetThemeImages() const { return theme_images_.get(); }
636 DictionaryValue* GetThemeColors() const {return theme_colors_.get(); }
637 DictionaryValue* GetThemeTints() const { return theme_tints_.get(); }
638 DictionaryValue* GetThemeDisplayProperties() const {
675 bool InitFromValue(const DictionaryValue& value, int flags,
686 bool LoadUserScriptHelper(const DictionaryValue* content_script,
694 bool LoadGlobsHelper(const DictionaryValue* content_script
    [all...]
extension_l10n_util_unittest.cc 219 linked_ptr<DictionaryValue> catalog(new DictionaryValue);
221 DictionaryValue* name_tree = new DictionaryValue();
225 DictionaryValue* description_tree = new DictionaryValue();
229 DictionaryValue* action_title_tree = new DictionaryValue();
233 DictionaryValue* omnibox_keyword_tree = new DictionaryValue();
    [all...]
  /external/chromium/base/
values_unittest.cc 18 DictionaryValue settings;
41 DictionaryValue* new_bookmark = new DictionaryValue;
48 DictionaryValue* bookmark;
246 DictionaryValue dict;
253 DictionaryValue dict;
261 DictionaryValue dict;
275 DictionaryValue dict;
290 DictionaryValue dict;
301 DictionaryValue dict
    [all...]
  /external/chromium/chrome/common/
json_schema_validator_unittest_base.cc 55 DictionaryValue* LoadDictionary(const std::string& filename) {
56 return static_cast<DictionaryValue*>(
85 scoped_ptr<DictionaryValue> schema(LoadDictionary("complex_schema.json"));
94 instance->Append(new DictionaryValue());
100 DictionaryValue* item = NULL;
115 scoped_ptr<DictionaryValue> schema(new DictionaryValue());
133 scoped_ptr<DictionaryValue> schema(LoadDictionary("enum_schema.json"));
154 scoped_ptr<DictionaryValue> schema(LoadDictionary("choices_schema.json"));
163 scoped_ptr<DictionaryValue> instance(new DictionaryValue())
    [all...]

Completed in 452 milliseconds

1 2 3 45 6 7 8 91011>>