HomeSort by relevance Sort by last modified time
    Searched refs:DictionaryValue (Results 151 - 175 of 2399) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/net/udp/
udp_net_log_parameters.cc 20 base::DictionaryValue* dict = new base::DictionaryValue();
31 base::DictionaryValue* dict = new base::DictionaryValue();
  /external/chromium_org/remoting/host/policy_hack/
mock_policy_callback.cc 17 scoped_ptr<base::DictionaryValue> policies) {
  /external/chromium_org/sync/internal_api/
change_record.cc 20 base::DictionaryValue* ChangeRecord::ToValue() const {
21 base::DictionaryValue* value = new base::DictionaryValue();
58 base::DictionaryValue* ExtraPasswordChangeRecordData::ToValue() const {
  /external/chromium_org/tools/json_schema_compiler/test/
callbacks_unittest.cc 16 DictionaryValue* expected_dict = new DictionaryValue();
29 DictionaryValue* expected_dict = new DictionaryValue();
additional_properties_unittest.cc 16 scoped_ptr<DictionaryValue> type_value(new DictionaryValue());
25 scoped_ptr<DictionaryValue> type_value(new DictionaryValue());
34 scoped_ptr<DictionaryValue> param_object_value(new DictionaryValue());
54 DictionaryValue* dict = new DictionaryValue();
  /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_bookmark_helpers.h 15 class DictionaryValue;
21 DictionaryValue* GetNodeDictionary(const BookmarkNode* node,
extension_debugger_api.h 18 class DictionaryValue;
58 void SendResponseBody(DictionaryValue* dictionary);
extension_cookies_helpers.h 19 class DictionaryValue;
37 // allocates a new DictionaryValue object; the caller is responsible for
39 DictionaryValue* CreateCookieValue(
44 // allocates a new DictionaryValue object; the caller is responsible for
46 DictionaryValue* CreateCookieStoreValue(Profile* profile,
68 const GURL& url, const DictionaryValue* details,
85 // This class does not take ownership of the lifetime of the DictionaryValue
87 explicit MatchFilter(const DictionaryValue* details);
113 const DictionaryValue* details_;
  /external/chromium_org/chromeos/network/
managed_network_configuration_handler_impl.h 22 class DictionaryValue;
56 const base::DictionaryValue& user_settings,
62 const base::DictionaryValue& properties,
75 const base::DictionaryValue& global_network_config) OVERRIDE;
77 virtual const base::DictionaryValue* FindPolicyByGUID(
82 virtual const base::DictionaryValue* GetGlobalConfigFromPolicy(
85 virtual const base::DictionaryValue* FindPolicyByGuidAndProfile(
95 const base::DictionaryValue& shill_properties) OVERRIDE;
98 const base::DictionaryValue& existing_properties,
99 const base::DictionaryValue& new_properties) OVERRIDE
    [all...]
  /external/chromium_org/content/browser/devtools/
devtools_system_info_handler.cc 31 AuxGPUInfoEnumerator(base::DictionaryValue* dictionary)
76 base::DictionaryValue* dictionary_;
80 base::DictionaryValue* GPUDeviceToDictionary(
82 base::DictionaryValue* result = new base::DictionaryValue;
105 base::DictionaryValue* gpu_dict = new base::DictionaryValue;
114 base::DictionaryValue* aux_attributes = new base::DictionaryValue;
121 base::DictionaryValue* system_dict = new base::DictionaryValue
    [all...]
  /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/debugger/
devtools_remote_service.h 14 class DictionaryValue;
42 void ProcessJson(DictionaryValue* json, const DevToolsRemoteMessage& message);
extension_ports_remote_service.h 24 class DictionaryValue;
90 void ConnectCommand(DictionaryValue* content, DictionaryValue* response);
92 void DisconnectCommand(int port_id, DictionaryValue* response);
94 void PostMessageCommand(int port_id, DictionaryValue* content,
95 DictionaryValue* response);
  /external/chromium/chrome/browser/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();
asynchronous_policy_provider_unittest.cc 23 DictionaryValue* policies = new DictionaryValue();
37 DictionaryValue* original_policies = new DictionaryValue();
40 DictionaryValue* refresh_policies = new DictionaryValue();
  /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();
  /external/chromium/net/url_request/
url_request_netlog_params.cc 23 DictionaryValue* dict = new DictionaryValue();
  /external/chromium_org/chrome/browser/extensions/api/identity_private/
identity_private_api.cc 22 base::DictionaryValue* result = new base::DictionaryValue;
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_action.h 11 class DictionaryValue;
63 base::DictionaryValue* Serialize() const;
  /external/chromium_org/chrome/browser/ui/app_list/search/people/
person.h 14 class DictionaryValue;
24 static scoped_ptr<Person> Create(const base::DictionaryValue& dict);
  /external/chromium_org/printing/
page_size_margins.cc 13 void GetCustomMarginsFromJobSettings(const base::DictionaryValue& settings,
15 const base::DictionaryValue* custom_margins;

Completed in 283 milliseconds

1 2 3 4 5 67 8 91011>>