Searched defs:history_ (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/content/browser/download/
H A Drate_estimator.h43 std::vector<uint32> history_; member in class:content::RateEstimator
/external/chromium_org/chrome/browser/drive/
H A Devent_logger.h59 std::deque<Event> history_; // guarded by lock_. member in class:drive::EventLogger
/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dsearch_controller.h71 History* history_; // KeyedService, not owned. member in class:app_list::SearchController
H A Dhistory_unittest.cc111 history_.reset(new History(scoped_refptr<HistoryDataStore>(
115 history_->data_->RemoveObserver(history_.get());
116 history_->data_.reset(
117 new HistoryData(history_->store_.get(), kMaxPrimary, kMaxSecondary));
118 history_->data_->AddObserver(history_.get());
120 HistoryDataLoadWaiter(history_->data_.get()).Wait();
121 ASSERT_TRUE(history_->IsReady());
125 StoreFlushWaiter(history_
149 scoped_ptr<History> history_; member in class:app_list::test::SearchHistoryTest
[all...]
/external/chromium_org/chrome/browser/download/
H A Ddownload_history.h48 HistoryService* history_; member in class:DownloadHistory::HistoryAdapter
99 // Callback from |history_| containing all entries in the downloads database
104 // May add |item| to |history_|.
107 // Callback from |history_| when an item was successfully inserted into the
121 // Schedule a record to be removed from |history_| the next time
126 // Removes all |removing_ids_| from |history_|.
131 scoped_ptr<HistoryAdapter> history_; member in class:DownloadHistory
H A Ddownload_history_unittest.cc204 history_(NULL),
261 history_ = new FakeHistoryAdapter();
262 history_->ExpectWillQueryDownloads(infos.Pass());
265 &manager(), scoped_ptr<DownloadHistory::HistoryAdapter>(history_)));
267 history_->ExpectQueryDownloadsDone();
288 history_->set_slow_create_download(slow);
293 history_->FinishCreateDownload();
298 history_->FailCreateDownload();
304 history_->ExpectDownloadCreated(info);
309 history_
481 FakeHistoryAdapter* history_; member in class:__anon3582::DownloadHistoryTest
[all...]
/external/chromium_org/content/browser/speech/endpointer/
H A Denergy_endpointer.h122 scoped_ptr<HistoryRing> history_; member in class:content::EnergyEndpointer
/external/chromium_org/chrome/browser/history/
H A Dhistory_querying_unittest.cc83 history_->QueryHistory(base::UTF8ToUTF16(text_query),
99 ASSERT_TRUE(history_.get());
146 scoped_ptr<HistoryService> history_; member in class:history::HistoryQueryTest
156 history_->AddPage(url, entry.time, context_id, page_id_++, GURL(),
159 history_->SetPageTitle(url, base::UTF8ToUTF16(entry.title));
168 history_.reset(new HistoryService);
169 if (!history_->Init(history_dir_)) {
170 history_.reset(); // Tests should notice this NULL ptr & fail.
184 if (history_) {
185 history_
[all...]

Completed in 2089 milliseconds