OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:context_factory_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/browser/aura/
no_transport_image_transport_factory.cc
45
:
context_factory_
(context_factory.Pass()) {}
50
return
context_factory_
.get();
64
return new FakeTexture(
context_factory_
->SharedMainThreadContextProvider(),
77
context_provider_ =
context_factory_
->SharedMainThreadContextProvider();
no_transport_image_transport_factory.h
42
scoped_ptr<ui::ContextFactory>
context_factory_
;
member in class:content::NoTransportImageTransportFactory
/external/compiler-rt/lib/sanitizer_common/
sanitizer_thread_registry.h
118
const ThreadContextFactory
context_factory_
;
member in class:__sanitizer::ThreadRegistry
sanitizer_thread_registry.cc
92
:
context_factory_
(factory),
130
tctx =
context_factory_
(tid);
Completed in 45 milliseconds