OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AutomationEvent
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/automation/
automation_event_queue.h
23
//
AutomationEvent
stores return data dictionay for a single event.
24
class
AutomationEvent
{
26
AutomationEvent
(int observer_id, DictionaryValue* event_value);
27
virtual ~
AutomationEvent
() {}
41
void NotifyEvent(
AutomationEvent
* event);
44
AutomationEvent
* PopEvent();
45
AutomationEvent
* PopEvent(int observer_id);
54
bool operator()(
AutomationEvent
* event) const;
64
std::list<
AutomationEvent
*> event_queue_;
automation_event_queue.cc
18
AutomationEvent
* event) const {
29
AutomationEventQueue::
AutomationEvent
::
AutomationEvent
(
53
AutomationEventQueue::
AutomationEvent
* AutomationEventQueue::PopEvent() {
57
AutomationEvent
* event = event_queue_.back();
62
AutomationEventQueue::
AutomationEvent
* AutomationEventQueue::PopEvent(
64
AutomationEvent
* event = NULL;
65
std::list<
AutomationEvent
*>::reverse_iterator it =
76
AutomationEventQueue::
AutomationEvent
* event) {
110
AutomationEventQueue::
AutomationEvent
* event = wait_observer_id_ < 0
[
all
...]
automation_event_observers.cc
36
new AutomationEventQueue::
AutomationEvent
(
Completed in 455 milliseconds