OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ExtensionReadyNotificationObserver
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/automation/
automation_provider_observers.h
319
class
ExtensionReadyNotificationObserver
: public NotificationObserver {
321
ExtensionReadyNotificationObserver
(ExtensionProcessManager* manager,
325
virtual ~
ExtensionReadyNotificationObserver
();
340
DISALLOW_COPY_AND_ASSIGN(
ExtensionReadyNotificationObserver
);
[
all
...]
automation_provider_observers.cc
564
ExtensionReadyNotificationObserver
::
ExtensionReadyNotificationObserver
(
582
ExtensionReadyNotificationObserver
::~
ExtensionReadyNotificationObserver
() {
585
void
ExtensionReadyNotificationObserver
::Observe(
[
all
...]
Completed in 438 milliseconds