OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shouldSelfClose
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
MarkupAccumulator.h
103
bool
shouldSelfClose
(const Node*);
MarkupAccumulator.cpp
423
if (
shouldSelfClose
(element)) {
523
bool MarkupAccumulator::
shouldSelfClose
(const Node* node)
548
if (!node->isElementNode() ||
shouldSelfClose
(node) || (!node->hasChildNodes() && elementCannotHaveEndTag(node)))
Completed in 43 milliseconds