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

1 2 3 45 6 7 8 9

  /external/webkit/Source/WebKit2/WebProcess/
WebProcess.h 62 class WebFrame;
96 WebFrame* webFrame(uint64_t) const;
97 void addWebFrame(uint64_t, WebFrame*);
210 HashMap<uint64_t, WebFrame*> m_frameMap;
  /external/webkit/Tools/DumpRenderTree/chromium/
TestWebWorker.h 86 virtual bool allowDatabase(WebKit::WebFrame*, const WebKit::WebString&, const WebKit::WebString&, unsigned long) { return true; }
CppBoundClass.h 53 class WebFrame;
93 // Given a WebFrame, BindToJavascript builds the NPObject that will represent
100 void bindToJavascript(WebKit::WebFrame*, const WebKit::WebString& classname);
237 // True if our np_object has been bound to a WebFrame, in which case it must
  /external/webkit/Tools/DumpRenderTree/mac/
NavigationController.m 32 #import <WebKit/WebFrame.h>
80 - (void)webView:(WebView *)sender didFinishLoadForFrame:(WebFrame *)frame
PolicyDelegate.mm 50 frame:(WebFrame *)frame
97 - (void)webView:(WebView *)webView unableToImplementPolicyWithError:(NSError *)error frame:(WebFrame *)frame
AccessibilityControllerMac.mm 33 #import <WebKit/WebFrame.h>
UIDelegate.mm 86 - (void)webView:(WebView *)sender runJavaScriptAlertPanelWithMessage:(NSString *)message initiatedByFrame:(WebFrame *)frame
92 - (BOOL)webView:(WebView *)sender runJavaScriptConfirmPanelWithMessage:(NSString *)message initiatedByFrame:(WebFrame *)frame
99 - (NSString *)webView:(WebView *)sender runJavaScriptTextInputPanelWithPrompt:(NSString *)prompt defaultText:(NSString *)defaultText initiatedByFrame:(WebFrame *)frame
106 - (BOOL)webView:(WebView *)c runBeforeUnloadConfirmPanelWithMessage:(NSString *)message initiatedByFrame:(WebFrame *)frame
158 - (void)webView:(WebView *)sender frame:(WebFrame *)frame exceededDatabaseQuotaForSecurityOrigin:(WebSecurityOrigin *)origin database:(NSString *)databaseIdentifier
186 - (void)webView:(WebView *)webView decidePolicyForGeolocationRequestFromOrigin:(WebSecurityOrigin *)origin frame:(WebFrame *)frame listener:(id<WebGeolocationPolicyListener>)listener
  /external/webkit/Source/WebKit/mac/DOM/
WebDOMOperations.mm 131 - (WebFrame *)webFrame
190 - (WebFrame *)contentFrame
192 return [[self contentDocument] webFrame];
199 - (WebFrame *)contentFrame
201 return [[self contentDocument] webFrame];
222 - (WebFrame *)contentFrame
224 return [[self contentDocument] webFrame];
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundleAPICast.h 53 class WebFrame;
61 WK_ADD_API_MAPPING(WKBundleFrameRef, WebFrame)
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
InjectedBundleNavigationAction.cpp 29 #include "WebFrame.h"
83 PassRefPtr<InjectedBundleNavigationAction> InjectedBundleNavigationAction::create(WebFrame* frame, const NavigationAction& action, PassRefPtr<FormState> formState)
88 InjectedBundleNavigationAction::InjectedBundleNavigationAction(WebFrame* frame, const NavigationAction& navigationAction, PassRefPtr<FormState> prpFormState)
InjectedBundleUserMessageCoders.h 30 #include "WebFrame.h"
65 WebFrame* frame = static_cast<WebFrame*>(m_root);
121 coder.m_root = WebProcess::shared().webFrame(frameID);
InjectedBundlePageUIClient.cpp 51 void InjectedBundlePageUIClient::willRunJavaScriptAlert(WebPage* page, const String& alertText, WebFrame* frame)
57 void InjectedBundlePageUIClient::willRunJavaScriptConfirm(WebPage* page, const String& message, WebFrame* frame)
63 void InjectedBundlePageUIClient::willRunJavaScriptPrompt(WebPage* page, const String& message, const String& defaultValue, WebFrame* frame)
  /external/chromium/webkit/glue/
