Searched refs:loadedNonEmptyDocument (Results 1 – 3 of 3) sorted by relevance
52 virtual bool loadedNonEmptyDocument() const OVERRIDE { return m_didLoadNonEmptyDocument; } in loadedNonEmptyDocument() function
59 virtual bool loadedNonEmptyDocument() const { return false; } in loadedNonEmptyDocument() function
819 if (frame()->ownerElement() && !frame()->ownerElement()->loadedNonEmptyDocument()) { in storeResourceTimingInitiatorInformation()