OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:documentIsHTML
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/editing/
MarkupAccumulator.cpp
155
void MarkupAccumulator::appendAttributeValue(Vector<UChar>& result, const String& attribute, bool
documentIsHTML
)
158
documentIsHTML
? EntityMaskInHTMLAttributeValue : EntityMaskInAttributeValue);
353
bool
documentIsHTML
= element->document()->isHTMLDocument();
357
if (
documentIsHTML
)
373
appendAttributeValue(out, attribute.value(),
documentIsHTML
);
377
if (!
documentIsHTML
&& namespaces && shouldAddNamespaceAttribute(attribute, *namespaces))
MarkupAccumulator.h
81
void appendAttributeValue(Vector<UChar>& result, const String& attribute, bool
documentIsHTML
);
markup.cpp
257
bool
documentIsHTML
= element->document()->isHTMLDocument();
307
appendAttributeValue(out, style->cssText(),
documentIsHTML
);
[
all
...]
Completed in 73 milliseconds