dom_serializer_unittest.cc 17 #include "third_party/WebKit/Source/WebKit/chromium/public/WebFrame.h"
36 using WebKit::WebFrame;
51 WebFrame* FindSubFrameByURL(WebView* web_view, const GURL& url) {
55 std::vector<WebFrame*> stack;
59 WebFrame* current_frame = stack.back();
72 WebFrame* sub_frame = WebFrame::fromFrameOwnerElement(element);
152 // Do not use WebFrame.LoadHTMLString because it assumes that input
154 // TODO(darin): This should use WebFrame::loadData.
155 WebFrame* web_frame
    [all...]
cpp_bound_class_unittest.cc 14 #include "third_party/WebKit/Source/WebKit/chromium/public/WebFrame.h"
21 using WebKit::WebFrame;
66 virtual void BindJSObjectsToWindow(WebFrame* frame) {
100 // loads it into a webframe so it is executed.
153 WebFrame* webframe_;
site_isolation_metrics.cc 12 #include "third_party/WebKit/Source/WebKit/chromium/public/WebFrame.h"
19 using WebKit::WebFrame;
94 WebFrame* frame, const WebURLResponse& response) {
122 WebFrame* frame, unsigned identifier, const WebURLResponse& response) {
cpp_bound_class.h 30 class WebFrame;
61 // Given a WebFrame, BindToJavascript builds the NPObject that will represent
68 void BindToJavascript(WebKit::WebFrame* frame, const std::string& classname);
173 // True if our np_object has been bound to a WebFrame, in which case it must
  /external/webkit/Source/WebKit/mac/WebView/
WebScriptDebugger.mm 75 static WebFrame *toWebFrame(JSGlobalObject* globalObject)
93 WebFrame *webFrame = toWebFrame(debuggerCallFrame.dynamicGlobalObject());
95 m_topCallFrame.adoptNS([[WebScriptCallFrame alloc] _initWithGlobalObject:core(webFrame)->script()->windowScriptObject() debugger:this caller:m_topCallFrame.get() debuggerCallFrame:debuggerCallFrame]);
98 WebView *webView = [webFrame webView];
101 CallScriptDebugDelegate(implementations->didEnterCallFrameFunc, webView, @selector(webView:didEnterCallFrame:sourceId:line:forWebFrame:), m_topCallFrame.get(), static_cast<NSInteger>(0), -1, webFrame);
118 WebFrame *webFrame = toWebFrame(exec->dynamicGlobalObject());
119 WebView *webView = [webFrame webView];
125 CallScriptDebugDelegate(implementations->didParseSourceFunc, webView, @selector(webView:didParseSource:baseLineNumber:fromURL:sourceId:forWebFrame:), nsSource, firstLine, nsURL, sourceProvider->asID(), webFrame);
    [all...]
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebFrameLoaderClient.h 40 class WebFrame;
131 WebFrameLoaderClient(WebFrame*);
138 WebFrame* m_webFrame;
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/DOM/
InjectedBundleNodeHandle.cpp 29 #include "WebFrame.h"
176 PassRefPtr<WebFrame> InjectedBundleNodeHandle::documentFrame()
185 return static_cast<WebFrameLoaderClient*>(frame->loader()->client())->webFrame();
188 PassRefPtr<WebFrame> InjectedBundleNodeHandle::htmlFrameElementContentFrame()
197 return static_cast<WebFrameLoaderClient*>(frame->loader()->client())->webFrame();
200 PassRefPtr<WebFrame> InjectedBundleNodeHandle::htmlIFrameElementContentFrame()
209 return static_cast<WebFrameLoaderClient*>(frame->loader()->client())->webFrame();
  /external/webkit/Source/WebKit/chromium/src/
WebWorkerBase.cpp 70 static PassRefPtr<AllowDatabaseMainThreadBridge> create(WebWorkerBase* worker, const WTF::String& mode, WebCommonWorkerClient* commonClient, WebFrame* frame, const WTF::String& name, const WTF::String& displayName, unsigned long estimatedSize)
96 AllowDatabaseMainThreadBridge(WebWorkerBase* worker, const WTF::String& mode, WebCommonWorkerClient* commonClient, WebFrame* frame, const WTF::String& name, const WTF::String& displayName, unsigned long estimatedSize)
103 static void allowDatabaseTask(WebCore::ScriptExecutionContext* context, WebCommonWorkerClient* commonClient, WebFrame* frame, const WTF::String name, const WTF::String displayName, unsigned long estimatedSize, PassRefPtr<AllowDatabaseMainThreadBridge> bridge)
152 WebFrameImpl* webFrame = static_cast<WebFrameImpl*>(m_webView->mainFrame());
153 if (webFrame)
154 webFrame->setClient(0);
177 WebFrameImpl* webFrame = static_cast<WebFrameImpl*>(m_webView->mainFrame());
185 webFrame->frame()->loader()->load(ResourceRequest(url), substData, false);
188 m_loadingDocument = webFrame->frame()->document();
204 void WebWorkerBase::didCreateDataSource(WebFrame*, WebDataSource* ds
    [all...]
  /external/webkit/Source/WebKit/android/jni/
WebCoreFrameBridge.cpp 143 android::WebFrame* webFrame)
162 if (!(*pointer) && webFrame) {
163 (*pointer) = new String(webFrame->getRawResourceFilename(resId).impl());
175 struct WebFrame::JavaBrowserFrame
225 WebFrame::WebFrame(JNIEnv* env, jobject obj, jobject historyList, WebCore::Page* page)
324 WebFrame::~WebFrame()
336 WebFrame* WebFrame::getWebFrame(const WebCore::Frame* frame
    [all...]
  /external/webkit/Source/WebKit/mac/Misc/
WebKit.h 37 #import <WebKit/WebFrame.h>
  /external/webkit/Source/WebCore/bindings/objc/
WebScriptObject.h 193 @class WebFrame;
  /external/webkit/Source/WebKit/android/WebCoreSupport/
FrameLoaderClientAndroid.h 41 class WebFrame;
46 FrameLoaderClientAndroid(WebFrame* webframe);
52 WebFrame* webFrame() const { return m_webFrame; }
227 WebFrame* m_webFrame;
  /external/webkit/Source/WebKit/chromium/public/
WebPlugin.h 43 class WebFrame;

Completed in 672 milliseconds

1 2 3 45 6 7 8 9