OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RenderSVGRoot
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGRoot.cpp
26
#include "core/rendering/svg/
RenderSVGRoot
.h"
47
RenderSVGRoot
::
RenderSVGRoot
(SVGElement* node)
55
RenderSVGRoot
::~
RenderSVGRoot
()
59
void
RenderSVGRoot
::computeIntrinsicRatioInformation(FloatSize& intrinsicSize, double& intrinsicRatio, bool& isPercentageIntrinsicSize) const
110
bool
RenderSVGRoot
::isEmbeddedThroughSVGImage() const
115
bool
RenderSVGRoot
::isEmbeddedThroughFrameContainingSVGDocument() const
136
LayoutUnit
RenderSVGRoot
::computeReplacedLogicalWidth(ShouldComputePreferred shouldComputePreferred) const
159
LayoutUnit
RenderSVGRoot
::computeReplacedLogicalHeight() cons
[
all
...]
RenderSVGRoot.h
35
class
RenderSVGRoot
FINAL : public RenderReplaced {
37
explicit
RenderSVGRoot
(SVGElement*);
38
virtual ~
RenderSVGRoot
();
71
virtual const char* renderName() const { return "
RenderSVGRoot
"; }
118
DEFINE_RENDER_OBJECT_TYPE_CASTS(
RenderSVGRoot
, isSVGRoot());
SVGRenderSupport.h
40
class
RenderSVGRoot
;
46
// Shares child layouting code between
RenderSVGRoot
/RenderSVG(Hidden)Container
82
static const
RenderSVGRoot
* findTreeRootObject(const RenderObject*);
SVGRenderTreeAsText.h
43
class
RenderSVGRoot
;
50
void write(TextStream&, const
RenderSVGRoot
&, int indent);
SVGRenderSupport.cpp
36
#include "core/rendering/svg/
RenderSVGRoot
.h"
74
// At the SVG/HTML boundary (aka
RenderSVGRoot
), we apply the localToBorderBoxTransform
76
//
RenderSVGRoot
's mapLocalToContainer method expects CSS box coordinates.
90
// At the SVG/HTML boundary (aka
RenderSVGRoot
), we apply the localToBorderBoxTransform
92
//
RenderSVGRoot
's mapLocalToContainer method expects CSS box coordinates.
163
const
RenderSVGRoot
* SVGRenderSupport::findTreeRootObject(const RenderObject* start)
293
//
RenderSVGRoot
should never query for overflow state - it should always clip itself to the initial viewport size.
SVGRenderTreeAsText.cpp
47
#include "core/rendering/svg/
RenderSVGRoot
.h"
357
static TextStream& operator<<(TextStream& ts, const
RenderSVGRoot
& root)
567
void write(TextStream& ts, const
RenderSVGRoot
& root, int indent)
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGSVGElement.cpp
45
#include "core/rendering/svg/
RenderSVGRoot
.h"
280
// At the SVG/HTML boundary (aka
RenderSVGRoot
), the width attribute can
437
// At the SVG/HTML boundary (aka
RenderSVGRoot
), we apply the localToBorderBoxTransform
439
//
RenderSVGRoot
's localToAbsolute method expects CSS box coordinates.
470
// but many things in FrameView and SVGImage depend on the
RenderSVGRoot
when
481
return new
RenderSVGRoot
(this);
605
RenderSVGRoot
* root = toRenderSVGRoot(renderer());
627
RenderSVGRoot
* root = toRenderSVGRoot(renderer());
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
SVGImage.cpp
40
#include "core/rendering/svg/
RenderSVGRoot
.h"
127
RenderSVGRoot
* renderer = toRenderSVGRoot(rootElement->renderer());
142
RenderSVGRoot
* renderer = toRenderSVGRoot(rootElement->renderer());
/external/chromium_org/third_party/WebKit/Source/core/
webcore_svg.target.darwin-arm.mk
53
third_party/WebKit/Source/core/rendering/svg/
RenderSVGRoot
.cpp \
webcore_svg.target.darwin-mips.mk
53
third_party/WebKit/Source/core/rendering/svg/
RenderSVGRoot
.cpp \
webcore_svg.target.darwin-x86.mk
53
third_party/WebKit/Source/core/rendering/svg/
RenderSVGRoot
.cpp \
webcore_svg.target.linux-arm.mk
53
third_party/WebKit/Source/core/rendering/svg/
RenderSVGRoot
.cpp \
webcore_svg.target.linux-mips.mk
53
third_party/WebKit/Source/core/rendering/svg/
RenderSVGRoot
.cpp \
webcore_svg.target.linux-x86.mk
53
third_party/WebKit/Source/core/rendering/svg/
RenderSVGRoot
.cpp \
/external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.cpp
71
#include "core/rendering/svg/
RenderSVGRoot
.h"
832
RenderSVGRoot
* svgRoot = toRenderSVGRoot(contentBox);
841
// correct size, which
RenderSVGRoot
::computeReplacedLogicalWidth/Height rely on, when laying
842
// out for the first time, or when the
RenderSVGRoot
size has changed dynamically (eg. via <script>).
[
all
...]
Completed in 706 milliseconds