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

  /external/chromium_org/third_party/WebKit/Source/web/
WebPageSerializerImpl.h 139 bool haveAddedContentsBeforeEnd;
WebPageSerializerImpl.cpp 123 , haveAddedContentsBeforeEnd(false)
197 param->haveAddedContentsBeforeEnd = false;
214 param->haveAddedContentsBeforeEnd = true;
357 if (element->hasChildNodes() || param->haveAddedContentsBeforeEnd)
376 if (element->hasChildNodes() || param->haveAddedContentsBeforeEnd) {

Completed in 1413 milliseconds