OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BrowserCountChangeNotificationObserver
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/automation/
automation_provider_observers.h
468
class
BrowserCountChangeNotificationObserver
: public NotificationObserver {
470
BrowserCountChangeNotificationObserver
(int target_count,
473
virtual ~
BrowserCountChangeNotificationObserver
();
485
DISALLOW_COPY_AND_ASSIGN(
BrowserCountChangeNotificationObserver
);
[
all
...]
automation_provider_observers.cc
893
BrowserCountChangeNotificationObserver
::
BrowserCountChangeNotificationObserver
(
906
BrowserCountChangeNotificationObserver
::
907
~
BrowserCountChangeNotificationObserver
() {}
909
void
BrowserCountChangeNotificationObserver
::Observe(
[
all
...]
/external/chromium_org/chrome/browser/automation/
automation_provider_observers.h
479
class
BrowserCountChangeNotificationObserver
482
BrowserCountChangeNotificationObserver
(int target_count,
485
virtual ~
BrowserCountChangeNotificationObserver
();
498
DISALLOW_COPY_AND_ASSIGN(
BrowserCountChangeNotificationObserver
);
[
all
...]
automation_provider_observers.cc
854
BrowserCountChangeNotificationObserver
::
BrowserCountChangeNotificationObserver
(
867
BrowserCountChangeNotificationObserver
::
868
~
BrowserCountChangeNotificationObserver
() {}
870
void
BrowserCountChangeNotificationObserver
::Observe(
[
all
...]
Completed in 27 milliseconds