OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_objectBoundingBoxValid
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGContainer.h
47
bool isObjectBoundingBoxValid() const { return
m_objectBoundingBoxValid
; }
84
bool
m_objectBoundingBoxValid
;
RenderSVGContainer.cpp
41
,
m_objectBoundingBoxValid
(false)
167
SVGRenderSupport::computeContainerBoundingBoxes(this, m_objectBoundingBox,
m_objectBoundingBoxValid
, m_strokeBoundingBox, m_repaintBoundingBox);
RenderSVGRoot.h
109
bool
m_objectBoundingBoxValid
;
RenderSVGRoot.cpp
49
,
m_objectBoundingBoxValid
(false)
389
SVGRenderSupport::computeContainerBoundingBoxes(this, m_objectBoundingBox,
m_objectBoundingBoxValid
, m_strokeBoundingBox, m_repaintBoundingBox);
Completed in 48 milliseconds