OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasElementWithId
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/dom/
TreeScope.h
44
bool
hasElementWithId
(AtomicStringImpl* id) const;
88
inline bool TreeScope::
hasElementWithId
(AtomicStringImpl* id) const
/external/webkit/Source/WebCore/bindings/js/
JSDOMWindowCustom.cpp
271
if (atomicPropertyName && (static_cast<HTMLDocument*>(document)->hasNamedItem(atomicPropertyName) || document->
hasElementWithId
(atomicPropertyName))) {
341
if (atomicPropertyName && (static_cast<HTMLDocument*>(document)->hasNamedItem(atomicPropertyName) || document->
hasElementWithId
(atomicPropertyName))) {
/external/webkit/Source/WebCore/bindings/v8/custom/
V8DOMWindowCustom.cpp
509
if (static_cast<HTMLDocument*>(doc)->hasNamedItem(propName.impl()) || doc->
hasElementWithId
(propName.impl())) {
Completed in 254 milliseconds