Searched refs:WebFrame (Results 1 - 25 of 131) sorted by relevance

123456

/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebFormDelegate.h35 @class WebFrame;
53 - (void)textFieldDidBeginEditing:(DOMHTMLInputElement *)element inFrame:(WebFrame *)frame;
54 - (void)textFieldDidEndEditing:(DOMHTMLInputElement *)element inFrame:(WebFrame *)frame;
55 - (void)textDidChangeInTextField:(DOMHTMLInputElement *)element inFrame:(WebFrame *)frame;
56 - (void)textDidChangeInTextArea:(DOMHTMLTextAreaElement *)element inFrame:(WebFrame *)frame;
57 - (void)didFocusTextField:(DOMHTMLInputElement *)element inFrame:(WebFrame *)frame;
59 - (BOOL)textField:(DOMHTMLInputElement *)element doCommandBySelector:(SEL)commandSelector inFrame:(WebFrame *)frame;
60 - (BOOL)textField:(DOMHTMLInputElement *)element shouldHandleEvent:(NSEvent *)event inFrame:(WebFrame *)frame;
64 - (void)frame:(WebFrame *)frame sourceFrame:(WebFrame *)sourceFram
[all...]
H A DWebFrameLoadDelegate.h34 @class WebFrame;
59 - (void)webView:(WebView *)sender didStartProvisionalLoadForFrame:(WebFrame *)frame;
67 - (void)webView:(WebView *)sender didReceiveServerRedirectForProvisionalLoadForFrame:(WebFrame *)frame;
78 - (void)webView:(WebView *)sender didFailProvisionalLoadWithError:(NSError *)error forFrame:(WebFrame *)frame;
93 - (void)webView:(WebView *)sender didCommitLoadForFrame:(WebFrame *)frame;
103 - (void)webView:(WebView *)sender didReceiveTitle:(NSString *)title forFrame:(WebFrame *)frame;
112 - (void)webView:(WebView *)sender didReceiveIcon:(NSImage *)image forFrame:(WebFrame *)frame;
123 - (void)webView:(WebView *)sender didFinishLoadForFrame:(WebFrame *)frame;
133 - (void)webView:(WebView *)sender didFailLoadWithError:(NSError *)error forFrame:(WebFrame *)frame;
142 - (void)webView:(WebView *)sender didChangeLocationWithinPageForFrame:(WebFrame *)fram
[all...]
H A DWebFormDelegate.m47 - (void)textFieldDidBeginEditing:(DOMHTMLInputElement *)element inFrame:(WebFrame *)frame
51 - (void)textFieldDidEndEditing:(DOMHTMLInputElement *)element inFrame:(WebFrame *)frame
55 - (void)textDidChangeInTextField:(DOMHTMLInputElement *)element inFrame:(WebFrame *)frame
59 - (void)textDidChangeInTextArea:(DOMHTMLTextAreaElement *)element inFrame:(WebFrame *)frame
63 - (void)didFocusTextField:(DOMHTMLInputElement *)element inFrame:(WebFrame *)frame
67 - (BOOL)textField:(DOMHTMLInputElement *)element doCommandBySelector:(SEL)commandSelector inFrame:(WebFrame *)frame
72 - (BOOL)textField:(DOMHTMLInputElement *)element shouldHandleEvent:(NSEvent *)event inFrame:(WebFrame *)frame
77 - (void)frame:(WebFrame *)frame sourceFrame:(WebFrame *)sourceFrame willSubmitForm:(DOMElement *)form
83 - (void)willSendSubmitEventToForm:(DOMHTMLFormElement *)element inFrame:(WebFrame *)sourceFram
[all...]
H A DWebFrameLoadDelegatePrivate.h39 - (void)webView:(WebView *)webView didClearWindowObjectForFrame:(WebFrame *)frame inScriptWorld:(WebScriptWorld *)world;
40 - (void)webView:(WebView *)webView didPushStateWithinPageForFrame:(WebFrame *)frame;
41 - (void)webView:(WebView *)webView didReplaceStateWithinPageForFrame:(WebFrame *)frame;
42 - (void)webView:(WebView *)webView didPopStateWithinPageForFrame:(WebFrame *)frame;
43 - (void)webView:(WebView *)webView didRemoveFrameFromHierarchy:(WebFrame *)frame;
H A DWebHistoryDelegate.h28 @class WebFrame;
34 - (void)webView:(WebView *)webView didNavigateWithNavigationData:(WebNavigationData *)navigationData inFrame:(WebFrame *)webFrame;
36 - (void)webView:(WebView *)webView didPerformClientRedirectFromURL:(NSString *)sourceURL toURL:(NSString *)destinationURL inFrame:(WebFrame *)webFrame;
38 - (void)webView:(WebView *)webView didPerformServerRedirectFromURL:(NSString *)sourceURL toURL:(NSString *)destinationURL inFrame:(WebFrame *)webFrame;
40 - (void)webView:(WebView *)webView updateHistoryTitle:(NSString *)title forURL:(NSString *)url inFrame:(WebFrame *)webFrame;
H A DWebFrameView.h32 @class WebFrame;
48 @abstract Returns the WebFrame associated with this WebFrameView
51 - (WebFrame *)webFrame;
H A DWebRenderNode.h31 @class WebFrame;
41 - (id)initWithWebFrame:(WebFrame *)frame;
H A DWebScriptDebugDelegate.h34 @class WebFrame;
56 forWebFrame:(WebFrame *)webFrame;
63 forWebFrame:(WebFrame *)webFrame;
70 forWebFrame:(WebFrame *)webFrame;
76 forWebFrame:(WebFrame *)webFrame;
82 forWebFrame:(WebFrame *)webFrame;
88 forWebFrame:(WebFrame *)webFrame;
95 forWebFrame:(WebFrame *)webFrame;
101 forWebFrame:(WebFrame *)webFrame;
H A DWebRenderLayer.h28 @class WebFrame;
40 - (id)initWithWebFrame:(WebFrame *)frame;
H A DWebPolicyDelegate.h35 @class WebFrame;
143 @param frame The WebFrame in which the navigation is happening
150 frame:(WebFrame *)frame
185 frame:(WebFrame *)frame
196 - (void)webView:(WebView *)webView unableToImplementPolicyWithError:(NSError *)error frame:(WebFrame *)frame;
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/InjectedBundle/
H A DInjectedBundlePageLoaderClient.h52 class WebFrame;
60 void didStartProvisionalLoadForFrame(WebPage*, WebFrame*, RefPtr<APIObject>& userData);
61 void didReceiveServerRedirectForProvisionalLoadForFrame(WebPage*, WebFrame*, RefPtr<APIObject>& userData);
62 void didFailProvisionalLoadWithErrorForFrame(WebPage*, WebFrame*, const WebCore::ResourceError&, RefPtr<APIObject>& userData);
63 void didCommitLoadForFrame(WebPage*, WebFrame*, RefPtr<APIObject>& userData);
64 void didFinishDocumentLoadForFrame(WebPage*, WebFrame*, RefPtr<APIObject>& userData);
65 void didFinishLoadForFrame(WebPage*, WebFrame*, RefPtr<APIObject>& userData);
67 void didFailLoadWithErrorForFrame(WebPage*, WebFrame*, const WebCore::ResourceError&, RefPtr<APIObject>& userData);
68 void didSameDocumentNavigationForFrame(WebPage*, WebFrame*, SameDocumentNavigationType, RefPtr<APIObject>& userData);
69 void didReceiveTitleForFrame(WebPage*, const String&, WebFrame*, RefPt
[all...]
H A DInjectedBundlePageFormClient.h46 class WebFrame;
51 void didFocusTextField(WebPage*, WebCore::HTMLInputElement*, WebFrame*);
52 void textFieldDidBeginEditing(WebPage*, WebCore::HTMLInputElement*, WebFrame*);
53 void textFieldDidEndEditing(WebPage*, WebCore::HTMLInputElement*, WebFrame*);
54 void textDidChangeInTextField(WebPage*, WebCore::HTMLInputElement*, WebFrame*);
55 void textDidChangeInTextArea(WebPage*, WebCore::HTMLTextAreaElement*, WebFrame*);
56 bool shouldPerformActionInTextField(WebPage*, WebCore::HTMLInputElement*, WKInputFieldActionType, WebFrame*);
57 void willSubmitForm(WebPage*, WebCore::HTMLFormElement*, WebFrame*, WebFrame* sourceFrame, const Vector<std::pair<String, String>>&, RefPtr<APIObject>& userData);
58 void willSendSubmitEvent(WebPage*, WebCore::HTMLFormElement*, WebFrame*, WebFram
[all...]
H A DInjectedBundleDOMWindowExtension.h41 class WebFrame;
45 static PassRefPtr<InjectedBundleDOMWindowExtension> create(WebFrame*, InjectedBundleScriptWorld*);
50 WebFrame* frame() const;
54 InjectedBundleDOMWindowExtension(WebFrame*, InjectedBundleScriptWorld*);
H A DInjectedBundlePageResourceLoadClient.h45 class WebFrame;
49 void didInitiateLoadForResource(WebPage*, WebFrame*, uint64_t identifier, const WebCore::ResourceRequest&, bool pageIsProvisionallyLoading);
50 void willSendRequestForFrame(WebPage*, WebFrame*, uint64_t identifier, WebCore::ResourceRequest&, const WebCore::ResourceResponse&);
51 void didReceiveResponseForResource(WebPage*, WebFrame*, uint64_t identifier, const WebCore::ResourceResponse&);
52 void didReceiveContentLengthForResource(WebPage*, WebFrame*, uint64_t identifier, uint64_t contentLength);
53 void didFinishLoadForResource(WebPage*, WebFrame*, uint64_t identifier);
54 void didFailLoadForResource(WebPage*, WebFrame*, uint64_t identifier, const WebCore::ResourceError&);
55 bool shouldCacheResponse(WebPage*, WebFrame*, uint64_t identifier);
56 bool shouldUseCredentialStorage(WebPage*, WebFrame*, uint64_t identifier);
H A DInjectedBundlePagePolicyClient.h43 class WebFrame;
48 WKBundlePagePolicyAction decidePolicyForNavigationAction(WebPage*, WebFrame*, InjectedBundleNavigationAction*, const WebCore::ResourceRequest&, RefPtr<APIObject>& userData);
49 WKBundlePagePolicyAction decidePolicyForNewWindowAction(WebPage*, WebFrame*, InjectedBundleNavigationAction*, const WebCore::ResourceRequest&, const String& frameName, RefPtr<APIObject>& userData);
50 WKBundlePagePolicyAction decidePolicyForResponse(WebPage*, WebFrame*, const WebCore::ResourceResponse&, const WebCore::ResourceRequest&, RefPtr<APIObject>& userData);
51 void unableToImplementPolicy(WebPage*, WebFrame*, const WebCore::ResourceError&, RefPtr<APIObject>& userData);
H A DInjectedBundleHitTestResult.h39 class WebFrame;
48 WebFrame* frame() const;
49 WebFrame* targetFrame() const;
H A DInjectedBundlePageResourceLoadClient.cpp36 void InjectedBundlePageResourceLoadClient::didInitiateLoadForResource(WebPage* page, WebFrame* frame, uint64_t identifier, const WebCore::ResourceRequest& request, bool pageIsProvisionallyLoading)
44 void InjectedBundlePageResourceLoadClient::willSendRequestForFrame(WebPage* page, WebFrame* frame, uint64_t identifier, ResourceRequest& request, const ResourceResponse& redirectResponse)
56 void InjectedBundlePageResourceLoadClient::didReceiveResponseForResource(WebPage* page, WebFrame* frame, uint64_t identifier, const WebCore::ResourceResponse& response)
64 void InjectedBundlePageResourceLoadClient::didReceiveContentLengthForResource(WebPage* page, WebFrame* frame, uint64_t identifier, uint64_t contentLength)
72 void InjectedBundlePageResourceLoadClient::didFinishLoadForResource(WebPage* page, WebFrame* frame, uint64_t identifier)
80 void InjectedBundlePageResourceLoadClient::didFailLoadForResource(WebPage* page, WebFrame* frame, uint64_t identifier, const WebCore::ResourceError& error)
88 bool InjectedBundlePageResourceLoadClient::shouldCacheResponse(WebPage* page, WebFrame* frame, uint64_t identifier)
96 bool InjectedBundlePageResourceLoadClient::shouldUseCredentialStorage(WebPage* page, WebFrame* frame, uint64_t identifier)
/macosx-10.9.5/WebKit-7537.78.2/mac/DOM/
H A DWebDOMOperations.h34 @class WebFrame;
52 - (WebFrame *)webFrame;
87 - (WebFrame *)contentFrame;
97 - (WebFrame *)contentFrame;
109 - (WebFrame *)contentFrame;
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebCoreSupport/soup/
H A DWebFrameNetworkingContext.h35 class WebFrame;
39 static PassRefPtr<WebFrameNetworkingContext> create(WebFrame* frame)
45 WebFrameNetworkingContext(WebFrame*);
H A DWebFrameNetworkingContext.cpp29 #include "WebFrame.h"
36 WebFrameNetworkingContext::WebFrameNetworkingContext(WebFrame* frame)
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebCoreSupport/qt/
H A DWebFrameNetworkingContext.cpp23 #include "WebFrame.h"
30 WebFrameNetworkingContext::WebFrameNetworkingContext(WebFrame* frame)
41 PassRefPtr<WebFrameNetworkingContext> WebFrameNetworkingContext::create(WebFrame* frame)
H A DWebFrameNetworkingContext.h29 class WebFrame;
33 static PassRefPtr<WebFrameNetworkingContext> create(WebFrame*);
37 WebFrameNetworkingContext(WebFrame*);
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/
H A DWebFrame.cpp27 #include "WebFrame.h"
88 DEFINE_DEBUG_ONLY_GLOBAL(WTF::RefCountedLeakCounter, webFrameCounter, ("WebFrame"));
102 PassRefPtr<WebFrame> WebFrame::createMainFrame(WebPage* page)
104 RefPtr<WebFrame> frame = create();
113 PassRefPtr<WebFrame> WebFrame::createSubframe(WebPage* page, const String& frameName, HTMLFrameOwnerElement* ownerElement)
115 RefPtr<WebFrame> frame = create();
124 PassRefPtr<WebFrame> WebFrame
134 WebFrame::WebFrame() function in class:WebKit::WebFrame
[all...]
/macosx-10.9.5/WebKit-7537.78.2/mac/Plugins/
H A DWebPluginContainer.h65 @discussion The webFrame method allows the plug-in to access the WebFrame that
68 @result Return the WebFrame that contains the plug-in.
70 - (WebFrame *)webFrame;
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/InjectedBundle/DOM/
H A DInjectedBundleNodeHandle.h44 class WebFrame;
72 PassRefPtr<WebFrame> documentFrame();
73 PassRefPtr<WebFrame> htmlFrameElementContentFrame();
74 PassRefPtr<WebFrame> htmlIFrameElementContentFrame();

Completed in 274 milliseconds

123456