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

  /external/webkit/Source/WebKit/android/jni/
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.cpp 366 callOnMainThread(deliverNotifications, 0);
409 void WebIconDatabase::deliverNotifications(void*)

Completed in 15 milliseconds