Searched refs:GetNextEvent (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/test/functional/
H A Dapptest.py23 self.GetNextEvent(success_id)
45 self.GetNextEvent(self.AddDomMutationObserver('add', 'id("login")',
50 self.GetNextEvent(self.AddDomMutationObserver('remove', 'id("fail")/a'))
51 self.GetNextEvent(success_id)
68 e = self.GetNextEvent(event_id)
H A Dtest_pyauto.py52 lambda: self.GetNextEvent(timeout=2000)) # event queue is empty
/external/chromium_org/chrome/browser/automation/
H A Dautomation_event_queue.h38 void GetNextEvent(AutomationJSONReply* reply,
68 // These store the automation reply data when GetNextEvent is called with no
H A Dautomation_event_queue.cc33 void AutomationEventQueue::GetNextEvent(AutomationJSONReply* reply, function in class:AutomationEventQueue
H A Dtesting_automation_provider.h780 void GetNextEvent(base::DictionaryValue* args, IPC::Message* reply_message);
1278 // the AddLoginObserver and GetNextEvent commands.
H A Dtesting_automation_provider.cc1596 handler_map_["GetNextEvent"] =
1597 &TestingAutomationProvider::GetNextEvent;
4890 void TestingAutomationProvider::GetNextEvent(
4912 automation_event_queue_->GetNextEvent(reply.release(), observer_id, blocking);
/external/chromium_org/chrome/test/pyautolib/
H A Dpyauto.py3260 The id of the created observer, which can be used with GetNextEvent(id)
3301 The id of the created observer, which can be used with GetNextEvent(id)
3371 self.GetNextEvent(observer_id, timeout=timeout)
3375 def GetNextEvent(self, observer_id=-1, blocking=True, timeout=-1): member in class:PyUITest
3404 'command': 'GetNextEvent',
4332 this case the GetNextEvent automation command will always time out.
4356 if self.GetNextEvent(timeout=timeout).get('name') == 'loginfail':

Completed in 141 milliseconds