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

  /external/webkit/WebCore/wml/
WMLPageState.cpp 115 static bool tryAccessHistoryURLs(Page* page, KURL& previousURL, KURL& currentURL)
137 currentURL = urlForHistoryItem(frame, currentItem);
149 KURL previousURL, currentURL;
150 if (!tryAccessHistoryURLs(m_page, previousURL, currentURL))
165 String currentPath = currentURL.path();
187 KURL previousURL, currentURL;
188 if (!tryAccessHistoryURLs(m_page, previousURL, currentURL))
191 if (equalIgnoringFragmentIdentifier(previousURL, currentURL))
  /external/webkit/WebCore/loader/
HistoryController.cpp 233 const KURL& currentURL = m_frame->loader()->documentLoader()->url();
234 if (!equalIgnoringFragmentIdentifier(currentURL, item->url()))
541 KURL currentURL;
543 currentURL = m_frame->loader()->documentLoader()->url();
552 itemURL == currentURL &&
FrameLoader.cpp     [all...]
FrameLoader.h 431 bool shouldReload(const KURL& currentURL, const KURL& destinationURL);
  /external/webkit/WebCore/page/
Page.cpp 321 const KURL& currentURL = m_mainFrame->loader()->url();
324 if (newURL.hasFragmentIdentifier() && equalIgnoringFragmentIdentifier(currentURL, newURL))

Completed in 49 milliseconds