Searched refs:WebNavigationEventRouter (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/web_navigation/
H A Dweb_navigation_api.h130 class WebNavigationEventRouter : public TabStripModelObserver, class in namespace:extensions
134 explicit WebNavigationEventRouter(Profile* profile);
135 virtual ~WebNavigationEventRouter();
191 DISALLOW_COPY_AND_ASSIGN(WebNavigationEventRouter);
237 scoped_ptr<WebNavigationEventRouter> web_navigation_event_router_;
H A Dweb_navigation_api.cc57 WebNavigationEventRouter::PendingWebContents::PendingWebContents()
64 WebNavigationEventRouter::PendingWebContents::PendingWebContents(
75 WebNavigationEventRouter::PendingWebContents::~PendingWebContents() {}
77 WebNavigationEventRouter::WebNavigationEventRouter(Profile* profile) function in class:extensions::WebNavigationEventRouter
95 WebNavigationEventRouter::~WebNavigationEventRouter() {
101 void WebNavigationEventRouter::OnBrowserAdded(Browser* browser) {
107 void WebNavigationEventRouter::OnBrowserRemoved(Browser* browser) {
113 void WebNavigationEventRouter
[all...]

Completed in 209 milliseconds