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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/content/test/data/session_history/
record_length.html 2 history_length = history.length;
  /external/chromium_org/third_party/WebKit/Source/web/tests/data/
history.html 2 Simulated Chromium History Page
  /external/chromium_org/chrome/common/extensions/docs/templates/public/extensions/
history.html 1 {{+partials.standard_extensions_api api:apis.history intro:intros.history/}}
  /external/chromium_org/chrome/browser/drive/
event_logger_unittest.cc 21 std::vector<EventLogger::Event> history = logger.GetHistory(); local
22 ASSERT_EQ(3U, history.size());
23 EXPECT_EQ(0, history[0].id);
24 EXPECT_EQ("first", history[0].what);
25 EXPECT_EQ(1, history[1].id);
26 EXPECT_EQ("2nd", history[1].what);
27 EXPECT_EQ(2, history[2].id);
28 EXPECT_EQ("third", history[2].what);
32 history = logger.GetHistory();
33 ASSERT_EQ(3U, history.size())
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
experimental_history.html 1 <h1>experimental.chrome.history</h1>
4 The <code>history</code> API is no longer experimental;
10 <a href="history">chrome.history</a>
  /external/chromium_org/third_party/WebKit/ManualTests/
back.html 1 <input type="button" onclick="history.back()" value="Go Back"
  /external/chromium_org/third_party/WebKit/ManualTests/resources/
will-go-back.html 4 history.back();
9 If you can go back using the history : test has succeed.
empty-document-goes-back.html 5 setTimeout("window.history.back();", 0);
alert-and-go-back.html 2 history.back();
  /external/chromium_org/chrome/browser/history/
