Home
last modified time | relevance | path

Searched refs:element_bounds (Results 1 – 25 of 26) sorted by relevance

12

/external/chromium_org/chrome/browser/ui/autofill/
Dpopup_controller_common_unittest.cc34 std::vector<gfx::RectF> element_bounds; in TEST_F() local
38 element_bounds.push_back(gfx::RectF(0, 0, 0, 0)); in TEST_F()
43 element_bounds.push_back(gfx::RectF(2 * desired_width, 0, 0, 0)); in TEST_F()
48 element_bounds.push_back(gfx::RectF(0, 2 * desired_height, 0, 0)); in TEST_F()
53 element_bounds.push_back( in TEST_F()
59 element_bounds.push_back( in TEST_F()
66 element_bounds.push_back( in TEST_F()
72 for (size_t i = 0; i < element_bounds.size(); ++i) { in TEST_F()
74 new TestPopupControllerCommon(element_bounds[i])); in TEST_F()
Dtest_popup_controller_common.cc10 const gfx::RectF& element_bounds) in TestPopupControllerCommon() argument
11 : PopupControllerCommon(element_bounds, NULL, NULL) {} in TestPopupControllerCommon()
Dautofill_popup_controller_impl.cc75 const gfx::RectF& element_bounds, in GetOrCreate() argument
81 previous->element_bounds() == element_bounds) { in GetOrCreate()
91 delegate, web_contents, container_view, element_bounds, in GetOrCreate()
100 const gfx::RectF& element_bounds, in AutofillPopupControllerImpl() argument
102 : controller_common_(new PopupControllerCommon(element_bounds, in AutofillPopupControllerImpl()
377 const gfx::RectF& AutofillPopupControllerImpl::element_bounds() const { in element_bounds() function in autofill::AutofillPopupControllerImpl
378 return controller_common_->element_bounds(); in element_bounds()
Dpopup_controller_common.h30 PopupControllerCommon(const gfx::RectF& element_bounds,
35 const gfx::RectF& element_bounds() const { return element_bounds_; } in element_bounds() function
Dautofill_popup_controller_impl.h37 const gfx::RectF& element_bounds,
71 const gfx::RectF& element_bounds,
89 virtual const gfx::RectF& element_bounds() const OVERRIDE;
Dpassword_generation_popup_controller_impl.h74 const gfx::RectF& element_bounds() { in element_bounds() function
75 return controller_common_.element_bounds(); in element_bounds()
Dautofill_popup_controller_unittest.cc73 const gfx::RectF& element_bounds) in TestAutofillPopupController() argument
75 external_delegate, NULL, NULL, element_bounds, in TestAutofillPopupController()
77 test_controller_common_(new TestPopupControllerCommon(element_bounds)) { in TestAutofillPopupController()
97 using AutofillPopupControllerImpl::element_bounds;
473 element_bounds()); in TEST_F()
Dchrome_autofill_client.cc118 const gfx::RectF& element_bounds, in ShowAutofillPopup() argument
128 element_bounds + client_area.OffsetFromOrigin(); in ShowAutofillPopup()
Dpopup_controller_common.cc20 const gfx::RectF& element_bounds, in PopupControllerCommon() argument
23 : element_bounds_(element_bounds), in PopupControllerCommon()
Dtest_popup_controller_common.h16 explicit TestPopupControllerCommon(const gfx::RectF& element_bounds);
Dautofill_popup_controller.h51 virtual const gfx::RectF& element_bounds() const = 0;
Dchrome_autofill_client.h54 const gfx::RectF& element_bounds,
/external/chromium_org/android_webview/native/
Daw_autofill_client.cc81 const gfx::RectF& element_bounds, in ShowAutofillPopup() argument
95 element_bounds + client_area.OffsetFromOrigin(); in ShowAutofillPopup()
102 const gfx::RectF& element_bounds, in ShowAutofillPopupImpl() argument
127 element_bounds.x(), in ShowAutofillPopupImpl()
128 element_bounds.y(), in ShowAutofillPopupImpl()
129 element_bounds.width(), in ShowAutofillPopupImpl()
130 element_bounds.height(), in ShowAutofillPopupImpl()
Daw_autofill_client.h72 const gfx::RectF& element_bounds,
96 void ShowAutofillPopupImpl(const gfx::RectF& element_bounds,
/external/chromium_org/chrome/browser/ui/android/autofill/
Dautofill_popup_view_android.cc50 controller_->element_bounds().x(), in UpdateBoundsAndRedrawPopup()
51 controller_->element_bounds().y(), in UpdateBoundsAndRedrawPopup()
52 controller_->element_bounds().width(), in UpdateBoundsAndRedrawPopup()
53 controller_->element_bounds().height()); in UpdateBoundsAndRedrawPopup()
/external/chromium_org/components/autofill/core/browser/
Dautofill_external_delegate_unittest.cc57 void(const gfx::RectF& element_bounds,
121 const gfx::RectF element_bounds; in IssueOnQuery() local
123 external_delegate_->OnQuery(query_id, form, field, element_bounds, true); in IssueOnQuery()
329 const gfx::RectF element_bounds; in TEST_F() local
331 external_delegate_->OnQuery(kQueryId, form, field, element_bounds, true); in TEST_F()
423 const gfx::RectF element_bounds; in TEST_F() local
425 external_delegate_->OnQuery(kQueryId, form, field, element_bounds, false); in TEST_F()
Dtest_autofill_client.cc46 const gfx::RectF& element_bounds, in ShowAutofillPopup() argument
Dtest_autofill_client.h36 const gfx::RectF& element_bounds,
Dautofill_client.h90 const gfx::RectF& element_bounds,
Dautofill_external_delegate.cc61 const gfx::RectF& element_bounds, in OnQuery() argument
67 element_bounds_ = element_bounds; in OnQuery()
Dautofill_external_delegate.h58 const gfx::RectF& element_bounds,
/external/chromium_org/components/password_manager/core/browser/
Dpassword_autofill_manager_unittest.cc57 void(const gfx::RectF& element_bounds,
169 gfx::RectF element_bounds; in TEST_F() local
186 username_field_, element_bounds, suggestions, realms); in TEST_F()
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
Dpath.c1700 VGfloat *element_bounds, in set_bounds() argument
1704 memcpy(bounds, element_bounds, 4 * sizeof(VGfloat)); in set_bounds()
1707 unite_bounds(bounds, element_bounds); in set_bounds()
1718 VGfloat element_bounds[4]; in path_bounding_rect() local
1749 line_bounds(line, element_bounds); in path_bounding_rect()
1750 set_bounds(bounds, element_bounds, &bounds_inited); in path_bounding_rect()
1759 bezier_exact_bounds(&bezier, element_bounds); in path_bounding_rect()
1760 set_bounds(bounds, element_bounds, &bounds_inited); in path_bounding_rect()
1779 path_bounding_rect(path, element_bounds + 0, element_bounds + 1, in path_bounding_rect()
1780 element_bounds + 2, element_bounds + 3); in path_bounding_rect()
[all …]
/external/mesa3d/src/gallium/state_trackers/vega/
Dpath.c1700 VGfloat *element_bounds, in set_bounds() argument
1704 memcpy(bounds, element_bounds, 4 * sizeof(VGfloat)); in set_bounds()
1707 unite_bounds(bounds, element_bounds); in set_bounds()
1718 VGfloat element_bounds[4]; in path_bounding_rect() local
1749 line_bounds(line, element_bounds); in path_bounding_rect()
1750 set_bounds(bounds, element_bounds, &bounds_inited); in path_bounding_rect()
1759 bezier_exact_bounds(&bezier, element_bounds); in path_bounding_rect()
1760 set_bounds(bounds, element_bounds, &bounds_inited); in path_bounding_rect()
1779 path_bounding_rect(path, element_bounds + 0, element_bounds + 1, in path_bounding_rect()
1780 element_bounds + 2, element_bounds + 3); in path_bounding_rect()
[all …]
/external/chromium_org/chrome/browser/autofill/
Dcontent_autofill_driver_browsertest.cc41 void(const gfx::RectF& element_bounds,

12