OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WKPageForceRepaintFunction
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit2/UIProcess/API/C/
WKPage.h
379
typedef void (*
WKPageForceRepaintFunction
)(WKErrorRef, void*);
380
WK_EXPORT void WKPageForceRepaint(WKPageRef page, void* context,
WKPageForceRepaintFunction
function);
WKPage.cpp
476
void WKPageForceRepaint(WKPageRef pageRef, void* context,
WKPageForceRepaintFunction
callback)
Completed in 934 milliseconds