Searched refs:clientInfo (Results 1 - 25 of 139) sorted by relevance

123456

/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/gtk/
H A DWebKitFullscreenClient.cpp28 static bool willEnterFullScreen(const void* clientInfo) argument
30 return webkitWebViewEnterFullScreen(WEBKIT_WEB_VIEW(clientInfo));
33 static bool willExitFullScreen(const void* clientInfo) argument
35 return webkitWebViewLeaveFullScreen(WEBKIT_WEB_VIEW(clientInfo));
43 webView, // clientInfo
H A DWebKitRequestManagerClient.cpp27 static void startLoading(WKSoupCustomProtocolRequestManagerRef, uint64_t customProtocolID, WKURLRequestRef requestRef, const void* clientInfo) argument
29 webkitWebContextStartLoadingCustomProtocol(WEBKIT_WEB_CONTEXT(clientInfo), customProtocolID, toImpl(requestRef));
32 static void stopLoading(WKSoupCustomProtocolRequestManagerRef, uint64_t customProtocolID, const void* clientInfo) argument
34 webkitWebContextStopLoadingCustomProtocol(WEBKIT_WEB_CONTEXT(clientInfo), customProtocolID);
42 webContext // clientInfo
H A DWebKitLoaderClient.cpp35 static void didStartProvisionalLoadForFrame(WKPageRef, WKFrameRef frame, WKTypeRef /* userData */, const void* clientInfo) argument
40 webkitWebViewLoadChanged(WEBKIT_WEB_VIEW(clientInfo), WEBKIT_LOAD_STARTED);
43 static void didReceiveServerRedirectForProvisionalLoadForFrame(WKPageRef, WKFrameRef frame, WKTypeRef /* userData */, const void* clientInfo) argument
48 webkitWebViewLoadChanged(WEBKIT_WEB_VIEW(clientInfo), WEBKIT_LOAD_REDIRECTED);
51 static void didFailProvisionalLoadWithErrorForFrame(WKPageRef, WKFrameRef frame, WKErrorRef error, WKTypeRef /* userData */, const void* clientInfo) argument
60 webkitWebViewLoadFailedWithTLSErrors(WEBKIT_WEB_VIEW(clientInfo), resourceError.failingURL().utf8().data(), webError.get(),
63 webkitWebViewLoadFailed(WEBKIT_WEB_VIEW(clientInfo), WEBKIT_LOAD_STARTED, resourceError.failingURL().utf8().data(), webError.get());
66 static void didCommitLoadForFrame(WKPageRef, WKFrameRef frame, WKTypeRef /* userData */, const void* clientInfo) argument
71 webkitWebViewLoadChanged(WEBKIT_WEB_VIEW(clientInfo), WEBKIT_LOAD_COMMITTED);
74 static void didFinishLoadForFrame(WKPageRef, WKFrameRef frame, WKTypeRef /* userData */, const void* clientInfo) argument
82 didFailLoadWithErrorForFrame(WKPageRef, WKFrameRef frame, WKErrorRef error, WKTypeRef, const void* clientInfo) argument
94 didSameDocumentNavigationForFrame(WKPageRef, WKFrameRef frame, WKSameDocumentNavigationType, WKTypeRef, const void* clientInfo) argument
102 didReceiveTitleForFrame(WKPageRef, WKStringRef titleRef, WKFrameRef frameRef, WKTypeRef, const void* clientInfo) argument
110 didDisplayInsecureContentForFrame(WKPageRef, WKFrameRef, WKTypeRef , const void *clientInfo) argument
115 didRunInsecureContentForFrame(WKPageRef, WKFrameRef, WKTypeRef , const void *clientInfo) argument
120 didChangeProgress(WKPageRef page, const void* clientInfo) argument
125 didChangeBackForwardList(WKPageRef, WKBackForwardListItemRef addedItem, WKArrayRef removedItems, const void* clientInfo) argument
130 didReceiveAuthenticationChallengeInFrame(WKPageRef, WKFrameRef, WKAuthenticationChallengeRef authenticationChallenge, const void *clientInfo) argument
135 processDidCrash(WKPageRef, const void* clientInfo) argument
[all...]
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/C/
H A DWKNotificationProvider.h35 typedef void (*WKNotificationProviderShowCallback)(WKPageRef page, WKNotificationRef notification, const void* clientInfo);
36 typedef void (*WKNotificationProviderCancelCallback)(WKNotificationRef notification, const void* clientInfo);
37 typedef void (*WKNotificationProviderDidDestroyNotificationCallback)(WKNotificationRef notification, const void* clientInfo);
38 typedef void (*WKNotificationProviderAddNotificationManagerCallback)(WKNotificationManagerRef manager, const void* clientInfo);
39 typedef void (*WKNotificationProviderRemoveNotificationManagerCallback)(WKNotificationManagerRef manager, const void* clientInfo);
40 typedef WKDictionaryRef (*WKNotificationProviderNotificationPermissionsCallback)(const void* clientInfo);
41 typedef void (*WKNotificationProviderClearNotificationsCallback)(WKArrayRef notificationIDs, const void* clientInfo);
45 const void* clientInfo; member in struct:WKNotificationProviderBase
64 const void* clientInfo; member in struct:WKNotificationProvider
H A DWKTextChecker.h36 typedef bool (*WKTextCheckerContinousSpellCheckingAllowed)(const void *clientInfo);
37 typedef bool (*WKTextCheckerContinousSpellCheckingEnabled)(const void *clientInfo);
38 typedef void (*WKTextCheckerSetContinousSpellCheckingEnabled)(bool enabled, const void *clientInfo);
39 typedef bool (*WKTextCheckerGrammarCheckingEnabled)(const void *clientInfo);
40 typedef void (*WKTextCheckerSetGrammarCheckingEnabled)(bool enabled, const void *clientInfo);
41 typedef uint64_t (*WKTextCheckerUniqueSpellDocumentTag)(WKPageRef page, const void *clientInfo);
42 typedef void (*WKTextCheckerCloseSpellDocumentWithTag)(uint64_t tag, const void *clientInfo);
43 typedef void (*WKTextCheckerCheckSpellingOfString)(uint64_t tag, WKStringRef text, int32_t* misspellingLocation, int32_t* misspellingLength, const void *clientInfo);
44 typedef void (*WKTextCheckerCheckGrammarOfString)(uint64_t tag, WKStringRef text, WKArrayRef* grammarDetails, int32_t* badGrammarLocation, int32_t* badGrammarLength, const void *clientInfo);
45 typedef bool (*WKTextCheckerSpellingUIIsShowing)(const void *clientInfo);
55 const void * clientInfo; member in struct:WKTextCheckerClientBase
[all...]
H A DWKContextConnectionClient.h31 typedef void (*WKContextDidCreateConnection)(WKContextRef context, WKConnectionRef connection, const void* clientInfo);
35 const void * clientInfo; member in struct:WKContextConnectionClientBase
48 const void * clientInfo; member in struct:WKContextConnectionClient
H A DWKPageFindClient.h35 typedef void (*WKPageDidFindStringCallback)(WKPageRef page, WKStringRef string, unsigned matchCount, const void* clientInfo);
36 typedef void (*WKPageDidFailToFindStringCallback)(WKPageRef page, WKStringRef string, const void* clientInfo);
37 typedef void (*WKPageDidCountStringMatchesCallback)(WKPageRef page, WKStringRef string, unsigned matchCount, const void* clientInfo);
41 const void * clientInfo; member in struct:WKPageFindClientBase
56 const void * clientInfo; member in struct:WKPageFindClient
H A DWKContextDownloadClient.h31 typedef void (*WKContextDownloadDidStartCallback)(WKContextRef context, WKDownloadRef download, const void *clientInfo);
32 typedef void (*WKContextDownloadDidReceiveAuthenticationChallengeCallback)(WKContextRef context, WKDownloadRef download, WKAuthenticationChallengeRef authenticationChallenge, const void *clientInfo);
33 typedef void (*WKContextDownloadDidReceiveResponseCallback)(WKContextRef context, WKDownloadRef download, WKURLResponseRef response, const void *clientInfo);
34 typedef void (*WKContextDownloadDidReceiveDataCallback)(WKContextRef context, WKDownloadRef download, uint64_t length, const void *clientInfo);
35 typedef bool (*WKContextDownloadShouldDecodeSourceDataOfMIMETypeCallback)(WKContextRef context, WKDownloadRef download, WKStringRef mimeType, const void *clientInfo);
36 typedef WKStringRef (*WKContextDownloadDecideDestinationWithSuggestedFilenameCallback)(WKContextRef context, WKDownloadRef download, WKStringRef filename, bool* allowOverwrite, const void *clientInfo);
37 typedef void (*WKContextDownloadDidCreateDestinationCallback)(WKContextRef context, WKDownloadRef download, WKStringRef path, const void *clientInfo);
38 typedef void (*WKContextDownloadDidFinishCallback)(WKContextRef context, WKDownloadRef download, const void *clientInfo);
39 typedef void (*WKContextDownloadDidFailCallback)(WKContextRef context, WKDownloadRef download, WKErrorRef error, const void *clientInfo);
40 typedef void (*WKContextDownloadDidCancel)(WKContextRef context, WKDownloadRef download, const void *clientInfo);
45 const void * clientInfo; member in struct:WKContextDownloadClientBase
68 const void * clientInfo; member in struct:WKContextDownloadClient
[all...]
H A DWKPageFormClient.h36 typedef void (*WKPageWillSubmitFormCallback)(WKPageRef page, WKFrameRef frame, WKFrameRef sourceFrame, WKDictionaryRef values, WKTypeRef userData, WKFormSubmissionListenerRef listener, const void* clientInfo);
40 const void * clientInfo; member in struct:WKPageFormClientBase
53 const void * clientInfo; member in struct:WKPageFormClient
H A DWKVibration.h36 typedef void (*WKVibrationProviderVibrateCallback)(WKVibrationRef vibrationRef, uint32_t vibrationTime, const void* clientInfo);
37 typedef void (*WKVibrationProviderCancelVibrationCallback)(WKVibrationRef vibrationRef, const void* clientInfo);
41 const void * clientInfo; member in struct:WKVibrationProviderBase
/macosx-10.10/WebKit2-7600.1.25/UIProcess/efl/
H A DContextMenuClientEfl.cpp35 static inline ContextMenuClientEfl* toContextClientEfl(const void* clientInfo) argument
37 return static_cast<ContextMenuClientEfl*>(const_cast<void*>(clientInfo));
40 static void customContextMenuItemSelected(WKPageRef, WKContextMenuItemRef contextMenuItem, const void* clientInfo) argument
42 toContextClientEfl(clientInfo)->view()->customContextMenuItemSelected(contextMenuItem);
45 static void showContextMenu(WKPageRef, WKPoint menuLocation, WKArrayRef menuItems, const void* clientInfo) argument
47 toContextClientEfl(clientInfo)->view()->showContextMenu(menuLocation, menuItems);
50 static void hideContextMenu(WKPageRef, const void* clientInfo) argument
52 toContextClientEfl(clientInfo)->view()->hideContextMenu();
64 contextMenuClient.base.clientInfo = this;
H A DViewClientEfl.h42 static EwkView* toEwkView(const void* clientInfo);
43 static void viewNeedsDisplay(WKViewRef, WKRect area, const void* clientInfo);
44 static void didChangeContentsSize(WKViewRef, WKSize, const void* clientInfo);
45 static void webProcessCrashed(WKViewRef, WKURLRef, const void* clientInfo);
46 static void webProcessDidRelaunch(WKViewRef, const void* clientInfo);
47 static void didChangeContentsPosition(WKViewRef, WKPoint, const void* clientInfo);
48 static void didRenderFrame(WKViewRef, WKSize, WKRect, const void* clientInfo);
49 static void didCompletePageTransition(WKViewRef, const void* clientInfo);
50 static void didChangeViewportAttributes(WKViewRef, WKViewportAttributesRef, const void* clientInfo);
51 static void didChangeTooltip(WKViewRef, WKStringRef, const void* clientInfo);
[all...]
H A DPageUIClientEfl.cpp44 static inline PageUIClientEfl* toPageUIClientEfl(const void* clientInfo) argument
46 return static_cast<PageUIClientEfl*>(const_cast<void*>(clientInfo));
58 uiClient.base.clientInfo = this;
89 uiPopupMenuClient.base.clientInfo = this;
96 void PageUIClientEfl::close(WKPageRef, const void* clientInfo) argument
98 toPageUIClientEfl(clientInfo)->m_view->close();
101 void PageUIClientEfl::takeFocus(WKPageRef, WKFocusDirection, const void* clientInfo) argument
104 evas_object_focus_set(toPageUIClientEfl(clientInfo)->m_view->evasObject(), false);
107 void PageUIClientEfl::focus(WKPageRef, const void* clientInfo) argument
109 evas_object_focus_set(toPageUIClientEfl(clientInfo)
112 unfocus(WKPageRef, const void* clientInfo) argument
117 runJavaScriptAlert(WKPageRef, WKStringRef alertText, WKFrameRef, const void* clientInfo) argument
122 runJavaScriptConfirm(WKPageRef, WKStringRef message, WKFrameRef, const void* clientInfo) argument
127 runJavaScriptPrompt(WKPageRef, WKStringRef message, WKStringRef defaultValue, WKFrameRef, const void* clientInfo) argument
133 toolbarsAreVisible(WKPageRef, const void* clientInfo) argument
140 setToolbarsAreVisible(WKPageRef, bool toolbarVisible, const void* clientInfo) argument
147 menuBarIsVisible(WKPageRef, const void* clientInfo) argument
154 setMenuBarIsVisible(WKPageRef, bool menuBarVisible, const void* clientInfo) argument
161 statusBarIsVisible(WKPageRef, const void* clientInfo) argument
168 setStatusBarIsVisible(WKPageRef, bool statusBarVisible, const void* clientInfo) argument
175 isResizable(WKPageRef, const void* clientInfo) argument
182 setIsResizable(WKPageRef, bool resizable, const void* clientInfo) argument
189 getWindowFrame(WKPageRef, const void* clientInfo) argument
194 setWindowFrame(WKPageRef, WKRect frame, const void* clientInfo) argument
199 runBeforeUnloadConfirmPanel(WKPageRef, WKStringRef message, WKFrameRef, const void* clientInfo) argument
205 exceededDatabaseQuota(WKPageRef, WKFrameRef, WKSecurityOriginRef, WKStringRef databaseName, WKStringRef displayName, unsigned long long currentQuota, unsigned long long currentOriginUsage, unsigned long long currentDatabaseUsage, unsigned long long expectedUsage, const void* clientInfo) argument
212 runOpenPanel(WKPageRef, WKFrameRef, WKOpenPanelParametersRef parameters, WKOpenPanelResultListenerRef listener, const void* clientInfo) argument
219 createNewPage(WKPageRef, WKURLRequestRef wkRequest, WKDictionaryRef wkWindowFeatures, WKEventModifiers, WKEventMouseButton, const void* clientInfo) argument
225 showPopupMenu(WKPageRef, WKPopupMenuListenerRef menuListenerRef, WKRect rect, WKPopupItemTextDirection textDirection, double pageScaleFactor, WKArrayRef itemsRef, int32_t selectedIndex, const void* clientInfo) argument
230 hidePopupMenu(WKPageRef, const void* clientInfo) argument
[all...]
H A DPageLoadClientEfl.h43 static void didReceiveTitleForFrame(WKPageRef, WKStringRef title, WKFrameRef, WKTypeRef, const void* clientInfo);
44 static void didChangeProgress(WKPageRef, const void* clientInfo);
45 static void didFinishLoadForFrame(WKPageRef, WKFrameRef, WKTypeRef userData, const void* clientInfo);
46 static void didFailLoadWithErrorForFrame(WKPageRef, WKFrameRef, WKErrorRef, WKTypeRef userData, const void* clientInfo);
47 static void didStartProvisionalLoadForFrame(WKPageRef, WKFrameRef, WKTypeRef userData, const void* clientInfo);
48 static void didReceiveServerRedirectForProvisionalLoadForFrame(WKPageRef, WKFrameRef, WKTypeRef userData, const void* clientInfo);
49 static void didFailProvisionalLoadWithErrorForFrame(WKPageRef, WKFrameRef, WKErrorRef, WKTypeRef userData, const void* clientInfo);
50 static void didCommitLoadForFrame(WKPageRef, WKFrameRef, WKTypeRef userData, const void* clientInfo);
51 static void didChangeBackForwardList(WKPageRef, WKBackForwardListItemRef addedItem, WKArrayRef removedItems, const void* clientInfo);
52 static void didSameDocumentNavigationForFrame(WKPageRef, WKFrameRef, WKSameDocumentNavigationType, WKTypeRef, const void* clientInfo);
[all...]
H A DDownloadManagerEfl.h47 static WKStringRef decideDestinationWithSuggestedFilename(WKContextRef, WKDownloadRef, WKStringRef filename, bool* allowOverwrite, const void* clientInfo);
48 static void didReceiveResponse(WKContextRef, WKDownloadRef, WKURLResponseRef, const void* clientInfo);
49 static void didCreateDestination(WKContextRef, WKDownloadRef, WKStringRef path, const void* clientInfo);
50 static void didReceiveData(WKContextRef, WKDownloadRef, uint64_t length, const void* clientInfo);
51 static void didFail(WKContextRef, WKDownloadRef, WKErrorRef, const void* clientInfo);
52 static void didCancel(WKContextRef, WKDownloadRef, const void* clientInfo);
53 static void didFinish(WKContextRef, WKDownloadRef, const void* clientInfo);
H A DFindClientEfl.cpp37 static inline FindClientEfl* toFindClientEfl(const void* clientInfo) argument
39 return static_cast<FindClientEfl*>(const_cast<void*>(clientInfo));
42 void FindClientEfl::didFindString(WKPageRef, WKStringRef, unsigned matchCount, const void* clientInfo) argument
44 FindClientEfl* findClient = toFindClientEfl(clientInfo);
48 void FindClientEfl::didFailToFindString(WKPageRef, WKStringRef, const void* clientInfo) argument
50 FindClientEfl* findClient = toFindClientEfl(clientInfo);
64 findClient.base.clientInfo = this;
H A DPageUIClientEfl.h50 static bool toolbarsAreVisible(WKPageRef, const void* clientInfo);
51 static void setToolbarsAreVisible(WKPageRef, bool, const void* clientInfo);
52 static bool menuBarIsVisible(WKPageRef, const void* clientInfo);
53 static void setMenuBarIsVisible(WKPageRef, bool, const void* clientInfo);
54 static bool statusBarIsVisible(WKPageRef, const void* clientInfo);
55 static void setStatusBarIsVisible(WKPageRef, bool, const void* clientInfo);
56 static bool isResizable(WKPageRef, const void* clientInfo);
57 static void setIsResizable(WKPageRef, bool, const void* clientInfo);
67 static void showPopupMenu(WKPageRef, WKPopupMenuListenerRef, WKRect, WKPopupItemTextDirection, double pageScaleFactor, WKArrayRef itemsRef, int32_t selectedIndex, const void* clientInfo);
68 static void hidePopupMenu(WKPageRef, const void* clientInfo);
[all...]
H A DPageLoadClientEfl.cpp43 static inline PageLoadClientEfl* toPageLoadClientEfl(const void* clientInfo) argument
45 return static_cast<PageLoadClientEfl*>(const_cast<void*>(clientInfo));
48 void PageLoadClientEfl::didReceiveTitleForFrame(WKPageRef, WKStringRef title, WKFrameRef frame, WKTypeRef, const void* clientInfo) argument
53 EwkView* view = toPageLoadClientEfl(clientInfo)->view();
57 void PageLoadClientEfl::didChangeProgress(WKPageRef page, const void* clientInfo) argument
59 EwkView* view = toPageLoadClientEfl(clientInfo)->view();
64 void PageLoadClientEfl::didFinishLoadForFrame(WKPageRef, WKFrameRef frame, WKTypeRef /*userData*/, const void* clientInfo) argument
69 EwkView* view = toPageLoadClientEfl(clientInfo)->view();
73 void PageLoadClientEfl::didFailLoadWithErrorForFrame(WKPageRef, WKFrameRef frame, WKErrorRef error, WKTypeRef, const void* clientInfo) argument
78 EwkView* view = toPageLoadClientEfl(clientInfo)
84 didStartProvisionalLoadForFrame(WKPageRef, WKFrameRef frame, WKTypeRef , const void* clientInfo) argument
94 didReceiveServerRedirectForProvisionalLoadForFrame(WKPageRef, WKFrameRef frame, WKTypeRef , const void* clientInfo) argument
104 didFailProvisionalLoadWithErrorForFrame(WKPageRef, WKFrameRef frame, WKErrorRef error, WKTypeRef, const void* clientInfo) argument
114 didCommitLoadForFrame(WKPageRef, WKFrameRef frame, WKTypeRef, const void* clientInfo) argument
128 didChangeBackForwardList(WKPageRef, WKBackForwardListItemRef addedItem, WKArrayRef removedItems, const void* clientInfo) argument
140 didSameDocumentNavigationForFrame(WKPageRef, WKFrameRef frame, WKSameDocumentNavigationType, WKTypeRef, const void* clientInfo) argument
149 didReceiveAuthenticationChallengeInFrame(WKPageRef, WKFrameRef, WKAuthenticationChallengeRef authenticationChallenge, const void* clientInfo) argument
[all...]
H A DVibrationClientEfl.cpp38 static inline VibrationClientEfl* toVibrationClient(const void* clientInfo) argument
40 return static_cast<VibrationClientEfl*>(const_cast<void*>(clientInfo));
43 void VibrationClientEfl::vibrateCallback(WKVibrationRef, uint32_t vibrationTime, const void* clientInfo) argument
45 toVibrationClient(clientInfo)->m_view->smartCallback<Vibrate>().call(&vibrationTime);
48 void VibrationClientEfl::cancelVibrationCallback(WKVibrationRef, const void* clientInfo) argument
50 toVibrationClient(clientInfo)->m_view->smartCallback<CancelVibration>().call();
67 this, // clientInfo
/macosx-10.10/WebKit2-7600.1.25/UIProcess/gtk/
H A DWebFullScreenClientGtk.cpp39 return m_client.willEnterFullScreen(m_client.base.clientInfo);
47 return m_client.willExitFullScreen(m_client.base.clientInfo);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/C/gtk/
H A DWKFullScreenClientGtk.h35 typedef bool (*WKFullScreenClientGtkWillEnterFullScreenCallback)(const void* clientInfo);
36 typedef bool (*WKFullScreenClientGtkWillExitFullScreenCallback)(const void* clientInfo);
40 const void* clientInfo; member in struct:WKFullScreenClientGtkBase
H A DWKInspectorClientGtk.h35 typedef bool (*WKInspectorClientGtkInspectorCallback)(WKInspectorRef inspector, const void* clientInfo);
36 typedef void (*WKInspectorClientGtkInspectorDidCloseCallback)(WKInspectorRef inspector, const void* clientInfo);
37 typedef void (*WKInspectorClientGtkInspectedURLChangedCallback)(WKInspectorRef inspector, WKStringRef url, const void* clientInfo);
38 typedef void (*WKInspectorClientGtkDidChangeAttachedHeightCallback)(WKInspectorRef inspector, unsigned height, const void* clientInfo);
39 typedef void (*WKInspectorClientGtkDidChangeAttachedWidthCallback)(WKInspectorRef inspector, unsigned width, const void* clientInfo);
43 const void* clientInfo; member in struct:WKInspectorClientGtkBase
/macosx-10.10/WebKit2-7600.1.25/WebProcess/InjectedBundle/API/c/
H A DWKBundlePageResourceLoadClient.h31 typedef void (*WKBundlePageDidInitiateLoadForResourceCallback)(WKBundlePageRef, WKBundleFrameRef, uint64_t resourceIdentifier, WKURLRequestRef, bool pageIsProvisionallyLoading, const void* clientInfo);
32 typedef WKURLRequestRef (*WKBundlePageWillSendRequestForFrameCallback)(WKBundlePageRef, WKBundleFrameRef, uint64_t resourceIdentifier, WKURLRequestRef, WKURLResponseRef redirectResponse, const void *clientInfo);
33 typedef void (*WKBundlePageDidReceiveResponseForResourceCallback)(WKBundlePageRef, WKBundleFrameRef, uint64_t resourceIdentifier, WKURLResponseRef, const void* clientInfo);
34 typedef void (*WKBundlePageDidReceiveContentLengthForResourceCallback)(WKBundlePageRef, WKBundleFrameRef, uint64_t resourceIdentifier, uint64_t contentLength, const void* clientInfo);
35 typedef void (*WKBundlePageDidFinishLoadForResourceCallback)(WKBundlePageRef, WKBundleFrameRef, uint64_t resourceIdentifier, const void* clientInfo);
36 typedef void (*WKBundlePageDidFailLoadForResourceCallback)(WKBundlePageRef, WKBundleFrameRef, uint64_t resourceIdentifier, WKErrorRef, const void* clientInfo);
37 typedef bool (*WKBundlePageShouldCacheResponseCallback)(WKBundlePageRef, WKBundleFrameRef, uint64_t resourceIdentifier, const void* clientInfo);
38 typedef bool (*WKBundlePageShouldUseCredentialStorageCallback)(WKBundlePageRef, WKBundleFrameRef, uint64_t resourceIdentifier, const void* clientInfo);
42 const void * clientInfo; member in struct:WKBundlePageResourceLoadClientBase
82 const void * clientInfo; member in struct:WKBundlePageResourceLoadClient
[all...]
H A DWKBundlePageBanner.h42 typedef bool (*WKBundlePageBannerMouseDownCallback)(WKBundlePageBannerRef pageBanner, WKPoint position, WKEventMouseButton mouseButton, const void* clientInfo);
43 typedef bool (*WKBundlePageBannerMouseUpCallback)(WKBundlePageBannerRef pageBanner, WKPoint position, WKEventMouseButton mouseButton, const void* clientInfo);
44 typedef bool (*WKBundlePageBannerMouseMovedCallback)(WKBundlePageBannerRef pageBanner, WKPoint position, const void* clientInfo);
45 typedef bool (*WKBundlePageBannerMouseDraggedCallback)(WKBundlePageBannerRef pageBanner, WKPoint position, WKEventMouseButton mouseButton, const void* clientInfo);
49 const void * clientInfo; member in struct:WKBundlePageBannerClientBase
65 const void * clientInfo; member in struct:WKBundlePageBannerClient
/macosx-10.10/WebKit2-7600.1.25/Shared/Downloads/ios/
H A DDownloadIOS.mm56 static inline Download* toDownload(const void* clientInfo)
58 return static_cast<Download*>(const_cast<void*>(clientInfo));
64 client.clientInfo = &download;
66 client.didStart = [](CFURLDownloadRef, const void* clientInfo) {
68 toDownload(clientInfo)->didStart();
76 client.didReceiveResponse = [](CFURLDownloadRef, CFURLResponseRef response, const void* clientInfo) {
78 toDownload(clientInfo)->didReceiveResponse(response);
82 client.didReceiveData = [](CFURLDownloadRef, CFIndex length, const void* clientInfo) {
84 toDownload(clientInfo)->didReceiveData(length);
88 client.shouldDecodeDataOfMIMEType = [](CFURLDownloadRef, CFStringRef encodingType, const void* clientInfo)
[all...]

Completed in 240 milliseconds

123456