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 40 // Writing tests with InProcessBrowserTest is slightly different than that of
41 // other tests. This is necessitated by InProcessBrowserTest running a message
42 // loop. To use InProcessBrowserTest do the following:
51 // InProcessBrowserTest::SetUp. (But see also SetUpOnMainThread,
73 // By default InProcessBrowserTest creates a single Browser (as returned from
76 // InProcessBrowserTest disables the sandbox when running.
92 class InProcessBrowserTest : public content::BrowserTestBase {
94 InProcessBrowserTest();
95 virtual ~InProcessBrowserTest();
in_process_browser_test.cc 117 InProcessBrowserTest::InProcessBrowserTest()
144 InProcessBrowserTest::~InProcessBrowserTest() {
147 void InProcessBrowserTest::SetUp() {
212 void InProcessBrowserTest::PrepareTestCommandLine(CommandLine* command_line) {
254 bool InProcessBrowserTest::CreateUserDataDirectory() {
271 void InProcessBrowserTest::TearDown() {
279 void InProcessBrowserTest::AddTabAtIndexToBrowser(
292 void InProcessBrowserTest::AddTabAtIndex
    [all...]

Completed in 41 milliseconds