OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasElementWithId
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/dom/
TreeScope.h
60
bool
hasElementWithId
(StringImpl* id) const;
172
inline bool TreeScope::
hasElementWithId
(StringImpl* id) const
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8WindowCustom.cpp
427
if (toHTMLDocument(doc)->hasNamedItem(propName) || doc->
hasElementWithId
(propName.impl())) {
Completed in 81 milliseconds