OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:history_publisher_
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/history/
text_database_manager.cc
90
history_publisher_
(NULL) {
118
history_publisher_
= history_publisher;
323
if (
history_publisher_
)
324
history_publisher_
->PublishPageContent(visit_time, url, title, body);
thumbnail_database.h
280
const HistoryPublisher*
history_publisher_
;
member in class:history::ThumbnailDatabase
text_database_manager.h
305
const HistoryPublisher*
history_publisher_
;
member in class:history::TextDatabaseManager
thumbnail_database.cc
47
:
history_publisher_
(NULL),
59
history_publisher_
= history_publisher;
289
if (url.is_valid() &&
history_publisher_
!= NULL)
290
history_publisher_
->PublishPageThumbnail(jpeg_data, url, time);
history_backend.cc
558
history_publisher_
.reset(new HistoryPublisher());
559
if (!
history_publisher_
->Init()) {
562
history_publisher_
.reset();
569
if (!text_database_->Init(
history_publisher_
.get())) {
588
history_publisher_
.get(),
[
all
...]
history_backend.h
601
scoped_ptr<HistoryPublisher>
history_publisher_
;
member in class:history::HistoryBackend
Completed in 1165 milliseconds