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

  /external/chromium/chrome/browser/extensions/
extension_browser_event_router.h 127 void RegisterForTabNotifications(TabContents* contents);
129 // Removes notifications added in RegisterForTabNotifications.
extension_browser_event_router.cc 178 RegisterForTabNotifications(browser->GetTabContentsAt(i));
182 void ExtensionBrowserEventRouter::RegisterForTabNotifications(
268 RegisterForTabNotifications(contents);
  /external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_event_router.h 113 void RegisterForTabNotifications(content::WebContents* contents);
115 // Removes notifications added in RegisterForTabNotifications.
tabs_event_router.cc 133 RegisterForTabNotifications(tab_strip->GetWebContentsAt(i));
137 void TabsEventRouter::RegisterForTabNotifications(WebContents* contents) {
202 RegisterForTabNotifications(contents);
537 RegisterForTabNotifications(new_contents);

Completed in 480 milliseconds