OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AutomationEventQueue
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/chrome/browser/automation/
automation_event_queue.cc
15
AutomationEventQueue
::CompareObserverId::CompareObserverId(int id) : id_(id) {}
17
bool
AutomationEventQueue
::CompareObserverId::operator()(
22
AutomationEventQueue
::
AutomationEventQueue
()
25
AutomationEventQueue
::~
AutomationEventQueue
() {
29
AutomationEventQueue
::AutomationEvent::AutomationEvent(
33
void
AutomationEventQueue
::GetNextEvent(AutomationJSONReply* reply,
44
void
AutomationEventQueue
::Clear() {
49
bool
AutomationEventQueue
::IsEmpty() const
[
all
...]
automation_event_queue.h
17
//
AutomationEventQueue
maintains a queue of unhandled automation events.
18
class
AutomationEventQueue
{
20
AutomationEventQueue
();
21
virtual ~
AutomationEventQueue
();
73
DISALLOW_COPY_AND_ASSIGN(
AutomationEventQueue
);
automation_event_observers.h
20
// AutomationEvent into the
AutomationEventQueue
for each occurance.
23
explicit AutomationEventObserver(
AutomationEventQueue
* event_queue,
35
AutomationEventQueue
* event_queue_;
51
DomEventObserver(
AutomationEventQueue
* event_queue,
86
LoginEventObserver(
AutomationEventQueue
* event_queue,
automation_event_observers.cc
20
AutomationEventQueue
* event_queue, bool recurring)
36
new
AutomationEventQueue
::AutomationEvent(
59
AutomationEventQueue
* event_queue,
automation_event_observers_chromeos.cc
12
AutomationEventQueue
* event_queue,
testing_automation_provider_chromeos.cc
239
automation_event_queue_.reset(new
AutomationEventQueue
);
testing_automation_provider.h
753
// Creates a DomEventObserver associated with the
AutomationEventQueue
.
763
// Removes an event observer associated with the
AutomationEventQueue
.
770
// Retrieves an event from the
AutomationEventQueue
.
[
all
...]
testing_automation_provider.cc
[
all
...]
Completed in 173 milliseconds