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

  /external/webkit/WebCore/loader/
HistoryController.cpp 293 const KURL& historyURL = frameLoader->documentLoader()->urlForHistory();
296 if (!historyURL.isEmpty()) {
312 if (!historyURL.isEmpty() && !needPrivacy) {
314 page->group().addVisitedLink(historyURL);
330 const KURL& historyURL = m_frame->loader()->documentLoader()->urlForHistory();
334 if (!historyURL.isEmpty()) {
356 if (!historyURL.isEmpty() && !needPrivacy) {
358 page->group().addVisitedLink(historyURL);
381 const KURL& historyURL = m_frame->loader()->documentLoader()->urlForHistory();
383 if (!historyURL.isEmpty() && !needPrivacy)
    [all...]
  /frameworks/base/core/java/android/webkit/
BrowserFrame.java 266 * historyUrl is used as the history entry for the load data.
272 * @param historyUrl URL to use as the history entry.
275 String encoding, String historyUrl) {
277 if (historyUrl == null || historyUrl.length() == 0) {
278 historyUrl = "about:blank";
292 nativeLoadData(baseUrl, data, mimeType, encoding, historyUrl);
    [all...]
WebView.java     [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
BrowserTest.java 211 final String historyUrl = "www.history.com";
225 value.put(BookmarkColumns.URL, historyUrl);
    [all...]
  /external/webkit/WebCore/
ChangeLog-2006-12-31     [all...]

Completed in 796 milliseconds