OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AutomationEventObserver
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/automation/
automation_event_observers.cc
19
AutomationEventObserver
::
AutomationEventObserver
(
28
AutomationEventObserver
::~
AutomationEventObserver
() {}
30
void
AutomationEventObserver
::NotifyEvent(DictionaryValue* value) {
44
void
AutomationEventObserver
::Init(int observer_id) {
48
int
AutomationEventObserver
::GetId() const {
52
void
AutomationEventObserver
::RemoveIfDone() {
63
:
AutomationEventObserver
(event_queue, recurring),
74
AutomationEventObserver
::Init(observer_id)
[
all
...]
automation_event_observers.h
19
//
AutomationEventObserver
watches for a specific event, and pushes an
21
class
AutomationEventObserver
{
23
explicit
AutomationEventObserver
(AutomationEventQueue* event_queue,
25
virtual ~
AutomationEventObserver
();
42
DISALLOW_COPY_AND_ASSIGN(
AutomationEventObserver
);
45
//
AutomationEventObserver
implementation that listens for explicitly raised
49
: public
AutomationEventObserver
, public content::NotificationObserver {
83
: public
AutomationEventObserver
,
Completed in 42 milliseconds