Home
last modified time | relevance | path

Searched defs:eventID (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/src/system_wrappers/source/
Dcondition_variable_win.cc146 const EventWakeUpType eventID = (WAKEALL_0 == _eventID) ? in SleepCS() local
214 const EventWakeUpType eventID = _eventID; in WakeAll() local
/external/webkit/Source/WebKit/chromium/src/
DApplicationCacheHostInternal.h61 virtual void notifyEventListener(WebKit::WebApplicationCacheHost::EventID eventID) in notifyEventListener()
/external/webkit/Source/WebCore/loader/appcache/
DApplicationCacheGroup.cpp1067 …heListenerTask> create(PassRefPtr<DocumentLoader> loader, ApplicationCacheHost::EventID eventID, i… in create()
1086 …CallCacheListenerTask(PassRefPtr<DocumentLoader> loader, ApplicationCacheHost::EventID eventID, in… in CallCacheListenerTask()
1100 void ApplicationCacheGroup::postListenerTask(ApplicationCacheHost::EventID eventID, int progressTot… in postListenerTask()
1107 void ApplicationCacheGroup::postListenerTask(ApplicationCacheHost::EventID eventID, int progressTot… in postListenerTask()
DApplicationCacheHost.h169 EventID eventID; member
/external/sonivox/jet_tools/JetCreator/
DJetPreview.py75 def TriggerClip(self, eventID): argument