Searched refs:DownloadTestItemCreationObserver (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/public/test/
H A Ddownload_test_observer.h277 class DownloadTestItemCreationObserver class in namespace:content
278 : public base::RefCountedThreadSafe<DownloadTestItemCreationObserver> {
280 DownloadTestItemCreationObserver();
294 friend class base::RefCountedThreadSafe<DownloadTestItemCreationObserver>;
296 ~DownloadTestItemCreationObserver();
311 DISALLOW_COPY_AND_ASSIGN(DownloadTestItemCreationObserver);
H A Ddownload_test_observer.cc414 DownloadTestItemCreationObserver::DownloadTestItemCreationObserver() function in class:content::DownloadTestItemCreationObserver
421 DownloadTestItemCreationObserver::~DownloadTestItemCreationObserver() {
424 void DownloadTestItemCreationObserver::WaitForDownloadItemCreation() {
434 void DownloadTestItemCreationObserver::DownloadItemCreationCallback(
450 DownloadTestItemCreationObserver::callback() {
452 &DownloadTestItemCreationObserver::DownloadItemCreationCallback, this);
/external/chromium_org/chrome/browser/download/
H A Ddownload_browsertest.cc889 scoped_refptr<content::DownloadTestItemCreationObserver>
890 creation_observer(new content::DownloadTestItemCreationObserver);

Completed in 144 milliseconds