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

  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
tab_list_backend.py 70 tab_info = self._FindTabInfo(debugger_url)
73 # assert tab_info is not None
74 return tab_info['url'] if tab_info else None
121 def GetDebuggerUrl(tab_info):
122 if 'webSocketDebuggerUrl' not in tab_info:
124 return tab_info['webSocketDebuggerUrl']
133 for tab_info in self._ListTabs():
134 if tab_info.get('id') == tab_id:
135 return tab_info
    [all...]
  /external/chromium_org/chrome/browser/ui/toolbar/
recent_tabs_builder_test_helper.cc 141 TabInfo tab_info; local
142 tab_info.id = CreateUniqueID();
143 tab_info.timestamp = timestamp;
144 tab_info.title = title;
145 sessions_[session_index].windows[window_index].tabs.push_back(tab_info);
  /external/chromium_org/chrome/browser/extensions/
extension_tab_util.h 75 // tab_info object is modified in place.
78 base::DictionaryValue* tab_info);
extension_tab_util.cc 173 DictionaryValue* tab_info) {
180 tab_info->Remove(keys::kUrlKey, NULL);
181 tab_info->Remove(keys::kTitleKey, NULL);
182 tab_info->Remove(keys::kFaviconUrlKey, NULL);
  /external/chromium_org/chrome/test/functional/
netflix.py 80 tab_info = self._pyauto.GetBrowserInfo()['windows'][0]['tabs'][0]
81 infobars = tab_info['infobars']
infobars.py 81 tab_info = self._GetTabInfo(windex, tab_index)
82 geolocation_infobar = tab_info['infobars']
  /external/chromium/chrome/browser/chromeos/login/
wizard_accessibility_handler.cc 247 const AccessibilityTabInfo* tab_info = local
250 AppendIndexOfCount(tab_info->tab_index() + 1,
251 tab_info->tab_count(),

Completed in 725 milliseconds