Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/loader/
DDocumentLoader.h104 bool isURLValidForNewHistoryEntry() const;
DDocumentLoader.cpp169 bool DocumentLoader::isURLValidForNewHistoryEntry() const in isURLValidForNewHistoryEntry() function in WebCore::DocumentLoader
DFrameLoader.cpp345 if (m_loadType == FrameLoadTypeStandard && m_documentLoader->isURLValidForNewHistoryEntry()) in receivedFirstData()