Searched refs:LegalDocumentLinks (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
H A Dmock_autofill_dialog_view_delegate.cc52 ON_CALL(*this, LegalDocumentLinks()).WillByDefault(ReturnRef(range_));
H A Dautofill_dialog_view_delegate.h101 virtual const std::vector<gfx::Range>& LegalDocumentLinks() = 0;
H A Dmock_autofill_dialog_view_delegate.h43 MOCK_METHOD0(LegalDocumentLinks, const std::vector<gfx::Range>&());
H A Dautofill_dialog_controller_unittest.cc1545 EXPECT_TRUE(controller()->LegalDocumentLinks().empty());
1547 EXPECT_TRUE(controller()->LegalDocumentLinks().empty());
1554 EXPECT_FALSE(controller()->LegalDocumentLinks().empty());
1583 EXPECT_FALSE(controller()->LegalDocumentLinks().empty());
1606 EXPECT_TRUE(controller()->LegalDocumentLinks().empty());
1632 EXPECT_TRUE(controller()->LegalDocumentLinks().empty());
1653 EXPECT_TRUE(controller()->LegalDocumentLinks().empty());
H A Dautofill_dialog_controller_impl.h125 virtual const std::vector<gfx::Range>& LegalDocumentLinks() OVERRIDE;
H A Dautofill_dialog_controller_impl.cc1085 LegalDocumentLinks() { function in class:autofill::AutofillDialogControllerImpl
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_dialog_views.cc1303 delegate_->LegalDocumentLinks();

Completed in 635 milliseconds