Searched refs:webViewCore (Results 1 - 17 of 17) sorted by relevance

/external/webkit/WebKit/android/jni/
H A DWebFrameView.h40 WebFrameView(WebCore::FrameView* frameView, WebViewCore* webViewCore);
46 WebViewCore* webViewCore() const { function in class:android::WebFrameView
H A DWebFrameView.cpp44 WebFrameView::WebFrameView(WebCore::FrameView* frameView, WebViewCore* webViewCore) argument
47 , mWebViewCore(webViewCore) {
H A DWebCoreJniOnLoad.cpp215 WebViewCore* webViewCore = new WebViewCore(JSC::Bindings::getJNIEnv(), local
218 WebFrameView* webFrameView = new WebFrameView(frameView.get(), webViewCore);
221 Release(webViewCore);
H A DWebCoreFrameBridge.h99 void closeWindow(WebViewCore* webViewCore);
H A DWebCoreFrameBridge.cpp799 WebFrame::closeWindow(WebViewCore* webViewCore) argument
804 assert(webViewCore);
807 webViewCore->getJavaObject().get());
907 WebViewCore* webViewCore = new WebViewCore(env, javaview, frame); local
912 WebFrameView* webFrameView = new WebFrameView(frameView.get(), webViewCore);
913 // As webFrameView Retains webViewCore, release our ownership
914 Release(webViewCore);
H A DWebViewCore.cpp201 jclass webViewCore = env->FindClass("android/webkit/WebViewCore"); local
202 bool val = env->CallStaticBooleanMethod(webViewCore,
407 return webFrameView->webViewCore();
/external/webkit/WebKit/android/plugins/
H A DANPEventInterface.cpp63 WebViewCore* wvc = pluginWidget->webViewCore();
68 wrapper->fWVC = pluginWidget->webViewCore();
H A DANPSystemInterface.cpp81 result = pluginWidget->webViewCore()->getPluginClass(pluginView->plugin()->path(),
H A DANPWindowInterface.cpp53 pluginWidget->webViewCore()->requestKeyboard(value);
H A DPluginWidgetAndroid.h61 android::WebViewCore* webViewCore() const { return m_core; } function in struct:PluginWidgetAndroid
/external/webkit/WebKit/android/WebCoreSupport/
H A DPlatformBridge.cpp134 android::WebViewCore* webViewCore = android::WebViewCore::getWebViewCore(frameView); local
135 return webViewCore->isPaused();
H A DFrameLoaderClientAndroid.cpp801 WebViewCore* webViewCore = WebViewCore::getWebViewCore(m_frame->view()); local
802 bridge->setScale((int)(webViewCore->scale() * 100));
803 bridge->setScreenWidthScale((int)(webViewCore->screenWidthScale() * 100));
810 WebViewCore* webViewCore = WebViewCore::getWebViewCore(m_frame->view()); local
816 webViewCore->restoreScale(scale);
819 webViewCore->restoreScreenWidthScale(screenWidthScale);
896 WebViewCore* webViewCore = WebViewCore::getWebViewCore(m_frame->view()); local
897 Retain(webViewCore);
907 WebFrameView* newFrameView = new WebFrameView(m_frame->view(), webViewCore);
914 // WebFrameView Retains webViewCore, s
[all...]
H A DGeolocationPermissions.h69 GeolocationPermissions(WebViewCore* webViewCore, WebCore::Frame* mainFrame);
H A DEditorClientAndroid.cpp238 WebViewCore* webViewCore = WebViewCore::getWebViewCore(frame->view());
239 webViewCore->updateTextSelection();
H A DMediaPlayerPrivateAndroid.cpp290 WebViewCore* webViewCore = WebViewCore::getWebViewCore(frameView);
291 ASSERT(webViewCore);
294 obj = env->CallStaticObjectMethod(clazz, m_glue->m_getInstance, webViewCore->getJavaObject().get(), this);
H A DGeolocationPermissions.cpp53 GeolocationPermissions::GeolocationPermissions(WebViewCore* webViewCore, Frame* mainFrame) argument
54 : m_webViewCore(webViewCore)
/external/webkit/WebCore/plugins/android/
H A DPluginViewAndroid.cpp286 m_window->webViewCore()->contentInvalidate(rect);
402 if (m_window && !m_window->webViewCore()) {

Completed in 110 milliseconds