Home | History | Annotate | Download | only in win

Lines Matching defs:FrameLoadDelegate

31 #include "FrameLoadDelegate.h"
50 static FrameLoadDelegate* g_delegateWaitingOnTimer;
73 FrameLoadDelegate::FrameLoadDelegate()
80 FrameLoadDelegate::~FrameLoadDelegate()
84 HRESULT STDMETHODCALLTYPE FrameLoadDelegate::QueryInterface(REFIID riid, void** ppvObject)
102 ULONG STDMETHODCALLTYPE FrameLoadDelegate::AddRef(void)
107 ULONG STDMETHODCALLTYPE FrameLoadDelegate::Release(void)
117 HRESULT STDMETHODCALLTYPE FrameLoadDelegate::didStartProvisionalLoadForFrame(
132 HRESULT STDMETHODCALLTYPE FrameLoadDelegate::didReceiveServerRedirectForProvisionalLoadForFrame(
142 HRESULT STDMETHODCALLTYPE FrameLoadDelegate::didFailProvisionalLoadWithError(
154 HRESULT STDMETHODCALLTYPE FrameLoadDelegate::didCommitLoadForFrame(
170 HRESULT STDMETHODCALLTYPE FrameLoadDelegate::didReceiveTitle(
183 HRESULT STDMETHODCALLTYPE FrameLoadDelegate::didChangeIcons(
193 void FrameLoadDelegate::processWork()
204 void FrameLoadDelegate::resetToConsistentState()
209 typedef Vector<COMPtr<FrameLoadDelegate> > DelegateVector;
231 void FrameLoadDelegate::locationChangeDone(IWebError*, IWebFrame* frame)
252 HRESULT STDMETHODCALLTYPE FrameLoadDelegate::didFinishLoadForFrame(
263 HRESULT STDMETHODCALLTYPE FrameLoadDelegate::didFailLoadWithError(
275 HRESULT STDMETHODCALLTYPE FrameLoadDelegate::willPerformClientRedirectToURL(
289 HRESULT STDMETHODCALLTYPE FrameLoadDelegate::didCancelClientRedirectForFrame(
300 HRESULT STDMETHODCALLTYPE FrameLoadDelegate::willCloseFrame(
307 HRESULT FrameLoadDelegate::didClearWindowObject(IWebView*, JSContextRef, JSObjectRef, IWebFrame*)
312 HRESULT FrameLoadDelegate::didClearWindowObjectForFrameInScriptWorld(IWebView* webView, IWebFrame* frame, IWebScriptWorld* world)
331 void FrameLoadDelegate::didClearWindowObjectForFrameInIsolatedWorld(IWebFrame* frame, IWebScriptWorld* world)
349 void FrameLoadDelegate::didClearWindowObjectForFrameInStandardWorld(IWebFrame* frame)
374 HRESULT STDMETHODCALLTYPE FrameLoadDelegate::didFinishDocumentLoadForFrame(
398 HRESULT STDMETHODCALLTYPE FrameLoadDelegate::didHandleOnloadEventsForFrame(
409 HRESULT STDMETHODCALLTYPE FrameLoadDelegate::didFirstVisuallyNonEmptyLayoutInFrame(
416 HRESULT STDMETHODCALLTYPE FrameLoadDelegate::didDisplayInsecureContent(
425 HRESULT STDMETHODCALLTYPE FrameLoadDelegate::didRunInsecureContent(