HomeSort by relevance Sort by last modified time
    Searched refs:allow_test_contexts (Results 1 - 6 of 6) 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/ash/test/
test_shell_delegate.cc 208 bool allow_test_contexts = true; local
209 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/ui/compositor/
compositor.h 303 // |allow_test_contexts|. Most unit tests should pass true. Once this has been
305 static void InitializeContextFactoryForTests(bool allow_test_contexts);
compositor.cc 455 void Compositor::InitializeContextFactoryForTests(bool allow_test_contexts) {
474 if (!allow_test_contexts)
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 107 milliseconds