Lines Matching refs:WKBundleFrameRef
72 static double numericWindowPropertyValue(WKBundleFrameRef frame, const char* propertyName) in numericWindowPropertyValue()
100 WKBundleFrameRef frame = WKBundlePageGetMainFrame(page); in dumpPath()
115 WKBundleFrameRef frame = WKBundlePageGetMainFrame(page); in toStr()
147 static ostream& operator<<(ostream& out, WKBundleFrameRef frame) in operator <<()
286 void InjectedBundlePage::didStartProvisionalLoadForFrame(WKBundlePageRef page, WKBundleFrameRef fra… in didStartProvisionalLoadForFrame()
291 …ceiveServerRedirectForProvisionalLoadForFrame(WKBundlePageRef page, WKBundleFrameRef frame, WKType… in didReceiveServerRedirectForProvisionalLoadForFrame()
296 …Page::didFailProvisionalLoadWithErrorForFrame(WKBundlePageRef page, WKBundleFrameRef frame, WKErro… 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 …e::didReceiveTitleForFrame(WKBundlePageRef page, WKStringRef title, WKBundleFrameRef frame, WKType… 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()
391 void InjectedBundlePage::didStartProvisionalLoadForFrame(WKBundleFrameRef frame) in didStartProvisionalLoadForFrame()
401 void InjectedBundlePage::didReceiveServerRedirectForProvisionalLoadForFrame(WKBundleFrameRef frame) in didReceiveServerRedirectForProvisionalLoadForFrame()
405 void InjectedBundlePage::didFailProvisionalLoadWithErrorForFrame(WKBundleFrameRef frame, WKErrorRef… in didFailProvisionalLoadWithErrorForFrame()
420 void InjectedBundlePage::didCommitLoadForFrame(WKBundleFrameRef frame) in didCommitLoadForFrame()
426 static void dumpFrameScrollPosition(WKBundleFrameRef frame, FrameNamePolicy shouldIncludeFrameName … in dumpFrameScrollPosition()
439 static void dumpDescendantFrameScrollPositions(WKBundleFrameRef frame) in dumpDescendantFrameScrollPositions()
444 …WKBundleFrameRef subframe = static_cast<WKBundleFrameRef>(WKArrayGetItemAtIndex(childFrames.get(),… in dumpDescendantFrameScrollPositions()
452 WKBundleFrameRef frame = WKBundlePageGetMainFrame(m_page); in dumpAllFrameScrollPositions()
462 static bool hasDocumentElement(WKBundleFrameRef frame) in hasDocumentElement()
481 static void dumpFrameText(WKBundleFrameRef frame) in dumpFrameText()
493 static void dumpDescendantFramesText(WKBundleFrameRef frame) in dumpDescendantFramesText()
498 …WKBundleFrameRef subframe = static_cast<WKBundleFrameRef>(WKArrayGetItemAtIndex(childFrames.get(),… in dumpDescendantFramesText()
508 WKBundleFrameRef frame = WKBundlePageGetMainFrame(m_page); in dumpAllFramesText()
523 WKBundleFrameRef frame = WKBundlePageGetMainFrame(m_page); in dump()
556 void InjectedBundlePage::didFinishLoadForFrame(WKBundleFrameRef frame) in didFinishLoadForFrame()
571 void InjectedBundlePage::didFailLoadWithErrorForFrame(WKBundleFrameRef frame, WKErrorRef) in didFailLoadWithErrorForFrame()
586 void InjectedBundlePage::didReceiveTitleForFrame(WKStringRef title, WKBundleFrameRef frame) in didReceiveTitleForFrame()
597 void InjectedBundlePage::didClearWindowForFrame(WKBundleFrameRef frame, WKBundleScriptWorldRef worl… in didClearWindowForFrame()
616 void InjectedBundlePage::didCancelClientRedirectForFrame(WKBundleFrameRef frame) in didCancelClientRedirectForFrame()
620 void InjectedBundlePage::willPerformClientRedirectForFrame(WKBundleFrameRef frame, WKURLRef url, do… in willPerformClientRedirectForFrame()
624 void InjectedBundlePage::didSameDocumentNavigationForFrame(WKBundleFrameRef frame, WKSameDocumentNa… in didSameDocumentNavigationForFrame()
628 void InjectedBundlePage::didFinishDocumentLoadForFrame(WKBundleFrameRef frame) in didFinishDocumentLoadForFrame()
638 void InjectedBundlePage::didHandleOnloadEventsForFrame(WKBundleFrameRef frame) in didHandleOnloadEventsForFrame()
642 void InjectedBundlePage::didDisplayInsecureContentForFrame(WKBundleFrameRef frame) in didDisplayInsecureContentForFrame()
646 void InjectedBundlePage::didRunInsecureContentForFrame(WKBundleFrameRef frame) in didRunInsecureContentForFrame()
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 …edBundlePage::decidePolicyForNavigationAction(WKBundlePageRef page, WKBundleFrameRef frame, WKBund… in decidePolicyForNavigationAction()
701 …tedBundlePage::decidePolicyForNewWindowAction(WKBundlePageRef page, WKBundleFrameRef frame, WKBund… in decidePolicyForNewWindowAction()
706 …n InjectedBundlePage::decidePolicyForResponse(WKBundlePageRef page, WKBundleFrameRef frame, WKURLR… in decidePolicyForResponse()
711 void InjectedBundlePage::unableToImplementPolicy(WKBundlePageRef page, WKBundleFrameRef frame, WKEr… in unableToImplementPolicy()
716 …njectedBundlePage::decidePolicyForNavigationAction(WKBundlePageRef, WKBundleFrameRef, WKBundleNavi… in decidePolicyForNavigationAction() argument
721 …InjectedBundlePage::decidePolicyForNewWindowAction(WKBundlePageRef, WKBundleFrameRef, WKBundleNavi… in decidePolicyForNewWindowAction() argument
726 …Action InjectedBundlePage::decidePolicyForResponse(WKBundlePageRef, WKBundleFrameRef, WKURLRespons… in decidePolicyForResponse() argument
731 void InjectedBundlePage::unableToImplementPolicy(WKBundlePageRef, WKBundleFrameRef, WKErrorRef, WKT… in unableToImplementPolicy() argument
747 …::willRunJavaScriptAlert(WKBundlePageRef page, WKStringRef message, WKBundleFrameRef frame, const … in willRunJavaScriptAlert()
752 …willRunJavaScriptConfirm(WKBundlePageRef page, WKStringRef message, WKBundleFrameRef frame, const … in willRunJavaScriptConfirm()
757 …KBundlePageRef page, WKStringRef message, WKStringRef defaultValue, WKBundleFrameRef frame, const … in willRunJavaScriptPrompt()
807 void InjectedBundlePage::willRunJavaScriptAlert(WKStringRef message, WKBundleFrameRef) in willRunJavaScriptAlert() argument
815 void InjectedBundlePage::willRunJavaScriptConfirm(WKStringRef message, WKBundleFrameRef) in willRunJavaScriptConfirm() argument
823 …undlePage::willRunJavaScriptPrompt(WKStringRef message, WKStringRef defaultValue, WKBundleFrameRef) in willRunJavaScriptPrompt() argument