Home
last modified time | relevance | path

Searched defs:isDocumentUpToDate (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/page/
DFrame.h106 bool isDocumentUpToDate() const { return m_isDocumentUpToDate; } in isDocumentUpToDate() function
/external/webkit/Source/WebCore/dom/
DDocument.cpp5075 bool isDocumentUpToDate = m_frame->isDocumentUpToDate(); in loader() local
5077 bool isDocumentUpToDate = true; in loader() local