OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DictionaryValue
(Results
451 - 475
of
2399
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/chrome/renderer/extensions/
messaging_bindings.h
13
class
DictionaryValue
;
47
const base::
DictionaryValue
& source_tab,
/external/chromium_org/chrome/service/cloud_print/
cloud_print_connector.h
65
DictionaryValue
* json_data,
101
base::
DictionaryValue
* json_data,
110
DictionaryValue
* json_data,
116
DictionaryValue
* json_data,
122
DictionaryValue
* json_data,
128
DictionaryValue
* json_data,
150
void InitJobHandlerForPrinter(
DictionaryValue
* printer_data);
152
void UpdateSettingsFromPrintersList(
DictionaryValue
* json_data);
/external/chromium_org/chrome/test/chromedriver/chrome/
devtools_client_impl.h
22
class
DictionaryValue
;
36
scoped_ptr<base::
DictionaryValue
> params;
44
scoped_ptr<base::
DictionaryValue
> result;
82
const base::
DictionaryValue
& params) OVERRIDE;
85
const base::
DictionaryValue
& params,
86
scoped_ptr<base::
DictionaryValue
>* result) OVERRIDE;
117
const base::
DictionaryValue
& params,
118
scoped_ptr<base::
DictionaryValue
>* result);
geolocation_override_manager.cc
33
const base::
DictionaryValue
& params) {
46
base::
DictionaryValue
params;
navigation_tracker.h
17
class
DictionaryValue
;
44
const base::
DictionaryValue
& params) OVERRIDE;
/external/chromium_org/chromeos/network/onc/
onc_mapper.cc
26
const base::
DictionaryValue
* dict = NULL;
46
scoped_ptr<base::
DictionaryValue
> Mapper::MapObject(
48
const base::
DictionaryValue
& onc_object,
50
scoped_ptr<base::
DictionaryValue
> result(new base::
DictionaryValue
);
66
const base::
DictionaryValue
& onc_object,
69
base::
DictionaryValue
* result) {
70
for (base::
DictionaryValue
::Iterator it(onc_object); !it.IsAtEnd();
/external/chromium_org/cloud_print/gcp20/prototype/
printer_state.h
15
class
DictionaryValue
;
54
linked_ptr<base::
DictionaryValue
> cdd;
privet_http_server.cc
29
scoped_ptr<base::
DictionaryValue
> CreateError(const std::string& error_type) {
30
scoped_ptr<base::
DictionaryValue
> error(new base::
DictionaryValue
);
37
scoped_ptr<base::
DictionaryValue
> CreateErrorWithDescription(
40
scoped_ptr<base::
DictionaryValue
> error(CreateError(error_type));
46
scoped_ptr<base::
DictionaryValue
> CreateErrorWithTimeout(
49
scoped_ptr<base::
DictionaryValue
> error(CreateError(error_type));
206
scoped_ptr<base::
DictionaryValue
> json_response;
237
scoped_ptr<base::
DictionaryValue
> PrivetHttpServer::ProcessInfo(
243
scoped_ptr<base::
DictionaryValue
> response(new base::DictionaryValue)
[
all
...]
privet_http_server.h
98
virtual const base::
DictionaryValue
& GetCapabilities() = 0;
172
scoped_ptr<base::
DictionaryValue
> ProcessInfo(
175
scoped_ptr<base::
DictionaryValue
> ProcessCapabilities(
178
scoped_ptr<base::
DictionaryValue
> ProcessCreateJob(
183
scoped_ptr<base::
DictionaryValue
> ProcessSubmitDoc(
188
scoped_ptr<base::
DictionaryValue
> ProcessJobState(
192
scoped_ptr<base::
DictionaryValue
> ProcessRegister(
200
scoped_ptr<base::
DictionaryValue
>* current_response) const;
/external/chromium_org/components/autofill/content/browser/wallet/
gaia_account.h
13
class
DictionaryValue
;
26
const base::
DictionaryValue
& dictionary);
/external/chromium_org/components/url_matcher/
url_matcher_factory.h
15
class
DictionaryValue
;
35
const base::
DictionaryValue
* url_filter_dict,
/external/chromium_org/device/nfc/
nfc_ndef_record.cc
11
using base::
DictionaryValue
;
23
const
DictionaryValue
* data) {
25
for (
DictionaryValue
::Iterator iter(*data);
62
bool HandleTypeText(const
DictionaryValue
* data) {
78
bool HandleTypeSmartPoster(const
DictionaryValue
* data) {
104
const
DictionaryValue
* title_data = NULL;
121
bool HandleTypeUri(const
DictionaryValue
* data) {
174
bool NfcNdefRecord::Populate(Type type, const
DictionaryValue
* data) {
/external/chromium_org/extensions/browser/
file_highlighter.h
13
class
DictionaryValue
;
39
// Populate a
DictionaryValue
with the highlighted portions (in UTF16) of the
41
void SetHighlightedRegions(base::
DictionaryValue
* dict) const;
/external/chromium_org/extensions/common/
event_filtering_info.cc
35
scoped_ptr<base::
DictionaryValue
> result(new base::
DictionaryValue
);
extension_builder.h
39
ExtensionBuilder& SetManifest(scoped_ptr<base::
DictionaryValue
> manifest);
56
scoped_ptr<base::
DictionaryValue
> manifest_;
/external/chromium_org/media/base/
media_log_event.h
23
scoped_ptr<base::
DictionaryValue
> event_copy(event.params.DeepCopy());
98
base::
DictionaryValue
params;
/external/chromium_org/net/cert/
ct_signed_certificate_timestamp_log_param.cc
80
base::
DictionaryValue
* dict) {
90
base::
DictionaryValue
* SCTToDictionary(
92
base::
DictionaryValue
* out = new base::
DictionaryValue
();
131
base::
DictionaryValue
* dict = new base::
DictionaryValue
();
150
base::
DictionaryValue
* dict = new base::
DictionaryValue
();
/external/chromium_org/net/websockets/
websocket_net_log_params.cc
15
base::
DictionaryValue
* dict = new base::
DictionaryValue
();
/external/chromium_org/sync/internal_api/public/engine/
model_safe_worker_unittest.cc
22
base::
DictionaryValue
expected_value;
26
scoped_ptr<base::
DictionaryValue
> value(
/external/chromium_org/sync/internal_api/public/sessions/
sync_session_snapshot.cc
57
base::
DictionaryValue
* SyncSessionSnapshot::ToValue() const {
58
scoped_ptr<base::
DictionaryValue
> value(new base::
DictionaryValue
());
91
scoped_ptr<base::
DictionaryValue
> counter_entries(
92
new base::
DictionaryValue
());
94
scoped_ptr<base::
DictionaryValue
> type_entries(new base::
DictionaryValue
());
107
scoped_ptr<base::
DictionaryValue
> value(ToValue());
/external/chromium_org/sync/js/
js_arg_list_unittest.cc
25
base::
DictionaryValue
* dict = new base::
DictionaryValue
();
/external/chromium_org/third_party/libaddressinput/chromium/
json.cc
31
dict_.reset(static_cast<base::
DictionaryValue
*>(parsed.release()));
49
scoped_ptr<base::
DictionaryValue
> dict_;
/external/chromium/chrome/browser/extensions/
extension_prefs.cc
124
virtual
DictionaryValue
* Get() {
125
DictionaryValue
* dict = DictionaryPrefUpdate::Get();
126
DictionaryValue
* extension = NULL;
129
extension = new
DictionaryValue
();
149
virtual
DictionaryValue
* Get() {
150
DictionaryValue
* dict = DictionaryPrefUpdate::Get();
151
DictionaryValue
* preferences = NULL;
154
preferences = new
DictionaryValue
;
173
const
DictionaryValue
* dictionary =
176
for (
DictionaryValue
::key_iterator i = dictionary->begin_keys()
[
all
...]
extension_proxy_api_helpers.cc
60
bool GetProxyModeFromExtensionPref(const
DictionaryValue
* proxy_config,
75
bool GetPacUrlFromExtensionPref(const
DictionaryValue
* proxy_config,
78
DictionaryValue
* pac_dict = NULL;
99
bool GetPacDataFromExtensionPref(const
DictionaryValue
* proxy_config,
102
DictionaryValue
* pac_dict = NULL;
122
bool GetProxyServer(const
DictionaryValue
* proxy_server,
161
bool GetProxyRulesStringFromExtensionPref(const
DictionaryValue
* proxy_config,
164
DictionaryValue
* proxy_rules = NULL;
179
DictionaryValue
* proxy_dict = NULL;
253
bool GetBypassListFromExtensionPref(const
DictionaryValue
* proxy_config
[
all
...]
/external/chromium_org/chrome/browser/extensions/
extension_prefs.cc
35
using base::
DictionaryValue
;
192
virtual
DictionaryValue
* Get() OVERRIDE {
193
DictionaryValue
* dict = DictionaryPrefUpdate::Get();
194
DictionaryValue
* extension = NULL;
197
extension = new
DictionaryValue
();
213
// Checks if kPrefBlacklist is set to true in the
DictionaryValue
.
216
bool IsBlacklistBitSet(const
DictionaryValue
* ext) {
257
DictionaryValue
* dict = update_.Get();
258
DictionaryValue
* extension = NULL;
271
DictionaryValue
* dict = update_.Get()
[
all
...]
Completed in 250 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>