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
111
bool RenderSVGRoot::
isEmbeddedThroughSVGImage
() const
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGSVGElement.cpp
557
if (!toRenderSVGRoot(renderer())->
isEmbeddedThroughSVGImage
())
609
if (root->
isEmbeddedThroughSVGImage
() || document()->documentElement() != this)
631
if (root->
isEmbeddedThroughSVGImage
() || document()->documentElement() != this)
Completed in 36 milliseconds