Searched refs:WKPageUIClient (Results 1 – 18 of 18) sorted by relevance
46 WKPageUIClient uiClient; in TEST()
66 WKPageUIClient uiClient; in TEST()
77 WKPageUIClient uiClient; in TEST()
53 WKPageUIClient uiClient; in TEST()
61 WKPageUIClient uiClient; in TEST()
187 struct WKPageUIClient { struct228 typedef struct WKPageUIClient WKPageUIClient; typedef356 WK_EXPORT void WKPageSetPageUIClient(WKPageRef page, const WKPageUIClient* client);
393 void WKPageSetPageUIClient(WKPageRef pageRef, const WKPageUIClient* wkClient) in WKPageSetPageUIClient()
136 WKPageUIClient otherPageUIClient = { in createOtherPage()273 WKPageUIClient pageUIClient = { in initialize()
95 WKPageUIClient uiClient = { in create()
53 class WebUIClient : public APIClient<WKPageUIClient> {
190 void initializeUIClient(const WKPageUIClient*);
225 void WebPageProxy::initializeUIClient(const WKPageUIClient* client) in initializeUIClient()
455 WKPageUIClient uiClient = { in QWKPage()
615 WKPageUIClient uiClient = {
6276 WKPageUIClient. Also removed a lot of redundant typedefs and added6297 WKPageUIClient structure.6299 function from the WKPageUIClient structure.6635 (QWKPage::QWKPage): Added zeroes for new WKPageUIClient members to avoid breaking the build.11934 Add missingPluginButtonClicked to WKPageUIClient.11945 Call the WKPageUIClient callback.28162 and WKPageUIClient::didNotHandleKeyEvent.28191 Added. Just calls through to the WKPageUIClient.31477 (QWKPage::QWKPage): Add missing ',' in WKPageUIClient initialization list.33965 and propagate it to the WKPageUIClient.[all …]
632 Add takeFocus callback to WKPageUIClient635 …andle moving focus out of the web view in the client, so add a takeFocus callback to WKPageUIClient638 * UIProcess/API/C/WKPage.h: Added WKFocusDirection enum and takeFocus to WKPageUIClient.
576 Add takeFocus callback to WKPageUIClient579 …Add empty WKPageUIClient entries for the takeFocus callback in the MiniBrowser and WebKitTestRunne…
3184 Added zeroes to WKPageUIClient structures to avoid build failures.18558 Update for the addition of WKPageUIClient::didNotHandleKeyEvent