HomeSort by relevance Sort by last modified time
    Searched full:dictionaryvalue (Results 1 - 25 of 485) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/sync/protocol/
proto_value_conversions.h 11 class DictionaryValue;
50 DictionaryValue* EncryptedDataToValue(
55 DictionaryValue* SessionHeaderToValue(
58 DictionaryValue* SessionTabToValue(
61 DictionaryValue* SessionWindowToValue(
64 DictionaryValue* TabNavigationToValue(
69 DictionaryValue* PasswordSpecificsDataToValue(
74 DictionaryValue* AppSpecificsToValue(
77 DictionaryValue* AutofillSpecificsToValue(
80 DictionaryValue* AutofillCreditCardSpecificsToValue
    [all...]
proto_value_conversions.cc 94 DictionaryValue* EncryptedDataToValue(const sync_pb::EncryptedData& proto) {
95 DictionaryValue* value = new DictionaryValue();
102 DictionaryValue* SessionHeaderToValue(
104 DictionaryValue* value = new DictionaryValue();
109 DictionaryValue* SessionTabToValue(
111 DictionaryValue* value = new DictionaryValue();
122 DictionaryValue* SessionWindowToValue
    [all...]
  /external/chromium/chrome/browser/prefs/
proxy_config_dictionary.h 15 class DictionaryValue;
29 explicit ProxyConfigDictionary(const DictionaryValue* dict);
38 static DictionaryValue* CreateDirect();
39 static DictionaryValue* CreateAutoDetect();
40 static DictionaryValue* CreatePacScript(const std::string& pac_url);
41 static DictionaryValue* CreateFixedServers(
44 static DictionaryValue* CreateSystem();
46 static DictionaryValue* CreateDictionary(ProxyPrefs::ProxyMode mode,
51 scoped_ptr<DictionaryValue> dict_;
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/sync/
sync_setup_flow_handler.h 13 class DictionaryValue;
19 virtual void ShowGaiaLogin(const DictionaryValue& args) = 0;
22 virtual void ShowConfigure(const DictionaryValue& args) = 0;
23 virtual void ShowPassphraseEntry(const DictionaryValue& args) = 0;
24 virtual void ShowFirstPassphrase(const DictionaryValue& args) = 0;
  /external/chromium/chrome/browser/web_resource/
gpu_blacklist_updater.h 11 class DictionaryValue;
25 virtual void Unpack(const DictionaryValue& parsed_json);
31 const DictionaryValue* gpu_blacklist_cache_;
  /external/chromium/net/disk_cache/
net_log_parameters.cc 20 DictionaryValue* dict = new DictionaryValue();
32 DictionaryValue* dict = new DictionaryValue();
49 DictionaryValue* dict = new DictionaryValue();
64 DictionaryValue* dict = new DictionaryValue();
78 DictionaryValue* dict = new DictionaryValue();
    [all...]
  /external/chromium/chrome/browser/extensions/
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_sidebar_api.h 11 class DictionaryValue;
41 const DictionaryValue& details) = 0;
48 const DictionaryValue& details);
56 const DictionaryValue& details);
64 const DictionaryValue& details);
72 const DictionaryValue& details);
80 const DictionaryValue& details);
88 const DictionaryValue& details);
96 const DictionaryValue& details);
104 const DictionaryValue& details)
    [all...]
extension_context_menu_api.h 13 class DictionaryValue;
22 bool ParseContexts(const DictionaryValue& properties,
30 bool ParseType(const DictionaryValue& properties,
36 const DictionaryValue& properties,
42 bool ParseURLPatterns(const DictionaryValue& properties,
48 bool SetURLPatterns(const DictionaryValue& properties,
57 bool GetParent(const DictionaryValue& properties,
  /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);
  /external/chromium/chrome/browser/policy/
asynchronous_policy_provider_unittest.cc 23 DictionaryValue* policies = new DictionaryValue();
37 DictionaryValue* original_policies = new DictionaryValue();
40 DictionaryValue* refresh_policies = new DictionaryValue();
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/chrome/browser/ui/webui/options/chromeos/
language_chewing_handler.h 13 class DictionaryValue;
24 virtual void GetLocalizedValues(DictionaryValue* localized_strings) OVERRIDE;
language_hangul_handler.h 11 class DictionaryValue;
23 virtual void GetLocalizedValues(DictionaryValue* localized_strings);
language_mozc_handler.h 11 class DictionaryValue;
22 virtual void GetLocalizedValues(DictionaryValue* localized_strings);
language_pinyin_handler.h 11 class DictionaryValue;
22 virtual void GetLocalizedValues(DictionaryValue* localized_strings);
  /external/chromium/chrome/browser/ui/webui/
value_helper.h 17 DictionaryValue* dictionary);
19 DictionaryValue* dictionary);
value_helper.cc 12 DictionaryValue* dictionary) {
29 DictionaryValue* dictionary) {
36 scoped_ptr<DictionaryValue> tab_value(new DictionaryValue());
  /external/chromium/net/socket/
ssl_error_params.cc 17 DictionaryValue* dict = new DictionaryValue();
  /external/chromium/net/url_request/
url_request_netlog_params.cc 23 DictionaryValue* dict = new DictionaryValue();
  /external/chromium/chrome/common/extensions/
extension_message_bundle_unittest.cc 38 DictionaryValue* subtree,
39 DictionaryValue* target) {
45 DictionaryValue* dict) {
46 DictionaryValue* content_tree = new DictionaryValue;
51 void CreatePlaceholdersTree(DictionaryValue* dict) {
52 DictionaryValue* placeholders_tree = new DictionaryValue;
64 DictionaryValue* dict) {
65 DictionaryValue* message_tree = new DictionaryValue
    [all...]
  /external/chromium/base/
values.cc 36 DictionaryValue* dict = static_cast<DictionaryValue*>(node);
37 DictionaryValue* copy = new DictionaryValue;
38 for (DictionaryValue::key_iterator it = dict->begin_keys();
311 ///////////////////// DictionaryValue ////////////////////
313 DictionaryValue::DictionaryValue()
317 DictionaryValue::~DictionaryValue() {
    [all...]
  /external/chromium/chrome/browser/automation/
testing_automation_provider_chromeos.cc 36 DictionaryValue* GetNetworkInfoDict(const chromeos::Network* network) {
37 DictionaryValue* item = new DictionaryValue;
57 DictionaryValue* setting_dict = static_cast<DictionaryValue*>(setting);
100 scoped_ptr<DictionaryValue> return_value(new DictionaryValue);
130 void TestingAutomationProvider::GetLoginInfo(DictionaryValue* args,
133 scoped_ptr<DictionaryValue> return_value(new DictionaryValue);
    [all...]
  /external/chromium/net/http/
http_net_log_params.cc 21 DictionaryValue* dict = new DictionaryValue();
42 DictionaryValue* dict = new DictionaryValue();

Completed in 816 milliseconds

1 2 3 4 5 6 7 8 91011>>