/external/chromium_org/components/autofill/content/browser/wallet/ |
form_field_error.h | 12 class DictionaryValue; 71 const base::DictionaryValue& dictionary);
|
/external/chromium_org/components/policy/core/common/cloud/ |
user_info_fetcher.h | 16 class DictionaryValue; 36 const base::DictionaryValue* response) = 0;
|
/external/chromium_org/net/cert/ |
x509_certificate_net_log_param.cc | 17 base::DictionaryValue* dict = new base::DictionaryValue();
|
/external/chromium_org/remoting/host/ |
host_config.h | 13 class DictionaryValue; 72 virtual bool CopyFrom(const base::DictionaryValue* dictionary) = 0;
|
/external/chromium_org/sync/engine/ |
traffic_logger.cc | 21 base::DictionaryValue* (*to_dictionary_value)(const T&, bool), 24 scoped_ptr<base::DictionaryValue> value(
|
/external/chromium_org/sync/js/ |
js_event_details_unittest.cc | 22 base::DictionaryValue dict; 26 scoped_ptr<base::DictionaryValue> dict_copy(dict.DeepCopy());
|
/external/chromium_org/tools/json_schema_compiler/test/ |
objects_unittest.cc | 17 scoped_ptr<DictionaryValue> info_value(new DictionaryValue()); 37 scoped_ptr<DictionaryValue> info_value(new DictionaryValue()); 54 DictionaryValue expected; 56 DictionaryValue* result = NULL; 66 DictionaryValue expected; 68 DictionaryValue* result = NULL;
|
/external/chromium_org/chrome/browser/automation/ |
testing_automation_provider_chromeos.cc | 81 DictionaryValue* args, 95 void TestingAutomationProvider::AcceptOOBEEula(DictionaryValue* args, 118 void TestingAutomationProvider::CancelOOBEUpdate(DictionaryValue* args, 122 scoped_ptr<DictionaryValue> return_value(new DictionaryValue); 140 void TestingAutomationProvider::GetLoginInfo(DictionaryValue* args, 143 scoped_ptr<DictionaryValue> return_value(new DictionaryValue); 180 DictionaryValue* args, IPC::Message* reply_message) { 190 void TestingAutomationProvider::LoginAsGuest(DictionaryValue* args [all...] |
/external/chromium_org/chrome/browser/managed_mode/ |
managed_user_settings_service.cc | 21 using base::DictionaryValue; 52 : active_(false), local_settings_(new DictionaryValue) {} 79 scoped_ptr<base::DictionaryValue> settings = GetSettings(); 112 DictionaryValue* dict = NULL; 180 DictionaryValue* dict = GetDictionaryAndSplitKey(&name_suffix); 190 DictionaryValue* queued_items = GetQueuedItems(); 191 for (DictionaryValue::Iterator it(*queued_items); !it.IsAtEnd(); 194 DictionaryValue* dict = GetDictionaryAndSplitKey(&key_suffix); 226 for (DictionaryValue::Iterator it(*GetAtomicSettings()); !it.IsAtEnd(); 230 for (DictionaryValue::Iterator it(*GetSplitSettings()); !it.IsAtEnd() [all...] |
/external/chromium_org/chrome/browser/extensions/api/proxy/ |
proxy_api.cc | 41 base::DictionaryValue* dict = new base::DictionaryValue(); 62 base::DictionaryValue* dict = new base::DictionaryValue(); 98 const base::DictionaryValue* config = 99 static_cast<const base::DictionaryValue*>(extension_pref); 138 static_cast<const base::DictionaryValue*>(browser_pref)); 147 scoped_ptr<base::DictionaryValue> extension_pref(new base::DictionaryValue); 162 base::DictionaryValue* pac_dict = helpers::CreatePacScriptDict(config) [all...] |
/external/chromium_org/remoting/host/setup/ |
me2me_native_messaging_host_unittest.cc | 33 void VerifyHelloResponse(scoped_ptr<base::DictionaryValue> response) { 42 void VerifyGetHostNameResponse(scoped_ptr<base::DictionaryValue> response) { 51 void VerifyGetPinHashResponse(scoped_ptr<base::DictionaryValue> response) { 60 void VerifyGenerateKeyPairResponse(scoped_ptr<base::DictionaryValue> response) { 69 void VerifyGetDaemonConfigResponse(scoped_ptr<base::DictionaryValue> response) { 74 const base::DictionaryValue* config = NULL; 76 EXPECT_TRUE(base::DictionaryValue().Equals(config)); 80 scoped_ptr<base::DictionaryValue> response) { 94 void VerifyStopDaemonResponse(scoped_ptr<base::DictionaryValue> response) { 103 void VerifyGetDaemonStateResponse(scoped_ptr<base::DictionaryValue> response) [all...] |
/external/chromium_org/sync/internal_api/public/ |
change_record_unittest.cc | 28 const base::DictionaryValue& value, 50 const base::DictionaryValue& value) { 54 scoped_ptr<base::DictionaryValue> expected_extra_value; 63 scoped_ptr<base::DictionaryValue> expected_specifics_value( 73 MOCK_CONST_METHOD0(ToValue, base::DictionaryValue*()); 91 scoped_ptr<base::DictionaryValue> value(record.ToValue()); 102 scoped_ptr<base::DictionaryValue> value(record.ToValue()); 112 scoped_ptr<base::DictionaryValue> value(record.ToValue()); 123 base::DictionaryValue extra_value; 128 Invoke(&extra_value, &base::DictionaryValue::DeepCopy)) [all...] |
/external/chromium_org/chromeos/network/ |
policy_util.cc | 35 base::DictionaryValue* onc_object) { 36 base::DictionaryValue::Iterator it(*onc_object); 40 // We need the non-const entry to remove nested values but DictionaryValue 47 base::DictionaryValue* nested_object = NULL; 78 bool IsPolicyMatching(const base::DictionaryValue& policy, 79 const base::DictionaryValue& actual_network) { 90 const base::DictionaryValue* policy_ethernet = NULL; 93 const base::DictionaryValue* actual_ethernet = NULL; 107 const base::DictionaryValue* policy_wifi = NULL; 110 const base::DictionaryValue* actual_wifi = NULL [all...] |
/external/chromium_org/remoting/client/plugin/ |
chromoting_instance.h | 38 class DictionaryValue; 188 void HandleConnect(const base::DictionaryValue& data); 189 void HandleDisconnect(const base::DictionaryValue& data); 190 void HandleOnIncomingIq(const base::DictionaryValue& data); 191 void HandleReleaseAllKeys(const base::DictionaryValue& data); 192 void HandleInjectKeyEvent(const base::DictionaryValue& data); 193 void HandleRemapKey(const base::DictionaryValue& data); 194 void HandleTrapKey(const base::DictionaryValue& data); 195 void HandleSendClipboardItem(const base::DictionaryValue& data); 196 void HandleNotifyClientResolution(const base::DictionaryValue& data) [all...] |
/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_org/chrome/common/extensions/ |
message_bundle_unittest.cc | 40 base::DictionaryValue* subtree, 41 base::DictionaryValue* target) { 47 base::DictionaryValue* dict) { 48 base::DictionaryValue* content_tree = new base::DictionaryValue; 53 void CreatePlaceholdersTree(base::DictionaryValue* dict) { 54 base::DictionaryValue* placeholders_tree = new base::DictionaryValue; 66 base::DictionaryValue* dict) { 67 base::DictionaryValue* message_tree = new base::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_org/remoting/host/policy_hack/ |
policy_watcher_unittest.cc | 102 base::DictionaryValue empty_; 103 base::DictionaryValue nat_true_; 104 base::DictionaryValue nat_false_; 105 base::DictionaryValue nat_one_; 106 base::DictionaryValue domain_empty_; 107 base::DictionaryValue domain_full_; 108 base::DictionaryValue nat_true_others_default_; 109 base::DictionaryValue nat_false_others_default_; 110 base::DictionaryValue domain_empty_others_default_; 111 base::DictionaryValue domain_full_others_default_ [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/chrome/browser/policy/ |
config_dir_policy_provider.h | 35 virtual DictionaryValue* Load();
|
/external/chromium/chrome/browser/prefs/ |
command_line_pref_store.h | 15 class DictionaryValue;
|
/external/chromium/chrome/browser/ui/webui/options/chromeos/ |
stats_options_handler.h | 24 virtual void GetLocalizedValues(DictionaryValue* localized_strings);
|