Home
last modified time | relevance | path

Searched refs:pendingAPIRequestURL (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/API/C/
DWKPage.cpp483 if (toImpl(pageRef)->pendingAPIRequestURL().isNull()) in WKPageCopyPendingAPIRequestURL()
485 return toCopiedURLAPI(toImpl(pageRef)->pendingAPIRequestURL()); in WKPageCopyPendingAPIRequestURL()
/external/webkit/Source/WebKit2/UIProcess/cf/
DWebPageProxyCF.cpp64 String provisionalURL = pendingAPIRequestURL(); in sessionStateData()
/external/webkit/Source/WebKit2/UIProcess/
DWebPageProxy.h473 const String& pendingAPIRequestURL() const { return m_pendingAPIRequestURL; } in pendingAPIRequestURL() function
689 …oid setPendingAPIRequestURL(const String& pendingAPIRequestURL) { m_pendingAPIRequestURL = pending… in setPendingAPIRequestURL() argument
DWebPageProxy.cpp1446 if (!pendingAPIRequestURL().isNull()) in estimatedProgress()
1720 if (request.url() != pendingAPIRequestURL()) in decidePolicyForNavigationAction()
/external/webkit/Source/WebKit2/
DChangeLog13551 pendingAPIRequestURL isn't updated for WKPageGoToBackForwardListItem
DChangeLog-2011-02-164274 (WebKit::WebPageProxy::pendingAPIRequestURL): Helper function.