OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DictionaryValue
(Results
76 - 100
of
2399
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/chrome/browser/ui/app_list/search/common/
webservice_cache.h
19
class
DictionaryValue
;
35
typedef std::pair<ResultStatus, const base::
DictionaryValue
*> CacheResult;
63
scoped_ptr<base::
DictionaryValue
> result);
68
const base::
DictionaryValue
* result)
73
const base::
DictionaryValue
* result;
83
void OnCacheLoaded(scoped_ptr<base::
DictionaryValue
>);
88
bool PayloadFromDict(const base::
DictionaryValue
* dict,
94
base::
DictionaryValue
* DictFromPayload(const Payload& payload);
dictionary_data_store.h
19
class
DictionaryValue
;
31
scoped_ptr<base::
DictionaryValue
>)> OnLoadedCallback;
49
base::
DictionaryValue
* cached_dict() { return cached_dict_.get(); }
57
scoped_ptr<base::
DictionaryValue
> LoadOnBlockingPool();
67
scoped_ptr<base::
DictionaryValue
> cached_dict_;
/external/chromium_org/chrome/browser/ui/ash/
chrome_launcher_prefs.h
11
class
DictionaryValue
;
37
base::
DictionaryValue
* CreateAppDict(const std::string& app_id);
/external/chromium_org/chrome/browser/ui/webui/ntp/
suggestions_source.h
14
class
DictionaryValue
;
46
virtual base::
DictionaryValue
* PopItem() = 0;
/external/chromium_org/chrome/browser/ui/webui/options/
home_page_overlay_handler.h
17
class
DictionaryValue
;
30
virtual void GetLocalizedValues(base::
DictionaryValue
*) OVERRIDE;
language_options_handler_unittest.cc
14
scoped_ptr<
DictionaryValue
> dictionary(
24
scoped_ptr<
DictionaryValue
> dictionary(
managed_user_create_confirm_handler.h
11
class
DictionaryValue
;
25
base::
DictionaryValue
* localized_strings) OVERRIDE;
/external/chromium_org/chrome/common/extensions/
manifest_handler_helpers.h
16
class
DictionaryValue
;
30
bool LoadIconsFromDictionary(const base::
DictionaryValue
* icons_value,
/external/chromium_org/chrome/test/chromedriver/
alert_commands.h
12
class
DictionaryValue
;
23
const base::
DictionaryValue
&,
30
const base::
DictionaryValue
& params,
37
const base::
DictionaryValue
& params,
44
const base::
DictionaryValue
& params,
51
const base::
DictionaryValue
& params,
58
const base::
DictionaryValue
& params,
65
const base::
DictionaryValue
& params,
command.h
14
class
DictionaryValue
;
26
const base::
DictionaryValue
&,
/external/chromium_org/chrome/test/chromedriver/chrome/
debugger_tracker.cc
20
const base::
DictionaryValue
& params) {
22
base::
DictionaryValue
empty_params;
debugger_tracker.h
15
class
DictionaryValue
;
30
const base::
DictionaryValue
& params) OVERRIDE;
devtools_event_listener.h
11
class
DictionaryValue
;
29
const base::
DictionaryValue
& params);
/external/chromium_org/chromeos/dbus/
sms_client.h
16
class
DictionaryValue
;
31
typedef base::Callback<void(const base::
DictionaryValue
& sms)> GetAllCallback;
/external/chromium_org/chromeos/network/
network_sms_handler.h
18
class
DictionaryValue
;
38
virtual void MessageReceived(const base::
DictionaryValue
& message) = 0;
71
void AddReceivedMessage(const base::
DictionaryValue
& message);
74
void NotifyMessageReceived(const base::
DictionaryValue
& message);
77
void MessageReceived(const base::
DictionaryValue
& message);
81
const base::
DictionaryValue
& properties);
90
const base::
DictionaryValue
& properties);
94
ScopedVector<base::
DictionaryValue
> received_messages_;
/external/chromium_org/chromeos/network/onc/
onc_test_utils.h
14
class
DictionaryValue
;
26
//
DictionaryValue
. CHECKs if any error occurs.
27
scoped_ptr<base::
DictionaryValue
> ReadTestDictionary(
/external/chromium_org/net/base/
file_stream_net_log_parameters.cc
16
base::
DictionaryValue
* dict = new base::
DictionaryValue
();
net_log_logger.cc
64
base::
DictionaryValue
* NetLogLogger::GetConstants() {
65
DictionaryValue
* constants_dict = new
DictionaryValue
();
77
DictionaryValue
* dict = new
DictionaryValue
();
90
DictionaryValue
* dict = new
DictionaryValue
();
103
DictionaryValue
* dict = new
DictionaryValue
();
116
DictionaryValue
* dict = new DictionaryValue()
[
all
...]
/external/chromium_org/net/socket/
socket_net_log_params.cc
20
base::
DictionaryValue
* dict = new base::
DictionaryValue
();
28
base::
DictionaryValue
* dict = new base::
DictionaryValue
();
35
base::
DictionaryValue
* dict = new base::
DictionaryValue
();
43
base::
DictionaryValue
* dict = new base::
DictionaryValue
();
ssl_error_params.cc
17
base::
DictionaryValue
* dict = new base::
DictionaryValue
();
/external/chromium_org/sync/js/
js_event_details.cc
13
JsEventDetails::JsEventDetails(base::
DictionaryValue
* details)
18
const base::
DictionaryValue
& JsEventDetails::Get() const {
/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);
/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_;
Completed in 1336 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>