OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BrowserOpenedNotificationObserver
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/automation/
automation_provider_observers.h
424
class
BrowserOpenedNotificationObserver
: public NotificationObserver {
426
BrowserOpenedNotificationObserver
(AutomationProvider* automation,
428
virtual ~
BrowserOpenedNotificationObserver
();
443
DISALLOW_COPY_AND_ASSIGN(
BrowserOpenedNotificationObserver
);
[
all
...]
automation_provider_observers.cc
801
BrowserOpenedNotificationObserver
::
BrowserOpenedNotificationObserver
(
814
BrowserOpenedNotificationObserver
::~
BrowserOpenedNotificationObserver
() {
817
void
BrowserOpenedNotificationObserver
::Observe(
847
void
BrowserOpenedNotificationObserver
::set_for_browser_command(
[
all
...]
/external/chromium_org/chrome/browser/automation/
automation_provider_observers.h
429
class
BrowserOpenedNotificationObserver
: public content::NotificationObserver {
431
BrowserOpenedNotificationObserver
(AutomationProvider* automation,
434
virtual ~
BrowserOpenedNotificationObserver
();
451
DISALLOW_COPY_AND_ASSIGN(
BrowserOpenedNotificationObserver
);
[
all
...]
automation_provider_observers.cc
739
BrowserOpenedNotificationObserver
::
BrowserOpenedNotificationObserver
(
754
BrowserOpenedNotificationObserver
::~
BrowserOpenedNotificationObserver
() {
757
void
BrowserOpenedNotificationObserver
::Observe(
797
void
BrowserOpenedNotificationObserver
::set_for_browser_command(
[
all
...]
Completed in 28 milliseconds