Searched refs:LegalDocumentLinks (Results 1 – 8 of 8) sorted by relevance
52 ON_CALL(*this, LegalDocumentLinks()).WillByDefault(ReturnRef(range_)); in MockAutofillDialogViewDelegate()
43 MOCK_METHOD0(LegalDocumentLinks, const std::vector<gfx::Range>&());
101 virtual const std::vector<gfx::Range>& LegalDocumentLinks() = 0;
1186 EXPECT_TRUE(controller()->LegalDocumentLinks().empty()); in TEST_F()1188 EXPECT_TRUE(controller()->LegalDocumentLinks().empty()); in TEST_F()1195 EXPECT_FALSE(controller()->LegalDocumentLinks().empty()); in TEST_F()1224 EXPECT_FALSE(controller()->LegalDocumentLinks().empty()); in TEST_F()1247 EXPECT_TRUE(controller()->LegalDocumentLinks().empty()); in TEST_F()1273 EXPECT_TRUE(controller()->LegalDocumentLinks().empty()); in TEST_F()1294 EXPECT_TRUE(controller()->LegalDocumentLinks().empty()); in TEST_F()
121 virtual const std::vector<gfx::Range>& LegalDocumentLinks() OVERRIDE;
856 LegalDocumentLinks() { in LegalDocumentLinks() function in autofill::AutofillDialogControllerImpl
131 delegate_->LegalDocumentLinks()[index]);336 delegate_->LegalDocumentLinks();
1264 delegate_->LegalDocumentLinks(); in UpdateAccountChooser()