/external/chromium_org/chrome/browser/ui/android/autofill/ |
autofill_popup_view_android.cc | 50 controller_->element_bounds().x(), 51 controller_->element_bounds().y(), 52 controller_->element_bounds().width(), 53 controller_->element_bounds().height());
|
/external/chromium_org/android_webview/native/ |
aw_autofill_manager_delegate.cc | 85 const gfx::RectF& element_bounds, 97 // Convert element_bounds to be in screen space. 101 element_bounds + client_area.OffsetFromOrigin(); 110 const gfx::RectF& element_bounds, 141 element_bounds.x(), 142 element_bounds.y(), element_bounds.width(), 143 element_bounds.height(), data_array.obj());
|
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/autofill/ |
autofill_popup_controller_unittest.cc | 72 const gfx::RectF& element_bounds) 74 external_delegate, NULL, NULL, element_bounds, 97 using AutofillPopupControllerImpl::element_bounds; 473 element_bounds()); 551 std::vector<gfx::RectF> element_bounds; local 555 element_bounds.push_back(gfx::RectF(0, 0, 0, 0)); 560 element_bounds.push_back(gfx::RectF(2 * desired_width, 0, 0, 0)); 565 element_bounds.push_back(gfx::RectF(0, 2 * desired_height, 0, 0)); 570 element_bounds.push_back( 576 element_bounds.push_back [all...] |
autofill_popup_controller.h | 82 virtual const gfx::RectF& element_bounds() const = 0;
|
tab_autofill_manager_delegate.cc | 112 const gfx::RectF& element_bounds, 119 // Convert element_bounds to be in screen space. 123 element_bounds + client_area.OffsetFromOrigin();
|
tab_autofill_manager_delegate.h | 54 const gfx::RectF& element_bounds,
|
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;
|
autofill_popup_controller_impl.cc | 74 const gfx::RectF& element_bounds, 80 previous->element_bounds() == element_bounds) { 90 delegate, web_contents, container_view, element_bounds, 99 const gfx::RectF& element_bounds, 105 element_bounds_(element_bounds), 391 const gfx::RectF& AutofillPopupControllerImpl::element_bounds() const { function in class:autofill::AutofillPopupControllerImpl
|
/external/chromium_org/components/autofill/core/browser/ |
autofill_external_delegate_unittest.cc | 59 void(const gfx::RectF& element_bounds, 125 const gfx::RectF element_bounds; local 127 external_delegate_->OnQuery(query_id, form, field, element_bounds, true); 323 const gfx::RectF element_bounds; local 325 external_delegate_->OnQuery(kQueryId, form, field, element_bounds, true); 402 const gfx::RectF element_bounds; local 422 element_bounds); 462 const gfx::RectF element_bounds; local 464 external_delegate_->OnQuery(kQueryId, form, field, element_bounds, false);
|
autofill_manager_delegate.h | 76 // |identifiers| for the element at |element_bounds|. |delegate| will be 79 const gfx::RectF& element_bounds,
|
test_autofill_manager_delegate.cc | 40 const gfx::RectF& element_bounds,
|
test_autofill_manager_delegate.h | 36 const gfx::RectF& element_bounds,
|
autofill_external_delegate.cc | 38 const gfx::RectF& element_bounds, 44 element_bounds_ = element_bounds; 120 const gfx::RectF& element_bounds) { 122 element_bounds_ = element_bounds;
|
autofill_external_delegate.h | 64 const gfx::RectF& element_bounds,
|
/external/chromium_org/chrome/browser/autofill/ |
autofill_driver_impl_browsertest.cc | 42 void(const gfx::RectF& element_bounds,
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
path.c | 1718 VGfloat element_bounds[4]; local [all...] |
/external/mesa3d/src/gallium/state_trackers/vega/ |
path.c | 1718 VGfloat element_bounds[4]; local [all...] |