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

  /external/chromium_org/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)
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 19 // TODO(shess): HistoryPublisher is being deprecated. I am still
31 class HistoryPublisher {
33 HistoryPublisher();
34 ~HistoryPublisher();
84 DISALLOW_COPY_AND_ASSIGN(HistoryPublisher);
history_publisher_win.cc 45 const wchar_t* const HistoryPublisher::kRegKeyRegisteredIndexersInfo =
49 double HistoryPublisher::TimeToUTCVariantTime(const base::Time& time) {
71 HistoryPublisher::HistoryPublisher() {
74 HistoryPublisher::~HistoryPublisher() {
77 bool HistoryPublisher::Init() {
84 bool HistoryPublisher::ReadRegisteredIndexersFromRegistry() {
92 void HistoryPublisher::PublishDataToIndexers(const PageData& page_data)
page_collector.h 18 class HistoryPublisher;
20 // Collect page data and publish to HistoryPublisher.
28 void Init(const HistoryPublisher* history_publisher);
116 const HistoryPublisher* history_publisher_;
thumbnail_database.h 34 class HistoryPublisher;
51 const HistoryPublisher* history_publisher,
410 const HistoryPublisher* history_publisher_;
page_collector.cc 62 void PageCollector::Init(const HistoryPublisher* history_publisher) {
history_backend.h 40 class HistoryPublisher;
    [all...]
thumbnail_database.cc 320 const HistoryPublisher* history_publisher,
    [all...]
history_backend.cc 618 // TODO(shess): HistoryPublisher is being deprecated. I am still
621 history_publisher_.reset(new HistoryPublisher());
    [all...]
  /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 452 milliseconds