HomeSort by relevance Sort by last modified time
    Searched refs:element_bounds (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/chrome/browser/ui/autofill/
test_popup_controller_common.cc 10 const gfx::RectF& element_bounds)
11 : PopupControllerCommon(element_bounds, NULL, NULL) {}
popup_controller_common_unittest.cc 34 std::vector<gfx::RectF> element_bounds; local
38 element_bounds.push_back(gfx::RectF(0, 0, 0, 0));
43 element_bounds.push_back(gfx::RectF(2 * desired_width, 0, 0, 0));
48 element_bounds.push_back(gfx::RectF(0, 2 * desired_height, 0, 0));
53 element_bounds.push_back(
59 element_bounds.push_back(
66 element_bounds.push_back(
72 for (size_t i = 0; i < element_bounds.size(); ++i) {
74 new TestPopupControllerCommon(element_bounds[i]));
test_popup_controller_common.h 16 explicit TestPopupControllerCommon(const gfx::RectF& element_bounds);
popup_controller_common.h 30 PopupControllerCommon(const gfx::RectF& element_bounds,
35 const gfx::RectF& element_bounds() const { return element_bounds_; } function in class:autofill::PopupControllerCommon
43 // width and height. By default this places the popup below |element_bounds|
autofill_popup_controller.h 51 virtual const gfx::RectF& element_bounds() const = 0;
password_generation_popup_controller_impl.h 73 const gfx::RectF& element_bounds() { function in class:autofill::PasswordGenerationPopupControllerImpl
74 return controller_common_.element_bounds();
autofill_popup_controller_impl.h 37 const gfx::RectF& element_bounds,
71 const gfx::RectF& element_bounds,
89 virtual const gfx::RectF& element_bounds() const OVERRIDE;
autofill_popup_controller_impl.cc 75 const gfx::RectF& element_bounds,
81 previous->element_bounds() == element_bounds) {
91 delegate, web_contents, container_view, element_bounds,
100 const gfx::RectF& element_bounds,
102 : controller_common_(new PopupControllerCommon(element_bounds,
377 const gfx::RectF& AutofillPopupControllerImpl::element_bounds() const { function in class:autofill::AutofillPopupControllerImpl
378 return controller_common_->element_bounds();
chrome_autofill_client.cc 130 const gfx::RectF& element_bounds,
137 // Convert element_bounds to be in screen space.
140 element_bounds + client_area.OffsetFromOrigin();
popup_controller_common.cc 20 const gfx::RectF& element_bounds,
23 : element_bounds_(element_bounds),
chrome_autofill_client.h 56 const gfx::RectF& element_bounds,
autofill_popup_controller_unittest.cc 73 const gfx::RectF& element_bounds)
75 external_delegate, NULL, NULL, element_bounds,
77 test_controller_common_(new TestPopupControllerCommon(element_bounds)) {
97 using AutofillPopupControllerImpl::element_bounds;
473 element_bounds());
password_generation_popup_controller_impl.cc 46 previous->element_bounds() == bounds &&
  /external/chromium_org/chrome/browser/ui/android/autofill/
autofill_popup_view_android.cc 51 controller_->element_bounds().x(),
52 controller_->element_bounds().y(),
53 controller_->element_bounds().width(),
54 controller_->element_bounds().height());
  /external/chromium_org/android_webview/native/
aw_autofill_client.cc 81 const gfx::RectF& element_bounds,
92 // Convert element_bounds to be in screen space.
95 element_bounds + client_area.OffsetFromOrigin();
105 const gfx::RectF& element_bounds,
131 element_bounds.x(),
132 element_bounds.y(),
133 element_bounds.width(),
134 element_bounds.height(),
aw_autofill_client.h 72 const gfx::RectF& element_bounds,
96 void ShowAutofillPopupImpl(const gfx::RectF& element_bounds,
  /external/chromium_org/components/autofill/core/browser/
autofill_client.h 87 // |identifiers| for the element at |element_bounds|. |delegate| will be
90 const gfx::RectF& element_bounds,
test_autofill_client.cc 46 const gfx::RectF& element_bounds,
test_autofill_client.h 36 const gfx::RectF& element_bounds,
autofill_external_delegate_unittest.cc 57 void(const gfx::RectF& element_bounds,
121 const gfx::RectF element_bounds; local
123 external_delegate_->OnQuery(query_id, form, field, element_bounds, true);
337 const gfx::RectF element_bounds; local
339 external_delegate_->OnQuery(kQueryId, form, field, element_bounds, true);
431 const gfx::RectF element_bounds; local
433 external_delegate_->OnQuery(kQueryId, form, field, element_bounds, false);
autofill_external_delegate.h 58 const gfx::RectF& element_bounds,
autofill_external_delegate.cc 63 const gfx::RectF& element_bounds,
72 element_bounds_ = element_bounds;
  /external/chromium_org/components/password_manager/core/browser/
password_autofill_manager_unittest.cc 57 void(const gfx::RectF& element_bounds,
169 gfx::RectF element_bounds; local
186 username_field_, element_bounds, suggestions, realms);
  /external/chromium_org/chrome/browser/autofill/
content_autofill_driver_browsertest.cc 41 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...]

Completed in 8004 milliseconds

1 2