OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ImageLoaderFactory
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/extensions/
image_loader_factory.cc
14
ImageLoader*
ImageLoaderFactory
::GetForBrowserContext(
20
ImageLoaderFactory
*
ImageLoaderFactory
::GetInstance() {
21
return Singleton<
ImageLoaderFactory
>::get();
24
ImageLoaderFactory
::
ImageLoaderFactory
()
30
ImageLoaderFactory
::~
ImageLoaderFactory
() {
33
BrowserContextKeyedService*
ImageLoaderFactory
::BuildServiceInstanceFor(
38
bool
ImageLoaderFactory
::ServiceIsCreatedWithBrowserContext() const
[
all
...]
image_loader_factory.h
23
class
ImageLoaderFactory
: public BrowserContextKeyedServiceFactory {
27
static
ImageLoaderFactory
* GetInstance();
30
friend struct DefaultSingletonTraits<
ImageLoaderFactory
>;
32
ImageLoaderFactory
();
33
virtual ~
ImageLoaderFactory
();
image_loader.cc
215
return
ImageLoaderFactory
::GetForBrowserContext(context);
Completed in 51 milliseconds