Home
last modified time | relevance | path

Searched refs:HistoryService (Results 1 – 25 of 395) sorted by relevance

12345678910>>...16

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/history/core/browser/
H A Dhistory_service.cc156 HistoryService::HistoryService() : HistoryService(nullptr, nullptr) {} in HistoryService() function in history::HistoryService
158 HistoryService::HistoryService(std::unique_ptr<HistoryClient> history_client, in HistoryService() function in history::HistoryService
164 HistoryService::~HistoryService() { in ~HistoryService()
170 bool HistoryService::BackendLoaded() { in BackendLoaded()
210 void HistoryService::Shutdown() { in Shutdown()
566 void HistoryService::MergeFavicon( in MergeFavicon()
895 void HistoryService::Cleanup() { in Cleanup()
923 bool HistoryService::Init( in Init()
988 base::WeakPtr<HistoryService> HistoryService::AsWeakPtr() { in AsWeakPtr()
1060 void HistoryService::ExpireHistory( in ExpireHistory()
[all …]
H A Dhistory_service_observer.h14 class HistoryService; variable
28 virtual void OnURLVisited(HistoryService* history_service, in OnURLVisited()
39 virtual void OnURLsModified(HistoryService* history_service, in OnURLsModified()
44 virtual void OnURLsModified(HistoryService* history_service,
51 virtual void OnURLsDeleted(HistoryService* history_service, in OnURLsDeleted()
55 virtual void OnHistoryServiceLoaded(HistoryService* history_service) {} in OnHistoryServiceLoaded()
58 virtual void HistoryServiceBeingDeleted(HistoryService* history_service) {} in HistoryServiceBeingDeleted()
64 virtual void OnKeywordSearchTermUpdated(HistoryService* history_service, in OnKeywordSearchTermUpdated()
71 virtual void OnKeywordSearchTermDeleted(HistoryService* history_service, in OnKeywordSearchTermDeleted()
H A Din_memory_history_backend.h56 void AttachToHistoryService(HistoryService* history_service);
73 void OnURLVisited(HistoryService* history_service,
78 void OnURLsModified(HistoryService* history_service,
80 void OnURLsDeleted(HistoryService* history_service,
82 void OnKeywordSearchTermUpdated(HistoryService* history_service,
86 void OnKeywordSearchTermDeleted(HistoryService* history_service,
94 base::ScopedObservation<HistoryService, HistoryServiceObserver>
H A Din_memory_history_backend.cc27 HistoryService* history_service) { in AttachToHistoryService()
40 void InMemoryHistoryBackend::OnURLVisited(HistoryService* history_service, in OnURLVisited()
48 void InMemoryHistoryBackend::OnURLsModified(HistoryService* history_service, in OnURLsModified()
55 void InMemoryHistoryBackend::OnURLsDeleted(HistoryService* history_service, in OnURLsDeleted()
77 HistoryService* history_service, in OnKeywordSearchTermUpdated()
87 HistoryService* history_service, in OnKeywordSearchTermDeleted()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/history/core/browser/
H A Dhistory_service.cc162 HistoryService::HistoryService() : HistoryService(nullptr, nullptr) {} in HistoryService() function in history::HistoryService
164 HistoryService::HistoryService(std::unique_ptr<HistoryClient> history_client, in HistoryService() function in history::HistoryService
173 HistoryService::~HistoryService() { in ~HistoryService()
179 bool HistoryService::BackendLoaded() { in BackendLoaded()
217 void HistoryService::Shutdown() { in Shutdown()
568 void HistoryService::MergeFavicon( in MergeFavicon()
897 void HistoryService::Cleanup() { in Cleanup()
928 bool HistoryService::Init( in Init()
1003 base::WeakPtr<HistoryService> HistoryService::AsWeakPtr() { in AsWeakPtr()
1075 void HistoryService::ExpireHistory( in ExpireHistory()
[all …]
H A Dhistory_service_observer.h14 class HistoryService; variable
28 virtual void OnURLVisited(HistoryService* history_service, in OnURLVisited()
39 virtual void OnURLsModified(HistoryService* history_service, in OnURLsModified()
45 virtual void OnURLsDeleted(HistoryService* history_service, in OnURLsDeleted()
49 virtual void OnHistoryServiceLoaded(HistoryService* history_service) {} in OnHistoryServiceLoaded()
52 virtual void HistoryServiceBeingDeleted(HistoryService* history_service) {} in HistoryServiceBeingDeleted()
58 virtual void OnKeywordSearchTermUpdated(HistoryService* history_service, in OnKeywordSearchTermUpdated()
65 virtual void OnKeywordSearchTermDeleted(HistoryService* history_service, in OnKeywordSearchTermDeleted()
H A Din_memory_history_backend.h56 void AttachToHistoryService(HistoryService* history_service);
73 void OnURLVisited(HistoryService* history_service,
78 void OnURLsModified(HistoryService* history_service,
80 void OnURLsDeleted(HistoryService* history_service,
82 void OnKeywordSearchTermUpdated(HistoryService* history_service,
86 void OnKeywordSearchTermDeleted(HistoryService* history_service,
94 ScopedObserver<HistoryService, HistoryServiceObserver>
H A Din_memory_history_backend.cc27 HistoryService* history_service) { in AttachToHistoryService()
40 void InMemoryHistoryBackend::OnURLVisited(HistoryService* history_service, in OnURLVisited()
48 void InMemoryHistoryBackend::OnURLsModified(HistoryService* history_service, in OnURLsModified()
55 void InMemoryHistoryBackend::OnURLsDeleted(HistoryService* history_service, in OnURLsDeleted()
77 HistoryService* history_service, in OnKeywordSearchTermUpdated()
87 HistoryService* history_service, in OnKeywordSearchTermDeleted()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/history/
H A Dhistory_service_factory.cc26 auto history_service = std::make_unique<history::HistoryService>( in BuildHistoryService()
40 history::HistoryService* HistoryServiceFactory::GetForProfile( in GetForProfile()
49 return static_cast<history::HistoryService*>( in GetForProfile()
54 history::HistoryService* HistoryServiceFactory::GetForProfileIfExists( in GetForProfileIfExists()
63 return static_cast<history::HistoryService*>( in GetForProfileIfExists()
68 history::HistoryService* HistoryServiceFactory::GetForProfileWithoutCreating( in GetForProfileWithoutCreating()
70 return static_cast<history::HistoryService*>( in GetForProfileWithoutCreating()
H A Ddomain_diversity_reporter.h26 DomainDiversityReporter(history::HistoryService* history_service,
49 history::HistoryService* history_service) override;
51 history::HistoryService* history_service) override;
57 history::HistoryService* history_service_;
61 ScopedObserver<history::HistoryService, history::HistoryServiceObserver>
H A Dhistory_service_factory.h15 class HistoryService; variable
22 static history::HistoryService* GetForProfile(Profile* profile,
25 static history::HistoryService* GetForProfileIfExists(Profile* profile,
28 static history::HistoryService* GetForProfileWithoutCreating(
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/history/
H A Dhistory_service_factory.cc26 history::HistoryService* HistoryServiceFactory::GetForBrowserState( in GetForBrowserState()
36 return static_cast<history::HistoryService*>( in GetForBrowserState()
41 history::HistoryService* HistoryServiceFactory::GetForBrowserStateIfExists( in GetForBrowserStateIfExists()
51 return static_cast<history::HistoryService*>( in GetForBrowserStateIfExists()
75 std::unique_ptr<history::HistoryService> history_service( in BuildServiceInstanceFor()
76 new history::HistoryService( in BuildServiceInstanceFor()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/history/
H A Dhistory_service.cpp639 HistoryService::PreparedText HistoryService::prepareInvitedToCallText( in prepareInvitedToCallText()
677 HistoryService::PreparedText HistoryService::preparePinnedText() { in preparePinnedText()
728 HistoryService::PreparedText HistoryService::prepareGameScoreText() { in prepareGameScoreText()
795 HistoryService::PreparedText HistoryService::preparePaymentSentText() { in preparePaymentSentText()
822 HistoryService::PreparedText HistoryService::prepareCallScheduledText( in prepareCallScheduledText()
884 HistoryService::HistoryService( in HistoryService() function in HistoryService
899 HistoryService::HistoryService( in HistoryService() function in HistoryService
914 HistoryService::HistoryService( in HistoryService() function in HistoryService
939 bool HistoryService::needCheck() const { in needCheck()
1182 void HistoryService::removeMedia() { in removeMedia()
[all …]
H A Dhistory_service.h63 class HistoryService : public HistoryItem {
70 HistoryService(
75 HistoryService(
80 HistoryService(
123 ~HistoryService();
147 return const_cast<HistoryService*>(this)->GetDependentData(); in GetDependentData()
175 [[nodiscard]] not_null<HistoryService*> GenerateJoinedMessage(
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/android/explore_sites/
H A Dhistory_statistics_reporter.h28 HistoryStatisticsReporter(history::HistoryService* history_service,
38 history::HistoryService* history_service) override;
40 history::HistoryService* history_service) override;
49 history::HistoryService* const history_service_;
53 ScopedObserver<history::HistoryService, history::HistoryServiceObserver>
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/cocoa/
H A Dhistory_menu_bridge.h147 history::HistoryService* service();
209 void OnURLVisited(history::HistoryService* history_service,
214 void OnURLsModified(history::HistoryService* history_service,
216 void OnURLsDeleted(history::HistoryService* history_service,
218 void OnHistoryServiceLoaded(history::HistoryService* service) override;
223 history::HistoryService* history_service_; // weak
246 ScopedObserver<history::HistoryService, history::HistoryServiceObserver>
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/history/core/test/
H A Dhistory_service_test_util.cc21 std::unique_ptr<HistoryService> CreateHistoryService( in CreateHistoryService()
24 std::unique_ptr<HistoryService> history_service(new HistoryService()); in CreateHistoryService()
36 HistoryService* history_service) { in BlockUntilHistoryProcessesPendingRequests()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/screen_time/
H A Dscreen_time_history_deleter.h13 class HistoryService; variable
24 explicit ScreenTimeHistoryDeleter(history::HistoryService* history_service);
32 void OnURLsDeleted(history::HistoryService* history_service,
35 history::HistoryService* history_service_;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/ukm/observers/
H A Dhistory_delete_observer.h24 void ObserveServiceForDeletions(history::HistoryService* history_service);
27 void OnURLsDeleted(history::HistoryService* history_service,
30 history::HistoryService* history_service) override;
37 ScopedObserver<history::HistoryService, history::HistoryServiceObserver>
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/ukm/observers/
H A Dhistory_delete_observer.h24 void ObserveServiceForDeletions(history::HistoryService* history_service);
27 void OnURLsDeleted(history::HistoryService* history_service,
30 history::HistoryService* history_service) override;
37 base::ScopedMultiSourceObservation<history::HistoryService,
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/subresource_filter/
H A Dsubresource_filter_history_observer.h14 class HistoryService; variable
31 history::HistoryService* history_service);
40 void OnURLsDeleted(history::HistoryService* history_service,
43 ScopedObserver<history::HistoryService, history::HistoryServiceObserver>
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/sync/test/integration/
H A Dtyped_urls_helper.cc155 history::HistoryService* service = in WaitForHistoryDBThread()
216 void AddToHistory(history::HistoryService* service, in AddToHistory()
228 history::HistoryService* service) { in GetTypedUrlsFromHistoryService()
242 bool GetUrlFromHistoryService(history::HistoryService* service, in GetUrlFromHistoryService()
259 history::HistoryService* service, in GetVisitsFromHistoryService()
274 void RemoveVisitsFromHistoryService(history::HistoryService* service, in RemoveVisitsFromHistoryService()
300 void WriteMetadataToHistoryService(history::HistoryService* service, in WriteMetadataToHistoryService()
315 history::HistoryService* GetHistoryServiceFromClient(int index) { in GetHistoryServiceFromClient()
327 history::HistoryService* service = GetHistoryServiceFromClient(index); in GetTypedUrlsFromClient()
333 history::HistoryService* service = GetHistoryServiceFromClient(index); in GetUrlFromClient()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/search_engines/
H A Dchrome_template_url_service_client.h20 history::HistoryService* history_service);
33 void OnURLVisited(history::HistoryService* history_service,
41 ScopedObserver<history::HistoryService, history::HistoryServiceObserver>
43 history::HistoryService* history_service_;
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/search_engines/
H A Dtemplate_url_service_client_impl.h15 class HistoryService; variable
26 history::HistoryService* history_service);
40 void OnURLVisited(history::HistoryService* history_service,
47 history::HistoryService* history_service_;
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/omnibox/browser/
H A Din_memory_url_index.h45 class HistoryService; variable
106 history::HistoryService* history_service,
242 void OnURLVisited(history::HistoryService* history_service,
247 void OnURLsModified(history::HistoryService* history_service,
250 void OnURLsDeleted(history::HistoryService* history_service,
253 history::HistoryService* history_service) override;
282 history::HistoryService* history_service_;

12345678910>>...16