HomeSort by relevance Sort by last modified time
    Searched full:delivernotifications (Results 1 - 11 of 11) sorted by null

  /external/webkit/WebKit/android/jni/
WebIconDatabase.h 56 static void DeliverNotifications(void*);
60 void deliverNotifications();
WebIconDatabase.cpp 73 JavaSharedClient::EnqueueFunctionPtr(DeliverNotifications, this);
103 void WebIconDatabase::DeliverNotifications(void* v)
106 ((WebIconDatabase*)v)->deliverNotifications();
110 void WebIconDatabase::deliverNotifications()
  /external/webkit/WebKit/win/
WebIconDatabase.h 128 static void deliverNotifications(void*);
WebIconDatabase.cpp 325 callOnMainThread(deliverNotifications, 0);
368 void WebIconDatabase::deliverNotifications(void*)
ChangeLog-2009-06-16     [all...]
  /external/opencore/baselibs/thread_messaging/src/
pv_interface_proxy.h 141 OSCL_IMPORT_REF void DeliverNotifications(int32 aCount, int32& aNoticesPending);
pv_interface_proxy.cpp 242 OSCL_EXPORT_REF void CPVInterfaceProxy::DeliverNotifications(int32 aTargetCount, int32& aNoticesPending)
pv_proxied_interface.h 198 virtual void DeliverNotifications(int32 aMaxCount, int32& aPendingCount) = 0;
  /external/opencore/codecs_v2/omx/omx_proxy/src/
pv_omx_interface_proxy.h 150 OSCL_IMPORT_REF void DeliverNotifications(int32 aCount, int32& aNoticesPending);
pv_omx_interface_proxy.cpp 296 OSCL_EXPORT_REF void CPVInterfaceProxy_OMX::DeliverNotifications(int32 aTargetCount, int32& aNoticesPending)
pv_omx_proxied_interface.h 204 virtual void DeliverNotifications(int32 aMaxCount, int32& aPendingCount) = 0;

Completed in 243 milliseconds