OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:onorientationchange
(Results
1 - 13
of
13
) sorted by null
/external/webkit/Source/WebKit/android/jni/
DeviceMotionAndOrientationManager.cpp
71
void DeviceMotionAndOrientationManager::
onOrientationChange
(PassRefPtr<DeviceOrientation> orientation)
74
static_cast<DeviceOrientationClientImpl*>(m_orientationClient.get())->
onOrientationChange
(orientation);
147
static void
onOrientationChange
(JNIEnv* env, jobject, jobject webViewCoreObject, bool canProvideAlpha, double alpha, bool canProvideBeta, double beta, bool canProvideGamma, double gamma)
150
getWebViewCore(env, webViewCoreObject)->deviceMotionAndOrientationManager()->
onOrientationChange
(orientation.release());
157
{ "nativeOnOrientationChange", "(Landroid/webkit/WebViewCore;ZDZDZD)V", (void*)
onOrientationChange
}
DeviceOrientationClientImpl.h
47
void
onOrientationChange
(PassRefPtr<DeviceOrientation>);
DeviceMotionAndOrientationManager.h
53
void
onOrientationChange
(PassRefPtr<WebCore::DeviceOrientation>);
DeviceOrientationClientImpl.cpp
118
void DeviceOrientationClientImpl::
onOrientationChange
(PassRefPtr<DeviceOrientation> orientation)
/external/webkit/Source/WebCore/html/
HTMLBodyElement.idl
44
attribute [DontEnum, WindowEventListener] EventListener
onorientationchange
;
HTMLFrameSetElement.idl
42
attribute [DontEnum] EventListener
onorientationchange
;
HTMLAttributeNames.in
201
onorientationchange
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-attrs/
webkit
187
onorientationchange
/frameworks/base/core/java/android/webkit/
DeviceMotionAndOrientationManager.java
61
public void
onOrientationChange
(Double alpha, Double beta, Double gamma) {
DeviceOrientationService.java
89
mManager.
onOrientationChange
(null, null, null);
177
mManager.
onOrientationChange
(mAlpha, mBeta, mGamma);
/external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/
htmlattrs.in
186
onorientationchange
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ConfigurationSelector.java
[
all
...]
/external/webkit/Source/WebCore/page/
DOMWindow.idl
328
attribute EventListener
onorientationchange
;
[
all
...]
Completed in 251 milliseconds