Searched defs:AshTestHelper (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ash/test/
H A Dash_test_helper.cc45 AshTestHelper::AshTestHelper(base::MessageLoopForUI* message_loop) function in class:ash::test::AshTestHelper
56 AshTestHelper::~AshTestHelper() {
59 void AshTestHelper::SetUp(bool start_session) {
113 void AshTestHelper::TearDown() {
144 void AshTestHelper::RunAllPendingInMessageLoop() {
151 aura::Window* AshTestHelper::CurrentContext() {
160 bool AshTestHelper::SupportsMultipleDisplays() {
169 bool AshTestHelper
[all...]
H A Dash_test_helper.h35 class AshTestHelper { class in namespace:ash::test
37 explicit AshTestHelper(base::MessageLoopForUI* message_loop);
38 ~AshTestHelper();
85 DISALLOW_COPY_AND_ASSIGN(AshTestHelper);

Completed in 570 milliseconds