HomeSort by relevance Sort by last modified time
    Searched refs:WebFrame (Results 26 - 50 of 223) sorted by null

12 3 4 5 6 7 8 9

  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebFrame.h 53 class WebFrame : public APIObject {
57 static PassRefPtr<WebFrame> createMainFrame(WebPage*);
58 static PassRefPtr<WebFrame> createSubframe(WebPage*, const String& frameName, WebCore::HTMLFrameOwnerElement*);
59 ~WebFrame();
100 static WebFrame* frameForContext(JSContextRef);
127 virtual void didFinishLoad(WebFrame*) = 0;
128 virtual void didFailLoad(WebFrame*, bool wasCancelled) = 0;
134 static PassRefPtr<WebFrame> create();
135 WebFrame();
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
InjectedBundleHitTestResult.h 38 class WebFrame;
49 WebFrame* frame() const;
50 WebFrame* targetFrame() const;
InjectedBundlePageResourceLoadClient.cpp 36 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)
InjectedBundlePageLoaderClient.cpp 39 void InjectedBundlePageLoaderClient::didStartProvisionalLoadForFrame(WebPage* page, WebFrame* frame, RefPtr<APIObject>& userData)
49 void InjectedBundlePageLoaderClient::didReceiveServerRedirectForProvisionalLoadForFrame(WebPage* page, WebFrame* frame, RefPtr<APIObject>& userData)
59 void InjectedBundlePageLoaderClient::didFailProvisionalLoadWithErrorForFrame(WebPage* page, WebFrame* frame, const ResourceError& error, RefPtr<APIObject>& userData)
69 void InjectedBundlePageLoaderClient::didCommitLoadForFrame(WebPage* page, WebFrame* frame, RefPtr<APIObject>& userData)
79 void InjectedBundlePageLoaderClient::didFinishDocumentLoadForFrame(WebPage* page, WebFrame* frame, RefPtr<APIObject>& userData)
89 void InjectedBundlePageLoaderClient::didFinishLoadForFrame(WebPage* page, WebFrame* frame, RefPtr<APIObject>& userData)
99 void InjectedBundlePageLoaderClient::didFailLoadWithErrorForFrame(WebPage* page, WebFrame* frame, const ResourceError& error, RefPtr<APIObject>& userData)
109 void InjectedBundlePageLoaderClient::didSameDocumentNavigationForFrame(WebPage* page, WebFrame* frame, SameDocumentNavigationType type, RefPtr<APIObject>& userData)
119 void InjectedBundlePageLoaderClient::didReceiveTitleForFrame(WebPage* page, const String& title, WebFrame* frame, RefPtr<APIObject>& userData)
129 void InjectedBundlePageLoaderClient::didFirstLayoutForFrame(WebPage* page, WebFrame* frame, RefPtr<APIObject>& userData
    [all...]
InjectedBundlePageFormClient.cpp 41 void InjectedBundlePageFormClient::textFieldDidBeginEditing(WebPage* page, HTMLInputElement* inputElement, WebFrame* frame)
50 void InjectedBundlePageFormClient::textFieldDidEndEditing(WebPage* page, HTMLInputElement* inputElement, WebFrame* frame)
59 void InjectedBundlePageFormClient::textDidChangeInTextField(WebPage* page, HTMLInputElement* inputElement, WebFrame* frame)
68 void InjectedBundlePageFormClient::textDidChangeInTextArea(WebPage* page, HTMLTextAreaElement* textAreaElement, WebFrame* frame)
77 bool InjectedBundlePageFormClient::shouldPerformActionInTextField(WebPage* page, HTMLInputElement* inputElement, WKInputFieldActionType actionType, WebFrame* frame)
86 void InjectedBundlePageFormClient::willSubmitForm(WebPage* page, HTMLFormElement* formElement, WebFrame* frame, WebFrame* sourceFrame, const Vector<std::pair<String, String> >& values, RefPtr<APIObject>& userData)
  /external/webkit/Source/WebKit/chromium/public/
WebPageSerializer.h 38 class WebFrame;
67 WEBKIT_API static bool serialize(WebFrame* frame,
WebFrame.h 79 class WebFrame {
81 // Returns the number of live WebFrame objects, used for leak checking.
84 // The two functions below retrieve the WebFrame instances relating the
100 WEBKIT_API static WebFrame* frameForEnteredContext();
101 WEBKIT_API static WebFrame* frameForCurrentContext();
107 WEBKIT_API static WebFrame* frameForContext(v8::Handle<v8::Context>);
112 WEBKIT_API static WebFrame* fromFrameOwnerElement(const WebElement&);
178 virtual WebFrame* opener() const = 0;
185 virtual WebFrame* parent() const = 0;
188 virtual WebFrame* top() const = 0
    [all...]
WebView.h 46 class WebFrame;
146 virtual WebFrame* mainFrame() = 0;
154 virtual WebFrame* findFrameByName(
155 const WebString& name, WebFrame* relativeToFrame = 0) = 0;
160 virtual WebFrame* focusedFrame() = 0;
161 virtual void setFocusedFrame(WebFrame*) = 0;
WebCommonWorkerClient.h 41 class WebFrame;
87 virtual bool allowDatabase(WebFrame*, const WebString& name, const WebString& displayName, unsigned long estimatedSize) = 0;
WebStorageArea.h 39 class WebFrame;
70 virtual void setItem(const WebString& key, const WebString& newValue, const WebURL& url, Result& result, WebString& oldValue, WebFrame*)
  /external/webkit/Source/WebKit/mac/Plugins/
WebPluginContainer.h 64 @method webFrame
65 @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;
WebPluginContainerCheck.h 33 @class WebFrame;
39 - (WebFrame *)webFrame;
WebPluginController.h 32 @class WebFrame;
68 - (WebFrame *)webFrame;
WebPluginDatabase.h 32 @class WebFrame;
63 - (void)removePluginInstanceViewsFor:(WebFrame *)webFrame;
  /external/webkit/Tools/DumpRenderTree/chromium/
AccessibilityController.h 39 class WebFrame;
49 void bindToJavascript(WebKit::WebFrame*, const WebKit::WebString& classname);
  /external/webkit/Source/WebKit/win/
WebFrame.cpp 29 #include "WebFrame.h"
149 WebFrame* kit(Frame* frame)
156 return static_cast<WebFrame*>(frameLoaderClient); // eek, is there a better way than static cast?
160 Frame* core(WebFrame* webFrame)
162 if (!webFrame)
164 return webFrame->impl();
167 // This function is not in WebFrame.h because we don't want to advertise the ability to get a non-const Frame from a const WebFrame
168 Frame* core(const WebFrame* webFrame
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebIDBFactoryImpl.h 47 virtual void open(const WebString& name, WebIDBCallbacks*, const WebSecurityOrigin&, WebFrame*, const WebString& dataDir, unsigned long long maximumSize, BackingStoreType);
  /external/webkit/Source/WebKit/mac/WebView/
WebPolicyDelegate.h 35 @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;
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/DOM/
InjectedBundleNodeHandle.h 43 class WebFrame;
73 PassRefPtr<WebFrame> documentFrame();
74 PassRefPtr<WebFrame> htmlFrameElementContentFrame();
75 PassRefPtr<WebFrame> htmlIFrameElementContentFrame();
  /external/webkit/Tools/DumpRenderTree/mac/
NavigationController.h 38 - (void)webView:(WebView *)sender didFinishLoadForFrame:(WebFrame *)frame;
  /external/chromium/chrome/common/
web_apps.h 19 class WebFrame;
96 bool ParseWebAppFromWebDocument(WebKit::WebFrame* frame,
  /external/chromium/webkit/glue/
alt_error_page_resource_fetcher.cc 10 using WebKit::WebFrame;
23 WebFrame* frame,
iframe_redirect_unittest.cc 10 #include "third_party/WebKit/Source/WebKit/chromium/public/WebFrame.h"
19 using WebKit::WebFrame;
39 WebFrame* iframe =
image_resource_fetcher.cc 8 #include "third_party/WebKit/Source/WebKit/chromium/public/WebFrame.h"
13 using WebKit::WebFrame;
21 WebFrame* frame,
webkit_glue.h 36 class WebFrame;
58 string16 DumpDocumentText(WebKit::WebFrame* web_frame);
63 string16 DumpFramesAsText(WebKit::WebFrame* web_frame, bool recursive);
66 string16 DumpRenderer(WebKit::WebFrame* web_frame);
70 bool CounterValueForElementById(WebKit::WebFrame* web_frame,
75 int PageNumberForElementById(WebKit::WebFrame* web_frame,
81 int NumberOfPages(WebKit::WebFrame* web_frame,
85 // Returns a dump of the scroll position of the webframe.
86 string16 DumpFrameScrollPosition(WebKit::WebFrame* web_frame, bool recursive);

Completed in 750 milliseconds

12 3 4 5 6 7 8 9