Home | History | Annotate | Download | only in src

Lines Matching refs:Element

48 class Element;
136 // This meta element need to be skipped when serializing DOM.
137 const WebCore::Element* skipMetaElement;
159 // Before we begin serializing open tag of a element, we give the target
160 // element a chance to do some work prior to add some additional data.
161 WebCore::String preActionBeforeSerializeOpenTag(const WebCore::Element* element,
164 // After we finish serializing open tag of a element, we give the target
165 // element a chance to do some post work to add some additional data.
166 WebCore::String postActionAfterSerializeOpenTag(const WebCore::Element* element,
168 // Before we begin serializing end tag of a element, we give the target
169 // element a chance to do some work prior to add some additional data.
170 WebCore::String preActionBeforeSerializeEndTag(const WebCore::Element* element,
173 // After we finish serializing end tag of a element, we give the target
174 // element a chance to do some post work to add some additional data.
175 WebCore::String postActionAfterSerializeEndTag(const WebCore::Element* element,
186 // Serialize open tag of an specified element.
187 void openTagToString(const WebCore::Element* element,
189 // Serialize end tag of an specified element.
190 void endTagToString(const WebCore::Element* element,