HomeSort by relevance Sort by last modified time
    Searched refs:history (Results 76 - 100 of 108) sorted by null

1 2 34 5

  /external/webkit/WebKit/chromium/src/
WebFrameImpl.cpp 718 m_frame->loader()->history()->saveDocumentAndScrollState();
746 // session history after a crash, we need to manufacture one otherwise WebKit
748 RefPtr<HistoryItem> currentItem = m_frame->loader()->history()->currentItem();
752 m_frame->loader()->history()->setCurrentItem(currentItem.get());
756 m_frame->loader()->history()->goToItem(
842 // only get saved to history when it becomes the previous item. The caller
843 // is expected to query the history item after a navigation occurs, after
844 // the desired history item has become the previous entry.
850 m_frame->loader()->history()->saveDocumentAndScrollState();
    [all...]
  /external/webkit/WebCore/loader/
FrameLoader.h 99 HistoryController* history() const { return &m_history; } function in class:WebCore::FrameLoader
  /external/webkit/WebCore/page/
DOMWindow.h 54 class History;
118 History* history() const;
343 History* optionalHistory() const { return m_history.get(); }
380 mutable RefPtr<History> m_history;
DOMWindow.idl 48 readonly attribute [DoNotCheckDomainSecurity, JSCCustomGetter] History history;
    [all...]
DOMWindow.cpp 54 #include "History.h"
488 History* DOMWindow::history() const function in class:WebCore::DOMWindow
491 m_history = History::create(m_frame);
    [all...]
  /external/webkit/WebKit/android/jni/
WebCoreFrameBridge.cpp 194 AutoJObject history(JNIEnv* env) { function in struct:android::WebFrame::JavaBrowserFrame
622 WebHistory::AddItem(mJavaFrame->history(env), item);
633 WebHistory::RemoveItem(mJavaFrame->history(env), index);
644 WebHistory::UpdateHistoryIndex(mJavaFrame->history(env), newIndex);
    [all...]
  /external/webkit/WebKit/mac/WebCoreSupport/
WebFrameLoaderClient.mm 302 // If there was no referrer, don't traverse the back/forward history
305 // find the first item in the history that was originated by the user
307 WebBackForwardList *history = [webView backForwardList];
308 int backListCount = [history backListCount];
312 originalURL = [[history itemAtIndex:-backIndex] URL];
    [all...]
  /external/webkit/WebKit/qt/Api/
qgraphicswebview.cpp 329 As with QWebView, the item records the browsing history using a QWebHistory object,
330 accessible using the history() function. The QWebSettings object that defines the
838 Returns a pointer to the view's history of navigated web pages.
844 QWebHistory* QGraphicsWebView::history() const function in class:QGraphicsWebView
846 return page()->history();
qwebpage.cpp 434 history.d = new QWebHistoryPrivate(page->backForwardList());
1819 QWebHistory *QWebPage::history() const function in class:QWebPage
    [all...]
  /external/webkit/WebKit/qt/tests/qwebframe/
tst_qwebframe.cpp     [all...]
  /external/grub/stage2/
shared.h 112 /* The history buffer for the command-line. */
909 int echo_char, int history);
  /external/webkit/JavaScriptCore/
jsc.cpp 45 #include <readline/history.h>
  /frameworks/base/core/java/android/webkit/
WebView.java 109 * through a history, zoom in and out, perform text searches and more.</p>
1408 ArrayList<byte[]> history = new ArrayList<byte[]>(size); local
1576 final List<byte[]> history = local
    [all...]
WebViewCore.java 585 * Provide WebCore with the previously visted links from the history database
587 private native void nativeProvideVisitedHistory(String[] history);
    [all...]
  /external/webkit/WebKit/android/nav/
CachedRoot.cpp 889 void CachedRoot::init(WebCore::Frame* frame, CachedHistory* history)
893 mHistory = history;
    [all...]
  /external/webkit/WebCore/inspector/front-end/
ConsoleView.js 491 self.prompt.history.push(str);
    [all...]
  /external/webkit/WebKit/android/WebCoreSupport/
FrameLoaderClientAndroid.cpp 811 HistoryItem* item = m_frame->loader()->history()->currentItem();
863 // url is used to update the Apple port history items.
    [all...]
  /external/wpa_supplicant/
wpa_cli.c 24 #include <readline/history.h>
    [all...]
  /external/sqlite/dist/
shell.c 43 # include <readline/history.h>
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
wpa_cli.c 24 #include <readline/history.h>
    [all...]
  /external/webkit/JavaScriptCore/wtf/
FastMalloc.cpp     [all...]
  /external/v8/benchmarks/
deltablue.js 643 * constraint. The last provision is for past states of history
  /external/webkit/SunSpider/tests/v8-v4/
v8-deltablue.js 637 * constraint. The last provision is for past states of history
  /external/libxml2/
xmlschemas.c 827 int *history; /* list of (depth, state-id) tuples */ member in struct:_xmlSchemaIDCStateObj
    [all...]
xmllint.c 67 #include <readline/history.h>
789 /* If the line has any text in it, save it on the history. */
    [all...]

Completed in 395 milliseconds

1 2 34 5