HomeSort by relevance Sort by last modified time
    Searched refs:deliverNotifications (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebKit/android/jni/
WebIconDatabase.h 60 static void DeliverNotifications(void*);
64 void deliverNotifications();
WebIconDatabase.cpp 85 JavaSharedClient::EnqueueFunctionPtr(DeliverNotifications, this);
135 void WebIconDatabase::DeliverNotifications(void* v)
138 ((WebIconDatabase*)v)->deliverNotifications();
142 void WebIconDatabase::deliverNotifications()
  /external/webkit/Source/WebKit/win/
WebIconDatabase.h 133 static void deliverNotifications(void*);
WebIconDatabase.cpp 366 callOnMainThread(deliverNotifications, 0);
409 void WebIconDatabase::deliverNotifications(void*)

Completed in 367 milliseconds