OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:text_database_
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/history/
history_backend.cc
232
if (
text_database_
.get()) {
233
text_database_
->CommitTransaction();
234
text_database_
.reset();
506
if (
text_database_
.get()) {
507
text_database_
->AddPageURL(request->url, last_ids.first, last_ids.second,
567
text_database_
.reset(new TextDatabaseManager(history_dir_,
569
if (!
text_database_
->Init(history_publisher_.get())) {
571
text_database_
.reset();
578
text_database_
->DeleteAll();
625
thumbnail_db_.get(),
text_database_
.get())
[
all
...]
history_backend.h
538
scoped_ptr<TextDatabaseManager>
text_database_
;
member in class:history::HistoryBackend
history_backend_unittest.cc
289
backend_->
text_database_
->AddPageData(row1.url(), row1_id, visit1_id,
293
backend_->
text_database_
->AddPageData(row2.url(), row2_id, visit2_id,
342
backend_->
text_database_
->GetTextMatches(UTF8ToUTF16("Body"),
[
all
...]
Completed in 27 milliseconds