OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isSVGTransformableContainer
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGTransformableContainer.h
33
virtual bool
isSVGTransformableContainer
() const { return true; }
SVGRenderSupport.cpp
199
if (ancestor->
isSVGTransformableContainer
())
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderObject.h
434
virtual bool
isSVGTransformableContainer
() const { return false; }
[
all
...]
Completed in 337 milliseconds