OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:appendCustomAttributes
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
MarkupAccumulator.h
87
virtual void
appendCustomAttributes
(StringBuilder&, Element*, Namespaces*);
MarkupAccumulator.cpp
204
void MarkupAccumulator::
appendCustomAttributes
(StringBuilder&, Element*, Namespaces*)
408
appendCustomAttributes
(result, element, namespaces);
/external/chromium_org/third_party/WebKit/Source/core/page/
PageSerializer.cpp
110
virtual void
appendCustomAttributes
(StringBuilder& out, Element*, Namespaces*);
150
void SerializerMarkupAccumulator::
appendCustomAttributes
(StringBuilder& out, Element* element, Namespaces* namespaces)
Completed in 24 milliseconds