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

  /external/chromium_org/components/autofill/core/browser/
autofill_external_delegate_unittest.cc 58 void(const gfx::RectF& element_bounds,
130 const gfx::RectF element_bounds; local
132 external_delegate_->OnQuery(query_id, form, field, element_bounds, true);
326 const gfx::RectF element_bounds; local
328 external_delegate_->OnQuery(kQueryId, form, field, element_bounds, true);
405 const gfx::RectF element_bounds; local
425 element_bounds);
453 const gfx::RectF element_bounds; local
455 external_delegate_->OnQuery(kQueryId, form, field, element_bounds, false);
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_popup_controller_unittest.cc 69 const gfx::RectF& element_bounds)
71 external_delegate, NULL, element_bounds,
117 const gfx::RectF& element_bounds() const { function in class:autofill::__anon8427::TestAutofillPopupController
118 return AutofillPopupControllerImpl::element_bounds();
501 element_bounds());
578 std::vector<gfx::RectF> element_bounds; local
582 element_bounds.push_back(gfx::RectF(0, 0, 0, 0));
587 element_bounds.push_back(gfx::RectF(2 * desired_width, 0, 0, 0));
592 element_bounds.push_back(gfx::RectF(0, 2 * desired_height, 0, 0));
597 element_bounds.push_back
    [all...]
autofill_popup_controller_impl.cc 74 const gfx::RectF& element_bounds,
79 previous->element_bounds() == element_bounds) {
89 delegate, container_view, element_bounds, text_direction);
96 const gfx::RectF& element_bounds,
101 element_bounds_(element_bounds),
358 const gfx::RectF& AutofillPopupControllerImpl::element_bounds() const { function in class:autofill::AutofillPopupControllerImpl
  /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 302 milliseconds