Home | History | Annotate | Download | only in UIProcess

Lines Matching refs:shouldGoToBackForwardListItem

517 void WebPageProxy::shouldGoToBackForwardListItem(uint64_t itemID, bool& shouldGoToBackForwardItem)
520 shouldGoToBackForwardItem = item && m_loaderClient.shouldGoToBackForwardListItem(this, item);