OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:changeDeviceOrientation
(Results
1 - 4
of
4
) 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)
DeviceOrientationClientQt.h
47
void
changeDeviceOrientation
(DeviceOrientation*);
DeviceOrientationProviderQt.cpp
72
void DeviceOrientationProviderQt::
changeDeviceOrientation
(DeviceOrientation* orientation)
79
connect(DeviceOrientationClientMockQt::client(), SIGNAL(mockOrientationChanged(DeviceOrientation*)), SLOT(
changeDeviceOrientation
(DeviceOrientation*)));
DeviceOrientationProviderQt.h
52
void
changeDeviceOrientation
(DeviceOrientation*);
Completed in 655 milliseconds