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

/external/chromium_org/chrome/test/base/
H A Din_process_browser_test.h42 // Writing tests with InProcessBrowserTest is slightly different than that of
43 // other tests. This is necessitated by InProcessBrowserTest running a message
44 // loop. To use InProcessBrowserTest do the following:
53 // InProcessBrowserTest::SetUp. (But see also SetUpOnMainThread,
75 // By default InProcessBrowserTest creates a single Browser (as returned from
78 // InProcessBrowserTest disables the sandbox when running.
94 class InProcessBrowserTest : public content::BrowserTestBase { class in inherits:content::BrowserTestBase
96 InProcessBrowserTest();
97 virtual ~InProcessBrowserTest();
H A Din_process_browser_test.cc116 InProcessBrowserTest::InProcessBrowserTest() function in class:InProcessBrowserTest
150 InProcessBrowserTest::~InProcessBrowserTest() {
153 void InProcessBrowserTest::SetUp() {
220 void InProcessBrowserTest::PrepareTestCommandLine(CommandLine* command_line) {
262 bool InProcessBrowserTest::CreateUserDataDirectory() {
279 void InProcessBrowserTest::TearDown() {
287 void InProcessBrowserTest::AddTabAtIndexToBrowser(
300 void InProcessBrowserTest
[all...]

Completed in 72 milliseconds