Searched refs:called_back_count_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/public/test/
H A Ddownload_test_observer.h286 bool started() const { return called_back_count_ > 0; }
306 size_t called_back_count_; member in class:content::DownloadTestItemCreationObserver
H A Ddownload_test_observer.cc417 called_back_count_(0),
427 if (called_back_count_ == 0) {
442 ++called_back_count_;
443 DCHECK_EQ(1u, called_back_count_);

Completed in 1089 milliseconds