Searched refs:history (Results 26 - 50 of 419) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/history/
H A Dchrome_history_client.cc5 #include "chrome/browser/history/chrome_history_client.h"
9 #include "chrome/browser/history/history_notifications.h"
10 #include "chrome/browser/history/top_sites.h"
20 history::TopSites* top_sites)
43 std::vector<history::URLAndTitle>* bookmarks) {
49 history::URLAndTitle value = {
74 // It's possible that bookmarks haven't loaded and history is waiting for
75 // bookmarks to complete loading. In such a situation history can't shutdown
78 // it can release the signal history is waiting on, allowing history t
[all...]
H A Dvisit_tracker_unittest.cc5 #include "chrome/browser/history/visit_tracker.h"
9 using history::ContextID;
10 using history::VisitTracker;
21 const history::VisitID visit_id;
27 history::VisitID referring_visit_id;
37 history::VisitID ref_visit = tracker->GetLastVisit(
H A Dhistory_service.h25 #include "chrome/browser/history/delete_directive_handler.h"
26 #include "chrome/browser/history/typed_url_syncable_service.h"
29 #include "components/history/core/browser/history_client.h"
30 #include "components/history/core/browser/keyword_id.h"
60 namespace history { namespace
79 } // namespace history
81 // The history service records page titles, and visit times, as well as
94 // Must call Init after construction. The |history::HistoryClient| object
96 explicit HistoryService(history::HistoryClient* client, Profile* profile);
102 // Initializes the history servic
[all...]
H A Dweb_history_service_factory.cc5 #include "chrome/browser/history/web_history_service_factory.h"
8 #include "chrome/browser/history/web_history_service.h"
15 // Returns true if the user is signed in and full history sync is enabled,
33 history::WebHistoryService* WebHistoryServiceFactory::GetForProfile(
36 return static_cast<history::WebHistoryService*>(
47 // signed into sync, or if web history is not enabled.
49 new history::WebHistoryService(profile) : NULL;
H A Dhistory_db_task.h8 namespace history { namespace
13 // HistoryDBTask can be used to process arbitrary work on the history backend
36 } // namespace history
H A Dhistory_unittest_base.h14 namespace history { namespace
15 // A base class for a history unit test. It provides the common test methods.
34 } // namespace history
H A Durl_utils.h12 namespace history { namespace
44 } // namespace history
/external/chromium_org/chrome/browser/history/android/
H A Dandroid_history_provider_service.h11 #include "components/history/core/android/android_history_types.h"
16 // This class provides the methods to communicate with history backend service
29 typedef base::Callback<void(history::AndroidStatement*)> QueryCallback;
50 // Runs the given query on history backend, and invokes the |callback| to
58 const std::vector<history::HistoryAndBookmarkRow::ColumnID>& projections,
72 const history::HistoryAndBookmarkRow& row,
84 // If |selection| is empty all history and bookmarks are deleted.
91 // Inserts the given values into history backend, and invokes the |callback|
94 const history::HistoryAndBookmarkRow& values,
98 // Deletes the matched history an
[all...]
H A Dandroid_time.h10 namespace history { namespace
24 } // namespace history
/external/chromium_org/chrome/browser/extensions/api/top_sites/
H A Dtop_sites_api.cc9 #include "chrome/browser/history/top_sites.h"
21 history::TopSites* ts = GetProfile()->GetTopSites();
32 const history::MostVisitedURLList& data) {
35 const history::MostVisitedURL& url = data[i];
H A Dtop_sites_apitest.cc9 #include "chrome/browser/history/top_sites.h"
26 history::TopSites* top_sites = browser()->profile()->GetTopSites();
43 void OnTopSitesAvailable(const history::MostVisitedURLList& data) {
67 EXPECT_GE(list->GetSize(), arraysize(history::kPrepopulatedPages));
H A Dtop_sites_api.h10 #include "components/history/core/browser/history_types.h"
27 void OnMostVisitedURLsAvailable(const history::MostVisitedURLList& data);
/external/chromium_org/chrome/browser/sync/glue/
H A Dtyped_url_data_type_controller.h18 namespace history { namespace
39 // Invoked on the history thread to set our history backend - must be called
41 void SetBackend(history::HistoryBackend* backend);
58 history::HistoryBackend* backend_;
61 // Helper object to make sure we don't leave tasks running on the history
H A Dhistory_model_worker.cc17 class WorkerTask : public history::HistoryDBTask {
25 virtual bool RunOnDBThread(history::HistoryBackend* backend,
26 history::HistoryDatabase* db) OVERRIDE {
44 class AddDBThreadObserverTask : public history::HistoryDBTask {
49 virtual bool RunOnDBThread(history::HistoryBackend* backend,
50 history::HistoryDatabase* db) OVERRIDE {
74 scoped_ptr<history::HistoryDBTask> task(new WorkerTask(work, done, error));
97 scoped_ptr<history::HistoryDBTask>(new AddDBThreadObserverTask(
H A Dtyped_url_data_type_controller.cc12 #include "chrome/browser/history/history_db_task.h"
13 #include "chrome/browser/history/history_service.h"
14 #include "chrome/browser/history/history_service_factory.h"
30 // The history service exposes a special non-standard task API which calls back
33 class RunTaskOnHistoryThread : public history::HistoryDBTask {
41 virtual bool RunOnDBThread(history::HistoryBackend* backend,
42 history::HistoryDatabase* db) OVERRIDE {
101 void TypedUrlDataTypeController::SetBackend(history::HistoryBackend* backend) {
110 // We've turned off history persistence, so if we are running,
128 HistoryService* history local
[all...]
/external/chromium_org/components/history/core/browser/
H A Dpage_usage_data.h9 #include "components/history/core/browser/history_types.h"
26 explicit PageUsageData(history::SegmentID id);
31 history::SegmentID GetID() const {
63 history::SegmentID id_;
H A Dhistory_client.cc5 #include "components/history/core/browser/history_client.h"
7 namespace history { namespace
H A Dhistory_match.h10 #include "components/history/core/browser/url_row.h"
12 namespace history { namespace
14 // Used for intermediate history result operations.
55 } // namespace history
/external/chromium_org/components/omnibox/
H A Dautocomplete_provider_client.h9 #include "components/history/core/browser/keyword_id.h"
16 namespace history { namespace
58 virtual history::URLDatabase* InMemoryDatabase() = 0;
61 // |keyword_id| from history.
63 history::KeywordID keyword_id,
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dtwo_client_typed_urls_sync_test.cc14 #include "components/history/core/browser/history_types.h"
37 history::URLRows urls = GetTypedUrlsFromClient(0);
38 history::URLRows urls2 = GetTypedUrlsFromClient(1);
43 history::VisitVector visit1 = GetVisitsFromClient(0, urls[i].id());
44 history::VisitVector visit2 = GetVisitsFromClient(1, urls2[i].id());
53 history::URLRows urls = GetTypedUrlsFromClient(i);
55 history::VisitVector visits = GetVisitsFromClient(i, urls[j].id());
64 history::URLRows urls = GetTypedUrlsFromClient(index);
78 ASCIIToUTF16("http://www.add-one-history.google.com/"));
84 history
[all...]
/external/chromium_org/base/memory/
H A Dlinked_ptr_unittest.cc15 std::string history; member in namespace:__anon2336
19 A(): mynum(num++) { history += base::StringPrintf("A%d ctor\n", mynum); }
20 virtual ~A() { history += base::StringPrintf("A%d dtor\n", mynum); }
21 virtual void Use() { history += base::StringPrintf("A%d use\n", mynum); }
27 B() { history += base::StringPrintf("B%d ctor\n", mynum); }
28 virtual ~B() { history += base::StringPrintf("B%d dtor\n", mynum); }
30 history += base::StringPrintf("B%d use\n", mynum);
88 ASSERT_EQ(history,
/external/chromium_org/chrome/browser/precache/
H A Dmost_visited_urls_provider.cc10 #include "chrome/browser/history/top_sites.h"
11 #include "components/history/core/browser/history_types.h"
14 using history::MostVisitedURLList;
35 MostVisitedURLsProvider::MostVisitedURLsProvider(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/chrome/browser/ui/tabs/
H A Dtab_strip_model_utils.cc7 #include "chrome/browser/history/top_sites.h"
14 const history::TopSites& top_sites,
/external/chromium_org/chrome/test/base/
H A Dhistory_index_restore_observer.h11 #include "chrome/browser/history/in_memory_url_index.h"
17 : public history::InMemoryURLIndex::RestoreCacheObserver {

Completed in 369 milliseconds

1234567891011>>