OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BrowserClosedNotificationObserver
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/automation/
automation_provider_observers.h
446
class
BrowserClosedNotificationObserver
: public NotificationObserver {
448
BrowserClosedNotificationObserver
(Browser* browser,
451
virtual ~
BrowserClosedNotificationObserver
();
465
DISALLOW_COPY_AND_ASSIGN(
BrowserClosedNotificationObserver
);
[
all
...]
automation_provider_observers.cc
852
BrowserClosedNotificationObserver
::
BrowserClosedNotificationObserver
(
863
BrowserClosedNotificationObserver
::~
BrowserClosedNotificationObserver
() {}
865
void
BrowserClosedNotificationObserver
::Observe(
888
void
BrowserClosedNotificationObserver
::set_for_browser_command(
[
all
...]
/external/chromium_org/chrome/browser/automation/
automation_provider_observers.h
454
class
BrowserClosedNotificationObserver
: public content::NotificationObserver {
456
BrowserClosedNotificationObserver
(Browser* browser,
460
virtual ~
BrowserClosedNotificationObserver
();
476
DISALLOW_COPY_AND_ASSIGN(
BrowserClosedNotificationObserver
);
[
all
...]
automation_provider_observers.cc
802
BrowserClosedNotificationObserver
::
BrowserClosedNotificationObserver
(
815
BrowserClosedNotificationObserver
::~
BrowserClosedNotificationObserver
() {}
817
void
BrowserClosedNotificationObserver
::Observe(
849
void
BrowserClosedNotificationObserver
::set_for_browser_command(
[
all
...]
Completed in 28 milliseconds