OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DictionaryValue
(Results
226 - 250
of
2399
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/chrome/browser/ui/webui/options/
handler_options_handler.h
23
class
DictionaryValue
;
35
base::
DictionaryValue
* localized_strings) OVERRIDE;
63
base::
DictionaryValue
* value);
/external/chromium_org/chrome/browser/web_resource/
web_resource_service.h
21
class
DictionaryValue
;
49
virtual void OnUnpackFinished(const
DictionaryValue
& parsed_json) OVERRIDE;
56
virtual void Unpack(const base::
DictionaryValue
& parsed_json) = 0;
/external/chromium_org/chrome/common/custom_handlers/
protocol_handler.h
25
const base::
DictionaryValue
* value);
29
static bool IsValidDict(const base::
DictionaryValue
* value);
45
// Encodes this protocol handler as a
DictionaryValue
. The caller is
47
base::
DictionaryValue
* Encode() const;
/external/chromium_org/chrome/common/extensions/manifest_tests/
extension_manifests_storage_unittest.cc
13
base::
DictionaryValue
base_manifest;
33
base::
DictionaryValue
manifest_with_version;
43
base::
DictionaryValue
manifest_with_version;
/external/chromium_org/chrome/common/importer/
firefox_importer_utils.h
19
class
DictionaryValue
;
49
const base::
DictionaryValue
& root);
73
void ParseProfileINI(const base::FilePath& file, base::
DictionaryValue
* root);
/external/chromium_org/chrome/service/cloud_print/
connector_settings.h
18
class
DictionaryValue
;
52
const base::
DictionaryValue
* print_system_settings() const {
93
scoped_ptr<base::
DictionaryValue
> print_system_settings_;
/external/chromium_org/chrome/test/chromedriver/
chrome_launcher.h
21
class
DictionaryValue
;
50
const base::
DictionaryValue
* custom_prefs,
51
const base::
DictionaryValue
* custom_local_state);
/external/chromium_org/chrome/test/ui/
javascript_test_util.cc
31
DictionaryValue
* dict = static_cast<
DictionaryValue
*>(root.get());
33
for (
DictionaryValue
::Iterator it(*dict); !it.IsAtEnd(); it.Advance()) {
/external/chromium_org/chromeos/dbus/
fake_sms_client.cc
34
base::
DictionaryValue
* sms = new base::
DictionaryValue
();
50
void FakeSMSClient::OnGetAll(base::
DictionaryValue
* sms,
/external/chromium_org/chromeos/network/
geolocation_handler.h
16
class
DictionaryValue
;
57
const base::
DictionaryValue
& properties);
67
const base::
DictionaryValue
& properties);
/external/chromium_org/components/json_schema/
json_schema_validator_unittest_base.h
11
class
DictionaryValue
;
35
base::
DictionaryValue
* schema,
40
base::
DictionaryValue
* schema,
/external/chromium_org/content/browser/devtools/
devtools_protocol.h
32
base::
DictionaryValue
* params() { return params_.get(); }
39
base::
DictionaryValue
* params);
43
scoped_ptr<base::
DictionaryValue
> params_;
56
scoped_refptr<Response> SuccessResponse(base::
DictionaryValue
* result);
76
base::
DictionaryValue
* params);
95
Response(int id, base::
DictionaryValue
* result);
99
scoped_ptr<base::
DictionaryValue
> result_;
118
base::
DictionaryValue
* params);
143
base::
DictionaryValue
* params);
167
base::
DictionaryValue
* params)
[
all
...]
/external/chromium_org/device/nfc/
nfc_ndef_record.h
107
const base::
DictionaryValue
& data() const { return data_; }
120
bool Populate(Type type, const base::
DictionaryValue
* data);
127
base::
DictionaryValue
data_;
/external/chromium_org/net/url_request/
url_request_netlog_params.cc
19
base::
DictionaryValue
* dict = new base::
DictionaryValue
();
31
const base::
DictionaryValue
* dict;
/external/chromium_org/remoting/host/native_messaging/
native_messaging_channel.h
18
class
DictionaryValue
;
29
typedef base::Callback<void(scoped_ptr<base::
DictionaryValue
> message)>
42
void SendMessage(scoped_ptr<base::
DictionaryValue
> message);
/external/chromium_org/sync/notifier/
unacked_invalidation_set.h
16
class
DictionaryValue
;
90
scoped_ptr<base::
DictionaryValue
> ToValue() const;
91
bool ResetFromValue(const base::
DictionaryValue
& value);
/external/chromium_org/sync/syncable/
write_transaction_info.cc
27
base::
DictionaryValue
* WriteTransactionInfo::ToValue(
29
base::
DictionaryValue
* dict = new base::
DictionaryValue
();
/external/chromium_org/chromeos/network/onc/
onc_merger.cc
21
typedef scoped_ptr<base::
DictionaryValue
> DictionaryPtr;
25
void MarkRecommendedFieldnames(const base::
DictionaryValue
& policy,
26
base::
DictionaryValue
* result) {
41
DictionaryPtr GetEditableFlags(const base::
DictionaryValue
& policy) {
42
DictionaryPtr result_editable(new base::
DictionaryValue
);
46
for (base::
DictionaryValue
::Iterator it(policy); !it.IsAtEnd();
48
const base::
DictionaryValue
* child_policy = NULL;
64
typedef std::vector<const base::
DictionaryValue
*> DictPtrs;
78
DictionaryPtr result(new base::
DictionaryValue
);
85
for (base::
DictionaryValue
::Iterator field(**it_outer); !field.IsAtEnd()
[
all
...]
onc_translator_unittest.cc
26
scoped_ptr<const base::
DictionaryValue
> onc_network(
29
scoped_ptr<const base::
DictionaryValue
> expected_shill_network(
32
scoped_ptr<base::
DictionaryValue
> translation(TranslateONCObjectToShill(
73
scoped_ptr<const base::
DictionaryValue
> shill_network(
77
scoped_ptr<base::
DictionaryValue
> expected_onc_network(
80
scoped_ptr<base::
DictionaryValue
> translation(TranslateShillServiceToONCPart(
/external/chromium/chrome/browser/extensions/
extension_bookmarks_unittest.cc
34
DictionaryValue
* tree = extension_bookmark_helpers::GetNodeDictionary(
44
DictionaryValue
* tree = extension_bookmark_helpers::GetNodeDictionary(
54
DictionaryValue
* tree = extension_bookmark_helpers::GetNodeDictionary(
61
DictionaryValue
* digg;
69
DictionaryValue
* tree = extension_bookmark_helpers::GetNodeDictionary(
76
DictionaryValue
* inner_folder;
extension_browser_actions_api.h
12
class
DictionaryValue
;
28
DictionaryValue
* details_;
/external/chromium_org/chrome/browser/extensions/
browser_extension_window_controller.cc
42
base::
DictionaryValue
*
44
DictionaryValue
* result = extensions::WindowController::CreateWindowValue();
48
base::
DictionaryValue
*
51
DictionaryValue
* result = CreateWindowValue();
59
base::
DictionaryValue
* BrowserExtensionWindowController::CreateTabValue(
62
DictionaryValue
* result = extensions::ExtensionTabUtil::CreateTabValue(
extension_tab_util.h
20
class
DictionaryValue
;
51
static base::
DictionaryValue
* CreateTabValue(
56
static base::
DictionaryValue
* CreateTabValue(
64
static base::
DictionaryValue
* CreateTabValue(
68
static base::
DictionaryValue
* CreateTabValue(
78
base::
DictionaryValue
* tab_info);
/external/chromium_org/chrome/common/extensions/
extension_l10n_util.h
15
class
DictionaryValue
;
33
std::string GetDefaultLocaleFromManifest(const base::
DictionaryValue
& manifest,
38
bool ShouldRelocalizeManifest(const base::
DictionaryValue
* manifest);
43
base::
DictionaryValue
* manifest,
49
base::
DictionaryValue
* manifest,
102
const base::
DictionaryValue
* manifest,
/external/chromium_org/content/browser/accessibility/
accessibility_tree_formatter.h
32
// Populates the given
DictionaryValue
with the accessibility tree.
52
scoped_ptr<base::
DictionaryValue
> BuildAccessibilityTree();
106
base::
DictionaryValue
* tree_node);
107
void RecursiveFormatAccessibilityTree(const base::
DictionaryValue
& tree_node,
114
base::
DictionaryValue
* dict);
119
const base::
DictionaryValue
& value);
124
base::string16 ToString(const base::
DictionaryValue
& node,
Completed in 294 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>