OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_containerSize
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/rendering/style/
StyleGeneratedImage.cpp
57
return
m_containerSize
;
62
m_containerSize
= size;
StyleGeneratedImage.h
64
IntSize
m_containerSize
;
/external/webkit/Source/WebCore/svg/
SVGSVGElement.h
65
void setContainerSize(const IntSize& containerSize) {
m_containerSize
= containerSize; m_hasSetContainerSize = true; }
66
IntSize containerSize() const { return
m_containerSize
; }
175
IntSize
m_containerSize
;
SVGSVGElement.cpp
75
,
m_containerSize
(300, 150)
146
return static_cast<int>(w.valueAsPercentage() *
m_containerSize
.width());
155
return static_cast<int>(h.valueAsPercentage() *
m_containerSize
.height());
Completed in 53 milliseconds