OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:changedeviceorientation
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DeviceOrientationClientQt.cpp
35
connect(m_provider, SIGNAL(deviceOrientationChanged(DeviceOrientation*)), SLOT(
changeDeviceOrientation
(DeviceOrientation*)));
69
void DeviceOrientationClientQt::
changeDeviceOrientation
(DeviceOrientation* orientation)
DeviceOrientationProviderQt.cpp
72
void DeviceOrientationProviderQt::
changeDeviceOrientation
(DeviceOrientation* orientation)
79
connect(DeviceOrientationClientMockQt::client(), SIGNAL(mockOrientationChanged(DeviceOrientation*)), SLOT(
changeDeviceOrientation
(DeviceOrientation*)));
DeviceOrientationClientQt.h
47
void
changeDeviceOrientation
(DeviceOrientation*);
DeviceOrientationProviderQt.h
52
void
changeDeviceOrientation
(DeviceOrientation*);
/external/webkit/Source/WebKit/qt/
ChangeLog-2011-02-16
[
all
...]
Completed in 2191 milliseconds