OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_imageDecoderFactory
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageFrameGenerator.h
92
void setImageDecoderFactory(PassOwnPtr<ImageDecoderFactory> factory) {
m_imageDecoderFactory
= factory; }
118
OwnPtr<ImageDecoderFactory>
m_imageDecoderFactory
;
ImageFrameGenerator.cpp
237
if (
m_imageDecoderFactory
)
238
*decoder =
m_imageDecoderFactory
->create().leakPtr();
Completed in 213 milliseconds