/external/chromium_org/android_webview/native/ |
D | aw_autofill_manager_delegate.cc | 85 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()
|
D | aw_autofill_manager_delegate.h | 75 const gfx::RectF& element_bounds, 97 void ShowAutofillPopupImpl(const gfx::RectF& element_bounds,
|
/external/chromium_org/chrome/browser/ui/android/autofill/ |
D | autofill_popup_view_android.cc | 50 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/ |
D | autofill_popup_controller_unittest.cc | 72 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 …]
|
D | autofill_popup_controller_impl.h | 51 const gfx::RectF& element_bounds, 85 const gfx::RectF& element_bounds, 104 virtual const gfx::RectF& element_bounds() const OVERRIDE;
|
D | autofill_popup_controller_impl.cc | 74 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
|
D | tab_autofill_manager_delegate.cc | 112 const gfx::RectF& element_bounds, in ShowAutofillPopup() argument 123 element_bounds + client_area.OffsetFromOrigin(); in ShowAutofillPopup()
|
D | autofill_popup_controller.h | 82 virtual const gfx::RectF& element_bounds() const = 0;
|
D | tab_autofill_manager_delegate.h | 54 const gfx::RectF& element_bounds,
|
/external/chromium_org/components/autofill/core/browser/ |
D | autofill_external_delegate_unittest.cc | 59 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()
|
D | autofill_external_delegate.cc | 38 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()
|
D | test_autofill_manager_delegate.cc | 40 const gfx::RectF& element_bounds, in ShowAutofillPopup() argument
|
D | test_autofill_manager_delegate.h | 36 const gfx::RectF& element_bounds,
|
D | autofill_manager_delegate.h | 79 const gfx::RectF& element_bounds,
|
D | autofill_external_delegate.h | 64 const gfx::RectF& element_bounds,
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | path.c | 1700 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/ |
D | path.c | 1700 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/ |
D | autofill_driver_impl_browsertest.cc | 42 void(const gfx::RectF& element_bounds,
|