HomeSort by relevance Sort by last modified time
    Searched refs:webFrame (Results 1 - 25 of 92) sorted by null

1 2 3 4

  /external/webkit/WebKit/mac/WebView/
WebHistoryDelegate.h 28 @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;
WebScriptDebugDelegate.h 44 @class WebFrame;
66 forWebFrame:(WebFrame *)webFrame;
73 forWebFrame:(WebFrame *)webFrame;
80 forWebFrame:(WebFrame *)webFrame;
86 forWebFrame:(WebFrame *)webFrame;
92 forWebFrame:(WebFrame *)webFrame
    [all...]
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);
117 WebFrame *webFrame = toWebFrame(exec->dynamicGlobalObject());
118 WebView *webView = [webFrame webView];
124 CallScriptDebugDelegate(implementations->didParseSourceFunc, webView, @selector(webView:didParseSource:baseLineNumber:fromURL:sourceId:forWebFrame:), nsSource, source.firstLine(), nsURL, source.provider()->asID(), webFrame);
    [all...]
WebFrameView.h 32 @class WebFrame;
47 @method webFrame
48 @abstract Returns the WebFrame associated with this WebFrameView
51 - (WebFrame *)webFrame;
WebHTMLRepresentation.mm 160 WebFrame *webFrame = [dataSource webFrame];
161 if (webFrame) {
163 [webFrame _receivedData:data textEncodingName:[[_private->dataSource response] textEncodingName]];
166 Frame* coreFrame = core(webFrame);
190 WebFrame *frame = [dataSource webFrame];
213 return [[_private->dataSource webFrame] _canProvideDocumentSource];
218 return [[_private->dataSource webFrame] _canSaveAsWebArchive]
    [all...]
WebJSPDFDoc.mm 30 #import "WebFrame.h"
50 WebView *webView = [[dataSource webFrame] webView];
51 CallUIDelegate(webView, @selector(webView:printFrameView:), [[dataSource webFrame] frameView]);
WebFrameViewInternal.h 39 - (void)_setWebFrame:(WebFrame *)webFrame;
  /external/webkit/WebKitTools/DumpRenderTree/win/
HistoryDelegate.h 46 /* [in] */ IWebFrame* webFrame);
52 /* [in] */ IWebFrame* webFrame);
58 /* [in] */ IWebFrame* webFrame);
  /external/webkit/WebKit/win/Interfaces/
IWebHistoryDelegate.idl 44 HRESULT didNavigateWithNavigationData([in] IWebView* webView, [in] IWebNavigationData* navigationData, [in] IWebFrame* webFrame);
45 HRESULT didPerformClientRedirectFromURL([in] IWebView* webView, [in] BSTR sourceURL, [in] BSTR destinationURL, [in] IWebFrame* webFrame);
46 HRESULT didPerformServerRedirectFromURL([in] IWebView* webView, [in] BSTR sourceURL, [in] BSTR destinationURL, [in] IWebFrame* webFrame);
IWebFrameView.idl 48 @method webFrame
49 @abstract Returns the WebFrame associated with this WebFrameView
51 - (WebFrame *)webFrame;
53 HRESULT webFrame([out, retval] IWebFrame** frame);
  /external/webkit/WebKit/mac/Plugins/
WebNullPluginView.mm 78 WebFrame *webFrame = kit(core(localElement)->document()->frame());
79 if (webFrame) {
80 WebView *webView = [webFrame webView];
84 @selector(webView:plugInFailedWithError:dataSource:), localError, [webFrame _dataSource]);
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;
61 - (WebFrame *)webFrame;
WebPluginDatabase.h 32 @class WebFrame;
63 - (void)removePluginInstanceViewsFor:(WebFrame *)webFrame;
  /external/webkit/WebKit/mac/Misc/
WebIconFetcherInternal.h 33 @class WebFrame;
37 + (WebIconFetcher *)_fetchApplicationIconForFrame:(WebFrame *)webFrame
WebIconFetcher.mm 111 + (WebIconFetcher *)_fetchApplicationIconForFrame:(WebFrame *)webFrame
115 Frame* frame = core(webFrame);
  /external/webkit/WebKit/gtk/tests/
