OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/
browser_event_router.h
149
void
RegisterForTabNotifications
(content::WebContents* contents);
151
// Removes notifications added in
RegisterForTabNotifications
.
browser_event_router.cc
119
RegisterForTabNotifications
(tab_strip->GetWebContentsAt(i));
123
void BrowserEventRouter::
RegisterForTabNotifications
(WebContents* contents) {
188
RegisterForTabNotifications
(contents);
536
RegisterForTabNotifications
(new_contents);
Completed in 406 milliseconds