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

  /external/webkit/Source/WebKit/android/jni/
MockGeolocation.cpp 45 WebViewCore* getWebViewCore(JNIEnv* env, jobject webViewCore)
54 getWebViewCore(env, webViewCore)->geolocationManager()->setUseMock();
59 getWebViewCore(env, webViewCore)->geolocationManager()->setMockPosition(GeolocationPosition::create(WTF::currentTime(),
72 getWebViewCore(env, webViewCore)->geolocationManager()->setMockError(GeolocationError::create(codeEnum, jstringToWtfString(env, message)));
77 getWebViewCore(env, webViewCore)->geolocationManager()->setMockPermission(allow);
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 572 WebViewCore* WebViewCore::getWebViewCore(const WebCore::FrameView* view)
589 WebViewCore* WebViewCore::getWebViewCore(const WebCore::ScrollView* view)
603 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 387 milliseconds