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

  /external/chromium_org/content/public/test/
test_browser_thread_bundle.cc 14 TestBrowserThreadBundle::TestBrowserThreadBundle() {
18 TestBrowserThreadBundle::TestBrowserThreadBundle(int options) {
22 TestBrowserThreadBundle::~TestBrowserThreadBundle() {
55 void TestBrowserThreadBundle::Init(int options) {
test_browser_thread_bundle.h 5 // TestBrowserThreadBundle is a convenience class for creating a set of
7 // just instantiate the TestBrowserThreadBundle as a member variable.
12 // the TestBrowserThreadBundle construction.
14 // The TestBrowserThreadBundle will attempt to drain the MessageLoop on
20 // The TestBrowserThreadBundle will also flush the blocking pool on destruction.
46 class TestBrowserThreadBundle {
62 TestBrowserThreadBundle();
63 explicit TestBrowserThreadBundle(int options);
65 ~TestBrowserThreadBundle();
79 DISALLOW_COPY_AND_ASSIGN(TestBrowserThreadBundle);
    [all...]

Completed in 187 milliseconds