Searched refs:backForwardListCount (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DBackForwardClient.h41 virtual int backForwardListCount() = 0;
/external/chromium_org/third_party/WebKit/Source/web/
H A DBackForwardClientImpl.cpp64 int BackForwardClientImpl::backForwardListCount() function in class:blink::BackForwardClientImpl
H A DBackForwardClientImpl.h49 virtual int backForwardListCount() OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DHistory.cpp62 return m_frame->page()->backForward().backForwardListCount();
H A DLocalDOMWindow.cpp969 if (!(page->openedByDOM() || page->backForward().backForwardListCount() <= 1 || allowScriptsToCloseWindows)) {
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DEmptyClients.h330 virtual int backForwardListCount() OVERRIDE { return 0; }
H A DFrameLoader.cpp652 if (!m_frame->tree().parent() && !m_frame->page()->backForward().backForwardListCount())

Completed in 3626 milliseconds