Home
last modified time | relevance | path

Searched refs:test_input_method_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ui/aura/test/
Daura_test_helper.cc90 test_input_method_.reset(new ui::DummyInputMethod); in SetUp()
93 test_input_method_.get()); in SetUp()
102 test_input_method_.reset(); in TearDown()
Daura_test_helper.h67 scoped_ptr<ui::InputMethod> test_input_method_; variable