HomeSort by relevance Sort by last modified time
    Searched defs:webViewCore (Results 1 - 8 of 8) sorted by null

  /external/webkit/WebKit/android/jni/
WebFrameView.h 36 class WebViewCore;
40 WebFrameView(WebCore::FrameView* frameView, WebViewCore* webViewCore);
46 WebViewCore* webViewCore() const {
60 WebViewCore* mWebViewCore;
WebCoreJniOnLoad.cpp 61 #include "WebViewCore.h"
100 { "WebViewCore", android::register_webviewcore },
215 WebViewCore* webViewCore = new WebViewCore(JSC::Bindings::getJNIEnv(),
218 WebFrameView* webFrameView = new WebFrameView(frameView.get(), webViewCore);
221 Release(webViewCore);
WebCoreFrameBridge.cpp 83 #include "WebViewCore.h"
239 "(Landroid/webkit/WebViewCore;)V");
323 // In WebViewCore.java, we artificially append the filename to the URI so that
799 WebFrame::closeWindow(WebViewCore* webViewCore)
804 assert(webViewCore);
807 webViewCore->getJavaObject().get());
    [all...]
WebViewCore.cpp 29 #include "WebViewCore.h"
153 static SkTDArray<WebViewCore*> gInstanceList;
155 void WebViewCore::addInstance(WebViewCore* inst) {
159 void WebViewCore::removeInstance(WebViewCore* inst) {
167 bool WebViewCore::isInstance(WebViewCore* inst) {
171 jobject WebViewCore::getApplicationContext() {
173 // check to see if there is a valid webviewcore objec
    [all...]
  /external/webkit/WebKit/android/WebCoreSupport/
PlatformBridge.cpp 33 #include "WebViewCore.h"
50 android::WebViewCore* core = android::WebViewCore::getWebViewCore(view);
56 android::WebViewCore* core = android::WebViewCore::getWebViewCore(view);
64 android::WebViewCore* core = android::WebViewCore::getWebViewCore(view);
70 android::WebViewCore* core = android::WebViewCore::getWebViewCore(view);
134 android::WebViewCore* webViewCore = android::WebViewCore::getWebViewCore(frameView)
    [all...]
FrameLoaderClientAndroid.cpp 74 #include "WebViewCore.h"
401 WebViewCore::getWebViewCore(m_frame->view())->didFirstLayout();
611 WebViewCore* core = WebViewCore::getWebViewCore(m_frame->view());
801 WebViewCore* webViewCore = WebViewCore::getWebViewCore(m_frame->view());
802 bridge->setScale((int)(webViewCore->scale() * 100));
803 bridge->setScreenWidthScale((int)(webViewCore->screenWidthScale() * 100));
810 WebViewCore* webViewCore = WebViewCore::getWebViewCore(m_frame->view())
    [all...]
  /external/webkit/WebKit/android/plugins/
PluginWidgetAndroid.h 41 class WebViewCore;
49 kept insync with the PluginView, but is also available to WebViewCore
61 android::WebViewCore* webViewCore() const { return m_core; }
66 void init(android::WebViewCore*);
171 android::WebViewCore* m_core;
  /frameworks/base/core/java/android/webkit/
WebView.java 74 import android.webkit.WebViewCore.EventHub;
75 import android.webkit.WebViewCore.TouchEventData;
385 // A final CallbackProxy shared by WebViewCore and BrowserFrame.
398 private WebViewCore mWebViewCore;
406 // Used by WebViewCore to create child views.
424 * Time of the last time sending touch event to WebViewCore
430 * WebViewCore. This really should be tuned for each type of the devices.
432 * 150ms to do a full cycle in the WebViewCore by processing a touch event,
436 * to WebViewCore queue and the real layout and draw events will be pushed
552 private int mContentWidth; // cache of value from WebViewCore
    [all...]

Completed in 350 milliseconds