Searched defs:factory (Results 176 - 200 of 748) sorted by relevance

1234567891011>>

/external/skia/src/gpu/effects/
H A DGrCustomCoordsTextureEffect.cpp18 GrGLCustomCoordsTextureEffect(const GrBackendEffectFactory& factory, const GrDrawEffect& drawEffect) argument
19 : INHERITED (factory) {}
H A DGrDitherEffect.cpp83 GLDitherEffect::GLDitherEffect(const GrBackendEffectFactory& factory, argument
85 : INHERITED (factory) {
/external/skia/src/gpu/gl/
H A DGrGLEffect.h31 These objects are created by the factory object returned by the GrEffect::getFactory().
52 GrGLEffect(const GrBackendEffectFactory& factory) argument
53 : fFactory(factory)
/external/skia/src/ports/
H A DSkTypeface_win_dw.h41 IDWriteFactory* factory,
48 , fFactory(SkRefComPtr(factory))
71 static DWriteFontTypeface* Create(IDWriteFactory* factory, argument
80 factory, fontFace, font, fontFamily,
40 DWriteFontTypeface(SkTypeface::Style style, SkFontID fontID, IDWriteFactory* factory, IDWriteFontFace* fontFace, IDWriteFont* font, IDWriteFontFamily* fontFamily, IDWriteFontFileLoader* fontFileLoader = NULL, IDWriteFontCollectionLoader* fontCollectionLoader = NULL) argument
/external/skia/src/utils/win/
H A DSkDWrite.cpp23 static void create_dwrite_factory(IDWriteFactory** factory) { argument
38 reinterpret_cast<IUnknown**>(factory)),
39 "Could not create DirectWrite factory.");
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPMetaParser.java50 private static DocumentBuilderFactory factory = createDocumentBuilderFactory(); field in class:XMPMetaParser
271 DocumentBuilder builder = factory.newDocumentBuilder();
389 * @return Creates, configures and returnes the document builder factory for
394 DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();
395 factory.setNamespaceAware(true);
396 factory.setIgnoringComments(true);
402 factory.setFeature(XMLConstants.FEATURE_SECURE_PROCESSING, true);
409 return factory;
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3commontree.c58 static void newPool (pANTLR3_ARBORETUM factory);
59 static pANTLR3_BASE_TREE newPoolTree (pANTLR3_ARBORETUM factory);
60 static pANTLR3_BASE_TREE newFromTree (pANTLR3_ARBORETUM factory, pANTLR3_COMMON_TREE tree);
61 static pANTLR3_BASE_TREE newFromToken (pANTLR3_ARBORETUM factory, pANTLR3_COMMON_TOKEN token);
62 static void factoryClose (pANTLR3_ARBORETUM factory);
67 pANTLR3_ARBORETUM factory; local
71 factory = (pANTLR3_ARBORETUM) ANTLR3_MALLOC((size_t)sizeof(ANTLR3_ARBORETUM));
72 if (factory == NULL)
77 // Install a vector factory to create, track and free() any child
80 factory
124 newPool(pANTLR3_ARBORETUM factory) argument
154 newPoolTree(pANTLR3_ARBORETUM factory) argument
213 newFromTree(pANTLR3_ARBORETUM factory, pANTLR3_COMMON_TREE tree) argument
233 newFromToken(pANTLR3_ARBORETUM factory, pANTLR3_COMMON_TOKEN token) argument
252 factoryClose(pANTLR3_ARBORETUM factory) argument
[all...]
/external/chromium_org/chrome/browser/chromeos/extensions/
H A Ddevice_local_account_external_policy_loader_unittest.cc233 net::TestURLFetcherFactory factory; local
240 net::TestURLFetcher* fetcher = factory.GetFetcherByID(
259 fetcher = factory.GetFetcherByID(
/external/chromium_org/chrome/browser/extensions/api/gcd_private/
H A Dgcd_private_apitest.cc191 explicit FakeGCDApiFlow(FakeGCDApiFlowFactory* factory) argument
192 : factory_(factory) {}
/external/chromium_org/chrome/browser/extensions/api/sync_file_system/
H A Dsync_file_system_browsertest.cc87 SyncFileSystemServiceFactory* factory = variable
114 factory->set_mock_remote_file_service(
/external/chromium_org/chrome/browser/extensions/
H A Dextension_service_test_base.cc41 PrefServiceMockFactory factory; local
45 factory.SetUserPrefsFile(params.pref_file,
50 factory.CreateSyncable(registry.get()));
H A Dtest_extension_prefs.cc110 PrefServiceMockFactory factory; local
111 factory.SetUserPrefsFile(preferences_file_, task_runner_.get());
112 factory.set_extension_prefs(
114 pref_service_ = factory.CreateSyncable(pref_registry_.get()).Pass();
/external/chromium_org/chrome/browser/net/
H A Dchrome_url_request_context_getter.cc98 // Note that this factory is one-shot. After Create() is called once, the
99 // factory is actually destroyed. Thus it is safe to destructively pass
171 ChromeURLRequestContextFactory* factory)
172 : factory_(factory),
174 DCHECK(factory);
179 // Lazily create a URLRequestContext using our factory.
170 ChromeURLRequestContextGetter( ChromeURLRequestContextFactory* factory) argument
/external/chromium_org/chrome/browser/password_manager/
H A Dpassword_store_factory.cc78 PasswordStoreFactory* factory = GetInstance(); local
80 factory->GetServiceForBrowserContext(profile, true));
/external/chromium_org/chrome/browser/policy/cloud/
H A Duser_cloud_policy_manager_factory.cc76 UserCloudPolicyManagerFactory* factory = GetInstance(); local
77 // If there's a testing factory set, don't bother creating a new one.
78 if (factory->testing_factory_ != NULL)
80 return factory->CreateManagerForOriginalBrowserContext(
98 TestingFactoryFunction factory) {
99 // Can't set a testing factory when a testing factory has already been
102 DCHECK(factory);
104 testing_factory_ = factory;
141 // This should never be called if we're using a testing factory
97 RegisterTestingFactory( TestingFactoryFunction factory) argument
[all...]
/external/chromium_org/chrome/browser/ui/webui/
H A Dsync_internals_message_handler.cc224 ProfileSyncServiceFactory* factory = ProfileSyncServiceFactory::GetInstance(); local
225 return factory->GetForProfile(profile->GetOriginalProfile());
/external/chromium_org/components/autofill/core/browser/
H A Dautofill_download_manager_unittest.cc133 // Create and register factory.
134 net::TestURLFetcherFactory factory; local
236 net::TestURLFetcher* fetcher = factory.GetFetcherByID(1);
244 fetcher = factory.GetFetcherByID(2);
248 fetcher = factory.GetFetcherByID(0);
285 fetcher = factory.GetFetcherByID(3);
301 fetcher = factory.GetFetcherByID(3);
318 fetcher = factory.GetFetcherByID(4);
326 fetcher = factory.GetFetcherByID(4);
338 fetcher = factory
344 net::TestURLFetcherFactory factory; local
[all...]
/external/chromium_org/components/keyed_service/content/
H A Dbrowser_context_dependency_manager.cc54 BrowserContextKeyedBaseFactory* factory = local
56 factory->RegisterProfilePrefsIfNecessaryForContext(context, pref_registry);
92 BrowserContextKeyedBaseFactory* factory = local
94 if (is_testing_context && factory->ServiceIsNULLWhileTesting() &&
95 !factory->HasTestingFactory(context)) {
96 factory->SetEmptyTestingFactory(context);
97 } else if (factory->ServiceIsCreatedWithBrowserContext()) {
99 factory->CreateServiceNow(context);
116 BrowserContextKeyedBaseFactory* factory = local
118 factory
127 BrowserContextKeyedBaseFactory* factory = local
[all...]
/external/chromium_org/components/url_matcher/
H A Durl_matcher_unittest.cc169 URLMatcherConditionFactory factory;
171 factory.CreateHostPrefixCondition("foo").criterion());
173 factory.CreateHostSuffixCondition("foo").criterion());
175 factory.CreateHostContainsCondition("foo").criterion());
177 factory.CreateHostEqualsCondition("foo").criterion());
179 factory.CreatePathPrefixCondition("foo").criterion());
181 factory.CreatePathSuffixCondition("foo").criterion());
183 factory.CreatePathContainsCondition("foo").criterion());
185 factory.CreatePathEqualsCondition("foo").criterion());
187 factory
515 URLMatcherConditionFactory factory; local
793 URLMatcherConditionFactory* factory = matcher.condition_factory(); local
878 URLMatcherConditionFactory* factory = matcher.condition_factory(); local
928 URLMatcherConditionFactory* factory = matcher.condition_factory(); local
946 URLMatcherConditionFactory* factory = matcher.condition_factory(); local
[all...]
/external/chromium_org/content/browser/accessibility/
H A Dbrowser_accessibility_manager_win.cc22 BrowserAccessibilityFactory* factory) {
23 return new BrowserAccessibilityManagerWin(initial_tree, delegate, factory);
34 BrowserAccessibilityFactory* factory)
35 : BrowserAccessibilityManager(initial_tree, delegate, factory),
19 Create( const ui::AXTreeUpdate& initial_tree, BrowserAccessibilityDelegate* delegate, BrowserAccessibilityFactory* factory) argument
31 BrowserAccessibilityManagerWin( const ui::AXTreeUpdate& initial_tree, BrowserAccessibilityDelegate* delegate, BrowserAccessibilityFactory* factory) argument
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_database_unittest.cc40 scoped_refptr<MockIndexedDBFactory> factory = new MockIndexedDBFactory(); local
45 factory.get(),
59 scoped_refptr<MockIndexedDBFactory> factory = new MockIndexedDBFactory(); local
64 factory.get(),
117 scoped_refptr<MockIndexedDBFactory> factory = new MockIndexedDBFactory(); local
122 factory.get(),
183 scoped_refptr<MockIndexedDBFactory> factory = new MockIndexedDBFactory(); local
188 factory.get(),
H A Dindexed_db_unittest.cc182 IndexedDBFactory* factory = idb_context->GetIDBFactory(); local
192 factory->Open(base::ASCIIToUTF16("opendb"),
202 factory->Open(base::ASCIIToUTF16("closeddb"),
260 scoped_refptr<IndexedDBFactoryImpl> factory = local
273 factory->Open(base::ASCIIToUTF16("db"),
284 EXPECT_TRUE(factory->IsBackingStoreOpen(kTestOrigin));
291 EXPECT_FALSE(factory->IsBackingStoreOpen(kTestOrigin));
/external/chromium_org/content/browser/renderer_host/
H A Dimage_transport_factory_android.cc54 BrowserGpuChannelHostFactory* factory = local
56 scoped_refptr<GpuChannelHost> gpu_channel_host(factory->EstablishGpuChannelSync(
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_tcp_server_socket_message_filter.cc41 ContentBrowserPepperHostFactory* factory,
46 factory_(factory),
40 PepperTCPServerSocketMessageFilter( ContentBrowserPepperHostFactory* factory, BrowserPpapiHostImpl* host, PP_Instance instance, bool private_api) argument
/external/chromium_org/content/browser/webui/
H A Dweb_ui_mojo_browsertest.cc190 TestWebUIControllerFactory* factory() { return &factory_; } function in class:content::__anon7474::WebUIMojoTest
222 factory()->set_run_loop(&run_loop);
234 factory()->set_run_loop(&other_run_loop);

Completed in 8690 milliseconds

1234567891011>>