OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hasLocalName
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLStackItem.h
77
bool
hasLocalName
(const AtomicString& name) const { return m_tokenLocalName == name; }
/external/chromium_org/third_party/WebKit/Source/core/dom/
Element.h
226
bool
hasLocalName
(const AtomicString& other) const { return m_tagName.localName() == other; }
227
bool
hasLocalName
(const QualifiedName& other) const { return m_tagName.localName() == other.localName(); }
[
all
...]
Completed in 415 milliseconds