Searched refs:pendingAPIRequestURL (Results 1 – 6 of 6) sorted by relevance
483 if (toImpl(pageRef)->pendingAPIRequestURL().isNull()) in WKPageCopyPendingAPIRequestURL()485 return toCopiedURLAPI(toImpl(pageRef)->pendingAPIRequestURL()); in WKPageCopyPendingAPIRequestURL()
64 String provisionalURL = pendingAPIRequestURL(); in sessionStateData()
473 const String& pendingAPIRequestURL() const { return m_pendingAPIRequestURL; } in pendingAPIRequestURL() function689 …oid setPendingAPIRequestURL(const String& pendingAPIRequestURL) { m_pendingAPIRequestURL = pending… in setPendingAPIRequestURL() argument
1446 if (!pendingAPIRequestURL().isNull()) in estimatedProgress()1720 if (request.url() != pendingAPIRequestURL()) in decidePolicyForNavigationAction()
13551 pendingAPIRequestURL isn't updated for WKPageGoToBackForwardListItem
4274 (WebKit::WebPageProxy::pendingAPIRequestURL): Helper function.