OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_devicePixelRatio
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit2/UIProcess/API/qt/
qwkpage.h
63
inline qreal devicePixelRatio() const { return
m_devicePixelRatio
; };
73
qreal
m_devicePixelRatio
;
/external/webkit/Source/WebKit/qt/Api/
qwebpage.h
227
inline qreal devicePixelRatio() const { return
m_devicePixelRatio
; }
237
qreal
m_devicePixelRatio
;
Completed in 20 milliseconds