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

/external/chromium_org/content/browser/download/
H A Ddownload_resource_handler.cc123 tab_info_ = new DownloadTabInfo();
132 tab_info_));
250 base::Owned(tab_info_),
257 tab_info_ = NULL;
528 // tab_info_ must be destroyed on UI thread, since
530 if (tab_info_)
531 BrowserThread::DeleteSoon(BrowserThread::UI, FROM_HERE, tab_info_);
H A Ddownload_resource_handler.h105 // Created on IO thread, but only accessed on UI thread. |tab_info_| holds
107 DownloadTabInfo* tab_info_; member in class:content::DownloadResourceHandler

Completed in 70 milliseconds