HomeSort by relevance Sort by last modified time
    Searched defs:HistoryPublisher (Results 1 - 3 of 3) 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_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...]
history_publisher.h 27 class HistoryPublisher {
29 HistoryPublisher();
30 ~HistoryPublisher();
80 DISALLOW_COPY_AND_ASSIGN(HistoryPublisher);

Completed in 919 milliseconds