Home | History | Annotate | Download | only in UIProcess

Lines Matching refs:WebPageProxy

47 class WebPageProxy;
52 void didStartProvisionalLoadForFrame(WebPageProxy*, WebFrameProxy*, APIObject*);
53 void didReceiveServerRedirectForProvisionalLoadForFrame(WebPageProxy*, WebFrameProxy*, APIObject*);
54 void didFailProvisionalLoadWithErrorForFrame(WebPageProxy*, WebFrameProxy*, const WebCore::ResourceError&, APIObject*);
55 void didCommitLoadForFrame(WebPageProxy*, WebFrameProxy*, APIObject*);
56 void didFinishDocumentLoadForFrame(WebPageProxy*, WebFrameProxy*, APIObject*);
57 void didFinishLoadForFrame(WebPageProxy*, WebFrameProxy*, APIObject*);
58 void didFailLoadWithErrorForFrame(WebPageProxy*, WebFrameProxy*, const WebCore::ResourceError&, APIObject*);
59 void didSameDocumentNavigationForFrame(WebPageProxy*, WebFrameProxy*, SameDocumentNavigationType, APIObject*);
60 void didReceiveTitleForFrame(WebPageProxy*, const String&, WebFrameProxy*, APIObject*);
61 void didFirstLayoutForFrame(WebPageProxy*, WebFrameProxy*, APIObject*);
62 void didFirstVisuallyNonEmptyLayoutForFrame(WebPageProxy*, WebFrameProxy*, APIObject*);
63 void didRemoveFrameFromHierarchy(WebPageProxy*, WebFrameProxy*, APIObject*);
64 void didDisplayInsecureContentForFrame(WebPageProxy*, WebFrameProxy*, APIObject*);
65 void didRunInsecureContentForFrame(WebPageProxy*, WebFrameProxy*, APIObject*);
67 bool canAuthenticateAgainstProtectionSpaceInFrame(WebPageProxy*, WebFrameProxy*, WebProtectionSpace*);
68 void didReceiveAuthenticationChallengeInFrame(WebPageProxy*, WebFrameProxy*, AuthenticationChallengeProxy*);
70 void didStartProgress(WebPageProxy*);
71 void didChangeProgress(WebPageProxy*);
72 void didFinishProgress(WebPageProxy*);
75 void processDidBecomeUnresponsive(WebPageProxy*);
76 void processDidBecomeResponsive(WebPageProxy*);
77 void processDidCrash(WebPageProxy*);
79 void didChangeBackForwardList(WebPageProxy*, WebBackForwardListItem* addedItem, Vector<RefPtr<APIObject> >* removedItems);
80 bool shouldGoToBackForwardListItem(WebPageProxy*, WebBackForwardListItem*);