Home
last modified time | relevance | path

Searched refs:loadedNonEmptyDocument (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLIFrameElement.h52 virtual bool loadedNonEmptyDocument() const OVERRIDE { return m_didLoadNonEmptyDocument; } in loadedNonEmptyDocument() function
DHTMLFrameOwnerElement.h59 virtual bool loadedNonEmptyDocument() const { return false; } in loadedNonEmptyDocument() function
/external/chromium_org/third_party/WebKit/Source/core/fetch/
DResourceFetcher.cpp819 if (frame()->ownerElement() && !frame()->ownerElement()->loadedNonEmptyDocument()) { in storeResourceTimingInitiatorInformation()