Searched defs:Factory (Results 26 - 50 of 139) sorted by relevance

123456

/external/chromium_org/chrome/browser/prefs/
H A Dpref_metrics_service.h28 class Factory : public BrowserContextKeyedServiceFactory { class in class:PrefMetricsService
30 static Factory* GetInstance();
33 friend struct DefaultSingletonTraits<Factory>;
35 Factory();
36 virtual ~Factory();
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dchained_compiled_file_system.py15 Factory construction) + the main FileSystem (injected at Creation time).
27 class Factory(CompiledFileSystem.Factory): class in class:ChainedCompiledFileSystem
35 tuple(CompiledFileSystem.Factory(self._object_store).Create(
/external/chromium_org/net/url_request/
H A Durl_request_filter.h38 static URLRequest::ProtocolFactory Factory; member in class:net::URLRequestFilter
/external/chromium_org/third_party/skia/include/core/
H A DSkTRegistry.h21 typedef T Factory; typedef in class:SkTRegistry
43 const Factory& factory() const { return fFact; }
46 Factory fFact;
/external/emma/core/java12/com/vladium/emma/report/
H A DIReportDataModel.java25 abstract class Factory class in interface:IReportDataModel
H A DIItemMetadata.java20 // note: order is in sync with Factory init code
38 abstract class Factory class in interface:IItemMetadata
53 private Factory () {} method in class:IItemMetadata.Factory
H A DItemComparator.java23 ItemComparator NULL_COMPARATOR = new Factory.NullComparator ();
26 abstract class Factory class in interface:ItemComparator
45 final Comparator comparator = IItemAttribute.Factory.getAttribute (attributeID, unitsID).comparator ();
/external/glide/library/src/main/java/com/bumptech/glide/load/model/file_descriptor/
H A DFileDescriptorFileLoader.java19 public static class Factory implements ModelLoaderFactory<File, ParcelFileDescriptor> { class in class:FileDescriptorFileLoader
H A DFileDescriptorResourceLoader.java18 public static class Factory implements ModelLoaderFactory<Integer, ParcelFileDescriptor> { class in class:FileDescriptorResourceLoader
H A DFileDescriptorStringLoader.java19 public static class Factory implements ModelLoaderFactory<String, ParcelFileDescriptor> { class in class:FileDescriptorStringLoader
H A DFileDescriptorUriLoader.java20 public static class Factory implements ModelLoaderFactory<Uri, ParcelFileDescriptor> { class in class:FileDescriptorUriLoader
/external/glide/library/src/main/java/com/bumptech/glide/load/model/stream/
H A DStreamFileLoader.java19 public static class Factory implements ModelLoaderFactory<File, InputStream> { class in class:StreamFileLoader
H A DStreamResourceLoader.java18 public static class Factory implements ModelLoaderFactory<Integer, InputStream> { class in class:StreamResourceLoader
H A DStreamStringLoader.java19 public static class Factory implements ModelLoaderFactory<String, InputStream> { class in class:StreamStringLoader
H A DStreamUriLoader.java23 public static class Factory implements ModelLoaderFactory<Uri, InputStream> { class in class:StreamUriLoader
H A DStreamUrlLoader.java15 public static class Factory implements ModelLoaderFactory<URL, InputStream> { class in class:StreamUrlLoader
/external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
H A DFactory.java25 * @version $Id: Factory.java,v 1.13 2004/06/24 21:15:20 herbyderby Exp $
27 public interface Factory { interface
/external/skia/include/core/
H A DSkTRegistry.h21 typedef T Factory; typedef in class:SkTRegistry
43 const Factory& factory() const { return fFact; }
46 Factory fFact;
/external/chromium_org/chrome/browser/content_settings/
H A Dcookie_settings.cc49 scoped_refptr<CookieSettings> CookieSettings::Factory::GetForProfile(
57 CookieSettings::Factory* CookieSettings::Factory::GetInstance() {
58 return Singleton<CookieSettings::Factory>::get();
61 CookieSettings::Factory::Factory() function in class:CookieSettings::Factory
67 CookieSettings::Factory::~Factory() {}
69 void CookieSettings::Factory::RegisterProfilePrefs(
77 content::BrowserContext* CookieSettings::Factory
[all...]
/external/chromium_org/components/data_reduction_proxy/browser/
H A Dhttp_auth_handler_data_reduction_proxy.cc43 HttpAuthHandlerDataReductionProxy::Factory::Factory( function in class:data_reduction_proxy::HttpAuthHandlerDataReductionProxy::Factory
54 HttpAuthHandlerDataReductionProxy::Factory::~Factory() {
57 int HttpAuthHandlerDataReductionProxy::Factory::CreateAuthHandler(
/external/chromium_org/net/http/
H A Dhttp_auth_handler_mock.cc154 HttpAuthHandlerMock::Factory::Factory() function in class:net::HttpAuthHandlerMock::Factory
159 HttpAuthHandlerMock::Factory::~Factory() {
162 void HttpAuthHandlerMock::Factory::AddMockHandler(
167 int HttpAuthHandlerMock::Factory::CreateAuthHandler(
/external/chromium_org/apps/
H A Dapp_window_registry.h60 // AppWindowRegistry::Factory::GetForBrowserContext().
114 class Factory : public BrowserContextKeyedServiceFactory { class in class:apps::AppWindowRegistry
120 static Factory* GetInstance();
123 friend struct DefaultSingletonTraits<Factory>;
125 Factory();
126 virtual ~Factory();
/external/chromium_org/chrome/browser/devtools/device/
H A Dport_forwarding_controller.h29 class Factory : public BrowserContextKeyedServiceFactory { class in class:PortForwardingController
31 // Returns singleton instance of Factory.
32 static Factory* GetInstance();
38 friend struct DefaultSingletonTraits<Factory>;
40 Factory();
41 virtual ~Factory();
46 DISALLOW_COPY_AND_ASSIGN(Factory);
/external/chromium_org/content/browser/media/android/
H A Dbrowser_media_player_manager.h45 typedef BrowserMediaPlayerManager* (*Factory)(RenderFrameHost*); typedef in class:content::BrowserMediaPlayerManager
46 static void RegisterFactory(Factory factory);
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dtranslit.h207 * <p><b>Factory methods and registration</b>
309 typedef Transliterator* (U_EXPORT2 *Factory)(const UnicodeString& ID, Token context); typedef in class:Transliterator
976 Factory factory,
1027 Factory factory,

Completed in 509 milliseconds

123456