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

12 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/common/
json_schema_validator.h 14 class DictionaryValue;
104 explicit JSONSchemaValidator(DictionaryValue* schema);
114 JSONSchemaValidator(DictionaryValue* schema, ListValue* types);
145 typedef std::map<std::string, DictionaryValue*> TypeMap;
154 void Validate(Value* instance, DictionaryValue* schema,
167 void ValidateObject(DictionaryValue* instance, DictionaryValue* schema,
171 void ValidateArray(ListValue* instance, DictionaryValue* schema,
177 void ValidateTuple(ListValue* instance, DictionaryValue* schema,
181 void ValidateString(StringValue* instance, DictionaryValue* schema
    [all...]
jstemplate_builder.h 19 class DictionaryValue;
30 const DictionaryValue* json,
37 const DictionaryValue* json);
43 const DictionaryValue* json,
51 void AppendJsonHtml(const DictionaryValue* json, std::string* output);
  /external/chromium/chrome/browser/ui/webui/options/
sync_setup_handler.h 20 virtual void GetLocalizedValues(DictionaryValue* localized_strings);
25 virtual void ShowGaiaLogin(const DictionaryValue& args);
28 virtual void ShowConfigure(const DictionaryValue& args);
29 virtual void ShowPassphraseEntry(const DictionaryValue& args);
30 virtual void ShowFirstPassphrase(const DictionaryValue& args);
options_ui.h 34 virtual void GetLocalizedValues(DictionaryValue* localized_strings) = 0;
61 static void RegisterStrings(DictionaryValue* localized_strings,
66 static void RegisterTitle(DictionaryValue* localized_strings,
101 void AddOptionsPageUIHandler(DictionaryValue* localized_strings,
stop_syncing_handler.h 17 virtual void GetLocalizedValues(DictionaryValue* localized_strings);
  /external/chromium/chrome/browser/web_resource/
promo_resource_service.h 85 virtual void Unpack(const DictionaryValue& parsed_json);
127 void UnpackPromoSignal(const DictionaryValue& parsed_json);
155 void UnpackLogoSignal(const DictionaryValue& parsed_json);
183 void UnpackWebStoreSignal(const DictionaryValue& parsed_json);
187 DictionaryValue* web_resource_cache_;
  /external/chromium/chrome/browser/debugger/
debugger_remote_service.h 19 class DictionaryValue;
61 DictionaryValue* response);
92 DictionaryValue* response);
109 DictionaryValue* content,
110 DictionaryValue* response);
116 DictionaryValue* content,
117 DictionaryValue* response);
devtools_remote_service.h 14 class DictionaryValue;
42 void ProcessJson(DictionaryValue* json, const DevToolsRemoteMessage& message);
  /external/chromium/chrome/browser/prefs/
proxy_config_dictionary.cc 28 ProxyConfigDictionary::ProxyConfigDictionary(const DictionaryValue* dict)
57 DictionaryValue* ProxyConfigDictionary::CreateDirect() {
62 DictionaryValue* ProxyConfigDictionary::CreateAutoDetect() {
67 DictionaryValue* ProxyConfigDictionary::CreatePacScript(
73 DictionaryValue* ProxyConfigDictionary::CreateFixedServers(
85 DictionaryValue* ProxyConfigDictionary::CreateSystem() {
90 DictionaryValue* ProxyConfigDictionary::CreateDictionary(
95 DictionaryValue* dict = new DictionaryValue();
  /external/chromium/chrome/browser/automation/
testing_automation_provider.h 23 class DictionaryValue;
373 typedef void (TestingAutomationProvider::*JsonHandler)(DictionaryValue*,
380 DictionaryValue*,
386 DictionaryValue* args,
398 DictionaryValue* args,
405 DictionaryValue* args,
412 DictionaryValue* args,
419 DictionaryValue* args,
425 DictionaryValue* args,
431 DictionaryValue* args
    [all...]
automation_provider_json.h 17 class DictionaryValue;
51 bool GetBrowserFromJSONArgs(DictionaryValue* args,
59 bool GetTabFromJSONArgs(DictionaryValue* args,
68 bool GetBrowserAndTabFromJSONArgs(DictionaryValue* args,
automation_util.h 15 class DictionaryValue;
57 DictionaryValue* args,
63 DictionaryValue* args,
69 DictionaryValue* args,
  /external/chromium/chrome/browser/extensions/
extension_test_api.h 60 static void set_test_config_state(DictionaryValue* value);
71 void set_config_state(DictionaryValue* config_state) {
74 const DictionaryValue* config_state() {
80 DictionaryValue* config_state_;
extension_tts_api_util.h 22 bool ReadNumberByKey(DictionaryValue* dict,
extension_proxy_api_helpers_unittest.cc 26 DictionaryValue* CreateTestProxyServerDict(const std::string& host) {
27 DictionaryValue* dict = new DictionaryValue;
34 DictionaryValue* CreateTestProxyServerDict(const std::string& schema,
37 DictionaryValue* dict = new DictionaryValue;
63 DictionaryValue proxy_config;
87 DictionaryValue proxy_config;
99 DictionaryValue* pacScriptDict = new DictionaryValue;
    [all...]
extension_bookmark_helpers.h 15 class DictionaryValue;
21 DictionaryValue* GetNodeDictionary(const BookmarkNode* node,
extension_debugger_api.h 18 class DictionaryValue;
58 void SendResponseBody(DictionaryValue* dictionary);
  /external/chromium/chrome/browser/metrics/
metrics_log.h 17 class DictionaryValue;
45 const DictionaryValue* profile_metrics);
99 void WriteAllProfilesMetrics(const DictionaryValue& all_profiles_metrics);
104 const DictionaryValue& profile_metrics);
  /external/chromium/chrome/browser/policy/
asynchronous_policy_loader.h 40 const DictionaryValue* policy() const { return policy_.get(); }
52 void PostUpdatePolicyTask(DictionaryValue* new_policy);
88 void UpdatePolicy(DictionaryValue* new_policy);
94 scoped_ptr<DictionaryValue> policy_;
file_based_policy_provider_unittest.cc 26 MOCK_METHOD0(Load, DictionaryValue*());
38 new DictionaryValue));
39 DictionaryValue* policies = new DictionaryValue();
61 new DictionaryValue));
69 new DictionaryValue));
73 DictionaryValue* policies = new DictionaryValue();
  /external/chromium/base/json/
json_writer_unittest.cc 20 root = new DictionaryValue;
51 DictionaryValue root_dict;
54 DictionaryValue* inner_dict = new DictionaryValue;
81 DictionaryValue period_dict;
84 DictionaryValue* period_dict2 = new DictionaryValue;
91 DictionaryValue period_dict3;
  /external/chromium/chrome/browser/sync/syncable/
model_type_payload_map.h 17 class DictionaryValue;
40 DictionaryValue* ModelTypePayloadMapToValue(
  /external/chromium/chrome/browser/ui/webui/
foreign_session_handler.h 51 bool SessionTabToValue(const SessionTab& tab, DictionaryValue* dictionary);
53 DictionaryValue* dictionary);
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
change_picture_options_handler.h 12 class DictionaryValue;
25 virtual void GetLocalizedValues(DictionaryValue* localized_strings);
  /external/chromium/net/base/
address_list_net_log_param.cc 18 DictionaryValue* dict = new DictionaryValue();

Completed in 960 milliseconds

12 3 4 5 6 7 8 91011>>