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/webkit/Source/WebCore/editing/
MarkupAccumulator.cpp
343
if (
shouldSelfClose
(element)) {
431
bool MarkupAccumulator::
shouldSelfClose
(const Node* node)
456
if (!node->isElementNode() ||
shouldSelfClose
(node) || (!node->hasChildNodes() && elementCannotHaveEndTag(node)))
MarkupAccumulator.h
98
bool
shouldSelfClose
(const Node*);
Completed in 2140 milliseconds