|
(void) | - resetToConsistentState |
|
() | - FrameLoadDelegate |
|
(virtual) | - ~FrameLoadDelegate |
|
(void) | - processWork |
|
(void) | - resetToConsistentState |
|
(AccessibilityController *) | - accessibilityController |
|
(virtual HRESULT STDMETHODCALLTYPE) | - QueryInterface |
|
(virtual ULONG STDMETHODCALLTYPE) | - AddRef |
|
(virtual ULONG STDMETHODCALLTYPE) | - Release |
|
(virtual HRESULT STDMETHODCALLTYPE) | - didStartProvisionalLoadForFrame |
|
(virtual HRESULT STDMETHODCALLTYPE) | - didReceiveServerRedirectForProvisionalLoadForFrame |
|
(virtual HRESULT STDMETHODCALLTYPE) | - didFailProvisionalLoadWithError |
|
(virtual HRESULT STDMETHODCALLTYPE) | - didCommitLoadForFrame |
|
(virtual HRESULT STDMETHODCALLTYPE) | - didReceiveTitle |
|
(virtual HRESULT STDMETHODCALLTYPE) | - didChangeIcons |
|
(virtual HRESULT STDMETHODCALLTYPE) | - didReceiveIcon |
|
(virtual HRESULT STDMETHODCALLTYPE) | - didFinishLoadForFrame |
|
(virtual HRESULT STDMETHODCALLTYPE) | - didFailLoadWithError |
|
(virtual HRESULT STDMETHODCALLTYPE) | - didChangeLocationWithinPageForFrame |
|
(virtual HRESULT STDMETHODCALLTYPE) | - willPerformClientRedirectToURL |
|
(virtual HRESULT STDMETHODCALLTYPE) | - didCancelClientRedirectForFrame |
|
(virtual HRESULT STDMETHODCALLTYPE) | - willCloseFrame |
|
(virtual HRESULT STDMETHODCALLTYPE) | - windowScriptObjectAvailable |
|
(virtual HRESULT STDMETHODCALLTYPE) | - didClearWindowObject |
|
(virtual HRESULT STDMETHODCALLTYPE) | - didFinishDocumentLoadForFrame |
|
(virtual HRESULT STDMETHODCALLTYPE) | - didFirstLayoutInFrame |
|
(virtual HRESULT STDMETHODCALLTYPE) | - didHandleOnloadEventsForFrame |
|
(virtual HRESULT STDMETHODCALLTYPE) | - didFirstVisuallyNonEmptyLayoutInFrame |
|
(virtual HRESULT STDMETHODCALLTYPE) | - didDisplayInsecureContent |
|
(virtual HRESULT STDMETHODCALLTYPE) | - didRunInsecureContent |
|
(virtual HRESULT STDMETHODCALLTYPE) | - didClearWindowObjectForFrameInScriptWorld |
|
(virtual HRESULT STDMETHODCALLTYPE) | - didPushStateWithinPageForFrame |
|
(virtual HRESULT STDMETHODCALLTYPE) | - didReplaceStateWithinPageForFrame |
|
(virtual HRESULT STDMETHODCALLTYPE) | - didPopStateWithinPageForFrame |
|
(virtual HRESULT STDMETHODCALLTYPE) | - onNotify |
|
(id) | - initWithDidFinishLoadBoolean: |
|
HRESULT | didStartProvisionalLoadForFrame ([in] IWebView *webView, [in] IWebFrame *frame) |
|
HRESULT | didReceiveServerRedirectForProvisionalLoadForFrame ([in] IWebView *webView, [in] IWebFrame *frame) |
|
HRESULT | didFailProvisionalLoadWithError ([in] IWebView *webView, [in] IWebError *error, [in] IWebFrame *frame) |
|
HRESULT | didCommitLoadForFrame ([in] IWebView *webView, [in] IWebFrame *frame) |
|
HRESULT | didReceiveTitle ([in] IWebView *webView, [in] BSTR title, [in] IWebFrame *frame) |
|
HRESULT | didReceiveIcon ([in] IWebView *webView, [in] HBITMAP hBitmap, [in] IWebFrame *frame) |
|
HRESULT | didFinishLoadForFrame ([in] IWebView *webView, [in] IWebFrame *frame) |
|
HRESULT | didFailLoadWithError ([in] IWebView *webView, [in] IWebError *error, [in] IWebFrame *forFrame) |
|
HRESULT | didChangeLocationWithinPageForFrame ([in] IWebView *webView, [in] IWebFrame *frame) |
|
HRESULT | willPerformClientRedirectToURL ([in] IWebView *webView, [in] BSTR url, [in] double delaySeconds, [in] DATE fireDate, [in] IWebFrame *frame) |
|
HRESULT | didCancelClientRedirectForFrame ([in] IWebView *webView, [in] IWebFrame *frame) |
|
HRESULT | willCloseFrame ([in] IWebView *webView, [in] IWebFrame *frame) |
|
HRESULT | didDisplayInsecureContent ([in] IWebView *sender) |
|
HRESULT | didRunInsecureContent ([in] IWebView *sender, [in] IWebSecurityOrigin *origin) |
|
HRESULT | didClearWindowObjectForFrameInScriptWorld ([in] IWebView *webView, [in] IWebFrame *frame, [in] IWebScriptWorld *) |
|
HRESULT | didPushStateWithinPageForFrame ([in] IWebView *webView, [in] IWebFrame *frame) |
|
HRESULT | didReplaceStateWithinPageForFrame ([in] IWebView *webView, [in] IWebFrame *frame) |
|
HRESULT | didPopStateWithinPageForFrame ([in] IWebView *webView, [in] IWebFrame *frame) |
|
HRESULT | didChangeIcons ([in] IWebView *webView, [in] IWebFrame *frame) |
|
HRESULT | didFinishDocumentLoadForFrame ([in] IWebView *sender, [in] IWebFrame *frame) |
|
HRESULT | didFirstLayoutInFrame ([in] IWebView *sender, [in] IWebFrame *frame) |
|
HRESULT | didHandleOnloadEventsForFrame ([in] IWebView *sender, [in] IWebFrame *frame) |
|
HRESULT | didFirstVisuallyNonEmptyLayoutInFrame ([in] IWebView *sender, [in] IWebFrame *frame) |
|
HRESULT | onNotify ([in] IWebNotification *notification) |
|