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

  /external/chromium_org/chrome/browser/ui/autofill/
generated_credit_card_bubble_controller_unittest.cc 49 : 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_->GetRenderViewHost(), 1, GURL("about:blank"), trans);
91 scoped_ptr<content::WebContents> test_web_contents_; member in class:autofill::__anon9585::GeneratedCreditCardBubbleControllerTest
  /external/chromium_org/chrome/browser/ui/toolbar/
back_forward_menu_model.h 109 test_web_contents_ = test_web_contents;
195 content::WebContents* test_web_contents_; member in class:BackForwardMenuModel
back_forward_menu_model.cc 47 test_web_contents_(NULL),
423 return test_web_contents_ ?
424 test_web_contents_ :
  /external/chromium_org/chrome/browser/ui/passwords/
manage_passwords_bubble_model_unittest.cc 24 : 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

Completed in 205 milliseconds