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/chrome/test/base/
view_event_test_platform_part_ash.cc 18 explicit ViewEventTestPlatformPartAsh(ui::ContextFactory* context_factory);
33 ui::ContextFactory* context_factory) {
39 aura::Env::GetInstance()->set_context_factory(context_factory);
50 ui::ContextFactory* context_factory) {
51 return new ViewEventTestPlatformPartAsh(context_factory);
view_event_test_platform_part.h 25 static ViewEventTestPlatformPart* Create(ui::ContextFactory* context_factory);
view_event_test_platform_part_chromeos.cc 25 ui::ContextFactory* context_factory);
40 ui::ContextFactory* context_factory) {
51 init_params.context_factory = context_factory;
74 ui::ContextFactory* context_factory) {
75 return new ViewEventTestPlatformPartChromeOS(context_factory);
  /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.h 23 ui::ContextFactory* context_factory);
test_compositor_host_ozone.cc 22 ui::ContextFactory* context_factory);
43 ui::ContextFactory* context_factory)
45 context_factory_(context_factory) {}
75 ui::ContextFactory* context_factory) {
76 return new TestCompositorHostOzone(bounds, context_factory);
test_compositor_host_win.cc 19 ui::ContextFactory* context_factory) {
22 context_factory,
62 ui::ContextFactory* context_factory) {
63 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) {
96 ui::ContextFactory* context_factory) {
97 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.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/ash/shell/
window_watcher_unittest.cc 29 init_params.context_factory = aura::Env::GetInstance()->context_factory();
  /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/athena/test/
athena_test_helper.h 47 void SetUp(ui::ContextFactory* context_factory);
athena_test_base.cc 39 ui::ContextFactory* context_factory = local
47 helper_->SetUp(context_factory);
athena_test_helper.cc 46 void AthenaTestHelper::SetUp(ui::ContextFactory* context_factory) {
56 aura::Env::GetInstance()->set_context_factory(context_factory);
  /external/chromium_org/content/browser/compositor/
image_transport_factory_browsertest.cc 55 ui::ContextFactory* context_factory = factory->GetContextFactory(); local
57 context_factory->SharedMainThreadContextProvider()->ContextGL();
  /external/chromium_org/ui/views/examples/
examples_main.cc 57 scoped_ptr<ui::InProcessContextFactory> context_factory(
72 aura::Env::GetInstance()->set_context_factory(context_factory.get());
  /external/chromium_org/ui/wm/test/
wm_test_helper.cc 18 ui::ContextFactory* context_factory) {
20 aura::Env::GetInstance()->set_context_factory(context_factory);
wm_test_helper.h 42 ui::ContextFactory* context_factory);
  /external/chromium_org/ash/test/
ash_test_helper.cc 70 ui::ContextFactory* context_factory = local
93 init_params.context_factory = context_factory;
  /external/chromium_org/ui/aura/test/
aura_test_helper.h 41 void SetUp(ui::ContextFactory* context_factory);
aura_test_base.cc 59 ui::ContextFactory* context_factory = local
63 helper_->SetUp(context_factory);

Completed in 2351 milliseconds

1 2