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

  /external/webkit/Source/WebCore/wml/
WMLPageState.cpp 116 static bool tryAccessHistoryURLs(Page* page, KURL& previousURL, KURL& currentURL)
134 currentURL = urlForHistoryItem(frame, currentItem);
146 KURL previousURL, currentURL;
147 if (!tryAccessHistoryURLs(m_page, previousURL, currentURL))
162 String currentPath = currentURL.path();
184 KURL previousURL, currentURL;
185 if (!tryAccessHistoryURLs(m_page, previousURL, currentURL))
188 if (equalIgnoringFragmentIdentifier(previousURL, currentURL))
  /external/webkit/Source/WebCore/history/
PageCache.cpp 87 KURL currentURL = frame->loader()->documentLoader() ? frame->loader()->documentLoader()->url() : KURL();
88 if (currentURL.isEmpty())
94 PCLOG(" Determining if frame can be cached navigating from (", currentURL.string(), ") to (", newURL.string(), "):");
96 PCLOG(" Determining if subframe with URL (", currentURL.string(), ") can be cached:");
185 KURL currentURL = page->mainFrame()->loader()->documentLoader() ? page->mainFrame()->loader()->documentLoader()->url() : KURL();
186 if (currentURL.isEmpty())
  /external/webkit/Source/WebCore/loader/
FrameLoader.h 407 bool shouldReload(const KURL& currentURL, const KURL& destinationURL);
FrameLoader.cpp     [all...]
  /external/webkit/Tools/DumpRenderTree/chromium/
LayoutTestController.cpp 484 GURL currentURL = m_shell->webView()->mainFrame()->url();
485 GURL fullURL = currentURL.Resolve(arguments[0].toString());
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.security_1.0.200.v20100503.jar 
org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar 

Completed in 232 milliseconds