HomeSort by relevance Sort by last modified time
    Searched refs:history (Results 126 - 150 of 476) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/chrome/browser/sync/
profile_sync_components_factory.h 46 namespace history { namespace
48 } // namespace history
110 history::HistoryBackend* history_backend,
  /external/chromium_org/chrome/browser/sync/test/integration/
multiple_client_typed_urls_sync_test.cc 12 #include "components/history/core/browser/history_types.h"
34 base::ASCIIToUTF16("http://www.add-one-history.google.com/"));
40 history::URLRows urls = GetTypedUrlsFromClient(0);
50 base::ASCIIToUTF16("http://www.add-all-history.google.com/"));
55 history::URLRows urls = GetTypedUrlsFromClient(i);
  /external/chromium_org/chrome/browser/ui/webui/ntp/
most_visited_handler.h 12 #include "components/history/core/browser/history_types.h"
81 void SetPagesValueFromTopSites(const history::MostVisitedURLList& data);
84 void OnMostVisitedUrlsAvailable(const history::MostVisitedURLList& data);
  /external/mksh/src/
histrap.c 1 /* $OpenBSD: history.c,v 1.39 2010/05/19 17:36:08 jasper Exp $ */
66 /* current history file: name, fd, size */
72 static const char Tnot_in_history[] = "not in history";
78 /* HISTSIZE default: size of saved history, persistent or standard */
84 /* maximum considered size of persistent history file */
99 bi_errorf("history %ss not available", Tfunction);
271 /* List history */
366 /* Save cmd in history, execute cmd (cmd gets trashed) */
376 if (histptr >= history && last_line != hist_source->line) {
415 * get pointer to history given patter
    [all...]
  /external/chromium_org/chrome/browser/history/
history_unittest.cc 5 // History unit tests come in two flavors:
7 // 1. The more complicated style is that the unit test creates a full history
8 // service. This spawns a background thread for the history backend, and
12 // 2. The simpler style is to create a history backend on this thread and
15 // the history backend (since there is a lot of logic) but gets can come
45 #include "chrome/browser/history/download_row.h"
46 #include "chrome/browser/history/history_backend.h"
47 #include "chrome/browser/history/history_database.h"
48 #include "chrome/browser/history/history_db_task.h"
49 #include "chrome/browser/history/history_notifications.h
83 namespace history { namespace
    [all...]
history_backend.h 20 #include "chrome/browser/history/expire_history_backend.h"
21 #include "chrome/browser/history/history_database.h"
22 #include "chrome/browser/history/thumbnail_database.h"
23 #include "chrome/browser/history/visit_tracker.h"
24 #include "components/history/core/browser/history_types.h"
25 #include "components/history/core/browser/keyword_id.h"
30 #include "components/history/core/android/android_history_types.h"
45 namespace history { namespace
90 // Internal history implementation which does most of the work of the history
    [all...]
delete_directive_handler.h 21 namespace history { namespace
24 // engine to propagate to other clients. It also expires local history entries
48 // history entries that match. Caller still needs to call other
50 // local history entries.
54 // Expires local history entries according to delete directives from server.
69 // Callback when history backend finishes deleting visits according to
82 } // namespace history
history_database_unittest.cc 5 #include "chrome/browser/history/history_database.h"
15 namespace history { namespace
49 } // namespace history
history_unittest_base.cc 11 #include "chrome/browser/history/history_unittest_base.h"
14 namespace history { namespace
41 } // namespace history
in_memory_history_backend.h 6 // It maintains an in-memory cache of a subset of history that is required for
16 // The InMemoryHistoryBackend is created on the history thread and passed to the
18 // notifications from the "regular" history backend and keeps itself in sync.
28 #include "components/history/core/browser/keyword_id.h"
38 namespace history { namespace
53 // Initializes the backend from the history database pointed to by the
57 // Does initialization work when this object is attached to the history
59 // attached history service is under.
103 } // namespace history
top_sites.cc 5 #include "chrome/browser/history/top_sites.h"
8 #include "chrome/browser/history/top_sites_impl.h"
14 namespace history { namespace
62 } // namespace history
top_sites_backend.h 12 #include "components/history/core/browser/history_types.h"
19 namespace history { namespace
95 } // namespace history
visitsegment_database.h 9 #include "components/history/core/browser/history_types.h"
17 namespace history { namespace
90 } // namespace history
  /external/chromium_org/chrome/browser/autocomplete/
history_quick_provider.cc 22 #include "chrome/browser/history/history_database.h"
23 #include "chrome/browser/history/history_service.h"
24 #include "chrome/browser/history/history_service_factory.h"
25 #include "chrome/browser/history/in_memory_url_index.h"
26 #include "chrome/browser/history/in_memory_url_index_types.h"
27 #include "chrome/browser/history/scored_history_match.h"
47 using history::InMemoryURLIndex;
48 using history::ScoredHistoryMatch;
49 using history::ScoredHistoryMatches;
72 // someone unloads the history backend, we'll get inconsistent inlin
    [all...]
  /external/chromium_org/chrome/browser/history/android/
android_history_provider_service.cc 5 #include "chrome/browser/history/android/android_history_provider_service.h"
7 #include "chrome/browser/history/history_backend.h"
8 #include "chrome/browser/history/history_service.h"
9 #include "chrome/browser/history/history_service_factory.h"
12 using history::HistoryBackend;
23 const std::vector<history::HistoryAndBookmarkRow::ColumnID>& projections,
32 DCHECK(hs->thread_) << "History service being called after cleanup";
52 const history::HistoryAndBookmarkRow& row,
60 DCHECK(hs->thread_) << "History service being called after cleanup";
86 DCHECK(hs->thread_) << "History service being called after cleanup"
    [all...]
sqlite_cursor.h 18 #include "chrome/browser/history/android/android_history_provider_service.h"
20 #include "components/history/core/browser/history_types.h"
29 // This class can not be in history namespace because the class name has to
77 history::AndroidStatement* statement,
134 history::AndroidStatement* statement,
149 // Get Favicon from history backend.
173 // The wrapped history::AndroidStatement.
174 history::AndroidStatement* statement_;
android_cache_database.h 11 #include "components/history/core/android/android_history_types.h"
15 namespace history { namespace
19 // history system shutdown.
107 // Attachs to history database; returns true on success.
118 } // namespace history
bookmark_model_sql_handler.h 8 #include "chrome/browser/history/android/sql_handler.h"
13 namespace history { namespace
32 // The instance of this class is created in history thread and posted to
38 // As this class is instantiated in history thread, the |profile| will be
75 } // namespace history.
  /external/chromium_org/chrome/browser/safe_browsing/
browser_feature_extractor.h 6 // phishing detection. For now it does a bunch of lookups in the history
27 #include "components/history/core/browser/history_types.h"
141 // in the history.
145 const history::URLRow& row,
146 const history::VisitVector& visits);
149 // visits in the history.
157 // visits in the history.
164 // Helper function which sets the host history features given the
173 // Helper function which gets the history server if possible. If the pointer
175 bool GetHistoryService(HistoryService** history);
    [all...]
  /external/chromium_org/chrome/browser/thumbnails/
thumbnail_service_unittest.cc 8 #include "chrome/browser/history/top_sites_impl.h"
16 class MockTopSites : public history::TopSitesImpl {
19 : history::TopSitesImpl(profile),
23 // history::TopSitesImpl overrides.
65 virtual history::TopSites* GetTopSites() OVERRIDE {
  /external/chromium_org/chrome/browser/ui/views/frame/
global_menu_bar_x11.h 20 #include "components/history/core/browser/history_types.h"
29 namespace history { namespace
102 // Sends a message off to History for data.
106 void OnTopSitesReceived(const history::MostVisitedURLList& visited_list);
176 history::TopSites* top_sites_;
  /external/chromium_org/chrome/browser/ui/webui/
web_dialog_web_contents_delegate_unittest.cc 19 #include "components/history/core/browser/history_types.h"
67 history::HistoryAddPageArgs should_add_args(
68 GURL(), base::Time::Now(), 0, 0, GURL(), history::RedirectList(),
69 ui::PAGE_TRANSITION_TYPED, history::SOURCE_SYNCED, false);
  /external/chromium_org/components/history/core/browser/
url_database.h 9 #include "components/history/core/browser/keyword_id.h"
10 #include "components/history/core/browser/url_row.h"
20 namespace history { namespace
27 // full history data. We split this class' functionality out from the larger
43 // Converts a GURL to a string used in the history database. We plan to
141 bool GetNextURL(history::URLRow* r);
184 history::URLRow* info);
186 // History search ------------------------------------------------------------
251 // used when clearing history can populate the table and then create the
279 // Convenience to fill a history::URLRow. Must be in sync with the fields i
    [all...]
  /external/chromium_org/chrome/browser/download/
download_history_unittest.cc 11 #include "chrome/browser/history/download_database.h"
12 #include "chrome/browser/history/download_row.h"
13 #include "chrome/browser/history/history_service.h"
34 void CheckInfoEqual(const history::DownloadRow& left,
35 const history::DownloadRow& right) {
62 typedef std::vector<history::DownloadRow> InfoVector;
93 const history::DownloadRow& info,
112 const history::DownloadRow& info) OVERRIDE {
141 const history::DownloadRow& info) {
145 create_download_info_ = history::DownloadRow()
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
navigation_history.js 6 * @fileoverview Navigation history tracks recently visited nodes. The
7 * state of this class (the node history), is used to ensure the user is
28 * The maximum length of history tracked for recently visited nodes.
37 * Resets the navigation history.
44 * An array of nodes ordered from newest to oldest in the history.
52 * A flag to keep track of whether the last node added to the history was
64 * Update the navigation history with the current element.
66 * @param {Node} newNode The new node to update the history with.
89 * Routinely clean out history and determine if the given node has become
121 * null or undefined means the history is empty
    [all...]

Completed in 3252 milliseconds

1 2 3 4 56 7 8 91011>>