HomeSort by relevance Sort by last modified time
    Searched refs:WebView (Results 326 - 350 of 352) sorted by null

<<1112131415

  /external/webkit/Source/WebKit/win/
FullscreenVideoController.cpp 33 #include "WebView.h"
276 WebView* webView = kit(m_mediaElement->document()->page());
277 HWND parentHwnd = webView ? webView->viewWindow() : 0;
WebFrame.cpp 54 #include "WebView.h"
233 , webView(0)
242 WebView* webView;
446 HRESULT STDMETHODCALLTYPE WebFrame::webView(
450 if (!d->webView)
452 *view = d->webView;
1087 PassRefPtr<Frame> WebFrame::init(IWebView* webView, Page* page, HTMLFrameOwnerElement* ownerElement)
1089 webView->QueryInterface(&d->webView);
    [all...]
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebEditorClient.cpp 33 #include "WebView.h"
128 WebEditorClient::WebEditorClient(WebView* webView)
129 : m_webView(webView)
WebChromeClient.cpp 39 #include "WebView.h"
72 WebChromeClient::WebChromeClient(WebView* webView)
73 : m_webView(webView)
75 , m_notificationsDelegate(new WebDesktopNotificationsDelegate(webView))
374 // We need to remove the parent WebView from WebViewSets here, before it actually
376 // can't find it. Otherwise, window.open will select a closed WebView instead of
383 // message by actually closing the WebView. Safari guarantees this behavior, but other apps might not.
  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginView.mm     [all...]
WebBaseNetscapePluginView.mm 41 #import "WebView.h"
430 ASSERT([self webView]);
432 if (![[[self webView] preferences] arePlugInsEnabled])
459 [[self webView] addPluginInstanceView:self];
494 [[self webView] removePluginInstanceView:self];
615 if ([[self webView] hostWindow]) {
633 // the WebView might still has a hostWindow at that point, which prevents the plug-in from being destroyed.
655 _isPrivateBrowsingEnabled = [[[self webView] preferences] privateBrowsingEnabled];
666 } else if ([[self webView] hostWindow]) {
687 if ([[self webView] hostWindow])
    [all...]
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
NetscapePluginInstanceProxy.mm 542 WebView *wv = [m_pluginView webView];
543 [[wv _UIDelegateForwarder] webView:wv setStatusText:(NSString *)status.get()];
638 WebView *currentWebView = [m_pluginView webView];
640 WebView *newWebView = [[currentWebView _UIDelegateForwarder] webView:currentWebView
762 if (![[[m_pluginView webView] preferences] isJavaScriptEnabled]) {
    [all...]
  /external/webkit/Tools/DumpRenderTree/mac/
EventSendingController.mm 265 NSURL *currentTestURL = [NSURL URLWithString:[[mainFrame webView] mainFrameURL]];
282 [[mainFrame webView] draggingEntered:draggingInfo];
328 windowNumber:[[[mainFrame webView] window] windowNumber]
334 NSView *subView = [[mainFrame webView] hitTest:[event locationInWindow]];
349 [[mainFrame webView] makeTextLarger:self];
354 [[mainFrame webView] makeTextSmaller:self];
359 [[mainFrame webView] zoomPageIn:self];
364 [[mainFrame webView] zoomPageOut:self];
369 [[mainFrame webView] _scaleWebView:scale atOrigin:NSMakePoint(x, y)];
393 windowNumber:[[[mainFrame webView] window] windowNumber]
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/
Robolectric.java     [all...]
  /external/webkit/Source/WebKit2/UIProcess/win/
WebPopupMenuProxyWin.cpp 33 #include "WebView.h"
84 // Associate the WebView with the window.
163 WebPopupMenuProxyWin::WebPopupMenuProxyWin(WebView* webView, WebPopupMenuProxy::Client* client)
165 , m_webView(webView)
587 // Send the keydown to the WebView so it can be used for type-to-select.
  /external/webkit/Tools/DumpRenderTree/chromium/
EventSender.cpp 36 // callbacks into the webview. This won't work for layout tests, so instead,
53 #include "WebView.h"
328 WebView* EventSender::webview() function in class:EventSender
330 return m_shell->webView();
341 currentDragEffect = webview()->dragTargetDragEnter(dragData, clientPoint, screenPoint, currentDragEffectsAllowed);
385 webview()->layout();
399 webview()->handleInputEvent(event);
407 webview()->layout();
431 webview()->handleInputEvent(e)
    [all...]
  /frameworks/base/core/java/android/webkit/
CallbackProxy.java 267 // If another application is running a WebView and launches the
757 // WebView.onPageStarted().
    [all...]
WebViewCore.java 127 * WebView.DEFAULT_SCALE_PERCENT.
196 // Make sure the Watchdog is aware of this new WebView.
254 // Send a message back to WebView to tell it that we have set up the
296 "No WebView has been created in this process!");
307 "No WebView has been created in this process!");
570 * Notify the webview that we want to exit the video fullscreen.
777 "No WebView has been created in this process!");
785 "No WebView has been created in this process!");
793 "No WebView has been created in this process!");
    [all...]
  /packages/apps/Email/src/com/android/email/activity/
MessageCompose.java 48 import android.webkit.WebView;
195 private WebView mQuotedText;
527 * We override onDestroy to make sure that the WebView gets explicitly destroyed.
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebFrameImpl.cpp 36 // WebView (for the toplevel frame only)
599 WebView* WebFrameImpl::view() const
    [all...]
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 

Completed in 521 milliseconds

<<1112131415