Home
last modified time | relevance | path

Searched refs:inSameDocumentLoad (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/loader/
DHistoryController.h153 …bool inSameDocumentLoad() const { return !m_sameDocumentLoadsInProgress.isEmpty() && m_differentDo… in inSameDocumentLoad() function
/external/chromium_org/third_party/WebKit/Source/web/
DWebFrameImpl.cpp1031 …if (!frame()->page()->historyController().inSameDocumentLoad() && (frame()->loader().loadType() ==… in currentHistoryItem()