OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UITestBase
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/test/ui/
ui_test.cc
65
const wchar_t
UITestBase
::kFailedNoCrashService[] =
77
UITestBase
::
UITestBase
()
93
UITestBase
::
UITestBase
(base::MessageLoop::Type msg_loop_type)
108
UITestBase
::~
UITestBase
() {}
110
void
UITestBase
::SetUp() {
126
void
UITestBase
::TearDown() {
133
AutomationProxy*
UITestBase
::automation() const
[
all
...]
ui_perf_test.cc
15
UITestBase
::SetLaunchSwitches();
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) {}
/external/chromium_org/chrome/test/pyautolib/
pyautolib.cc
45
:
UITestBase
() {
69
UITestBase
::SetBrowserDirectory(browser_dir);
79
UITestBase
::SetUp();
83
UITestBase
::TearDown();
92
UITestBase
::SetLaunchSwitches();
100
AutomationProxy* automation_proxy =
UITestBase
::automation();
pyautolib.h
49
class PyUITestBase : public
UITestBase
{
Completed in 37 milliseconds