HomeSort by relevance Sort by last modified time
    Searched full:test_window_ (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/sync/
sync_setup_wizard_unittest.cc 167 : test_window_(NULL),
176 test_window_ = new TestBrowserWindowForWizardTest(browser());
177 set_window(test_window_);
186 test_window_ = NULL;
191 TestBrowserWindowForWizardTest* test_window_; member in class:SyncSetupWizardTest
222 EXPECT_FALSE(test_window_->flow());
226 EXPECT_TRUE(test_window_->TestAndResetWasShowHTMLDialogCalled());
227 EXPECT_EQ(SyncSetupWizard::GAIA_LOGIN, test_window_->flow()->current_state_);
228 EXPECT_EQ(SyncSetupWizard::DONE, test_window_->flow()->end_state_);
229 EXPECT_EQ(json_start_args, test_window_->flow()->dialog_start_args_)
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/tab_contents/
sad_tab_controller_unittest.mm 29 SadTabControllerTest() : test_window_(nil) {
38 test_window_ = [[CocoaTestHelperWindow alloc] init];
40 [test_window_ orderFront:nil];
42 [test_window_ orderBack:nil];
47 [test_window_ close];
48 test_window_ = nil;
54 NSView* contentView = [test_window_ contentView];
71 CocoaTestHelperWindow* test_window_;
  /external/chromium/chrome/browser/ui/cocoa/
cocoa_test_helper.mm 52 CocoaTest::CocoaTest() : called_tear_down_(false), test_window_(nil) {
92 [test_window_ close];
93 test_window_ = nil;
198 if (!test_window_) {
199 test_window_ = [[CocoaTestHelperWindow alloc] init];
201 [test_window_ orderFront:nil];
203 [test_window_ orderBack:nil];
206 return test_window_;
cocoa_test_helper.h 103 CocoaTestHelperWindow* test_window_; member in class:CocoaTest

Completed in 30 milliseconds