Searched defs:history (Results 126 - 150 of 211) sorted by path

123456789

/external/chromium_org/chrome/browser/safe_browsing/
H A Ddownload_protection_service.cc24 #include "chrome/browser/history/history_service.h"
25 #include "chrome/browser/history/history_service_factory.h"
647 HistoryService* history = local
649 if (!history) {
654 history->QueryRedirectsTo(
663 const history::RedirectList* redirect_list) {
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/safe_browsing/incident_reporting/
H A Dlast_download_finder.h15 #include "chrome/browser/history/download_row.h"
27 namespace history { namespace
36 // history that participates in safe browsing.
64 // on-the-record profile with history that participates in safe browsing. The
65 // search is initiated if the profile has already loaded history.
82 scoped_ptr<std::vector<history::DownloadRow> > downloads);
107 history::DownloadRow most_recent_row_;
/external/chromium_org/chrome/browser/sync/glue/
H A Dbookmark_change_processor.cc19 #include "chrome/browser/history/history_service.h"
20 #include "chrome/browser/history/history_service_factory.h"
856 HistoryService* history = local
861 history->AddPageNoVisitForBookmark(bookmark_node->url(),
865 // gfx::kFaviconSize in width and height. Store the favicon into history
H A Dtyped_url_change_processor.h30 namespace history { namespace
42 // This class is responsible for taking changes from the history backend and
50 history::HistoryBackend* history_backend,
81 void HandleURLsModified(history::URLsModifiedDetails* details);
82 void HandleURLsDeleted(history::URLsDeletedDetails* details);
83 void HandleURLsVisited(history::URLVisitedDetails* details);
89 bool ShouldSyncVisit(history::URLVisitedDetails* details);
94 bool CreateOrUpdateSyncNode(history::URLRow typed_url,
106 history::HistoryBackend* history_backend_;
115 history
[all...]
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...]
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 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/sync/
H A Dprofile_sync_components_factory.h46 namespace history { namespace
48 } // namespace history
110 history::HistoryBackend* history_backend,
H A Dprofile_sync_components_factory_impl.cc10 #include "chrome/browser/history/history_service.h"
11 #include "chrome/browser/history/history_service_factory.h"
221 // or if saving history is disabled.
227 // Delete directive sync is enabled by default. Register unless full history
236 // This is also disabled if the browser history is disabled, because the
237 // tab sync data is added to the web history on the server.
499 HistoryService* history = local
502 return history ? history->AsWeakPtr() : base::WeakPtr<HistoryService>();
692 history
[all...]
/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dhistory_unittest.cc13 #include "chrome/browser/ui/app_list/search/history.h"
129 known_results_ = history()->GetKnownResults(query).Pass();
139 History* history() { return history_.get(); } function in class:app_list::test::SearchHistoryTest
160 history()->AddLaunchEvent("cal", "calendar");
163 // Flush and recreate the history object.
177 history()->AddLaunchEvent(kQuery, kPrimary);
178 history()->AddLaunchEvent(kQuery, kSecondary);
196 history()->AddLaunchEvent(kQuery, kPrimary);
197 history()->AddLaunchEvent(kQuery, kSecondary);
204 history()
[all...]
/external/chromium_org/chrome/browser/ui/search/
H A Dinstant_extended_interactive_uitest.cc24 #include "chrome/browser/history/history_db_task.h"
25 #include "chrome/browser/history/history_service.h"
26 #include "chrome/browser/history/history_service_factory.h"
27 #include "chrome/browser/history/top_sites.h"
55 #include "components/history/core/browser/history_types.h"
56 #include "components/history/core/common/thumbnail_score.h"
87 // Task used to make sure history has finished processing a request. Intended
89 class QuittingHistoryDBTask : public history::HistoryDBTask {
93 virtual bool RunOnDBThread(history::HistoryBackend* backend,
94 history
222 HistoryService* history = HistoryServiceFactory::GetForProfile( local
[all...]
/external/chromium_org/chrome/browser/ui/sync/
H A Dprofile_signin_confirmation_helper_unittest.cc23 #include "chrome/browser/history/history_service.h"
24 #include "chrome/browser/history/history_service_factory.h"
234 HistoryService* history = HistoryServiceFactory::GetForProfile( local
237 ASSERT_TRUE(history);
240 // history items.
244 history->AddPage(
246 GURL(), history::RedirectList(), ui::PAGE_TRANSITION_LINK,
247 history::SOURCE_BROWSED, false);
259 HistoryService* history = HistoryServiceFactory::GetForProfile( local
262 ASSERT_TRUE(history);
[all...]
/external/chromium_org/chrome/browser/ui/tabs/
H A Dtab_strip_model_utils.h13 namespace history { namespace
21 const history::TopSites& top_sites,
/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/memory_internals/
H A Dmemory_internals_proxy.cc311 if (!process->GetList("history", &tabs)) {
313 process->Set("history", tabs);
320 tab->Set("history", histories);
326 base::DictionaryValue* history = new base::DictionaryValue(); local
327 histories->Append(history);
328 history->SetString("url", entry->GetURL().spec());
329 history->SetString("title", entry->GetTitle());
330 history->SetInteger("time", (base::Time::Now() -
/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/webui/options/
H A Doptions_browsertest.cc43 base::ListValue history; local
47 history.Append(new base::StringValue(url.spec()));
50 "OptionsWebUIExtendedTest.verifyHistoryCallback", history);
/external/chromium_org/chrome/test/base/
H A Dtesting_profile.h22 namespace history { namespace
169 // Creates the history service. If |delete_file| is true, the history file is
173 // the history backend will fail to initialize its database; this is useful
277 virtual history::TopSites* GetTopSites() OVERRIDE;
278 virtual history::TopSites* GetTopSitesWithoutCreating() OVERRIDE;
319 // Schedules a task on the history backend and runs a nested loop until the
321 // history service processes all pending requests.
382 scoped_refptr<history::TopSites> top_sites_; // For history an
[all...]
/external/chromium_org/components/history/core/android/
H A Dandroid_history_types.cc5 #include "components/history/core/android/android_history_types.h"
7 namespace history { namespace
143 } // namespace history.
H A Dandroid_history_types.h11 #include "components/history/core/browser/history_types.h"
12 #include "components/history/core/browser/keyword_id.h"
19 namespace history { namespace
330 } // namespace history
H A Dandroid_history_types_unittest.cc5 #include "components/history/core/android/android_history_types.h"
9 namespace history { namespace
38 } // namespace history
/external/chromium_org/components/history/core/browser/
H A Dhistory_client.cc5 #include "components/history/core/browser/history_client.h"
7 namespace history { namespace
H A Dhistory_client.h16 namespace history { namespace
59 } // namespace history
H A Dhistory_match.cc5 #include "components/history/core/browser/history_match.h"
9 namespace history { namespace
39 } // namespace history

Completed in 1517 milliseconds

123456789