HomeSort by relevance Sort by last modified time
    Searched refs:WebViewCore (Results 51 - 60 of 60) sorted by null

1 23

  /external/webkit/Source/WebCore/platform/android/
GeolocationServiceBridge.cpp 33 #include "WebViewCore.h"
191 jobject context = android::WebViewCore::getWebViewCore(frame->view())->getContext();
  /external/webkit/Source/WebKit/
Android.mk 76 android/jni/WebViewCore.cpp \
  /frameworks/base/core/java/android/webkit/
HTML5Audio.java 138 // (i.e. the webviewcore thread here)
188 public HTML5Audio(WebViewCore webViewCore, int nativePtr) {
192 mContext = webViewCore.getContext();
194 webViewCore.getContext().getMainLooper(), webViewCore.getWebViewClassic());
AccessibilityInjector.java 28 import android.webkit.WebViewCore.EventHub;
HTML5VideoViewProxy.java 734 * @param webViewCore is the WebViewCore that is requesting the proxy.
738 public static HTML5VideoViewProxy getInstance(WebViewCore webViewCore, int nativePtr) {
739 return new HTML5VideoViewProxy(webViewCore.getWebViewClassic(), nativePtr);
CallbackProxy.java     [all...]
  /external/webkit/Source/WebKit/android/WebCoreSupport/
GeolocationPermissions.cpp 37 #include "WebViewCore.h"
54 GeolocationPermissions::GeolocationPermissions(WebViewCore* webViewCore, Frame* mainFrame)
55 : m_webViewCore(webViewCore)
108 // simultaneously, the routing in WebViewCore/CallbackProxy ensures that
  /external/webkit/Source/WebKit/android/nav/
WebView.cpp 59 #include "WebViewCore.h"
175 m_viewImpl = (WebViewCore*) viewImpl;
223 WebViewCore* getWebViewCore() const {
737 WebViewCore* m_viewImpl;
    [all...]
  /external/webkit/Source/WebKit/android/jni/
WebSettings.cpp 54 #include "WebViewCore.h"
348 // It worked on the WebViewCore, but now scrolling is done outside of the
349 // WebViewCore, on the UI side, so there needs to be a new way to do this.
383 WebViewCore::getWebViewCore(pFrame->view())->setWebRequestContextUserAgent();
386 WebViewCore::getWebViewCore(pFrame->view())->setWebRequestContextCacheMode(cacheMode);
WebCoreFrameBridge.cpp 90 #include "WebViewCore.h"
261 "(Landroid/webkit/WebViewCore;)V");
741 WebFrame::closeWindow(WebViewCore* webViewCore)
743 assert(webViewCore);
748 AutoJObject javaObject = webViewCore->getJavaObject();
    [all...]

Completed in 243 milliseconds

1 23