OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shouldAddNamespaceElement
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/editing/
MarkupAccumulator.h
84
bool
shouldAddNamespaceElement
(const Element*);
MarkupAccumulator.cpp
205
bool MarkupAccumulator::
shouldAddNamespaceElement
(const Element* element)
337
if (!element->document()->isHTMLDocument() && namespaces &&
shouldAddNamespaceElement
(element))
Completed in 38 milliseconds