HomeSort by relevance Sort by last modified time
    Searched full:tab_info (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
tab_list_backend.py 54 tab_info = self.GetContextInfo(tab_id)
55 assert tab_info is not None
56 return tab_info['url']
  /external/chromium_org/chrome/browser/ui/toolbar/
recent_tabs_builder_test_helper.cc 144 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);
  /external/chromium_org/content/browser/download/
download_resource_handler.cc 61 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;
  /external/chromium_org/chrome/browser/extensions/
extension_tab_util.h 119 // tab_info object is modified in place.
122 base::DictionaryValue* tab_info);
extension_tab_util.cc 414 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);

Completed in 1343 milliseconds