Searched defs:tab_info (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/browser/download/
H A Ddownload_resource_handler.cc61 DownloadResourceHandler::DownloadTabInfo* tab_info,
79 info->tab_url = tab_info->tab_url;
80 info->tab_referrer_url = tab_info->tab_referrer_url;
87 DownloadResourceHandler::DownloadTabInfo* tab_info) {
94 tab_info->tab_url = entry->GetURL();
95 tab_info->tab_referrer_url = entry->GetReferrer().url;
59 StartOnUIThread( scoped_ptr<DownloadCreateInfo> info, DownloadResourceHandler::DownloadTabInfo* tab_info, scoped_ptr<ByteStreamReader> stream, const DownloadUrlParameters::OnStartedCallback& started_cb) argument
85 InitializeDownloadTabInfoOnUIThread( const DownloadRequestHandle& request_handle, DownloadResourceHandler::DownloadTabInfo* tab_info) argument
/external/chromium_org/chrome/browser/extensions/
H A Dextension_tab_util.cc414 base::DictionaryValue* tab_info) {
420 tab_info->Remove(keys::kUrlKey, NULL);
421 tab_info->Remove(keys::kTitleKey, NULL);
422 tab_info->Remove(keys::kFaviconUrlKey, NULL);
411 ScrubTabValueForExtension( WebContents* contents, const Extension* extension, base::DictionaryValue* tab_info) argument
/external/chromium_org/chrome/browser/ui/toolbar/
H A Drecent_tabs_builder_test_helper.cc144 TabInfo tab_info; local
145 tab_info.id = CreateUniqueID();
146 tab_info.timestamp = timestamp;
147 tab_info.title = title;
148 sessions_[session_index].windows[window_index].tabs.push_back(tab_info);

Completed in 9681 milliseconds