HomeSort by relevance Sort by last modified time
    Searched refs:GetFactory (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/content/browser/gpu/
gpu_ipc_browsertests.cc 85 CHECK(GetFactory());
96 BrowserGpuChannelHostFactory* GetFactory() {
101 return GetFactory()->GetGpuChannel() != NULL;
106 GetFactory()->EstablishGpuChannel(kInitCause, run_loop.QuitClosure());
111 return GetFactory()->GetGpuChannel();
144 GetFactory()->EstablishGpuChannel(kInitCause, run_loop.QuitClosure());
145 GetFactory()->Terminate();
156 GetFactory()->EstablishGpuChannelSync(kInitCause);
160 GetFactory()->EstablishGpuChannel(
184 GpuProcessHostUIShim::FromID(GetFactory()->GpuProcessHostId())
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BlockCounter.cpp 54 static inline CountMap::Factory& GetFactory(void *F) {
77 return BlockCounter(GetFactory(F).add(GetMap(BC.Data),
84 return BlockCounter(GetFactory(F).getEmptyMap().getRoot());
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1.h 565 STDMETHOD_(void, GetFactory)(ID2D1Factory **factory) const PURE;
573 STDMETHOD_(void, GetFactory)(ID2D1Resource *This, ID2D1Factory **factory) PURE;
583 #define ID2D1Resource_GetFactory(this,A) (this)->lpVtbl->GetFactory(this,A)
620 #define ID2D1Brush_GetFactory(this,A) (this)->lpVtbl->Base.GetFactory((ID2D1Resource*)this,A)
663 #define ID2D1Bitmap_GetFactory(this,A) (this)->lpVtbl->Base.GetFactory((ID2D1Resource*)this,A)
711 #define ID2D1BitmapBrush_GetFactory(this,A) (this)->lpVtbl->Base.Base.GetFactory((ID2D1Resource*)this,A)
    [all...]
  /external/chromium_org/win8/metro_driver/
print_document_source.cc 285 directx_context_.d2d_device->GetFactory(&factory);
501 directx_context_.d2d_device->GetFactory(&factory);
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc 466 AbstractAutofillFactory* GetFactory(syncer::ModelType type) {
541 AbstractAutofillFactory* factory = GetFactory(type);
    [all...]
  /external/chromium_org/sync/internal_api/
sync_manager_impl_unittest.cc 830 scoped_ptr<InternalComponentsFactory>(GetFactory()).get(),
    [all...]

Completed in 1379 milliseconds