Searched refs:element_bounds (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/chrome/browser/ui/autofill/
H A Dtest_popup_controller_common.cc10 const gfx::RectF& element_bounds)
11 : PopupControllerCommon(element_bounds, NULL, NULL) {}
9 TestPopupControllerCommon( const gfx::RectF& element_bounds) argument
H A Dpopup_controller_common_unittest.cc34 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]));
H A Dtest_popup_controller_common.h16 explicit TestPopupControllerCommon(const gfx::RectF& element_bounds);
H A Dpopup_controller_common.h30 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|
H A Dautofill_popup_controller_impl.h37 const gfx::RectF& element_bounds,
71 const gfx::RectF& element_bounds,
89 virtual const gfx::RectF& element_bounds() const OVERRIDE;
H A Dpassword_generation_popup_controller_impl.h73 const gfx::RectF& element_bounds() { function in class:autofill::PasswordGenerationPopupControllerImpl
74 return controller_common_.element_bounds();
H A Dautofill_popup_controller.h51 virtual const gfx::RectF& element_bounds() const = 0;
H A Dautofill_popup_controller_impl.cc75 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();
70 GetOrCreate( WeakPtr<AutofillPopupControllerImpl> previous, WeakPtr<AutofillPopupDelegate> delegate, content::WebContents* web_contents, gfx::NativeView container_view, const gfx::RectF& element_bounds, base::i18n::TextDirection text_direction) argument
96 AutofillPopupControllerImpl( base::WeakPtr<AutofillPopupDelegate> delegate, content::WebContents* web_contents, gfx::NativeView container_view, const gfx::RectF& element_bounds, base::i18n::TextDirection text_direction) argument
H A Dchrome_autofill_client.cc130 const gfx::RectF& element_bounds,
137 // Convert element_bounds to be in screen space.
140 element_bounds + client_area.OffsetFromOrigin();
129 ShowAutofillPopup( const gfx::RectF& element_bounds, base::i18n::TextDirection text_direction, const std::vector<base::string16>& values, const std::vector<base::string16>& labels, const std::vector<base::string16>& icons, const std::vector<int>& identifiers, base::WeakPtr<AutofillPopupDelegate> delegate) argument
H A Dpopup_controller_common.cc20 const gfx::RectF& element_bounds,
23 : element_bounds_(element_bounds),
19 PopupControllerCommon( const gfx::RectF& element_bounds, const gfx::NativeView container_view, content::WebContents* web_contents) argument
H A Dchrome_autofill_client.h56 const gfx::RectF& element_bounds,
H A Dautofill_popup_controller_unittest.cc73 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());
71 TestAutofillPopupController( base::WeakPtr<AutofillExternalDelegate> external_delegate, const gfx::RectF& element_bounds) argument
H A Dpassword_generation_popup_controller_impl.cc46 previous->element_bounds() == bounds &&
/external/chromium_org/chrome/browser/ui/android/autofill/
H A Dautofill_popup_view_android.cc51 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/
H A Daw_autofill_client.cc81 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(),
80 ShowAutofillPopup( const gfx::RectF& element_bounds, base::i18n::TextDirection text_direction, const std::vector<base::string16>& values, const std::vector<base::string16>& labels, const std::vector<base::string16>& icons, const std::vector<int>& identifiers, base::WeakPtr<autofill::AutofillPopupDelegate> delegate) argument
104 ShowAutofillPopupImpl( const gfx::RectF& element_bounds, bool is_rtl, const std::vector<base::string16>& values, const std::vector<base::string16>& labels, const std::vector<int>& identifiers) argument
H A Daw_autofill_client.h72 const gfx::RectF& element_bounds,
96 void ShowAutofillPopupImpl(const gfx::RectF& element_bounds,
/external/chromium_org/components/autofill/core/browser/
H A Dtest_autofill_client.cc46 const gfx::RectF& element_bounds,
45 ShowAutofillPopup( const gfx::RectF& element_bounds, base::i18n::TextDirection text_direction, const std::vector<base::string16>& values, const std::vector<base::string16>& labels, const std::vector<base::string16>& icons, const std::vector<int>& identifiers, base::WeakPtr<AutofillPopupDelegate> delegate) argument
H A Dautofill_external_delegate_unittest.cc57 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);
H A Dautofill_client.h87 // |identifiers| for the element at |element_bounds|. |delegate| will be
90 const gfx::RectF& element_bounds,
H A Dtest_autofill_client.h36 const gfx::RectF& element_bounds,
H A Dautofill_external_delegate.h58 const gfx::RectF& element_bounds,
H A Dautofill_external_delegate.cc63 const gfx::RectF& element_bounds,
72 element_bounds_ = element_bounds;
60 OnQuery(int query_id, const FormData& form, const FormFieldData& field, const gfx::RectF& element_bounds, bool display_warning_if_disabled) argument
/external/chromium_org/components/password_manager/core/browser/
H A Dpassword_autofill_manager_unittest.cc57 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/
H A Dcontent_autofill_driver_browsertest.cc41 void(const gfx::RectF& element_bounds,
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dpath.c1700 VGfloat *element_bounds,
1704 memcpy(bounds, element_bounds, 4 * sizeof(VGfloat));
1707 unite_bounds(bounds, element_bounds);
1718 VGfloat element_bounds[4]; local
1749 line_bounds(line, element_bounds);
1750 set_bounds(bounds, element_bounds, &bounds_inited);
1759 bezier_exact_bounds(&bezier, element_bounds);
1760 set_bounds(bounds, element_bounds, &bounds_inited);
1779 path_bounding_rect(path, element_bounds + 0, element_bounds
1699 set_bounds(VGfloat *bounds, VGfloat *element_bounds, VGboolean *initialized) argument
[all...]

Completed in 231 milliseconds

12