Searched defs:currentURL (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/wml/
H A DWMLPageState.cpp116 static bool tryAccessHistoryURLs(Page* page, KURL& previousURL, KURL& currentURL) argument
134 currentURL = urlForHistoryItem(frame, currentItem);
146 KURL previousURL, currentURL; local
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/Tools/DumpRenderTree/chromium/
H A DLayoutTestController.cpp484 GURL currentURL = m_shell->webView()->mainFrame()->url(); local
485 GURL fullURL = currentURL.Resolve(arguments[0].toString());
/external/webkit/Source/WebCore/loader/
H A DFrameLoader.cpp2145 bool FrameLoader::shouldReload(const KURL& currentURL, const KURL& destinationURL) argument
2158 return !equalIgnoringFragmentIdentifier(currentURL, destinationURL);
3253 KURL currentURL; local
3255 currentURL = documentLoader()->url();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.security_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 6670 milliseconds