Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/extensions/api/tabs/
Dtabs_api.cc1112 TabStripModel* new_tab_strip = NULL; in RunImpl() local
1115 &new_tab_strip, in RunImpl()
1117 if (!new_tab_strip || new_tab_index == -1) { in RunImpl()
1124 new_tab_strip, new_tab_index, GetExtension())); in RunImpl()