Home
last modified time | relevance | path

Searched refs:onOrientationChange (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebKit/android/jni/
DDeviceMotionAndOrientationManager.cpp71 void DeviceMotionAndOrientationManager::onOrientationChange(PassRefPtr<DeviceOrientation> orientati… in onOrientationChange() function in android::DeviceMotionAndOrientationManager
74 …static_cast<DeviceOrientationClientImpl*>(m_orientationClient.get())->onOrientationChange(orientat… in onOrientationChange()
147 static void onOrientationChange(JNIEnv* env, jobject, jobject webViewCoreObject, bool canProvideAlp… in onOrientationChange() function
150 …Core(env, webViewCoreObject)->deviceMotionAndOrientationManager()->onOrientationChange(orientation… in onOrientationChange()
157 …"nativeOnOrientationChange", "(Landroid/webkit/WebViewCore;ZDZDZD)V", (void*) onOrientationChange }
DDeviceMotionAndOrientationManager.h53 void onOrientationChange(PassRefPtr<WebCore::DeviceOrientation>);
DDeviceOrientationClientImpl.h47 void onOrientationChange(PassRefPtr<DeviceOrientation>);
DDeviceOrientationClientImpl.cpp118 void DeviceOrientationClientImpl::onOrientationChange(PassRefPtr<DeviceOrientation> orientation) in onOrientationChange() function in android::DeviceOrientationClientImpl
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0631279 onOrientationChange event.
100268 Rename DeviceOrientationController::onOrientationChange to didChangeDeviceOrientation