OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WKPageFindClient
(Results
1 - 6
of
6
) sorted by null
/external/webkit/Source/WebKit2/UIProcess/
WebFindClient.h
37
class WebFindClient : public APIClient<
WKPageFindClient
> {
WebPageProxy.h
185
void initializeFindClient(const
WKPageFindClient
*);
[
all
...]
WebPageProxy.cpp
236
void WebPageProxy::initializeFindClient(const
WKPageFindClient
* client)
[
all
...]
/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/
Find.cpp
63
WKPageFindClient
findClient;
/external/webkit/Source/WebKit2/UIProcess/API/C/
WKPage.h
235
struct
WKPageFindClient
{
242
typedef struct
WKPageFindClient
WKPageFindClient
;
351
WK_EXPORT void WKPageSetPageFindClient(WKPageRef page, const
WKPageFindClient
* client);
WKPage.cpp
358
void WKPageSetPageFindClient(WKPageRef pageRef, const
WKPageFindClient
* wkClient)
Completed in 195 milliseconds