HomeSort by relevance Sort by last modified time
    Searched full:history (Results 1 - 25 of 2755) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/LayoutTests/storage/
hash-change-with-xhr-expected.txt 1 Changing the hash to create history entries.
  /external/webkit/WebCore/manual-tests/
back.html 1 <input type="button" onclick="history.back()" value="Go Back"
  /external/webkit/WebCore/manual-tests/resources/
will-go-back.html 4 history.back();
9 If you can go back using the history : test has succeed.
alert-and-go-back.html 2 history.back();
redraw-page-cache-visited-links-2.html 6 // // Uses window.history hack; see http://bugs.webkit.org/show_bug.cgi?id=7135
7 // window.history[99999] = 1;
8 // window.history.back();
  /external/zlib/contrib/minizip/
MiniZip64_Changes.txt 5 - **TODO - Add history**
  /external/bluetooth/glib/build/
README 2 are left. See the separate "build" module in GNOME SVN for history.
  /external/webkit/WebCore/manual-tests/redirectHistory/
redir-3.html 5 window.setTimeout("window.history.back()", 1000);
  /build/tools/droiddoc/templates/assets/
jquery-history.js 2 * jQuery history event v0.1
32 var current = $.history.getCurrent();
33 $.event.trigger('history', [current, previousNav]);
38 $.history = {
42 var previous = $.history.getCurrent();
47 $.event.trigger('historyadd', [$.history.getCurrent(), previous]);
62 $.fn.history = function(fn) {
63 $(this).bind('history', fn);
  /external/webkit/WebKit/qt/Api/
qwebhistory.cpp 42 \brief The QWebHistoryItem class represents one item in the history of a QWebPage
46 Each QWebHistoryItem instance represents an entry in the history stack of a Web page,
49 The following table shows the properties of the page held by the history item, and
59 \row \o userData() \o The user specific data that was stored with the history item.
66 \sa QWebHistory, QWebPage::history(), QWebHistoryInterface
70 Constructs a history item from \a other. The new item and \a other
80 Assigns the \a other history item to this. This item and \a other
91 Destroys the history item.
98 Returns the original URL associated with the history item.
111 Returns the URL associated with the history item
    [all...]
  /external/webkit/WebCore/page/
History.cpp 27 #include "History.h"
38 History::History(Frame* frame)
43 Frame* History::frame() const
48 void History::disconnectFrame()
53 unsigned History::length() const
62 void History::back()
69 void History::forward()
76 void History::go(int distance)
83 KURL History::urlForState(const String& urlString
    [all...]
  /external/iproute2/man/man8/
rtacct.8 29 Reset history.
32 Do not display anything, only update history.
38 Do not update history, so that the next time you will see counters including values accumulated to the moment of this measurement too.
  /development/scripts/app_engine_server/gae_shell/static/
shell.js 36 * The shell history. history is an array of strings, ordered oldest to
37 * newest. historyCursor is the current history element that the user is on.
39 * The last history element is the statement that the user is currently
40 * typing. When a statement is run, it's frozen in the history, a new history
46 shell.history = [''];
49 * See {shell.history}
81 * was pressed, it will run the statement, navigate the history, or update the
82 * current statement in the history
    [all...]
  /packages/apps/Calculator/src/com/android/calculator2/
Persist.java 35 History history = new History(); field in class:Persist
50 history = new History(version, in);
64 history.write(out);
  /external/chromium/base/
linked_ptr_unittest.cc 17 std::string history; member in namespace:__anon2184
21 A(): mynum(num++) { history += StringPrintf("A%d ctor\n", mynum); }
22 virtual ~A() { history += StringPrintf("A%d dtor\n", mynum); }
23 virtual void Use() { history += StringPrintf("A%d use\n", mynum); }
29 B() { history += StringPrintf("B%d ctor\n", mynum); }
30 ~B() { history += StringPrintf("B%d dtor\n", mynum); }
31 virtual void Use() { history += StringPrintf("B%d use\n", mynum); }
88 ASSERT_EQ(history,
  /external/webkit/WebCore/bindings/v8/custom/
V8HistoryCustom.cpp 35 #include "History.h"
60 History* history = V8History::toNative(args.Holder()); local
61 history->stateObjectAdded(historyState.release(), title, url, History::StateObjectPush, ec);
81 History* history = V8History::toNative(args.Holder()); local
82 history->stateObjectAdded(historyState.release(), title, url, History::StateObjectReplace, ec);
88 ASSERT(V8ClassIndex::FromInt(data->Int32Value()) == V8ClassIndex::HISTORY);
90 History* history = V8History::toNative(host); local
98 History* history = V8History::toNative(host); local
    [all...]
  /external/gtest/test/
gtest-linked_ptr_test.cc 44 Message* history = NULL; member in namespace:__anon3702
49 A(): mynum(num++) { *history << "A" << mynum << " ctor\n"; }
50 virtual ~A() { *history << "A" << mynum << " dtor\n"; }
51 virtual void Use() { *history << "A" << mynum << " use\n"; }
59 B() { *history << "B" << mynum << " ctor\n"; }
60 ~B() { *history << "B" << mynum << " dtor\n"; }
61 virtual void Use() { *history << "B" << mynum << " use\n"; }
68 history = new Message;
72 delete history;
73 history = NULL
    [all...]
  /external/protobuf/gtest/test/
gtest-linked_ptr_test.cc 44 Message* history = NULL; member in namespace:__anon5542
49 A(): mynum(num++) { *history << "A" << mynum << " ctor\n"; }
50 virtual ~A() { *history << "A" << mynum << " dtor\n"; }
51 virtual void Use() { *history << "A" << mynum << " use\n"; }
59 B() { *history << "B" << mynum << " ctor\n"; }
60 ~B() { *history << "B" << mynum << " dtor\n"; }
61 virtual void Use() { *history << "B" << mynum << " use\n"; }
68 history = new Message;
72 delete history;
73 history = NULL
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
cbkittst.c 10 * Modification History:
nucnvtst.h 10 * Modification History:
  /external/clearsilver/perl/
Changes 1 Revision history for Perl extension ClearSilver.
  /external/icu4c/test/cintltst/
cbkittst.c 10 * Modification History:
nucnvtst.h 10 * Modification History:
  /external/libvpx/tools/
gen_authors.sh 6 # This file is automatically generated from the git commit history
  /external/webkit/WebKit/qt/docs/webkitsnippets/
qtwebkit_qwebview_snippet.cpp 6 view->page()->history();

Completed in 372 milliseconds

1 2 3 4 5 6 7 8 91011>>