Home
last modified time | relevance | path

Searched refs:effective_tab (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/download/
Ddownload_request_limiter.cc266 TabContents* effective_tab = originating_tab; in CanDownloadImpl() local
267 if (effective_tab->delegate()) { in CanDownloadImpl()
268 effective_tab = in CanDownloadImpl()
269 effective_tab->delegate()->GetConstrainingContents(effective_tab); in CanDownloadImpl()
273 &effective_tab->controller(), &originating_tab->controller(), true); in CanDownloadImpl()
293 state->PromptUserForDownload(effective_tab, callback); in CanDownloadImpl()