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

  /external/webkit/Source/WebKit/android/jni/
DeviceMotionAndOrientationManager.cpp 119 static WebViewCore* getWebViewCore(JNIEnv* env, jobject webViewCoreObject)
129 getWebViewCore(env, webViewCoreObject)->deviceMotionAndOrientationManager()->setUseMock();
138 getWebViewCore(env, webViewCoreObject)->deviceMotionAndOrientationManager()->onMotionChange(motion.release());
144 getWebViewCore(env, webViewCoreObject)->deviceMotionAndOrientationManager()->setMockOrientation(orientation.release());
150 getWebViewCore(env, webViewCoreObject)->deviceMotionAndOrientationManager()->onOrientationChange(orientation.release());
WebViewCore.cpp 577 WebViewCore* WebViewCore::getWebViewCore(const WebCore::FrameView* view)
594 WebViewCore* WebViewCore::getWebViewCore(const WebCore::ScrollView* view)
608 return getWebViewCore(frameView);
    [all...]
  /external/webkit/Source/WebKit/android/nav/
WebView.cpp 223 WebViewCore* getWebViewCore() const {
    [all...]
  /frameworks/base/core/java/android/webkit/
WebViewClassic.java     [all...]

Completed in 167 milliseconds