history_details.h 8 namespace history { namespace
10 // Base class for history notifications. This needs only a virtual destructor
11 // so that the history service's broadcaster can delete it when the request
18 } // namespace history
history_marshaling_android.h 5 // Data structures for communication between the history service on the main
6 // thread and the backend on the history thread.
12 #include "chrome/browser/history/android/android_history_provider_service.h"
14 namespace history { namespace
27 } // namespace history
history_tab_helper.h 15 namespace history { namespace
24 // Updates history with the specified navigation. This is called by
25 // OnMsgNavigate to update history state.
27 const history::HistoryAddPageArgs& add_page_args);
29 // Sends the page title to the history service. This is called when we receive
30 // the page title and we know we want to update history.
33 // Returns the history::HistoryAddPageArgs to use for adding a page to
34 // history.
35 history::HistoryAddPageArgs CreateHistoryAddPageArgs(
56 // Helper function to return the history service. May return NULL
    [all...]
history_notifications.h 12 #include "chrome/browser/history/history_details.h"
13 #include "chrome/browser/history/history_types.h"
17 namespace history { namespace
27 // effect in the main history database.
34 history::RedirectList redirects;
45 // IDs that are currently in effect in the main history database.
54 // Set when all history was deleted. False means just a subset was deleted.
58 // in response to an explicit user action through the History UI.
62 // indicating that a subset of history has been deleted. The rows will have
63 // the IDs that had been in effect before the deletion in the main history
    [all...]
chrome_history_client.h 9 #include "components/history/core/browser/history_client.h"
13 // This class implements history::HistoryClient to abstract operations that
15 class ChromeHistoryClient : public history::HistoryClient {
19 // history::HistoryClient:
23 std::vector<history::URLAndTitle>* bookmarks) OVERRIDE;
  /external/zlib/src/contrib/minizip/
MiniZip64_Changes.txt 5 - **TODO - Add history**
  /external/chromium_org/chrome/common/extensions/docs/examples/api/history/showHistory/
manifest.json 2 "name": "Typed URL History",
4 "description": "Reads your history, and shows the top ten pages you go to by typing the URL.",
6 "history"
  /external/chromium_org/remoting/webapp/html/
dialog_connection_history.html 6 <div id="connection-history-dialog"
8 data-ui-mode="home.history"
15 <div id="connection-history-options">
17 <a id="history-view-all"
20 <a id="history-view-outgoing"
22 <a id="history-view-incoming"
26 <a id="clear-connection-history" i18n-content="CLEAR_HISTORY"></a>
29 <div id="connection-history-scroller">
30 <table id="connection-history-table">
41 <tbody id="connection-history-entries" class="selectable"
    [all...]
  /external/lldb/test/functionalities/command_history/
TestCommandHistory.py 2 Test the command history mechanism
16 self.runCmd('command history --clear', inHistory=False)
28 self.expect ("command history -s 3 -c 3", inHistory=True,
31 self.expect ("command history -s 3 -e 3", inHistory=True,
34 self.expect ("command history -s 6 -e 7", inHistory=True,
37 self.expect ("command history -c 2", inHistory=True,
40 self.expect ("command history -e 3 -c 1", inHistory=True,
43 self.expect ("command history -e 2", inHistory=True,
46 self.expect ("command history -s 12", inHistory=True,
47 substrs = ['12: command history -s 6 -e 7','13: command history -c 2','14: command history -e 3 -c 1','15: command history -e 2',' (…)
    [all...]
  /external/chromium_org/components/
history.gypi 19 'history/core/browser/history_client.h',
20 'history/core/browser/history_client.cc',
33 'history/core/common/thumbnail_score.cc',
34 'history/core/common/thumbnail_score.h',
49 'history/core/test/history_client_fake_bookmarks.cc',
50 'history/core/test/history_client_fake_bookmarks.h',
  /external/chromium_org/content/test/data/
push_state.html 6 history.pushState("", "", "#pushState");
  /external/chromium_org/third_party/WebKit/ManualTests/redirectHistory/
redir-3.html 5 window.setTimeout("window.history.back()", 1000);
  /external/smack/src/org/jivesoftware/smackx/packet/
MUCInitialPresence.java 34 * The amount of discussion history provided on entering a room (perhaps because the
36 * setting a configured History instance to the MUCInitialPresence instance.
37 * @see MUCInitialPresence#setHistory(MUCInitialPresence.History).
44 private History history; field in class:MUCInitialPresence
69 * Returns the history that manages the amount of discussion history provided on
72 * @return the history that manages the amount of discussion history provided on
75 public History getHistory()
    [all...]
  /external/chromium_org/chrome/browser/autocomplete/
history_quick_provider.h 15 #include "chrome/browser/history/history_types.h"
16 #include "chrome/browser/history/in_memory_url_index.h"
20 namespace history { namespace
22 } // namespace history
25 // the history system) which quickly (and synchronously) provides matching
27 // history.
58 const history::ScoredHistoryMatch& history_match,
61 // Returns the index that should be used for history lookups.
62 history::InMemoryURLIndex* GetIndex();
65 void set_index(history::InMemoryURLIndex* index)
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
typed_urls_helper.h 10 #include "chrome/browser/history/history_types.h"
20 history::URLRows GetTypedUrlsFromClient(int index);
23 // was not found in the history DB.
24 bool GetUrlFromClient(int index, const GURL& url, history::URLRow* row);
27 history::VisitVector GetVisitsFromClient(int index, history::URLID id);
30 void RemoveVisitsFromClient(int index, const history::VisitVector& visits);
32 // Adds a URL to the history DB for a specific sync profile (just registers a
36 // Adds a URL to the history DB for a specific sync profile (just registers a
41 history::VisitSource source)
    [all...]
typed_urls_helper.cc 12 #include "chrome/browser/history/history_backend.h"
13 #include "chrome/browser/history/history_db_task.h"
14 #include "chrome/browser/history/history_service.h"
15 #include "chrome/browser/history/history_service_factory.h"
16 #include "chrome/browser/history/history_types.h"
26 class FlushHistoryDBQueueTask : public history::HistoryDBTask {
30 virtual bool RunOnDBThread(history::HistoryBackend* backend,
31 history::HistoryDatabase* db) OVERRIDE {
44 class GetTypedUrlsTask : public history::HistoryDBTask {
46 GetTypedUrlsTask(history::URLRows* rows, base::WaitableEvent* event
    [all...]

Completed in 895 milliseconds

1 2 3 4 5 6 7 8 91011>>