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

1 23 4 5

  /external/webkit/WebKit/qt/Api/
qwebview.h 68 QWebHistory* history() const;
qwebpage.h 200 QWebHistory *history() const;
qwebview.cpp 475 Returns a pointer to the view's history of navigated web pages.
481 QWebHistory *QWebView::history() const function in class:QWebView
483 return page()->history();
  /packages/apps/Calculator/src/com/android/calculator2/
Calculator.java 36 private History mHistory;
61 mHistory = mPersist.history;
  /packages/apps/Mms/tests/src/com/android/mms/ui/
ComposeMessageActivityTests.java 59 mMsgListView = (MessageListView)a.findViewById(R.id.history);
  /external/icu4c/test/intltest/
tstnorm.cpp 661 char history[64]; local
662 uprv_strcpy(history, moves);
663 history[move-moves]=0;
666 name, history, c1, c2);
673 char history[64]; local
674 uprv_strcpy(history, moves);
675 history[move-moves]=0;
678 name, history, iter.getIndex(), expectIndex[iter32.getIndex()]);
    [all...]
wbnf.cpp 791 const char * history; // for debug member in class:Scanner
804 history = working;
819 history = working; // for debug
    [all...]
  /external/webkit/WebCore/loader/
RedirectScheduler.cpp 165 // We want a new history item if the refresh timeout is > 1 second.
268 // Invalid history navigations (such as history.forward() during a new load) have the side effect of cancelling any scheduled
279 HistoryItem* currentEntry = m_frame->loader()->history()->currentItem();
281 m_frame->loader()->history()->goToItem(specifiedEntry, FrameLoadTypeIndexedBackForward);
286 // In all other cases, schedule the history traversal to occur asynchronously.
313 // go(i!=0) from a frame navigates into the history of the frame only,
387 // Don't report history navigations.
  /external/webkit/WebKitTools/DumpRenderTree/qt/
LayoutTestControllerQt.cpp 154 m_webHistory = m_drt->webPage()->history();
193 m_drt->webPage()->history()->clear();
  /external/webkit/WebCore/bindings/js/
JSDOMWindowCustom.cpp 37 #include "History.h"
462 JSValue JSDOMWindow::history(ExecState* exec) const function in class:WebCore::JSDOMWindow
464 History* history = impl()->history(); local
465 if (DOMObject* wrapper = getCachedDOMObjectWrapper(exec, history))
469 JSHistory* jsHistory = new (exec) JSHistory(getDOMStructure<JSHistory>(exec, window), window, history);
470 cacheDOMObjectWrapper(exec, history, jsHistory);
515 // We want a new history item if this JS was called via a user gesture
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
wbnf.cpp 791 const char * history; // for debug member in class:Scanner
804 history = working;
819 history = working; // for debug
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.core.commands_3.4.0.I20080509-2000.jar 
  /external/webkit/WebKitTools/DumpRenderTree/mac/
LayoutTestControllerMac.mm 128 // We clear the history by setting the back/forward list's capacity to 0
173 WebHistory *history = [[WebHistory alloc] init];
174 [WebHistory setOptionalSharedHistory:history];
175 [history release];
  /external/webkit/WebCore/bindings/v8/
V8DOMWindowShell.cpp 110 History* history = V8History::toNative(host); local
111 target = history->frame();
114 case V8ClassIndex::HISTORY: {
  /external/webkit/WebKit/mac/History/
WebHistory.mm 296 LOG(History, "Updating global history entry %@", entry);
304 LOG(History, "Adding new global history entry for %@", url);
484 // Return a date that marks the age limit for history entries saved to or
503 LOG_ERROR("unable to read history from file %@; perhaps contents are corrupted", [URL path]);
527 LOG_ERROR("history file version can't be determined, therefore not loading");
532 LOG_ERROR("history file version is %d, newer than newest known version %d, therefore not loading", fileVersion, currentFileVersion);
591 LOG(Timing, "loading %d history entries from %@ took %f seconds", numberOfItems, URL, duration);
621 LOG(Timing, "saving history to %@ took %f seconds", URL, duration)
    [all...]
  /external/e2fsprogs/ext2ed/
main.c 32 #include <history.h>
68 char last_command_line [80]; /* A simple one command cache, in addition to the readline history */
193 * readline's history and in our tiny one-command cache, so that only
  /external/webkit/WebCore/page/
Page.cpp 314 HistoryItem* currentItem = m_mainFrame->loader()->history()->currentItem();
320 // If we're navigating the history via a fragment on the same document, then we do not want to stop databases.
331 m_mainFrame->loader()->history()->goToItem(item, type);
  /external/libxml2/
xmlcatalog.c 22 #include <readline/history.h>
71 /* If the line has any text in it, save it on the history. */
  /external/webkit/WebKit/android/nav/
CachedFrame.h 240 CachedHistory* history() const;
  /external/webkit/WebKitTools/DumpRenderTree/win/
DumpRenderTree.cpp 909 COMPtr<IWebHistory> history; local
910 if (SUCCEEDED(WebKitCreateInstance(CLSID_WebHistory, 0, __uuidof(history), reinterpret_cast<void**>(&history))))
911 history->setOptionalSharedHistory(0);
    [all...]
  /packages/apps/Browser/src/com/android/browser/
BrowserHistoryPage.java 49 * Activity for displaying the browser's history, divided into
105 // However, this puts the site in the history, unless we
128 // In case the history gets cleared before this event
146 throw new AssertionError("history page can only be viewed as a tab"
165 inflater.inflate(R.menu.history, menu);
  /system/core/sh/
input.c 224 /* Add non-blank lines to history. */
353 history(hist, &he, whichprompt == 1? H_ENTER : H_APPEND,
  /external/webkit/WebKit/android/jni/
WebHistory.cpp 100 * same history urls during an anchor navigation. This means that the
101 * current history item stored in the child frame's loader does not
102 * match the item found in the history tree. If we remove all the
106 * In order to restore the history tree correctly, we have to look up
107 * all the frames first and then look up the history item. We do this
108 * because the history item in the tree may be null at this point.
116 pFrame->loader()->history()->setCurrentItem(current.get());
118 // Remember the parent history item so we can search for a child item.
121 // Use the old history item since the current one may have a
124 child->loader()->history()->setCurrentItem(item)
    [all...]
  /external/webkit/WebKit/qt/WebCoreSupport/
FrameLoaderClientQt.cpp 647 QWebHistoryInterface *history = QWebHistoryInterface::defaultInterface(); local
648 if (history)
649 history->addHistoryEntry(m_frame->loader()->documentLoader()->urlForHistory().prettyURL());
    [all...]
  /external/webkit/WebKit/win/WebCoreSupport/
WebChromeClient.cpp 588 WebHistory* history = WebHistory::sharedHistory(); local
589 if (!history)
591 history->addVisitedLinksToPageGroup(m_webView->page()->group());

Completed in 687 milliseconds

1 23 4 5