OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ExtensionInstallNotificationObserver
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/automation/
automation_provider_observers.h
271
class
ExtensionInstallNotificationObserver
: public NotificationObserver {
273
ExtensionInstallNotificationObserver
(AutomationProvider* automation,
276
virtual ~
ExtensionInstallNotificationObserver
();
292
DISALLOW_COPY_AND_ASSIGN(
ExtensionInstallNotificationObserver
);
[
all
...]
automation_provider_observers.cc
451
ExtensionInstallNotificationObserver
::
ExtensionInstallNotificationObserver
(
464
ExtensionInstallNotificationObserver
::~
ExtensionInstallNotificationObserver
() {
467
void
ExtensionInstallNotificationObserver
::Observe(
486
void
ExtensionInstallNotificationObserver
::SendResponse(
[
all
...]
Completed in 92 milliseconds