HomeSort by relevance Sort by last modified time
    Searched refs:WebView (Results 151 - 175 of 225) sorted by null

1 2 3 4 5 67 8 9

  /frameworks/base/core/java/android/webkit/
GeolocationService.java 27 import android.webkit.WebView;
ViewManager.java 27 private final WebView mWebView;
101 ViewManager(WebView w) {
CallbackProxy.java 61 // Instance of WebView for handling UI requests.
62 private final WebView mWebView;
141 public CallbackProxy(Context context, WebView w) {
222 // If another application is running a WebView and launches the
257 // WebView certificate:
413 mWebChromeClient.onCloseWindow((WebView) msg.obj);
    [all...]
WebSettings.java 30 * Manages settings state for a WebView. When a WebView is first created, it
33 * WebView.getSettings() is tied to the life of the WebView. If a WebView has
73 * Enum for specifying the WebView's desired density.
138 // WebView associated with this WebSettings.
139 private WebView mWebView;
310 WebSettings(Context context, WebView webview) {
    [all...]
  /packages/apps/Browser/src/com/android/browser/
GeolocationPermissionsPrompt.java 26 import android.webkit.WebView;
  /cts/tests/tests/webkit/src/android/webkit/cts/
CookieManagerTest.java 29 import android.webkit.WebView;
41 private WebView mWebView;
  /external/webkit/WebKit/chromium/src/
WebFrameImpl.h 59 class WebView;
77 virtual WebView* view() const;
WebViewImpl.h 39 #include "../public/WebView.h"
80 class WebViewImpl : public WebView, public RefCounted<WebViewImpl> {
100 // WebView methods:
235 // based on the Webkit function bool WebView::handleContextMenuEvent(WPARAM
236 // wParam, LPARAM lParam) in webkit\webkit\win\WebView.cpp. The only
241 // Notifies the WebView that a load has been committed. isNewNavigation
251 // Set the disposition for how this webview is to be initially shown.
300 friend class WebView; // So WebView::Create can call our constructor
380 // The policy for how this webview is to be initially shown
    [all...]
WebViewImpl.cpp 124 // those in Apple's port in WebKit/WebKit/WebView/WebView.mm
167 // WebView ----------------------------------------------------------------
169 WebView* WebView::create(WebViewClient* client)
174 void WebView::updateVisitedLinkState(unsigned long long linkHash)
179 void WebView::resetVisitedLinkState()
184 void WebView::willEnterModalLoop()
197 void WebView::didExitModalLoop()
215 // (see WebView.mm WebView::_commonInitializationWithFrameName)
    [all...]
  /external/webkit/WebKit/mac/WebView/
WebDataSource.mm 146 return [WebView _viewClass:nil andRepresentationClass:&repClass forMIMEType:MIMEType allowingPlugins:allowPlugins] ? repClass : nil;
282 if ([WebView canShowMIMETypeAsHTML:MIMEType]) {
334 - (WebView *)_webView
336 return [[self webFrame] webView];
342 return [WebView canShowMIMETypeAsHTML:MIMEType];
WebView.mm 336 static const char webViewIsOpen[] = "At least one WebView is still open.";
352 @interface WebView (WebFileInternal)
433 @implementation WebView (AllWebViews)
470 @implementation WebView (WebPrivate)
500 NSString *fullVersion = [[NSBundle bundleForClass:[WebView class]] objectForInfoDictionaryKey:(NSString *)kCFBundleVersionKey];
694 // Unsetting it when a WebView is first created is as good a place as any.
742 WebView *webView = [self _webView];
743 [[webView _UIDelegateForwarder] webView:webView didDrawRect:rect]
    [all...]
  /external/webkit/WebKit/win/
WebInspector.cpp 33 #include "WebView.h"
42 WebInspector* WebInspector::createInstance(WebView* webView)
44 WebInspector* inspector = new WebInspector(webView);
49 WebInspector::WebInspector(WebView* webView)
51 , m_webView(webView)
53 ASSERT_ARG(webView, webView);
WebView.h 48 WebView* kit(WebCore::Page*);
53 class WebView
66 static WebView* createInstance();
68 WebView();
69 ~WebView();
783 // WebView
    [all...]
  /external/webkit/WebKit/qt/QGVLauncher/
main.cpp 67 class WebView : public QGraphicsWebView {
72 WebView(QGraphicsItem* parent = 0)
247 m_item = new WebView;
262 WebView* webView() const { return m_item; }
266 WebView* m_item;
304 view->setMainWidget(scene->webView());
306 connect(scene->webView(), SIGNAL(loadFinished(bool)), this, SLOT(loadFinished(bool)));
307 connect(scene->webView(), SIGNAL(titleChanged(const QString&)), this, SLOT(setWindowTitle(const QString&)));
308 connect(scene->webView()->page(), SIGNAL(windowCloseRequested()), this, SLOT(close()))
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/mac/
LayoutTestControllerMac.mm 63 #import <WebKit/WebView.h>
125 WebBackForwardList *backForwardList = [[mainFrame webView] backForwardList];
232 [(EditingDelegate *)[[mainFrame webView] editingDelegate] setAcceptsEditing:newAcceptsEditing];
252 [[[mainFrame webView] preferences] setAuthorAndUserStylesEnabled:flag];
259 [[mainFrame webView] setPolicyDelegate:policyDelegate];
261 [[mainFrame webView] setPolicyDelegate:nil];
274 [WebView _setDomainRelaxationForbidden:forbidden forURLScheme:(NSString *)schemeCFString.get()];
305 [[[mainFrame webView] preferences] setDeveloperExtrasEnabled:profilingEnabled];
306 [[[mainFrame webView] inspector] setJavaScriptProfilingEnabled:profilingEnabled];
314 [[[mainFrame webView] window] makeFirstResponder:firstResponder]
    [all...]
ObjCController.m 35 #import <WebKit/WebView.h>
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
ExtendedWikiHelper.java 25 import android.webkit.WebView;
80 * Mime-type to use when showing parsed results in a {@link WebView}.
85 * Encoding to use when showing parsed results in a {@link WebView}.
235 * @return HTML formatted content, ready for display in {@link WebView}.
  /external/webkit/WebKit/
Android.mk 67 android/nav/WebView.cpp \
  /external/webkit/WebKit/win/WebCoreSupport/
WebContextMenuClient.cpp 31 #include "WebView.h"
46 WebContextMenuClient::WebContextMenuClient(WebView* webView)
47 : m_webView(webView)
WebDesktopNotificationsDelegate.cpp 34 #include "WebView.h"
144 WebDesktopNotificationsDelegate::WebDesktopNotificationsDelegate(WebView* webView)
145 : m_webView(webView)
  /external/webkit/WebKit/mac/Plugins/
WebPluginContainerCheck.mm 35 #import "WebView.h"
121 WebView *webView = [_controller webView];
136 [[webView _policyDelegateForwarder] webView:webView
143 [[webView _policyDelegateForwarder] webView:webView
    [all...]
WebPluginDatabase.mm 287 if ([WebView canShowMIMETypeAsHTML:MIMEType])
299 [WebView registerViewClass:[WebHTMLView class] representationClass:[WebHTMLRepresentation class] forMIMEType:MIMEType];
418 [WebView _unregisterViewClassAndRepresentationClassForMIMEType:MIMEType];
  /external/webkit/WebKit/mac/WebInspector/
WebInspector.mm 42 - (id)initWithWebView:(WebView *)webView
46 _webView = webView; // not retained to prevent a cycle
217 _webView = [frame webView];
  /frameworks/base/core/java/android/text/util/
Linkify.java 26 import android.webkit.WebView;
451 while ((address = WebView.findAddress(string)) != null) {
  /external/webkit/WebKit/mac/WebCoreSupport/
WebDragClient.mm 50 WebDragClient::WebDragClient(WebView* webView)
51 : m_webView(webView)
64 return (WebCore::DragDestinationAction)[[m_webView _UIDelegateForwarder] webView:m_webView dragDestinationActionMaskForDraggingInfo:dragData->platformData()];
69 [[m_webView _UIDelegateForwarder] webView:m_webView willPerformDragDestinationAction:(WebDragDestinationAction)action forDraggingInfo:dragData->platformData()];
76 return (DragSourceAction)[[m_webView _UIDelegateForwarder] webView:m_webView dragSourceActionMaskForPoint:viewPoint];
82 [[m_webView _UIDelegateForwarder] webView:m_webView willPerformDragSourceAction:(WebDragSourceAction)action fromPoint:mouseDownPoint withPasteboard:static_cast<WebCore::ClipboardMac*>(clipboard)->pasteboard()];
105 SEL selector = @selector(webView:dragImage:at:offset:event:pasteboard:source:slideBack:forView:);
109 [delegate webView:m_webView dragImage:dragNSImage at:at offset:NSZeroSize event:event pasteboard:pasteboard source:sourceHTMLView slideBack:YES forView:topHTMLView];
114 [delegate webView:m_webView dragImage:dragNSImage at:at offset:NSZeroSize event:event pasteboard:pasteboard source:s (…)
    [all...]

Completed in 265 milliseconds

1 2 3 4 5 67 8 9