HomeSort by relevance Sort by last modified time
    Searched defs:allow_test_contexts (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ui/aura/test/
aura_test_helper.cc 65 bool allow_test_contexts = true; local
66 ui::Compositor::InitializeContextFactoryForTests(allow_test_contexts);
  /external/chromium_org/chrome/test/base/
view_event_test_base.cc 111 bool allow_test_contexts = true; local
112 ui::Compositor::InitializeContextFactoryForTests(allow_test_contexts);
  /external/chromium_org/ash/test/
test_shell_delegate.cc 208 bool allow_test_contexts = true; local
209 ui::Compositor::InitializeContextFactoryForTests(allow_test_contexts);
  /external/chromium_org/ui/compositor/
layer_unittest.cc 84 bool allow_test_contexts = false; variable
85 Compositor::InitializeContextFactoryForTests(allow_test_contexts);
350 bool allow_test_contexts = true; variable
351 Compositor::InitializeContextFactoryForTests(allow_test_contexts);
    [all...]

Completed in 224 milliseconds