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

  /external/chromium_org/chrome/test/base/
in_process_browser_test.h 42 // 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 {
96 InProcessBrowserTest();
97 virtual ~InProcessBrowserTest();
in_process_browser_test.cc 116 InProcessBrowserTest::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::AddTabAtIndex
    [all...]

Completed in 875 milliseconds