OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BrowserEventRouter
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/extensions/
browser_event_router.h
26
// The
BrowserEventRouter
listens to Browser window & tab events
28
//
BrowserEventRouter
listens to *all* events, but will only route
31
class
BrowserEventRouter
: public TabStripModelObserver,
35
explicit
BrowserEventRouter
(Profile* profile);
36
virtual ~
BrowserEventRouter
();
105
// The
BrowserEventRouter
listens to events for all profiles,
206
DISALLOW_COPY_AND_ASSIGN(
BrowserEventRouter
);
browser_event_router.cc
43
BrowserEventRouter
::TabEntry::TabEntry()
48
DictionaryValue*
BrowserEventRouter
::TabEntry::UpdateLoadState(
64
DictionaryValue*
BrowserEventRouter
::TabEntry::DidNavigate(
80
BrowserEventRouter
::
BrowserEventRouter
(Profile* profile)
103
BrowserEventRouter
::~
BrowserEventRouter
() {
107
void
BrowserEventRouter
::OnBrowserAdded(Browser* browser) {
111
void
BrowserEventRouter
::RegisterForBrowserNotifications(Browser* browser) {
123
void
BrowserEventRouter
::RegisterForTabNotifications(WebContents* contents)
[
all
...]
Completed in 1622 milliseconds