OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_containerSize
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
SVGImageForContainer.h
67
,
m_containerSize
(containerSize)
76
const FloatSize
m_containerSize
;
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleGeneratedImage.h
50
virtual void setContainerSizeForRenderer(const RenderObject*, const IntSize& containerSize, float) {
m_containerSize
= containerSize; }
60
IntSize
m_containerSize
;
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGRoot.h
56
IntSize containerSize() const { return
m_containerSize
; }
57
void setContainerSize(const IntSize& containerSize) {
m_containerSize
= containerSize; }
112
IntSize
m_containerSize
;
Completed in 462 milliseconds