HomeSort by relevance Sort by last modified time
    Searched defs:element_bounds (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/chrome/browser/ui/autofill/
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]));
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|
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.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();
  /external/chromium_org/components/autofill/core/browser/
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);
  /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/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...]

Completed in 242 milliseconds