OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isHTMLContentAttribute
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFrameElementBase.cpp
209
bool HTMLFrameElementBase::
isHTMLContentAttribute
(const Attribute& attribute) const
211
return attribute.name() == srcdocAttr || HTMLFrameOwnerElement::
isHTMLContentAttribute
(attribute);
/external/chromium_org/third_party/WebKit/Source/core/dom/
Element.h
370
virtual bool
isHTMLContentAttribute
(const Attribute&) const { return false; }
[
all
...]
Completed in 920 milliseconds