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

  /external/chromium_org/chrome/browser/extensions/
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...]
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);
extension_service.h 60 class BrowserEventRouter;
551 extensions::BrowserEventRouter* browser_event_router() {
    [all...]
extension_service.cc 481 browser_event_router_.reset(new extensions::BrowserEventRouter(profile_));
    [all...]

Completed in 3794 milliseconds