HomeSort by relevance Sort by last modified time
    Searched refs:pendingAPIRequestURL (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebKit2/UIProcess/cf/
WebPageProxyCF.cpp 64 String provisionalURL = pendingAPIRequestURL();
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKPage.cpp 483 if (toImpl(pageRef)->pendingAPIRequestURL().isNull())
485 return toCopiedURLAPI(toImpl(pageRef)->pendingAPIRequestURL());
  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.h 473 const String& pendingAPIRequestURL() const { return m_pendingAPIRequestURL; }
689 void setPendingAPIRequestURL(const String& pendingAPIRequestURL) { m_pendingAPIRequestURL = pendingAPIRequestURL; }
    [all...]
WebPageProxy.cpp     [all...]

Completed in 607 milliseconds