OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_deviceScaleFactor
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
ElementStyleResources.h
66
float deviceScaleFactor() const { return
m_deviceScaleFactor
; }
67
void setDeviceScaleFactor(float deviceScaleFactor) {
m_deviceScaleFactor
= deviceScaleFactor; }
75
float
m_deviceScaleFactor
;
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLPreloadScanner.h
92
float
m_deviceScaleFactor
;
HTMLPreloadScanner.cpp
99
,
m_deviceScaleFactor
(deviceScaleFactor)
165
setUrlToLoad(bestFitSourceForImageAttributes(
m_deviceScaleFactor
, attributeValue, m_srcsetImageCandidate), AllowURLReplacement);
171
m_srcsetImageCandidate = bestFitSourceForSrcsetAttribute(
m_deviceScaleFactor
, attributeValue);
172
setUrlToLoad(bestFitSourceForImageAttributes(
m_deviceScaleFactor
, m_urlToLoad, m_srcsetImageCandidate), AllowURLReplacement);
264
float
m_deviceScaleFactor
;
273
,
m_deviceScaleFactor
(deviceScaleFactor)
354
StartTagScanner scanner(tagImpl,
m_deviceScaleFactor
);
/external/chromium_org/third_party/WebKit/Source/core/page/
Page.h
184
float deviceScaleFactor() const { return
m_deviceScaleFactor
; }
284
float
m_deviceScaleFactor
;
Completed in 74 milliseconds