HomeSort by relevance Sort by last modified time
    Searched defs:eventID (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/webrtc/system_wrappers/source/
condition_variable_event_win.cc 128 // Get the eventID for the event that will be triggered by next
130 const EventWakeUpType eventID =
133 ++(num_waiters_[eventID]);
141 events[1] = events_[eventID];
150 --(num_waiters_[eventID]);
155 (num_waiters_[eventID] == 0);
161 ResetEvent(events_[eventID]);
186 const EventWakeUpType eventID = eventID_;
187 const bool have_waiters = num_waiters_[eventID] > 0;
191 SetEvent(events_[eventID]);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/loader/appcache/
ApplicationCacheHost.h 67 enum EventID {
127 void notifyApplicationCache(EventID, int progressTotal, int progressDone, WebApplicationCacheHost::ErrorReason, const String& errorURL, int errorStatus, const String& errorMessage);
141 virtual void notifyEventListener(WebApplicationCacheHost::EventID) OVERRIDE FINAL;
149 EventID eventID;
156 DeferredEvent(EventID id, int progressTotal, int progressDone, WebApplicationCacheHost::ErrorReason errorReason, const String& errorURL, int errorStatus, const String& errorMessage)
157 : eventID(id)
173 void dispatchDOMEvent(EventID, int progressTotal, int progressDone, WebApplicationCacheHost::ErrorReason, const String& errorURL, int errorStatus, const String& errorMessage);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 3171 milliseconds