OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SVGImageChromeClient
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/svg/graphics/
SVGImage.h
37
class
SVGImageChromeClient
;
72
OwnPtr<
SVGImageChromeClient
> m_chromeClient;
SVGImage.cpp
58
class
SVGImageChromeClient
: public EmptyChromeClient {
59
WTF_MAKE_NONCOPYABLE(
SVGImageChromeClient
); WTF_MAKE_FAST_ALLOCATED;
61
SVGImageChromeClient
(SVGImage* image)
244
m_chromeClient = adoptPtr(new
SVGImageChromeClient
(this));
Completed in 341 milliseconds