Home
last modified time | relevance | path

Searched refs:haveAddedCharsetDeclaration (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
DWebPageSerializerImpl.cpp119 , haveAddedCharsetDeclaration(false) in SerializeDomParam()
201 if (!param->haveAddedCharsetDeclaration in postActionAfterSerializeOpenTag()
203 param->haveAddedCharsetDeclaration = true; in postActionAfterSerializeOpenTag()
DWebPageSerializerImpl.h125 bool haveAddedCharsetDeclaration; member