HomeSort by relevance Sort by last modified time
    Searched refs:context_factory (Results 1 - 25 of 47) sorted by null

1 2

  /external/chromium_org/ash/
shell_init_params.cc 13 context_factory(NULL)
shell_init_params.h 30 ui::ContextFactory* context_factory; member in struct:ash::ShellInitParams
  /external/chromium_org/ui/compositor/test/
test_compositor_host_ozone.cc 22 ui::ContextFactory* context_factory);
43 ui::ContextFactory* context_factory)
45 context_factory_(context_factory) {}
73 ui::ContextFactory* context_factory) {
74 return new TestCompositorHostOzone(bounds, context_factory);
test_compositor_host.h 23 ui::ContextFactory* context_factory);
test_compositor_host_win.cc 18 ui::ContextFactory* context_factory) {
20 compositor_.reset(new ui::Compositor(hwnd(), context_factory));
59 ui::ContextFactory* context_factory) {
60 return new TestCompositorHostWin(bounds, context_factory);
test_compositor_host_x11.cc 25 ui::ContextFactory* context_factory);
48 ui::ContextFactory* context_factory)
50 context_factory_(context_factory) {
94 ui::ContextFactory* context_factory) {
95 return new TestCompositorHostX11(bounds, context_factory);
  /external/chromium_org/ui/views/test/
views_test_helper_aura.cc 16 ui::ContextFactory* context_factory) {
17 return new ViewsTestHelperAura(message_loop, context_factory);
21 ui::ContextFactory* context_factory)
22 : context_factory_(context_factory) {
views_test_helper.cc 12 ui::ContextFactory* context_factory) {
views_test_helper.h 29 ui::ContextFactory* context_factory);
views_test_helper_aura.h 32 ui::ContextFactory* context_factory);
views_test_base.cc 34 ui::ContextFactory* context_factory = local
37 test_helper_.reset(ViewsTestHelper::Create(&message_loop_, context_factory));
  /external/chromium_org/athena/test/
athena_test_base.cc 34 ui::ContextFactory* context_factory = local
41 helper_->SetUp(context_factory);
athena_test_helper.h 46 void SetUp(ui::ContextFactory* context_factory);
athena_test_helper.cc 46 void AthenaTestHelper::SetUp(ui::ContextFactory* context_factory) {
50 aura::Env::GetInstance()->set_context_factory(context_factory);
  /external/chromium_org/ash/shell/
window_watcher_unittest.cc 29 init_params.context_factory = aura::Env::GetInstance()->context_factory();
  /external/chromium_org/content/browser/compositor/
no_transport_image_transport_factory.cc 15 scoped_ptr<ui::ContextFactory> context_factory)
16 : context_factory_(context_factory.Pass()) {}
no_transport_image_transport_factory.h 22 scoped_ptr<ui::ContextFactory> context_factory);
image_transport_factory_browsertest.cc 55 ui::ContextFactory* context_factory = factory->GetContextFactory(); local
57 context_factory->SharedMainThreadContextProvider()->ContextGL();
  /external/chromium_org/ui/aura/
env.h 64 void set_context_factory(ui::ContextFactory* context_factory) {
65 context_factory_ = context_factory;
67 ui::ContextFactory* context_factory() { return context_factory_; } function in class:aura::Env
  /external/chromium_org/ui/views/examples/
examples_main.cc 54 scoped_ptr<ui::InProcessContextFactory> context_factory(
68 aura::Env::GetInstance()->set_context_factory(context_factory.get());
  /external/chromium_org/ui/wm/test/
wm_test_helper.cc 19 ui::ContextFactory* context_factory) {
22 aura::Env::GetInstance()->set_context_factory(context_factory);
wm_test_helper.h 42 ui::ContextFactory* context_factory);
  /external/chromium_org/chrome/test/base/
view_event_test_base.cc 112 ui::ContextFactory* context_factory = local
126 init_params.context_factory = context_factory;
138 aura::Env::GetInstance()->set_context_factory(context_factory);
144 aura_test_helper_->SetUp(context_factory);
  /external/chromium_org/ash/test/
ash_test_helper.cc 68 ui::ContextFactory* context_factory = local
91 init_params.context_factory = context_factory;
  /external/chromium_org/ui/aura/test/
aura_test_helper.h 41 void SetUp(ui::ContextFactory* context_factory);

Completed in 3159 milliseconds

1 2