OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isSVGContainer
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGContainer.h
53
virtual bool
isSVGContainer
() const OVERRIDE FINAL { return true; }
90
DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderSVGContainer,
isSVGContainer
());
SVGRenderSupport.cpp
110
return !(parent && parent->
isSVGContainer
() && toRenderSVGContainer(parent)->didTransformToRootUpdate());
116
bool otherValid = other->
isSVGContainer
() ? toRenderSVGContainer(other)->isObjectBoundingBoxValid() : true;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderObject.h
433
virtual bool
isSVGContainer
() const { return false; }
[
all
...]
RenderTreeAsText.cpp
444
if (o.
isSVGContainer
()) {
[
all
...]
Completed in 28 milliseconds