Searched refs:TestPopupControllerCommon (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
H A Dtest_popup_controller_common.cc9 TestPopupControllerCommon::TestPopupControllerCommon( function in class:autofill::TestPopupControllerCommon
12 TestPopupControllerCommon::~TestPopupControllerCommon() {}
14 gfx::Display TestPopupControllerCommon::GetDisplayNearestPoint(
H A Dtest_popup_controller_common.h14 class TestPopupControllerCommon : public PopupControllerCommon { class in namespace:autofill
16 explicit TestPopupControllerCommon(const gfx::RectF& element_bounds);
17 virtual ~TestPopupControllerCommon();
29 DISALLOW_COPY_AND_ASSIGN(TestPopupControllerCommon);
H A Dpopup_controller_common_unittest.cc73 scoped_ptr<TestPopupControllerCommon> popup_controller(
74 new TestPopupControllerCommon(element_bounds[i]));
H A Dautofill_popup_controller_unittest.cc77 test_controller_common_(new TestPopupControllerCommon(element_bounds)) {
118 TestPopupControllerCommon* test_controller_common_;

Completed in 600 milliseconds