OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SVGImage
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
SVGImageCache.h
35
class
SVGImage
;
44
static PassOwnPtr<SVGImageCache> create(
SVGImage
* image)
57
SVGImageCache(
SVGImage
*);
61
SVGImage
* m_svgImage;
SVGImageChromeClient.h
40
SVGImageChromeClient(
SVGImage
* image)
46
SVGImage
* image() const { return m_image; }
61
SVGImage
* m_image;
SVGImage.h
42
class
SVGImage
: public Image {
44
static PassRefPtr<
SVGImage
> create(ImageObserver* observer)
46
return adoptRef(new
SVGImage
(observer));
72
virtual ~
SVGImage
();
93
SVGImage
(ImageObserver*);
104
DEFINE_IMAGE_TYPE_CASTS(
SVGImage
);
SVGImage.cpp
30
#include "core/svg/graphics/
SVGImage
.h"
55
SVGImage
::
SVGImage
(ImageObserver* observer)
60
SVGImage
::~
SVGImage
()
72
bool
SVGImage
::isInSVGImage(const Element* element)
83
bool
SVGImage
::currentFrameHasSingleSecurityOrigin() const
114
void
SVGImage
::setContainerSize(const IntSize& size)
133
IntSize
SVGImage
::containerSize() const
167
void
SVGImage
::drawForContainer(GraphicsContext* context, const FloatSize containerSize, float zoom, const Float (…)
[
all
...]
SVGImageForContainer.h
29
#include "core/svg/graphics/
SVGImage
.h"
38
static PassRefPtr<SVGImageForContainer> create(
SVGImage
* image, const FloatSize& containerSize, float zoom)
65
SVGImageForContainer(
SVGImage
* image, const FloatSize& containerSize, float zoom)
74
SVGImage
* m_image;
SVGImageCache.cpp
28
#include "core/svg/graphics/
SVGImage
.h"
35
SVGImageCache::SVGImageCache(
SVGImage
*
svgImage
)
36
: m_svgImage(
svgImage
)
/external/chromium_org/third_party/WebKit/Source/core/fetch/
ImageResource.cpp
35
#include "core/svg/graphics/
SVGImage
.h"
294
RefPtr<
SVGImage
>
svgImage
=
SVGImage
::create(this);
295
m_svgImageCache = SVGImageCache::create(
svgImage
.get());
296
m_image =
svgImage
.release();
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGRoot.cpp
40
#include "core/svg/graphics/
SVGImage
.h"
112
return
SVGImage
::isInSVGImage(toSVGSVGElement(node()));
141
// When we're embedded through
SVGImage
(border-image/background-image/<html:img>/...) we're forced to resize to a specific size.
155
// SVG embedded via
SVGImage
(background-image/border-image/etc) / Inline SVG.
164
// When we're embedded through
SVGImage
(border-image/background-image/<html:img>/...) we're forced to resize to a specific size.
190
// SVG embedded via
SVGImage
(background-image/border-image/etc) / Inline SVG.
/external/chromium_org/third_party/WebKit/Source/core/
webcore_svg.target.darwin-arm.mk
235
third_party/WebKit/Source/core/svg/graphics/
SVGImage
.cpp \
webcore_svg.target.darwin-mips.mk
235
third_party/WebKit/Source/core/svg/graphics/
SVGImage
.cpp \
webcore_svg.target.darwin-x86.mk
235
third_party/WebKit/Source/core/svg/graphics/
SVGImage
.cpp \
webcore_svg.target.linux-arm.mk
235
third_party/WebKit/Source/core/svg/graphics/
SVGImage
.cpp \
webcore_svg.target.linux-mips.mk
235
third_party/WebKit/Source/core/svg/graphics/
SVGImage
.cpp \
webcore_svg.target.linux-x86.mk
235
third_party/WebKit/Source/core/svg/graphics/
SVGImage
.cpp \
/external/chromium_org/third_party/WebKit/Source/core/dom/
Node.cpp
89
#include "core/svg/graphics/
SVGImage
.h"
677
setFlag(isLink && !
SVGImage
::isInSVGImage(toElement(this)), IsLinkFlag);
[
all
...]
Completed in 1929 milliseconds