OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_deviceOrientationController
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/page/
Page.h
184
DeviceOrientationController* deviceOrientationController() const { return
m_deviceOrientationController
.get(); }
340
OwnPtr<DeviceOrientationController>
m_deviceOrientationController
;
Page.cpp
152
,
m_deviceOrientationController
(RuntimeEnabledFeatures::deviceOrientationEnabled() ? new DeviceOrientationController(this, pageClients.deviceOrientationClient) : 0)
Completed in 19 milliseconds