OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:contentTag
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
HTMLContentElement.h
95
return node->hasTagName(HTMLNames::
contentTag
);
100
return element->hasTagName(HTMLNames::
contentTag
);
103
DEFINE_NODE_TYPE_CASTS(HTMLContentElement, hasTagName(HTMLNames::
contentTag
));
HTMLContentElement.cpp
48
: InsertionPoint(
contentTag
, document)
/external/xmlwriter/src/org/jheer/
XMLWriter.java
363
public void
contentTag
(String tag, String name, String value, String content) throws IOException
381
public void
contentTag
(String tag, String content) throws IOException {
Completed in 2962 milliseconds