• Home
  • Raw
  • Download

Lines Matching refs:WKBundleFrameRef

51 …static void didStartProvisionalLoadForFrame(WKBundlePageRef, WKBundleFrameRef, WKTypeRef*, const v…
52 …didReceiveServerRedirectForProvisionalLoadForFrame(WKBundlePageRef, WKBundleFrameRef, WKTypeRef*, …
53 …static void didFailProvisionalLoadWithErrorForFrame(WKBundlePageRef, WKBundleFrameRef, WKErrorRef,…
54 static void didCommitLoadForFrame(WKBundlePageRef, WKBundleFrameRef, WKTypeRef*, const void*);
55 static void didFinishLoadForFrame(WKBundlePageRef, WKBundleFrameRef, WKTypeRef*, const void*);
56 …static void didFinishDocumentLoadForFrame(WKBundlePageRef, WKBundleFrameRef, WKTypeRef*, const vo…
57 …static void didFailLoadWithErrorForFrame(WKBundlePageRef, WKBundleFrameRef, WKErrorRef, WKTypeRef*…
58 …static void didReceiveTitleForFrame(WKBundlePageRef, WKStringRef title, WKBundleFrameRef, WKTypeRe…
59 …static void didClearWindowForFrame(WKBundlePageRef, WKBundleFrameRef, WKBundleScriptWorldRef, cons…
60 static void didCancelClientRedirectForFrame(WKBundlePageRef, WKBundleFrameRef, const void*);
61 …static void willPerformClientRedirectForFrame(WKBundlePageRef, WKBundleFrameRef, WKURLRef url, dou…
62 …static void didSameDocumentNavigationForFrame(WKBundlePageRef, WKBundleFrameRef, WKSameDocumentNav…
63 static void didHandleOnloadEventsForFrame(WKBundlePageRef, WKBundleFrameRef, const void*);
64 …static void didDisplayInsecureContentForFrame(WKBundlePageRef, WKBundleFrameRef, WKTypeRef*, const…
65 …static void didRunInsecureContentForFrame(WKBundlePageRef, WKBundleFrameRef, WKTypeRef*, const voi…
66 …static void didInitiateLoadForResource(WKBundlePageRef, WKBundleFrameRef, uint64_t identifier, WKU…
67 …static WKURLRequestRef willSendRequestForFrame(WKBundlePageRef, WKBundleFrameRef, uint64_t identif…
68 …static void didReceiveResponseForResource(WKBundlePageRef, WKBundleFrameRef, uint64_t identifier, …
69 …static void didReceiveContentLengthForResource(WKBundlePageRef, WKBundleFrameRef, uint64_t identif…
70 …static void didFinishLoadForResource(WKBundlePageRef, WKBundleFrameRef, uint64_t identifier, const…
71 …static void didFailLoadForResource(WKBundlePageRef, WKBundleFrameRef, uint64_t identifier, WKError…
73 void didStartProvisionalLoadForFrame(WKBundleFrameRef);
74 void didReceiveServerRedirectForProvisionalLoadForFrame(WKBundleFrameRef);
75 void didFailProvisionalLoadWithErrorForFrame(WKBundleFrameRef, WKErrorRef);
76 void didCommitLoadForFrame(WKBundleFrameRef);
77 void didFinishLoadForFrame(WKBundleFrameRef);
78 void didFailLoadWithErrorForFrame(WKBundleFrameRef, WKErrorRef);
79 void didReceiveTitleForFrame(WKStringRef title, WKBundleFrameRef);
80 void didClearWindowForFrame(WKBundleFrameRef, WKBundleScriptWorldRef);
81 void didCancelClientRedirectForFrame(WKBundleFrameRef);
82 … void willPerformClientRedirectForFrame(WKBundleFrameRef, WKURLRef url, double delay, double date);
83 void didSameDocumentNavigationForFrame(WKBundleFrameRef, WKSameDocumentNavigationType);
84 void didFinishDocumentLoadForFrame(WKBundleFrameRef);
85 void didHandleOnloadEventsForFrame(WKBundleFrameRef);
86 void didDisplayInsecureContentForFrame(WKBundleFrameRef);
87 void didRunInsecureContentForFrame(WKBundleFrameRef);
90 …void didInitiateLoadForResource(WKBundlePageRef, WKBundleFrameRef, uint64_t identifier, WKURLReque…
91 …WKURLRequestRef willSendRequestForFrame(WKBundlePageRef, WKBundleFrameRef, uint64_t identifier, WK…
92 …void didReceiveResponseForResource(WKBundlePageRef, WKBundleFrameRef, uint64_t identifier, WKURLRe…
93 …void didReceiveContentLengthForResource(WKBundlePageRef, WKBundleFrameRef, uint64_t identifier, ui…
94 void didFinishLoadForResource(WKBundlePageRef, WKBundleFrameRef, uint64_t identifier);
95 void didFailLoadForResource(WKBundlePageRef, WKBundleFrameRef, uint64_t identifier, WKErrorRef);
98 …lePagePolicyAction decidePolicyForNavigationAction(WKBundlePageRef, WKBundleFrameRef, WKBundleNavi…
99 …dlePagePolicyAction decidePolicyForNewWindowAction(WKBundlePageRef, WKBundleFrameRef, WKBundleNavi…
100 …static WKBundlePagePolicyAction decidePolicyForResponse(WKBundlePageRef, WKBundleFrameRef, WKURLRe…
101 …static void unableToImplementPolicy(WKBundlePageRef, WKBundleFrameRef, WKErrorRef, WKTypeRef*, con…
102 …WKBundlePagePolicyAction decidePolicyForNavigationAction(WKBundlePageRef, WKBundleFrameRef, WKBund…
103 …WKBundlePagePolicyAction decidePolicyForNewWindowAction(WKBundlePageRef, WKBundleFrameRef, WKBundl…
104 …WKBundlePagePolicyAction decidePolicyForResponse(WKBundlePageRef, WKBundleFrameRef, WKURLResponseR…
105 void unableToImplementPolicy(WKBundlePageRef, WKBundleFrameRef, WKErrorRef, WKTypeRef*);
110 …static void willRunJavaScriptAlert(WKBundlePageRef, WKStringRef message, WKBundleFrameRef frame, c…
111 …static void willRunJavaScriptConfirm(WKBundlePageRef, WKStringRef message, WKBundleFrameRef frame,…
112 …mpt(WKBundlePageRef, WKStringRef message, WKStringRef defaultValue, WKBundleFrameRef frame, const …
115 void willRunJavaScriptAlert(WKStringRef message, WKBundleFrameRef);
116 void willRunJavaScriptConfirm(WKStringRef message, WKBundleFrameRef);
117 void willRunJavaScriptPrompt(WKStringRef message, WKStringRef defaultValue, WKBundleFrameRef);