HomeSort by relevance Sort by last modified time
    Searched refs:haveAddedCharsetDeclaration (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/
WebPageSerializerImpl.h 126 bool haveAddedCharsetDeclaration;
WebPageSerializerImpl.cpp 114 , haveAddedCharsetDeclaration(false)
197 if (!param->haveAddedCharsetDeclaration
199 param->haveAddedCharsetDeclaration = true;

Completed in 131 milliseconds