OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WKPageFormClient
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/WebKit2/UIProcess/
WebFormClient.h
42
class WebFormClient : public APIClient<
WKPageFormClient
> {
WebPageProxy.h
186
void initializeFormClient(const
WKPageFormClient
*);
[
all
...]
WebPageProxy.cpp
215
void WebPageProxy::initializeFormClient(const
WKPageFormClient
* formClient)
[
all
...]
/external/webkit/Source/WebKit2/UIProcess/API/C/
WKPage.h
126
struct
WKPageFormClient
{
131
typedef struct
WKPageFormClient
WKPageFormClient
;
352
WK_EXPORT void WKPageSetPageFormClient(WKPageRef page, const
WKPageFormClient
* client);
WKPage.cpp
365
void WKPageSetPageFormClient(WKPageRef pageRef, const
WKPageFormClient
* wkClient)
Completed in 3088 milliseconds