Lines Matching refs:WKBundlePageRef
95 static string dumpPath(WKBundlePageRef page, WKBundleScriptWorldRef world, WKBundleNodeHandleRef no… in dumpPath()
110 static string toStr(WKBundlePageRef page, WKBundleScriptWorldRef world, WKBundleRangeHandleRef rang… in toStr()
165 InjectedBundlePage::InjectedBundlePage(WKBundlePageRef page) in InjectedBundlePage()
286 void InjectedBundlePage::didStartProvisionalLoadForFrame(WKBundlePageRef page, WKBundleFrameRef fra… in didStartProvisionalLoadForFrame()
291 void InjectedBundlePage::didReceiveServerRedirectForProvisionalLoadForFrame(WKBundlePageRef page, W… in didReceiveServerRedirectForProvisionalLoadForFrame()
296 void InjectedBundlePage::didFailProvisionalLoadWithErrorForFrame(WKBundlePageRef page, WKBundleFram… in didFailProvisionalLoadWithErrorForFrame()
301 void InjectedBundlePage::didCommitLoadForFrame(WKBundlePageRef page, WKBundleFrameRef frame, WKType… in didCommitLoadForFrame()
306 void InjectedBundlePage::didFinishLoadForFrame(WKBundlePageRef page, WKBundleFrameRef frame, WKType… in didFinishLoadForFrame()
311 void InjectedBundlePage::didFinishDocumentLoadForFrame(WKBundlePageRef page, WKBundleFrameRef frame… in didFinishDocumentLoadForFrame()
316 void InjectedBundlePage::didFailLoadWithErrorForFrame(WKBundlePageRef page, WKBundleFrameRef frame,… in didFailLoadWithErrorForFrame()
321 void InjectedBundlePage::didReceiveTitleForFrame(WKBundlePageRef page, WKStringRef title, WKBundleF… in didReceiveTitleForFrame()
326 void InjectedBundlePage::didClearWindowForFrame(WKBundlePageRef page, WKBundleFrameRef frame, WKBun… in didClearWindowForFrame()
331 void InjectedBundlePage::didCancelClientRedirectForFrame(WKBundlePageRef page, WKBundleFrameRef fra… in didCancelClientRedirectForFrame()
336 void InjectedBundlePage::willPerformClientRedirectForFrame(WKBundlePageRef page, WKBundleFrameRef f… in willPerformClientRedirectForFrame()
341 void InjectedBundlePage::didSameDocumentNavigationForFrame(WKBundlePageRef page, WKBundleFrameRef f… in didSameDocumentNavigationForFrame()
346 void InjectedBundlePage::didHandleOnloadEventsForFrame(WKBundlePageRef page, WKBundleFrameRef frame… in didHandleOnloadEventsForFrame()
351 void InjectedBundlePage::didDisplayInsecureContentForFrame(WKBundlePageRef page, WKBundleFrameRef f… in didDisplayInsecureContentForFrame()
356 void InjectedBundlePage::didRunInsecureContentForFrame(WKBundlePageRef page, WKBundleFrameRef frame… in didRunInsecureContentForFrame()
361 void InjectedBundlePage::didInitiateLoadForResource(WKBundlePageRef page, WKBundleFrameRef frame, u… in didInitiateLoadForResource()
366 WKURLRequestRef InjectedBundlePage::willSendRequestForFrame(WKBundlePageRef page, WKBundleFrameRef … in willSendRequestForFrame()
371 void InjectedBundlePage::didReceiveResponseForResource(WKBundlePageRef page, WKBundleFrameRef frame… in didReceiveResponseForResource()
376 void InjectedBundlePage::didReceiveContentLengthForResource(WKBundlePageRef page, WKBundleFrameRef … in didReceiveContentLengthForResource()
381 void InjectedBundlePage::didFinishLoadForResource(WKBundlePageRef page, WKBundleFrameRef frame, uin… in didFinishLoadForResource()
386 void InjectedBundlePage::didFailLoadForResource(WKBundlePageRef page, WKBundleFrameRef frame, uint6… in didFailLoadForResource()
650 void InjectedBundlePage::didInitiateLoadForResource(WKBundlePageRef, WKBundleFrameRef, uint64_t ide… in didInitiateLoadForResource() argument
656 WKURLRequestRef InjectedBundlePage::willSendRequestForFrame(WKBundlePageRef, WKBundleFrameRef, uint… in willSendRequestForFrame() argument
677 void InjectedBundlePage::didReceiveResponseForResource(WKBundlePageRef, WKBundleFrameRef, uint64_t,… in didReceiveResponseForResource() argument
681 void InjectedBundlePage::didReceiveContentLengthForResource(WKBundlePageRef, WKBundleFrameRef, uint… in didReceiveContentLengthForResource() argument
685 void InjectedBundlePage::didFinishLoadForResource(WKBundlePageRef, WKBundleFrameRef, uint64_t) in didFinishLoadForResource() argument
689 void InjectedBundlePage::didFailLoadForResource(WKBundlePageRef, WKBundleFrameRef, uint64_t, WKErro… in didFailLoadForResource() argument
696 WKBundlePagePolicyAction InjectedBundlePage::decidePolicyForNavigationAction(WKBundlePageRef page, … in decidePolicyForNavigationAction()
701 WKBundlePagePolicyAction InjectedBundlePage::decidePolicyForNewWindowAction(WKBundlePageRef page, W… in decidePolicyForNewWindowAction()
706 WKBundlePagePolicyAction InjectedBundlePage::decidePolicyForResponse(WKBundlePageRef page, WKBundle… in decidePolicyForResponse()
711 void InjectedBundlePage::unableToImplementPolicy(WKBundlePageRef page, WKBundleFrameRef frame, WKEr… in unableToImplementPolicy()
716 WKBundlePagePolicyAction InjectedBundlePage::decidePolicyForNavigationAction(WKBundlePageRef, WKBun… in decidePolicyForNavigationAction() argument
721 WKBundlePagePolicyAction InjectedBundlePage::decidePolicyForNewWindowAction(WKBundlePageRef, WKBund… in decidePolicyForNewWindowAction() argument
726 WKBundlePagePolicyAction InjectedBundlePage::decidePolicyForResponse(WKBundlePageRef, WKBundleFrame… in decidePolicyForResponse() argument
731 void InjectedBundlePage::unableToImplementPolicy(WKBundlePageRef, WKBundleFrameRef, WKErrorRef, WKT… in unableToImplementPolicy() argument
737 void InjectedBundlePage::willAddMessageToConsole(WKBundlePageRef page, WKStringRef message, uint32_… in willAddMessageToConsole()
742 void InjectedBundlePage::willSetStatusbarText(WKBundlePageRef page, WKStringRef statusbarText, cons… in willSetStatusbarText()
747 void InjectedBundlePage::willRunJavaScriptAlert(WKBundlePageRef page, WKStringRef message, WKBundle… in willRunJavaScriptAlert()
752 void InjectedBundlePage::willRunJavaScriptConfirm(WKBundlePageRef page, WKStringRef message, WKBund… in willRunJavaScriptConfirm()
757 void InjectedBundlePage::willRunJavaScriptPrompt(WKBundlePageRef page, WKStringRef message, WKStrin… in willRunJavaScriptPrompt()
830 bool InjectedBundlePage::shouldBeginEditing(WKBundlePageRef page, WKBundleRangeHandleRef range, con… in shouldBeginEditing()
835 bool InjectedBundlePage::shouldEndEditing(WKBundlePageRef page, WKBundleRangeHandleRef range, const… in shouldEndEditing()
840 bool InjectedBundlePage::shouldInsertNode(WKBundlePageRef page, WKBundleNodeHandleRef node, WKBundl… in shouldInsertNode()
845 bool InjectedBundlePage::shouldInsertText(WKBundlePageRef page, WKStringRef text, WKBundleRangeHand… in shouldInsertText()
850 bool InjectedBundlePage::shouldDeleteRange(WKBundlePageRef page, WKBundleRangeHandleRef range, cons… in shouldDeleteRange()
855 bool InjectedBundlePage::shouldChangeSelectedRange(WKBundlePageRef page, WKBundleRangeHandleRef fro… in shouldChangeSelectedRange()
860 bool InjectedBundlePage::shouldApplyStyle(WKBundlePageRef page, WKBundleCSSStyleDeclarationRef styl… in shouldApplyStyle()
865 void InjectedBundlePage::didBeginEditing(WKBundlePageRef page, WKStringRef notificationName, const … in didBeginEditing()
870 void InjectedBundlePage::didEndEditing(WKBundlePageRef page, WKStringRef notificationName, const vo… in didEndEditing()
875 void InjectedBundlePage::didChange(WKBundlePageRef page, WKStringRef notificationName, const void* … in didChange()
880 void InjectedBundlePage::didChangeSelection(WKBundlePageRef page, WKStringRef notificationName, con… in didChangeSelection()
1013 bool InjectedBundlePage::supportsFullScreen(WKBundlePageRef pageRef, WKFullScreenKeyboardRequestTyp… in supportsFullScreen()
1020 void InjectedBundlePage::enterFullScreenForElement(WKBundlePageRef pageRef, WKBundleNodeHandleRef e… in enterFullScreenForElement()
1028 void InjectedBundlePage::exitFullScreenForElement(WKBundlePageRef pageRef, WKBundleNodeHandleRef el… in exitFullScreenForElement()