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

/external/chromium/chrome/browser/extensions/
H A Dextension_tabs_module.cc63 static bool GetTabById(int tab_id, Profile* profile,
218 bool ExtensionTabUtil::GetTabById(int tab_id, Profile* profile, function in class:ExtensionTabUtil
384 if (!GetTabById(tab_id, profile(), include_incognito(),
776 if (!GetTabById(tab_id, profile(), include_incognito(),
809 if (!GetTabById(tab_id, profile(), include_incognito(),
960 if (!GetTabById(tab_id, profile(), include_incognito(),
1046 if (!GetTabById(tab_id, profile(), include_incognito(),
1243 if (!GetTabById(tab_id, profile(), include_incognito(),
1332 static bool GetTabById(int tab_id, Profile* profile, function
1339 if (ExtensionTabUtil::GetTabById(tab_i
[all...]

Completed in 67 milliseconds