OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasExtraNamedItem
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/html/
HTMLDocument.h
80
bool
hasExtraNamedItem
(AtomicStringImpl* name);
104
inline bool HTMLDocument::
hasExtraNamedItem
(AtomicStringImpl* name)
/external/webkit/Source/WebCore/bindings/js/
JSHTMLDocumentCustom.cpp
56
return atomicPropertyName && (document->hasNamedItem(atomicPropertyName) || document->
hasExtraNamedItem
(atomicPropertyName));
/external/webkit/Source/WebCore/bindings/v8/custom/
V8HTMLDocumentCustom.cpp
78
if (!htmlDocument->hasNamedItem(key.impl()) && !htmlDocument->
hasExtraNamedItem
(key.impl()))
Completed in 58 milliseconds