OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:extensionunloadnotificationobserver
(Results
1 - 5
of
5
) sorted by null
/external/chromium/chrome/browser/automation/
automation_provider_observers.h
343
class
ExtensionUnloadNotificationObserver
: public NotificationObserver {
345
ExtensionUnloadNotificationObserver
();
346
virtual ~
ExtensionUnloadNotificationObserver
();
361
DISALLOW_COPY_AND_ASSIGN(
ExtensionUnloadNotificationObserver
);
[
all
...]
automation_provider.cc
823
ExtensionUnloadNotificationObserver
observer;
857
ExtensionUnloadNotificationObserver
observer;
[
all
...]
automation_provider_observers.cc
635
ExtensionUnloadNotificationObserver
::
ExtensionUnloadNotificationObserver
()
641
ExtensionUnloadNotificationObserver
::~
ExtensionUnloadNotificationObserver
() {
644
void
ExtensionUnloadNotificationObserver
::Observe(
[
all
...]
/external/chromium_org/chrome/browser/automation/
automation_provider_observers.h
374
class
ExtensionUnloadNotificationObserver
377
ExtensionUnloadNotificationObserver
();
378
virtual ~
ExtensionUnloadNotificationObserver
();
393
DISALLOW_COPY_AND_ASSIGN(
ExtensionUnloadNotificationObserver
);
[
all
...]
automation_provider_observers.cc
675
ExtensionUnloadNotificationObserver
::
ExtensionUnloadNotificationObserver
()
681
ExtensionUnloadNotificationObserver
::~
ExtensionUnloadNotificationObserver
() {
684
void
ExtensionUnloadNotificationObserver
::Observe(
[
all
...]
Completed in 2723 milliseconds