Searched refs:backForwardListCount (Results 1 – 7 of 7) sorted by relevance
43 virtual int backForwardListCount() = 0;
49 virtual int backForwardListCount();
66 int BackForwardClientImpl::backForwardListCount() in backForwardListCount() function in blink::BackForwardClientImpl
58 return m_frame->page()->backForward().backForwardListCount(); in length()
988 …if (!(page->openedByDOM() || page->backForward().backForwardListCount() <= 1 || allowScriptsToClos… in close()
336 virtual int backForwardListCount() OVERRIDE { return 0; } in backForwardListCount() function
664 if (!m_frame->tree().parent() && !m_frame->page()->backForward().backForwardListCount()) in determineFrameLoadType()