OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getWithUndefinedOrNullCheck
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
V8TestDictionary.cpp
32
if (DictionaryHelper::
getWithUndefinedOrNullCheck
(dictionary, "booleanMember", booleanMember)) {
39
if (DictionaryHelper::
getWithUndefinedOrNullCheck
(dictionary, "doubleOrNullMember", doubleOrNullMember)) {
46
if (DictionaryHelper::
getWithUndefinedOrNullCheck
(dictionary, "elementOrNullMember", elementOrNullMember)) {
53
if (DictionaryHelper::
getWithUndefinedOrNullCheck
(dictionary, "enumMember", enumMember)) {
65
if (DictionaryHelper::
getWithUndefinedOrNullCheck
(dictionary, "longMember", longMember)) {
72
if (DictionaryHelper::
getWithUndefinedOrNullCheck
(dictionary, "objectMember", objectMember)) {
83
if (DictionaryHelper::
getWithUndefinedOrNullCheck
(dictionary, "objectOrNullMember", objectOrNullMember)) {
94
if (DictionaryHelper::
getWithUndefinedOrNullCheck
(dictionary, "stringArrayMember", stringArrayMember)) {
101
if (DictionaryHelper::
getWithUndefinedOrNullCheck
(dictionary, "stringMember", stringMember)) {
108
if (DictionaryHelper::
getWithUndefinedOrNullCheck
(dictionary, "stringOrNullMember", stringOrNullMember))
[
all
...]
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
Dictionary.h
129
bool
getWithUndefinedOrNullCheck
(const String&, String&) const;
130
bool
getWithUndefinedOrNullCheck
(const String&, RefPtrWillBeMember<Element>&) const;
131
bool
getWithUndefinedOrNullCheck
(const String&, RefPtrWillBeMember<Path2D>&) const;
160
static bool
getWithUndefinedOrNullCheck
(const Dictionary& dictionary, const String& key, T& value)
Dictionary.cpp
141
bool Dictionary::
getWithUndefinedOrNullCheck
(const String& key, String& value) const
152
bool Dictionary::
getWithUndefinedOrNullCheck
(const String& key, RefPtrWillBeMember<Element>& value) const
162
bool Dictionary::
getWithUndefinedOrNullCheck
(const String& key, RefPtrWillBeMember<Path2D>& value) const
/external/chromium_org/third_party/WebKit/Source/bindings/templates/
dictionary_v8.cpp
29
if (DictionaryHelper::
getWithUndefinedOrNullCheck
(dictionary, "{{member.name}}", {{member.name}})) {
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBDatabase.cpp
207
else if (options.
getWithUndefinedOrNullCheck
("keyPath", keyPathString))
Completed in 63 milliseconds