OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DeliverNotifications
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit/android/jni/
WebIconDatabase.h
61
static void
DeliverNotifications
(void*);
65
void
deliverNotifications
();
WebIconDatabase.cpp
98
JavaSharedClient::EnqueueFunctionPtr(
DeliverNotifications
, this);
148
void WebIconDatabase::
DeliverNotifications
(void* v)
151
((WebIconDatabase*)v)->
deliverNotifications
();
155
void WebIconDatabase::
deliverNotifications
()
Completed in 95 milliseconds