testwebframe.c 54 WebKitWebFrame* webFrame;
60 webFrame = webkit_web_view_get_main_frame(webView);
61 g_assert_cmpint(G_OBJECT(webFrame)->ref_count, ==, 1);
64 g_object_ref(webFrame);
65 g_assert_cmpint(G_OBJECT(webFrame)->ref_count, ==, 2);
73 g_assert_cmpint(G_OBJECT(webFrame)->ref_count, ==, 1);
74 g_object_unref(webFrame);
77 static gboolean print_requested_cb(WebKitWebView* webView, WebKitWebFrame* webFrame, GMainLoop* loop)
140 WebKitWebFrame* webFrame = webkit_web_view_get_main_frame(webView);
146 result = webkit_web_frame_print_full (webFrame, operation, action, NULL)
    [all...]
  /external/webkit/WebKit/mac/Plugins/Hosted/
WebHostedNetscapePluginView.h 63 - (void)webFrame:(WebFrame *)webFrame didFinishLoadWithReason:(NPReason)reason;
  /external/webkit/WebKit/android/WebCoreSupport/
ResourceLoaderAndroid.cpp 42 return clientAndroid->webFrame()->startLoadingResource(handle, request, isMainResource, isSync);
  /external/webkit/WebKitTools/DumpRenderTree/mac/
HistoryDelegate.mm 40 - (void)webView:(WebView *)webView didNavigateWithNavigationData:(WebNavigationData *)navigationData inFrame:(WebFrame *)webFrame
56 - (void)webView:(WebView *)webView didPerformClientRedirectFromURL:(NSString *)sourceURL toURL:(NSString *)destinationURL inFrame:(WebFrame *)webFrame
63 - (void)webView:(WebView *)webView didPerformServerRedirectFromURL:(NSString *)sourceURL toURL:(NSString *)destinationURL inFrame:(WebFrame *)webFrame
  /external/webkit/WebKit/mac/DOM/
WebDOMOperations.h 34 @class WebFrame;
49 @method webFrame
52 - (WebFrame *)webFrame;
87 - (WebFrame *)contentFrame;
97 - (WebFrame *)contentFrame;
109 - (WebFrame *)contentFrame;
WebDOMOperations.mm 85 - (WebFrame *)webFrame
149 - (WebFrame *)contentFrame
151 return [[self contentDocument] webFrame];
158 - (WebFrame *)contentFrame
160 return [[self contentDocument] webFrame];
167 - (WebFrame *)contentFrame
169 return [[self contentDocument] webFrame];
  /external/webkit/WebKit/gtk/WebCoreSupport/
ChromeClientGtk.cpp 423 WebKitWebFrame* webFrame = webkit_web_view_get_main_frame(m_webView);
425 g_object_notify(G_OBJECT(webFrame), "horizontal-scrollbar-policy");
426 g_object_notify(G_OBJECT(webFrame), "vertical-scrollbar-policy");
429 g_signal_emit_by_name(webFrame, "scrollbars-policy-changed", &isHandled);
438 GtkPolicyType horizontalPolicy = webkit_web_frame_get_horizontal_scrollbar_policy(webFrame);
439 GtkPolicyType verticalPolicy = webkit_web_frame_get_vertical_scrollbar_policy(webFrame);
481 WebKitWebFrame* webFrame = kit(frame);
483 g_signal_emit_by_name(m_webView, "print-requested", webFrame, &isHandled);
488 webkit_web_frame_print(webFrame);
497 WebKitWebFrame* webFrame = kit(frame)
    [all...]
  /external/webkit/WebCore/platform/qt/
CookieJarQt.cpp 54 QWebFrame* webFrame = static_cast<FrameLoaderClientQt*>(loader->client())->webFrame();
55 QWebPage* page = webFrame->page();

Completed in 101 milliseconds

1 2 3 4