HomeSort by relevance Sort by last modified time
    Searched refs:history (Results 101 - 125 of 478) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/chrome/browser/autocomplete/
history_provider_util.cc 9 namespace history { namespace
39 } // namespace history
shortcuts_backend_unittest.cc 13 #include "chrome/browser/history/shortcuts_database.h"
31 history::ShortcutsDatabase::Shortcut::MatchCore MatchCoreForTesting(
53 bool AddShortcut(const history::ShortcutsDatabase::Shortcut& shortcut);
54 bool UpdateShortcut(const history::ShortcutsDatabase::Shortcut& shortcut);
57 const history::ShortcutsDatabase::ShortcutIDs& deleted_ids);
81 history::ShortcutsDatabase::Shortcut::MatchCore
153 const history::ShortcutsDatabase::Shortcut& shortcut) {
158 const history::ShortcutsDatabase::Shortcut& shortcut) {
167 const history::ShortcutsDatabase::ShortcutIDs& deleted_ids) {
207 history::ShortcutsDatabase::Shortcut::MatchCore match_core
    [all...]
shortcuts_provider.h 57 const history::ShortcutsDatabase::Shortcut& shortcut,
102 const history::ShortcutsDatabase::Shortcut& shortcut,
  /external/chromium_org/chrome/browser/download/
download_history.cc 5 // DownloadHistory manages persisting DownloadItems to the history service by
12 // persisted, and the last history::DownloadRow that was passed to the database.
33 #include "chrome/browser/history/download_database.h"
34 #include "chrome/browser/history/download_row.h"
35 #include "chrome/browser/history/history_service.h"
93 history::DownloadRow* info() { return info_.get(); }
94 void set_info(const history::DownloadRow& i) {
95 info_.reset(new history::DownloadRow(i));
105 scoped_ptr<history::DownloadRow> info_;
114 history::DownloadRow GetDownloadRow
    [all...]
  /external/chromium_org/chrome/browser/history/android/
sql_handler.cc 5 #include "chrome/browser/history/android/sql_handler.h"
7 namespace history { namespace
38 } // namespace history.
sql_handler.h 8 #include "chrome/browser/history/android/android_history_types.h"
10 namespace history { namespace
73 } // namespace history.
visit_sql_handler.h 8 #include "chrome/browser/history/android/sql_handler.h"
14 namespace history { namespace
48 } // namespace history.
  /external/chromium_org/chrome/browser/history/
history_notifications.cc 5 #include "chrome/browser/history/history_notifications.h"
7 namespace history { namespace
42 } // namespace history
most_visited_tiles_experiment.h 9 #include "chrome/browser/history/history_types.h"
12 namespace history { namespace
65 } // namespace history
visit_tracker.h 12 #include "chrome/browser/history/history_types.h"
14 namespace history { namespace
16 // Tracks history transitions between pages. The history backend uses this to
48 VisitID visit_id; // Visit ID generated by history.
64 } // namespace 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...]
in_memory_url_index_types_unittest.cc 9 #include "chrome/browser/history/in_memory_url_index_types.h"
14 namespace history { namespace
128 history::TermMatches matches_a;
129 matches_a.push_back(history::TermMatch(1, 1, 2));
130 matches_a.push_back(history::TermMatch(2, 4, 3));
131 matches_a.push_back(history::TermMatch(3, 9, 1));
132 matches_a.push_back(history::TermMatch(3, 10, 1));
133 matches_a.push_back(history::TermMatch(4, 14, 5));
142 history::TermMatches matches_b =
150 } // namespace history
    [all...]
scored_history_match.h 14 #include "chrome/browser/history/history_types.h"
15 #include "chrome/browser/history/in_memory_url_index_types.h"
18 namespace history { namespace
24 // history item's URL and/or page title matches have occurred.
25 class ScoredHistoryMatch : public history::HistoryMatch {
34 // Creates a new match with a raw score calculated for the history item
206 } // namespace history
  /external/chromium_org/chrome/browser/importer/
profile_writer_unittest.cc 12 #include "chrome/browser/history/history_service.h"
13 #include "chrome/browser/history/history_service_factory.h"
14 #include "chrome/browser/history/history_types.h"
52 // Helper function to create history entries.
53 history::URLRow MakeURLRow(const char* url,
58 history::URLRow row(GURL(url), 0);
67 // Create test history entries to be added to ProfileWriter to
68 // simulate history importing.
70 history::URLRow row1(
73 history::URLRow row2
    [all...]
in_process_importer_bridge.cc 28 history::URLRows ConvertImporterURLRowsToHistoryURLRows(
30 history::URLRows converted;
34 history::URLRow row(it->url);
45 history::VisitSource ConvertImporterVisitSourceToHistoryVisitSource(
49 return history::SOURCE_BROWSED;
51 return history::SOURCE_FIREFOX_IMPORTED;
53 return history::SOURCE_IE_IMPORTED;
55 return history::SOURCE_SAFARI_IMPORTED;
58 return history::SOURCE_SYNCED;
206 history::URLRows converted_rows
    [all...]
  /external/chromium_org/chrome/browser/predictors/
autocomplete_action_predictor.h 15 #include "chrome/browser/history/history_types.h"
38 namespace history { namespace
170 void DeleteRowsWithURLs(const history::URLRows& rows);
181 // if the history service is available, or registers for the notification of
191 // the local caches are created once the history service is available.
192 void DeleteOldEntries(history::URLDatabase* url_db);
197 history::URLDatabase* url_db,
  /external/chromium_org/chrome/browser/safe_browsing/
last_download_finder.cc 16 #include "chrome/browser/history/history_service.h"
17 #include "chrome/browser/history/history_service_factory.h"
34 bool IsMoreInterestingThan(const history::DownloadRow& first,
35 const history::DownloadRow& second) {
49 const history::DownloadRow* FindMostInteresting(
50 const std::vector<history::DownloadRow>& downloads) {
51 const history::DownloadRow* most_recent_row = NULL;
53 const history::DownloadRow& row = downloads[i];
64 void PopulateDetails(const history::DownloadRow& download,
158 // No history service is returned for profiles that do not save history
    [all...]
malware_details_history.cc 12 #include "chrome/browser/history/history_service_factory.h"
37 DVLOG(1) << "Num of urls to check in history service: " << urls.size();
75 // History access from profile needs to happen in UI thread
91 HistoryService* history = HistoryServiceFactory::GetForProfile( local
93 if (!history) {
98 history->QueryRedirectsTo(
109 history::RedirectList* redirect_list) {
  /external/chromium_org/chrome/browser/thumbnails/
thumbnail_service_impl.h 9 #include "chrome/browser/history/top_sites.h"
42 scoped_refptr<history::TopSites> top_sites_;
  /external/chromium_org/chrome/common/extensions/docs/examples/api/history/showHistory/
typedUrls.js 36 // Search history to find up to ten links that a user has typed in,
39 // To look for history items visited in the last week,
44 // Track the number of callbacks from chrome.history.getVisits()
48 chrome.history.search({
49 'text': '', // Return every history item....
53 // For each history item, get details on all visits.
63 chrome.history.getVisits({url: url}, processVisitsWithUrl(url));
76 // Callback for chrome.history.getVisits(). Counts the number of
  /external/chromium_org/chrome/common/extensions/docs/examples/api/idle/idle_simple/
background.js 19 * Opens history.html when the browser action is clicked.
23 window.open('history.html', 'testwindow', 'width=700,height=600');
  /frameworks/base/services/core/java/com/android/server/net/
NetworkStatsCollection.java 176 final NetworkStatsHistory history = mapEntry.getValue(); local
177 historyEntry = history.getValues(start, end, now, historyEntry);
203 final NetworkStatsHistory history = findOrCreateHistory(ident, uid, set, tag); local
204 history.recordData(start, end, entry);
205 noteRecordedHistory(history.getStart(), history.getEnd(), entry.rxBytes + entry.txBytes);
211 private void recordHistory(Key key, NetworkStatsHistory history) {
212 if (history.size() == 0) return;
213 noteRecordedHistory(history.getStart(), history.getEnd(), history.getTotalBytes())
281 final NetworkStatsHistory history = new NetworkStatsHistory(in); local
315 final NetworkStatsHistory history = mStats.get(key); local
347 final NetworkStatsHistory history = new NetworkStatsHistory(in); local
410 final NetworkStatsHistory history = new NetworkStatsHistory(in); local
478 final NetworkStatsHistory history = mStats.get(key); local
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
history.js 30 var history = history || {};
34 history.DEFAULT_CROSS_DASHBOARD_STATE_VALUES = {
41 history.validateParameter = function(state, key, value, validateFn)
52 history.isTreeMap = function()
58 history.queryHashAsMap = function()
102 history._diffStates = function(oldState, newState)
119 history._fillMissingValues = function(to, from)
127 history.History = function(configuration
    [all...]
  /external/libedit/src/
readline.c 165 static History *h = NULL;
194 * generic function for moving around history
202 if (history(h, &ev, op) != 0)
249 (void)snprintf(path, sizeof(path), "%s/.history", p->pw_dir);
316 history(h, &ev, H_SETSIZE, INT_MAX); /* unlimited */
319 el_set(e, EL_HIST, history, h);
434 history(h, &ev, H_GETSIZE);
441 * history functions
446 * history expansion functions
522 if (history(h, &ev, H_FIRST) != 0
    [all...]
  /external/chromium_org/chrome/browser/sync/
profile_sync_components_factory.h 46 namespace history { namespace
107 history::HistoryBackend* history_backend,

Completed in 1582 milliseconds

1 2 3 45 6 7 8 91011>>