HomeSort by relevance Sort by last modified time
    Searched refs:HistoryPublisher (Results 1 - 10 of 10) sorted by null

  /external/chromium/chrome/browser/history/
history_publisher_none.cc 5 // A stub implementation of HistoryPublisher used to provide needed symbols.
15 HistoryPublisher::HistoryPublisher() {
18 HistoryPublisher::~HistoryPublisher() {
21 bool HistoryPublisher::Init() {
25 void HistoryPublisher::PublishDataToIndexers(const PageData& page_data)
29 void HistoryPublisher::DeleteUserHistoryBetween(const base::Time& begin_time,
history_publisher.cc 11 const char* const HistoryPublisher::kThumbnailImageFormat = "image/jpeg";
13 void HistoryPublisher::PublishPageThumbnail(
28 void HistoryPublisher::PublishPageContent(const base::Time& time,
history_publisher.h 27 class HistoryPublisher {
29 HistoryPublisher();
30 ~HistoryPublisher();
80 DISALLOW_COPY_AND_ASSIGN(HistoryPublisher);
history_publisher_win.cc 60 const wchar_t* const HistoryPublisher::kRegKeyRegisteredIndexersInfo =
64 double HistoryPublisher::TimeToUTCVariantTime(const base::Time& time) {
86 HistoryPublisher::HistoryPublisher() {
90 HistoryPublisher::~HistoryPublisher() {
94 bool HistoryPublisher::Init() {
101 bool HistoryPublisher::ReadRegisteredIndexersFromRegistry() {
109 void HistoryPublisher::PublishDataToIndexers(const PageData& page_data)
134 void HistoryPublisher::DeleteUserHistoryBetween(const base::Time& begin_time
    [all...]
thumbnail_database.h 31 class HistoryPublisher;
48 const HistoryPublisher* history_publisher,
280 const HistoryPublisher* history_publisher_;
text_database_manager.h 25 class HistoryPublisher;
84 bool Init(const HistoryPublisher* history_publisher);
305 const HistoryPublisher* history_publisher_;
history_backend.h 35 class HistoryPublisher;
601 scoped_ptr<HistoryPublisher> history_publisher_;
text_database_manager.cc 117 bool TextDatabaseManager::Init(const HistoryPublisher* history_publisher) {
thumbnail_database.cc 57 const HistoryPublisher* history_publisher,
history_backend.cc 558 history_publisher_.reset(new HistoryPublisher());
    [all...]

Completed in 858 milliseconds