Searched refs:GetNextEvent (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/chrome/test/functional/ |
D | apptest.py | 23 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)
|
D | test_pyauto.py | 52 lambda: self.GetNextEvent(timeout=2000)) # event queue is empty
|
/external/chromium_org/chrome/browser/automation/ |
D | automation_event_queue.h | 38 void GetNextEvent(AutomationJSONReply* reply,
|
D | automation_event_queue.cc | 33 void AutomationEventQueue::GetNextEvent(AutomationJSONReply* reply, in GetNextEvent() function in AutomationEventQueue
|
D | testing_automation_provider.h | 780 void GetNextEvent(base::DictionaryValue* args, IPC::Message* reply_message);
|
D | testing_automation_provider.cc | 1590 &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/ |
D | pyauto.py | 3367 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':
|