OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetAsDictionary
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/touch/
touch_hud_debug.cc
115
scoped_ptr<DictionaryValue>
GetAsDictionary
() const {
170
list->Append((*i).
GetAsDictionary
().release());
/external/chromium_org/base/
values.cc
145
bool Value::
GetAsDictionary
(DictionaryValue** out_value) {
149
bool Value::
GetAsDictionary
(const DictionaryValue** out_value) const {
352
bool DictionaryValue::
GetAsDictionary
(DictionaryValue** out_value) {
358
bool DictionaryValue::
GetAsDictionary
(const DictionaryValue** out_value) const {
Completed in 755 milliseconds