OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_logicalHeight
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGRootInlineBox.h
38
,
m_logicalHeight
(0)
44
virtual float virtualLogicalHeight() const OVERRIDE FINAL { return
m_logicalHeight
; }
45
void setLogicalHeight(float height) {
m_logicalHeight
= height; }
62
float
m_logicalHeight
;
SVGInlineFlowBox.h
34
,
m_logicalHeight
(0)
39
virtual float virtualLogicalHeight() const { return
m_logicalHeight
; }
40
void setLogicalHeight(float h) {
m_logicalHeight
= h; }
50
float
m_logicalHeight
;
SVGInlineTextBox.h
39
virtual float virtualLogicalHeight() const { return
m_logicalHeight
; }
40
void setLogicalHeight(float height) {
m_logicalHeight
= height; }
82
float
m_logicalHeight
;
Completed in 26 milliseconds