Searched defs:history (Results 201 - 225 of 321) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/history/
H A Din_memory_url_index_unittest.cc21 #include "chrome/browser/history/in_memory_url_index.h"
22 #include "chrome/browser/history/in_memory_database.h"
26 // The test version of the history url database table ('url') is contained in
37 namespace history { namespace
47 // Create and populate a working copy of the URL history database.
148 // Add 600 more history items.
372 history::TermMatches matches_a;
373 matches_a.push_back(history::TermMatch(1, 1, 2));
374 matches_a.push_back(history::TermMatch(2, 4, 3));
375 matches_a.push_back(history
[all...]
H A Dstarred_url_database.cc5 #include "chrome/browser/history/starred_url_database.h"
18 #include "chrome/browser/history/history.h"
19 #include "chrome/browser/history/query_parser.h"
42 namespace history { namespace
58 entry->type = history::StarredEntry::URL;
62 entry->type = history::StarredEntry::BOOKMARK_BAR;
65 entry->type = history::StarredEntry::USER_FOLDER;
68 entry->type = history::StarredEntry::OTHER;
121 history
[all...]
H A Dtext_database.cc9 #include "chrome/browser/history/text_database.h"
41 namespace history { namespace
157 // they will get it for the main history file and it won't be necessary
383 } // namespace history
H A Dtext_database_manager_unittest.cc10 #include "chrome/browser/history/text_database_manager.h"
11 #include "chrome/browser/history/visit_database.h"
18 namespace history { namespace
537 } // namespace history
H A Dthumbnail_database_unittest.cc15 #include "chrome/browser/history/history_database.h"
16 #include "chrome/browser/history/history_unittest_base.h"
17 #include "chrome/browser/history/thumbnail_database.h"
31 namespace history { namespace
94 // Set up history and thumbnails as they would be before migration.
96 ExecuteSQLScript(data_path.AppendASCII("history.20.sql"),
462 } // namespace history
H A Dvisit_database.cc5 #include "chrome/browser/history/visit_database.h"
15 #include "chrome/browser/history/url_database.h"
23 namespace history { namespace
74 // given time range (most history views are time-based). Ignore failures
103 history::VisitRow visit;
527 } // namespace history
H A Dvisitsegment_database.cc5 #include "chrome/browser/history/visitsegment_database.h"
18 #include "chrome/browser/history/page_usage_data.h"
35 namespace history { namespace
385 } // namespace history
/external/chromium/chrome/browser/profiles/
H A Dprofile.h33 namespace history { namespace
137 // could, for example, return an history service that only allow some specific
223 virtual history::TopSites* GetTopSites() = 0;
226 virtual history::TopSites* GetTopSitesWithoutCreating() = 0;
297 // Similar to GetHistoryService(), but won't create the history service if it
/external/chromium/chrome/browser/sync/glue/
H A Dbookmark_change_processor.cc532 // is used as a key in the history's thumbnail DB, this gives us a value
536 HistoryService* history = local
541 history->AddPageNoVisitForBookmark(bookmark_node->GetURL());
545 history::FAVICON);
H A Dtyped_url_data_type_controller.cc11 #include "chrome/browser/history/history.h"
27 virtual bool RunOnDBThread(history::HistoryBackend* backend,
28 history::HistoryDatabase* db) {
82 HistoryService* history = profile_->GetHistoryServiceWithoutCreating(); local
83 if (history) {
85 history_service_ = history;
131 // If Stop() is called while Start() is waiting for the history service to
169 void TypedUrlDataTypeController::StartImpl(history::HistoryBackend* backend) {
/external/chromium_org/chrome/browser/history/
H A Dhistory_browsertest.cc13 #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"
35 // and history backend thread because the history subsystem posts tasks back
40 // A task to be scheduled on the history backend thread.
41 // Notifies the main thread after all history backend thread tasks have run.
42 class WaitForHistoryTask : public history::HistoryDBTask {
46 virtual bool RunOnDBThread(history::HistoryBackend* backend,
47 history
91 HistoryService* history = local
[all...]
H A Dhistory_database.cc5 #include "chrome/browser/history/history_database.h"
23 namespace history { namespace
75 // Exclude the history file from backups.
274 // Set to a very early non-zero time, so it's before all history, but not
303 // history file like URLs, visits, or downloads, that will need migration as
314 LOG(WARNING) << "Unable to update history database to version 16.";
331 // will basically still work, just history will be in the future if an
361 LOG(WARNING) << "Unable to update history database to version 21.";
401 LOG(WARNING) << "Unable to migrate history to version 25";
410 LOG(WARNING) << "Unable to migrate history t
[all...]
H A Dhistory_querying_unittest.cc13 #include "chrome/browser/history/history_service.h"
19 // Tests the history service for querying functionality.
21 namespace history { namespace
35 // These are deliberately added out of chronological order. The history
76 // Acts like a synchronous call to history's QueryHistory.
144 // Counter used to generate a unique ID for each page added to the history.
153 history::RedirectList(), content::PAGE_TRANSITION_LINK,
154 history::SOURCE_BROWSED, false);
403 history_->AddPagesWithDetails(urls_to_add, history::SOURCE_BROWSED);
426 /* TODO(brettw) re-enable this. It is commented out because the current history
[all...]
H A Dhistory_service.h25 #include "chrome/browser/history/delete_directive_handler.h"
26 #include "chrome/browser/history/history_types.h"
27 #include "chrome/browser/history/typed_url_syncable_service.h"
42 #include "chrome/browser/history/android/android_history_provider_service.h"
62 namespace history { namespace
78 } // namespace history
80 // The history service records page titles, and visit times, as well as
101 // Initializes the history service, returning true on success. On false, do
103 // the history files. The BookmarkService is used when deleting URLs to
117 // Unloads the backend without actually shutting down the history servic
[all...]
H A Din_memory_url_index.cc5 #include "chrome/browser/history/in_memory_url_index.h"
14 #include "chrome/browser/history/history_notifications.h"
15 #include "chrome/browser/history/history_service.h"
16 #include "chrome/browser/history/history_service_factory.h"
17 #include "chrome/browser/history/url_database.h"
18 #include "chrome/browser/history/url_index_private_data.h"
28 namespace history { namespace
128 // If there was a history directory (which there won't be for some unit tests)
187 content::Details<history::URLsModifiedDetails>(details).ptr());
191 content::Details<history
[all...]
H A Din_memory_url_index_types.cc5 #include "chrome/browser/history/in_memory_url_index_types.h"
19 namespace history { namespace
187 } // namespace history
H A Dmost_visited_tiles_experiment_unittest.cc5 #include "chrome/browser/history/most_visited_tiles_experiment.h"
15 #include "chrome/browser/history/history_types.h"
21 namespace history { namespace
64 std::vector<history::MostVisitedURL>* list) {
65 history::MostVisitedURL most_visited;
283 history::MostVisitedTilesExperiment::MaybeShuffle(&most_visited_urls);
302 history::MostVisitedTilesExperiment::MaybeShuffle(&most_visited_urls);
326 history::MostVisitedTilesExperiment::MaybeShuffle(&most_visited_urls);
346 history::MostVisitedTilesExperiment::MaybeShuffle(&most_visited_urls);
358 } // namespace history
[all...]
H A Dscored_history_match_unittest.cc11 #include "chrome/browser/history/scored_history_match.h"
14 namespace history { namespace
463 } // namespace history
H A Dshortcuts_backend.cc5 #include "chrome/browser/history/shortcuts_backend.h"
19 #include "chrome/browser/history/history_notifications.h"
20 #include "chrome/browser/history/history_service.h"
21 #include "chrome/browser/history/shortcuts_database.h"
67 namespace history { namespace
234 const history::URLsDeletedDetails* deleted_details =
235 content::Details<const history::URLsDeletedDetails>(details).ptr();
361 } // namespace history
H A Dshortcuts_backend.h28 namespace history { namespace
195 } // namespace history
H A Dshortcuts_database_unittest.cc11 #include "chrome/browser/history/shortcuts_database.h"
74 namespace history { namespace
301 } // namespace history
H A Dthumbnail_database_unittest.cc14 #include "chrome/browser/history/thumbnail_database.h"
24 namespace history { namespace
964 } // namespace history
H A Dtyped_url_syncable_service.cc5 #include "chrome/browser/history/typed_url_syncable_service.h"
11 #include "chrome/browser/history/history_backend.h"
22 // There's no limit on how many visits the history DB could have for a given
39 namespace history { namespace
189 // history from every client). The server will gracefully age out the sync DB
231 // busted browsers, or misuse of the history API, or just plain bugs) but we
358 // the history DB has an inaccurate count for some reason (there's been
359 // bugs in the history code in the past which has left users in the wild
421 // Sometimes (due to a bug elsewhere in the history or sync code, or due to
422 // a crash between adding a URL to the history databas
[all...]
H A Dtyped_url_syncable_service_unittest.cc5 #include "chrome/browser/history/typed_url_syncable_service.h"
11 #include "chrome/browser/history/history_backend.h"
12 #include "chrome/browser/history/history_types.h"
20 using history::HistoryBackend;
21 using history::URLID;
22 using history::URLRow;
23 using history::URLRows;
24 using history::VisitRow;
25 using history::VisitVector;
114 namespace history { namespace
[all...]
H A Dvisit_database.cc5 #include "chrome/browser/history/visit_database.h"
14 #include "chrome/browser/history/url_database.h"
15 #include "chrome/browser/history/visit_filter.h"
20 namespace history { namespace
67 // given time range (most history views are time-based).
103 history::VisitRow visit;
634 } // namespace history

Completed in 197 milliseconds

1234567891011>>