Searched refs:test_web_contents_ (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/ui/cocoa/passwords/
H A Dmanage_passwords_controller_test.h29 scoped_ptr<content::WebContents> test_web_contents_; member in class:ManagePasswordsControllerTest
/external/chromium_org/chrome/browser/ui/autofill/
H A Dgenerated_credit_card_bubble_controller_unittest.cc49 : test_web_contents_(
54 // Attaches immediately to |test_web_contents_| so a test version will exist
56 new TestGeneratedCreditCardBubbleController(test_web_contents_.get());
64 test_web_contents_.get()));
74 TestGeneratedCreditCardBubbleController::Show(test_web_contents_.get(),
80 content::WebContentsTester::For(test_web_contents_.get())->TestDidNavigate(
81 test_web_contents_->GetMainFrame(), 1, GURL("about:blank"), trans);
91 scoped_ptr<content::WebContents> test_web_contents_; member in class:autofill::__anon5024::GeneratedCreditCardBubbleControllerTest
/external/chromium_org/chrome/browser/ui/passwords/
H A Dmanage_passwords_bubble_model_unittest.cc24 : test_web_contents_(
30 // |test_web_contents_| and therefore accessible to the model.
31 new ManagePasswordsUIControllerMock(test_web_contents_.get());
33 model_.reset(new ManagePasswordsBubbleModel(test_web_contents_.get()));
65 test_web_contents_.get()));
75 scoped_ptr<content::WebContents> test_web_contents_; member in class:ManagePasswordsBubbleModelTest
/external/chromium_org/chrome/browser/ui/toolbar/
H A Dback_forward_menu_model.h109 test_web_contents_ = test_web_contents;
195 content::WebContents* test_web_contents_; member in class:BackForwardMenuModel
H A Dback_forward_menu_model.cc46 test_web_contents_(NULL),
421 return test_web_contents_ ?
422 test_web_contents_ :

Completed in 407 milliseconds