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

  /external/chromium_org/chrome/test/ui/
ui_test.cc 66 const wchar_t UITestBase::kFailedNoCrashService[] =
78 UITestBase::UITestBase()
94 UITestBase::UITestBase(base::MessageLoop::Type msg_loop_type)
109 UITestBase::~UITestBase() {}
111 void UITestBase::SetUp() {
127 void UITestBase::TearDown() {
134 AutomationProxy* UITestBase::automation() const
    [all...]
ui_test.h 45 // rather than UITestBase.
46 class UITestBase {
240 UITestBase();
241 explicit UITestBase(base::MessageLoop::Type msg_loop_type);
243 virtual ~UITestBase();
333 class UITest : public UITestBase, public PlatformTest {
337 : UITestBase(), PlatformTest(), message_loop_(msg_loop_type) {}

Completed in 2155 milliseconds