OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebNavigationEventRouter
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/web_navigation/
web_navigation_api.h
130
class
WebNavigationEventRouter
: public TabStripModelObserver,
134
explicit
WebNavigationEventRouter
(Profile* profile);
135
virtual ~
WebNavigationEventRouter
();
191
DISALLOW_COPY_AND_ASSIGN(
WebNavigationEventRouter
);
237
scoped_ptr<
WebNavigationEventRouter
> web_navigation_event_router_;
web_navigation_api.cc
57
WebNavigationEventRouter
::PendingWebContents::PendingWebContents()
64
WebNavigationEventRouter
::PendingWebContents::PendingWebContents(
75
WebNavigationEventRouter
::PendingWebContents::~PendingWebContents() {}
77
WebNavigationEventRouter
::
WebNavigationEventRouter
(Profile* profile)
95
WebNavigationEventRouter
::~
WebNavigationEventRouter
() {
101
void
WebNavigationEventRouter
::OnBrowserAdded(Browser* browser) {
107
void
WebNavigationEventRouter
::OnBrowserRemoved(Browser* browser) {
113
void
WebNavigationEventRouter
::TabReplacedAt
[
all
...]
Completed in 2190 milliseconds