Searched defs:history (Results 101 - 125 of 211) sorted by relevance

123456789

/external/chromium_org/chrome/browser/history/
H A Dtop_sites_cache.h12 #include "chrome/browser/history/url_utils.h"
13 #include "components/history/core/browser/history_types.h"
18 namespace history { namespace
168 } // namespace history
H A Dtop_sites_database_unittest.cc11 #include "chrome/browser/history/top_sites_database.h"
14 #include "components/history/core/browser/history_types.h"
74 namespace history { namespace
479 } // namespace history
H A Dtop_sites_impl.h22 #include "chrome/browser/history/history_service.h"
23 #include "chrome/browser/history/top_sites.h"
24 #include "chrome/browser/history/top_sites_backend.h"
25 #include "components/history/core/browser/history_types.h"
26 #include "components/history/core/browser/page_usage_data.h"
27 #include "components/history/core/common/thumbnail_score.h"
40 namespace history { namespace
178 // Returns the delay until the next update of history is needed.
195 // Returns the number of most visited results to request from history. This
216 // Called when history servic
[all...]
H A Dtyped_url_syncable_service.h11 #include "chrome/browser/history/history_notifications.h"
12 #include "components/history/core/browser/history_types.h"
31 namespace history { namespace
77 // This is a helper map used to associate visit vectors from the history db
110 // Fetches visits from the history DB corresponding to the passed URL. This
111 // function compensates for the fact that the history DB has rather poor data
162 } // namespace history
H A Dvisit_database_unittest.cc13 #include "chrome/browser/history/visit_database.h"
14 #include "components/history/core/browser/url_database.h"
22 namespace history { namespace
422 } // namespace history
H A Dvisit_filter.h13 namespace history { namespace
163 } // history
H A Dexpire_history_backend.h17 #include "components/history/core/browser/history_types.h"
22 namespace history { namespace
60 // history.
62 // It will automatically start periodically expiring old history once you call
78 // Begins periodic expiration of history older than the given threshold. This
201 // Enum representing what type of action resulted in the history DB deletion.
216 // Calls ExpireSomeOldHistory to expire some amount of old history, according
221 // Tries to expire the oldest |max_visits| visits from history that are older
223 // be more history to expire with the current time threshold (it does not
229 // Tries to detect possible bad history o
[all...]
H A Dhistory_backend.h20 #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...]
H A Dhistory_querying_unittest.cc15 #include "chrome/browser/history/history_service.h"
21 // Tests the history service for querying functionality.
23 namespace history { namespace
37 // These are deliberately added out of chronological order. The history
79 // Acts like a synchronous call to history's QueryHistory.
148 // Counter used to generate a unique ID for each page added to the history.
157 history::RedirectList(), ui::PAGE_TRANSITION_LINK,
158 history::SOURCE_BROWSED, false);
431 } // namespace history
H A Din_memory_url_index.h21 #include "chrome/browser/history/history_db_task.h"
22 #include "chrome/browser/history/in_memory_url_index_types.h"
23 #include "chrome/browser/history/scored_history_match.h"
24 #include "components/history/core/browser/history_types.h"
40 namespace history { namespace
51 // The URL history source.
60 // words and characters in the URL history database except when converting
75 // rebuilding from the history database.
98 // history changes. |history_dir| is a path to the directory containing the
99 // history databas
[all...]
H A Din_memory_url_index_types.cc5 #include "chrome/browser/history/in_memory_url_index_types.h"
19 namespace history { namespace
163 } // namespace history
H A Din_memory_url_index_types.h13 #include "components/history/core/browser/history_types.h"
16 namespace history { namespace
137 // A map from word (by word_id) to history items containing that word.
138 typedef history::URLID HistoryID;
161 // A map from history_id to the history's URL and title.
177 } // namespace history
H A Dshortcuts_database_unittest.cc11 #include "chrome/browser/history/shortcuts_database.h"
74 namespace history { namespace
303 } // namespace history
H A Dtop_sites_cache.cc5 #include "chrome/browser/history/top_sites_cache.h"
10 namespace history { namespace
182 } // namespace history
/external/chromium_org/chrome/browser/safe_browsing/
H A Dmalware_details_history.cc12 #include "chrome/browser/history/history_service_factory.h"
37 DVLOG(1) << "Num of urls to check in history service: " << urls.size();
91 HistoryService* history = HistoryServiceFactory::GetForProfile( local
93 if (!history) {
98 history->QueryRedirectsTo(
108 const history::RedirectList* redirect_list) {
/external/chromium_org/chrome/browser/sync/glue/
H A Dtyped_url_model_associator.h16 #include "components/history/core/browser/history_types.h"
28 namespace history { namespace
47 typedef std::vector<std::pair<GURL, std::vector<history::VisitInfo> > >
52 history::HistoryBackend* history_backend,
79 void WriteToHistoryBackend(const history::URLRows* new_urls,
80 const history::URLRows* updated_urls,
82 const history::VisitVector* deleted_visits);
85 // local history DB and generates a list of visits to add to the
86 // history DB to bring it up to date (avoiding duplicates).
88 // visits to add to/remove from the history D
[all...]
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dglobal_menu_bar_x11.h20 #include "components/history/core/browser/history_types.h"
29 namespace history { namespace
106 void OnTopSitesReceived(const history::MostVisitedURLList& visited_list);
176 history::TopSites* top_sites_;
/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dsuggestions_source_top_sites.cc13 #include "chrome/browser/history/history_service_factory.h"
14 #include "chrome/browser/history/top_sites.h"
15 #include "chrome/browser/history/visit_filter.h"
65 HistoryService* history = HistoryServiceFactory::GetForProfile( local
67 // |history| may be null during unit tests.
68 if (history) {
69 history::VisitFilter time_filter;
74 history->QueryFilteredURLs(
90 const history::FilteredURLList* data) {
94 const history
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dspan.h59 char history[64]; member in struct:tcmalloc::Span
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dspan.h59 char history[64]; member in struct:tcmalloc::Span
/external/smack/src/org/jivesoftware/smackx/packet/
H A DMUCInitialPresence.java34 * The amount of discussion history provided on entering a room (perhaps because the
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
76 return history;
89 * Sets the History that manages the amount of discussion history provided on
92 * @param history that manages the amount of discussion history provide
95 setHistory(History history) argument
[all...]
/external/smack/src/org/jivesoftware/smackx/workgroup/ext/history/
H A DAgentChatHistory.java20 package org.jivesoftware.smackx.workgroup.ext.history;
H A DAgentChatSession.java20 package org.jivesoftware.smackx.workgroup.ext.history;
/external/chromium_org/chrome/browser/autocomplete/
H A Dhistory_url_provider.h14 #include "components/history/core/browser/history_match.h"
27 namespace history { namespace
32 // How history autocomplete works
62 // quickly and hit enter, no matter how loaded the main history database is.
69 // The second autocomplete pass uses the full history database, which must be
70 // queried on the history thread. Start() asks the history service schedule to
71 // callback on the history thread with a pointer to the main database. When we
86 // on the history thread, because we should only do that when we can safely
89 // Used to communicate autocomplete parameters between threads via the history
[all...]
/external/chromium_org/chrome/browser/history/android/
H A Dandroid_cache_database.cc5 #include "chrome/browser/history/android/android_cache_database.h"
8 #include "chrome/browser/history/android/android_time.h"
14 namespace history { namespace
289 } // namespace history

Completed in 4955 milliseconds

123456789