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

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/chrome/browser/sync/glue/
bookmark_data_type_controller.cc 10 #include "chrome/browser/history/history_service.h"
11 #include "chrome/browser/history/history_service_factory.h"
119 // Check that both the bookmark model and the history service (for favicons)
125 HistoryService* history = HistoryServiceFactory::GetForProfile(
127 if (!history || !history->BackendLoaded())
typed_url_change_processor.cc 12 #include "chrome/browser/history/history_backend.h"
13 #include "chrome/browser/history/history_notifications.h"
41 history::HistoryBackend* history_backend,
76 content::Details<history::URLsModifiedDetails>(details).ptr());
79 content::Details<history::URLsDeletedDetails>(details).ptr());
83 content::Details<history::URLVisitedDetails>(details).ptr());
90 history::URLsModifiedDetails* details) {
93 for (history::URLRows::iterator url = details->changed_urls.begin();
104 history::URLRow url, syncer::WriteTransaction* trans) {
107 history::VisitVector visit_vector
    [all...]
  /external/chromium_org/chrome/browser/autocomplete/
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,
101 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 "components/history/core/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
visit_tracker.h 12 #include "components/history/core/browser/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
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 13 #include "chrome/browser/history/in_memory_url_index_types.h"
14 #include "components/history/core/browser/history_match.h"
15 #include "components/history/core/browser/history_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"
21 #include "components/history/core/browser/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 33 history::URLRows ConvertImporterURLRowsToHistoryURLRows(
35 history::URLRows converted;
39 history::URLRow row(it->url);
50 history::VisitSource ConvertImporterVisitSourceToHistoryVisitSource(
54 return history::SOURCE_BROWSED;
56 return history::SOURCE_FIREFOX_IMPORTED;
58 return history::SOURCE_IE_IMPORTED;
60 return history::SOURCE_SAFARI_IMPORTED;
63 return history::SOURCE_SYNCED;
221 history::URLRows converted_rows
    [all...]
  /external/chromium_org/chrome/browser/predictors/
autocomplete_action_predictor.h 16 #include "components/history/core/browser/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/resources/history/
history_focus_manager.js 8 * A history-specific FocusManager implementation, which ensures that elements
26 $('history-page');
  /external/chromium_org/chrome/browser/safe_browsing/
browser_feature_extractor.cc 16 #include "chrome/browser/history/history_service.h"
17 #include "chrome/browser/history/history_service_factory.h"
23 #include "components/history/core/browser/history_types.h"
306 HistoryService* history; local
307 if (!request || !request->IsInitialized() || !GetHistoryService(&history)) {
312 history->QueryURL(request_url,
325 const history::URLRow& row,
326 const history::VisitVector& visits) {
331 // URL is not found in the history. In practice this should not
345 for (history::VisitVector::const_iterator it = visits.begin()
373 HistoryService* history; local
404 HistoryService* history; local
    [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(
108 const history::RedirectList* redirect_list) {
  /external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
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...]
  /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');
  /external/chromium_org/components/history/core/browser/
history_match.cc 5 #include "components/history/core/browser/history_match.h"
9 namespace history { namespace
39 } // namespace history
  /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...]
  /frameworks/base/services/core/java/com/android/server/net/
NetworkStatsCollection.java 207 final NetworkStatsHistory history = findOrCreateHistory(ident, uid, set, tag); local
208 history.recordData(start, end, entry);
209 noteRecordedHistory(history.getStart(), history.getEnd(), entry.rxBytes + entry.txBytes);
215 private void recordHistory(Key key, NetworkStatsHistory history) {
216 if (history.size() == 0) return;
217 noteRecordedHistory(history.getStart(), history.getEnd(), history.getTotalBytes());
221 target = new NetworkStatsHistory(history.getBucketDuration())
287 final NetworkStatsHistory history = new NetworkStatsHistory(in); local
321 final NetworkStatsHistory history = mStats.get(key); local
353 final NetworkStatsHistory history = new NetworkStatsHistory(in); local
416 final NetworkStatsHistory history = new NetworkStatsHistory(in); local
484 final NetworkStatsHistory history = mStats.get(key); local
    [all...]

Completed in 918 milliseconds

1 2 3 45 6 7 8 91011>>