OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isEmbeddedThroughSVGImage
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGRoot.h
40
bool
isEmbeddedThroughSVGImage
() const;
RenderSVGRoot.cpp
110
bool RenderSVGRoot::
isEmbeddedThroughSVGImage
() const
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGSVGElement.cpp
560
if (!toRenderSVGRoot(renderer())->
isEmbeddedThroughSVGImage
())
612
if (root->
isEmbeddedThroughSVGImage
() || document().documentElement() != this)
634
if (root->
isEmbeddedThroughSVGImage
() || document().documentElement() != this)
Completed in 2463 milliseconds