Home
last modified time | relevance | path

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

/external/chromium_org/chrome/test/functional/
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)
Dtest_pyauto.py52 lambda: self.GetNextEvent(timeout=2000)) # event queue is empty
/external/chromium_org/chrome/browser/automation/
Dautomation_event_queue.h38 void GetNextEvent(AutomationJSONReply* reply,
Dautomation_event_queue.cc33 void AutomationEventQueue::GetNextEvent(AutomationJSONReply* reply, in GetNextEvent() function in AutomationEventQueue
Dtesting_automation_provider.h780 void GetNextEvent(base::DictionaryValue* args, IPC::Message* reply_message);
Dtesting_automation_provider.cc1590 &TestingAutomationProvider::GetNextEvent; in BuildJSONHandlerMaps()
4848 void TestingAutomationProvider::GetNextEvent( in GetNextEvent() function in TestingAutomationProvider
4870 automation_event_queue_->GetNextEvent(reply.release(), observer_id, blocking); in GetNextEvent()
/external/chromium_org/chrome/test/pyautolib/
Dpyauto.py3367 self.GetNextEvent(observer_id, timeout=timeout)
3371 def GetNextEvent(self, observer_id=-1, blocking=True, timeout=-1): member in PyUITest
4352 if self.GetNextEvent(timeout=timeout).get('name') == 'loginfail':