Searched defs:bounding_box (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/ppapi/cpp/dev/
H A Dtext_input_dev.cc71 const Rect& bounding_box) {
74 instance_.pp_instance(), &caret.pp_rect(), &bounding_box.pp_rect());
77 instance_.pp_instance(), &caret.pp_rect(), &bounding_box.pp_rect());
70 UpdateCaretPosition(const Rect& caret, const Rect& bounding_box) argument
/external/chromium_org/ppapi/thunk/
H A Dppb_text_input_thunk.cc54 const PP_Rect* bounding_box) {
56 if (enter.succeeded() && caret && bounding_box)
57 enter.functions()->UpdateCaretPosition(instance, *caret, *bounding_box);
52 UpdateCaretPosition_0_2(PP_Instance instance, const PP_Rect* caret, const PP_Rect* bounding_box) argument
/external/eigen/unsupported/doc/examples/
H A DBVH_Example.cpp10 Box2d bounding_box(const Vector2d &v) { return Box2d(v, v); } //compute the bounding box of a single point function in namespace:Eigen::internal
/external/chromium_org/android_webview/native/
H A Daw_autofill_manager_delegate.cc193 const gfx::RectF& bounding_box,
192 ShowAutocheckoutBubble( const gfx::RectF& bounding_box, bool is_google_user, const base::Callback<void(autofill::AutocheckoutBubbleState)>& callback) argument
/external/chromium_org/chrome/browser/ui/autofill/
H A Dtab_autofill_manager_delegate.cc111 const gfx::RectF& bounding_box,
121 // Convert |bounding_box| to be in screen space.
124 gfx::RectF anchor = bounding_box + container_rect.OffsetFromOrigin();
110 ShowAutocheckoutBubble( const gfx::RectF& bounding_box, bool is_google_user, const base::Callback<void(AutocheckoutBubbleState)>& callback) argument
/external/chromium_org/components/autofill/core/browser/
H A Dtest_autofill_manager_delegate.cc39 const gfx::RectF& bounding_box,
38 ShowAutocheckoutBubble( const gfx::RectF& bounding_box, bool is_google_user, const base::Callback<void(AutocheckoutBubbleState)>& callback) argument
H A Dautofill_manager.cc404 const gfx::RectF& bounding_box,
417 bounding_box,
824 const gfx::RectF& bounding_box) {
839 autocheckout_manager_.MaybeShowAutocheckoutBubble(form.origin, bounding_box);
401 OnQueryFormFieldAutofill(int query_id, const FormData& form, const FormFieldData& field, const gfx::RectF& bounding_box, bool display_warning) argument
822 OnMaybeShowAutocheckoutBubble( const FormData& form, const gfx::RectF& bounding_box) argument
/external/chromium_org/ui/base/gestures/
H A Dgesture_types.h29 const gfx::Rect& bounding_box() const { return bounding_box_; } function in struct:ui::GestureEventDetails
/external/eigen/unsupported/test/
H A DBVH.cpp17 template<typename Scalar, int Dim> AlignedBox<Scalar, Dim> bounding_box(const Matrix<Scalar, Dim, 1> &v) { return AlignedBox<Scalar, Dim>(v); } function in namespace:Eigen
35 template<int Dim> AlignedBox<double, Dim> bounding_box(const Ball<Dim> &b) function
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view_layout.cc208 gfx::Rect bounding_box = contents_container_->ConvertRectToWidget( local
229 // Grow the height of |bounding_box| by the height of any elements between
232 int height_delta = bounding_box.y() - find_bar_y;
233 bounding_box.set_y(find_bar_y);
234 bounding_box.set_height(std::max(0, bounding_box.height() + height_delta));
239 bounding_box.set_width(std::max(0, bounding_box.width() - scrollbar_width));
241 bounding_box.set_x(bounding_box
[all...]
/external/chromium_org/components/autofill/content/browser/
H A Dautocheckout_manager.cc299 const gfx::RectF& bounding_box) {
309 bounding_box);
428 const gfx::RectF& bounding_box,
438 bounding_box,
297 MaybeShowAutocheckoutBubble( const GURL& frame_url, const gfx::RectF& bounding_box) argument
426 ShowAutocheckoutBubble( const GURL& frame_url, const gfx::RectF& bounding_box, const std::string& cookies) argument
H A Dautocheckout_manager_unittest.cc405 const gfx::RectF& bounding_box) OVERRIDE {
407 bounding_box);
701 gfx::RectF bounding_box; local
706 autocheckout_manager_->MaybeShowAutocheckoutBubble(frame_url, bounding_box);
766 gfx::RectF bounding_box; local
772 autocheckout_manager_->MaybeShowAutocheckoutBubble(frame_url, bounding_box);
782 autocheckout_manager_->MaybeShowAutocheckoutBubble(frame_url, bounding_box);
919 gfx::RectF bounding_box; local
929 autocheckout_manager_->MaybeShowAutocheckoutBubble(frame_url, bounding_box);
937 autocheckout_manager_->MaybeShowAutocheckoutBubble(frame_url, bounding_box);
[all...]
/external/chromium_org/ppapi/proxy/
H A Dppb_instance_proxy.cc772 const PP_Rect& bounding_box) {
774 API_ID_PPB_INSTANCE, instance, caret, bounding_box));
1211 const PP_Rect& bounding_box) {
1216 enter.functions()->UpdateCaretPosition(instance, caret, bounding_box);
770 UpdateCaretPosition(PP_Instance instance, const PP_Rect& caret, const PP_Rect& bounding_box) argument
1208 OnHostMsgUpdateCaretPosition( PP_Instance instance, const PP_Rect& caret, const PP_Rect& bounding_box) argument
/external/chromium_org/ui/aura/gestures/
H A Dgesture_recognizer_unittest.cc187 const gfx::Rect& bounding_box() const { return bounding_box_; } function in class:aura::test::__anon14143::GestureEventConsumeDelegate
199 bounding_box_ = gesture->details().bounding_box();
734 EXPECT_EQ(24, delegate->bounding_box().width());
735 EXPECT_EQ(24, delegate->bounding_box().height());
775 EXPECT_EQ(40, delegate->bounding_box().width());
776 EXPECT_EQ(40, delegate->bounding_box().height());
832 EXPECT_EQ(25, delegate->bounding_box().width());
833 EXPECT_EQ(24, delegate->bounding_box().height());
918 EXPECT_EQ(33, delegate->bounding_box().width());
919 EXPECT_EQ(32, delegate->bounding_box()
[all...]
/external/chromium_org/content/renderer/pepper/
H A Dpepper_plugin_instance_impl.cc930 // TODO(kinaba) Take bounding_box into account. On some platforms, an
2403 const PP_Rect& bounding_box) {
2405 text_input_caret_bounds_ = PP_ToGfxRect(bounding_box);
2400 UpdateCaretPosition( PP_Instance instance, const PP_Rect& caret, const PP_Rect& bounding_box) argument

Completed in 3161 milliseconds