Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/extensions/
Dextension_browser_event_router.h100 void TabCreatedAt(TabContents* contents, int index, bool foreground);
Dextension_browser_event_router.cc262 void ExtensionBrowserEventRouter::TabCreatedAt(TabContents* contents, in TabCreatedAt() function in ExtensionBrowserEventRouter
279 TabCreatedAt(contents->tab_contents(), index, foreground); in TabInsertedAt()