OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ImageDecodingStore
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageDecodingStore.cpp
27
#include "platform/graphics/
ImageDecodingStore
.h"
40
static
ImageDecodingStore
* s_instance = 0;
43
static void setInstance(
ImageDecodingStore
*
imageDecodingStore
)
46
s_instance =
imageDecodingStore
;
51
ImageDecodingStore
::
ImageDecodingStore
()
58
ImageDecodingStore
::~
ImageDecodingStore
()
70
ImageDecodingStore
* ImageDecodingStore::instance(
[
all
...]
ImageDecodingStore.h
51
//
ImageDecodingStore
is a class used to manage image cache objects. There are two
86
class PLATFORM_EXPORT
ImageDecodingStore
{
88
static PassOwnPtr<
ImageDecodingStore
> create() { return adoptPtr(new
ImageDecodingStore
); }
89
~
ImageDecodingStore
();
91
static
ImageDecodingStore
* instance();
96
//
ImageDecodingStore
is used in two code paths:
258
ImageDecodingStore
();
Completed in 47 milliseconds