Home
last modified time | relevance | path

Searched defs:WebFrame (Results 1 – 25 of 35) sorted by relevance

12

/external/webkit/WebKit/chromium/public/
DWebFrameClient.h43 class WebFrame; variable
66 virtual WebPlugin* createPlugin(WebFrame*, const WebPluginParams&) { return 0; } in createPlugin() argument
69 virtual WebWorker* createWorker(WebFrame*, WebWorkerClient*) { return 0; } in createWorker() argument
72 …virtual WebSharedWorker* createSharedWorker(WebFrame*, const WebURL&, const WebString&, unsigned l… in createSharedWorker() argument
75 virtual WebMediaPlayer* createMediaPlayer(WebFrame*, WebMediaPlayerClient*) { return 0; } in createMediaPlayer() argument
81 virtual void willClose(WebFrame*) { } in willClose() argument
84 virtual bool allowPlugins(WebFrame*, bool enabledPerSettings) { return enabledPerSettings; } in allowPlugins() argument
87 virtual bool allowImages(WebFrame*, bool enabledPerSettings) { return enabledPerSettings; } in allowImages() argument
94 WebFrame*, const WebURLRequest&, WebNavigationPolicy) { } in loadURLExternally() argument
102 WebFrame*, const WebURLRequest&, WebNavigationType, in decidePolicyForNavigation() argument
[all …]
DWebViewClient.h48 class WebFrame; variable
91 virtual void printPage(WebFrame*) { } in printPage() argument
176 WebFrame*, const WebString& message) { } in runModalAlertDialog() argument
182 WebFrame*, const WebString& message) { return false; } in runModalConfirmDialog() argument
190 WebFrame*, const WebString& message, const WebString& defaultValue, in runModalPromptDialog() argument
198 WebFrame*, const WebString& message) { return true; } in runModalBeforeUnloadDialog() argument
217 virtual void showContextMenu(WebFrame*, const WebContextMenuData&) { } in showContextMenu() argument
DWebPageSerializer.h37 class WebFrame; variable
DWebPlugin.h41 class WebFrame; variable
DWebDevToolsAgent.h38 class WebFrame; variable
DWebView.h42 class WebFrame; variable
DWebDocument.h43 class WebFrame; variable
DWebNode.h46 class WebFrame; variable
/external/webkit/WebKit/mac/WebView/
DWebFormDelegate.m48 {
52 {
56 {
60 {
64 {
69 {
75 {
DWebRenderNode.mm134 {
DWebFrame.mm210 @implementation WebFrame (WebInternal) implementation in WebInternal
212 Frame* core(WebFrame *frame) category
232 WebView *getWebView(WebFrame *webFrame) category
977 @implementation WebFrame (WebPrivate) implementation in WebPrivate
981 {
1264 @implementation WebFrame implementation in static
/external/webkit/WebKitTools/DumpRenderTree/mac/
DFrameLoadDelegate.mm71 @interface WebFrame (DRTExtras) interface in DRTExtras
75 @implementation WebFrame (DRTExtras) implementation in DRTExtras
144 {
164 {
179 {
199 {
218 {
241 {
291 {
304 {
[all …]
DUIDelegate.mm71 {
77 {
84 {
91 {
143 {
159 {
DHistoryDelegate.mm41 {
57 {
64 {
DPolicyDelegate.mm52 {
98 {
DNavigationController.m81 {
/external/webkit/WebKit/mac/DefaultDelegates/
DWebDefaultPolicyDelegate.m55 {
63 decisionListener:(id <WebPolicyDecisionListener>)listener;
83 {
DWebDefaultUIDelegate.m156 {
161 {
167 {
/external/webkit/WebKit/win/
DWebHTMLRepresentation.h31 class WebFrame; variable
DWebFrame.h70 class WebFrame; variable
/external/webkit/WebKit/win/WebCoreSupport/
DWebFrameLoaderClient.h42 class WebFrame; variable
/external/webkit/WebKit/mac/Misc/
DWebIconFetcher.mm114 {
/external/webkit/WebKit/android/WebCoreSupport/
DChromeClientAndroid.h42 class WebFrame; variable
/external/webkit/WebKit/chromium/src/
DWebDevToolsAgentImpl.h54 class WebFrame; variable
/external/webkit/WebKit/mac/Plugins/Hosted/
DWebHostedNetscapePluginView.mm471 {
477 {

12