Home
last modified time | relevance | path

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

/external/chromium_org/android_webview/native/
Daw_autofill_manager_delegate.cc85 const gfx::RectF& element_bounds, in ShowAutofillPopup() argument
101 element_bounds + client_area.OffsetFromOrigin(); in ShowAutofillPopup()
110 const gfx::RectF& element_bounds, in ShowAutofillPopupImpl() argument
141 element_bounds.x(), in ShowAutofillPopupImpl()
142 element_bounds.y(), element_bounds.width(), in ShowAutofillPopupImpl()
143 element_bounds.height(), data_array.obj()); in ShowAutofillPopupImpl()
Daw_autofill_manager_delegate.h75 const gfx::RectF& element_bounds,
97 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/chrome/browser/ui/autofill/
Dautofill_popup_controller_unittest.cc72 const gfx::RectF& element_bounds) in TestAutofillPopupController() argument
74 external_delegate, NULL, NULL, element_bounds, in TestAutofillPopupController()
97 using AutofillPopupControllerImpl::element_bounds;
473 element_bounds()); in TEST_F()
551 std::vector<gfx::RectF> element_bounds; in TEST_F() local
555 element_bounds.push_back(gfx::RectF(0, 0, 0, 0)); in TEST_F()
560 element_bounds.push_back(gfx::RectF(2 * desired_width, 0, 0, 0)); in TEST_F()
565 element_bounds.push_back(gfx::RectF(0, 2 * desired_height, 0, 0)); in TEST_F()
570 element_bounds.push_back( in TEST_F()
576 element_bounds.push_back( in TEST_F()
[all …]
Dautofill_popup_controller_impl.h51 const gfx::RectF& element_bounds,
85 const gfx::RectF& element_bounds,
104 virtual const gfx::RectF& element_bounds() const OVERRIDE;
Dautofill_popup_controller_impl.cc74 const gfx::RectF& element_bounds, in GetOrCreate() argument
80 previous->element_bounds() == element_bounds) { in GetOrCreate()
90 delegate, web_contents, container_view, element_bounds, in GetOrCreate()
99 const gfx::RectF& element_bounds, in AutofillPopupControllerImpl() argument
105 element_bounds_(element_bounds), in AutofillPopupControllerImpl()
391 const gfx::RectF& AutofillPopupControllerImpl::element_bounds() const { in element_bounds() function in autofill::AutofillPopupControllerImpl
Dtab_autofill_manager_delegate.cc112 const gfx::RectF& element_bounds, in ShowAutofillPopup() argument
123 element_bounds + client_area.OffsetFromOrigin(); in ShowAutofillPopup()
Dautofill_popup_controller.h82 virtual const gfx::RectF& element_bounds() const = 0;
Dtab_autofill_manager_delegate.h54 const gfx::RectF& element_bounds,
/external/chromium_org/components/autofill/core/browser/
Dautofill_external_delegate_unittest.cc59 void(const gfx::RectF& element_bounds,
125 const gfx::RectF element_bounds; in IssueOnQuery() local
127 external_delegate_->OnQuery(query_id, form, field, element_bounds, true); in IssueOnQuery()
323 const gfx::RectF element_bounds; in TEST_F() local
325 external_delegate_->OnQuery(kQueryId, form, field, element_bounds, true); in TEST_F()
402 const gfx::RectF element_bounds; in TEST_F() local
422 element_bounds); in TEST_F()
462 const gfx::RectF element_bounds; in TEST_F() local
464 external_delegate_->OnQuery(kQueryId, form, field, element_bounds, false); in TEST_F()
Dautofill_external_delegate.cc38 const gfx::RectF& element_bounds, in OnQuery() argument
44 element_bounds_ = element_bounds; in OnQuery()
120 const gfx::RectF& element_bounds) { in OnShowPasswordSuggestions() argument
122 element_bounds_ = element_bounds; in OnShowPasswordSuggestions()
Dtest_autofill_manager_delegate.cc40 const gfx::RectF& element_bounds, in ShowAutofillPopup() argument
Dtest_autofill_manager_delegate.h36 const gfx::RectF& element_bounds,
Dautofill_manager_delegate.h79 const gfx::RectF& element_bounds,
Dautofill_external_delegate.h64 const gfx::RectF& element_bounds,
/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/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/chromium_org/chrome/browser/autofill/
Dautofill_driver_impl_browsertest.cc42 void(const gfx::RectF& element_bounds,