bounding_box      273 ash/wm/toplevel_window_event_handler.cc               event->details().bounding_box().CenterPoint();
bounding_box      215 chrome/browser/ui/views/frame/browser_view_layout.cc   gfx::Rect bounding_box = contents_container_->ConvertRectToWidget(
bounding_box      239 chrome/browser/ui/views/frame/browser_view_layout.cc   int height_delta = bounding_box.y() - find_bar_y;
bounding_box      240 chrome/browser/ui/views/frame/browser_view_layout.cc   bounding_box.set_y(find_bar_y);
bounding_box      241 chrome/browser/ui/views/frame/browser_view_layout.cc   bounding_box.set_height(std::max(0, bounding_box.height() + height_delta));
bounding_box      246 chrome/browser/ui/views/frame/browser_view_layout.cc   bounding_box.set_width(std::max(0, bounding_box.width() - scrollbar_width));
bounding_box      248 chrome/browser/ui/views/frame/browser_view_layout.cc     bounding_box.set_x(bounding_box.x() + scrollbar_width);
bounding_box      250 chrome/browser/ui/views/frame/browser_view_layout.cc   return bounding_box;
bounding_box     1173 components/autofill/content/renderer/form_autofill_util.cc   gfx::Rect bounding_box(element->boundsInViewportSpace());
bounding_box     1174 components/autofill/content/renderer/form_autofill_util.cc   return gfx::RectF(bounding_box.x() * scale,
bounding_box     1175 components/autofill/content/renderer/form_autofill_util.cc                     bounding_box.y() * scale,
bounding_box     1176 components/autofill/content/renderer/form_autofill_util.cc                     bounding_box.width() * scale,
bounding_box     1177 components/autofill/content/renderer/form_autofill_util.cc                     bounding_box.height() * scale);
bounding_box      699 components/autofill/content/renderer/password_autofill_agent.cc   gfx::Rect bounding_box(selected_element.boundsInViewportSpace());
bounding_box      702 components/autofill/content/renderer/password_autofill_agent.cc   gfx::RectF bounding_box_scaled(bounding_box.x() * scale,
bounding_box      703 components/autofill/content/renderer/password_autofill_agent.cc                                  bounding_box.y() * scale,
bounding_box      704 components/autofill/content/renderer/password_autofill_agent.cc                                  bounding_box.width() * scale,
bounding_box      705 components/autofill/content/renderer/password_autofill_agent.cc                                  bounding_box.height() * scale);
bounding_box      375 components/autofill/core/browser/autofill_manager.cc                                                const gfx::RectF& bounding_box,
bounding_box      388 components/autofill/core/browser/autofill_manager.cc                               bounding_box,
bounding_box      139 components/autofill/core/browser/autofill_manager.h                                 const gfx::RectF& bounding_box,
bounding_box      152 content/browser/renderer_host/ui_events_helper.cc       gesture_event.data.tap.width = event.details().bounding_box().width();
bounding_box      153 content/browser/renderer_host/ui_events_helper.cc       gesture_event.data.tap.height = event.details().bounding_box().height();
bounding_box      158 content/browser/renderer_host/ui_events_helper.cc           event.details().bounding_box().width();
bounding_box      160 content/browser/renderer_host/ui_events_helper.cc           event.details().bounding_box().height();
bounding_box      165 content/browser/renderer_host/ui_events_helper.cc           event.details().bounding_box().width();
bounding_box      167 content/browser/renderer_host/ui_events_helper.cc           event.details().bounding_box().height();
bounding_box      208 content/browser/renderer_host/ui_events_helper.cc           event.details().bounding_box().width();
bounding_box      210 content/browser/renderer_host/ui_events_helper.cc           event.details().bounding_box().height();
bounding_box      215 content/browser/renderer_host/ui_events_helper.cc           event.details().bounding_box().width();
bounding_box      217 content/browser/renderer_host/ui_events_helper.cc           event.details().bounding_box().height();
bounding_box     2662 content/renderer/pepper/pepper_plugin_instance_impl.cc     const PP_Rect& bounding_box) {
bounding_box     2666 content/renderer/pepper/pepper_plugin_instance_impl.cc   text_input_caret_bounds_ = PP_ToGfxRect(bounding_box);
bounding_box      434 content/renderer/pepper/pepper_plugin_instance_impl.h                                    const PP_Rect& bounding_box) OVERRIDE;
bounding_box      251 mojo/examples/pepper_container_app/plugin_instance.cc                                          const PP_Rect& bounding_box) {
bounding_box       97 mojo/examples/pepper_container_app/plugin_instance.h                                    const PP_Rect& bounding_box) OVERRIDE;
bounding_box       86 ppapi/c/dev/ppb_text_input_dev.h                               const struct PP_Rect* bounding_box);
bounding_box      134 ppapi/c/dev/ppb_text_input_dev.h                               const struct PP_Rect* bounding_box);
bounding_box       71 ppapi/cpp/dev/text_input_dev.cc                                         const Rect& bounding_box) {
bounding_box       74 ppapi/cpp/dev/text_input_dev.cc         instance_.pp_instance(), &caret.pp_rect(), &bounding_box.pp_rect());
bounding_box       77 ppapi/cpp/dev/text_input_dev.cc         instance_.pp_instance(), &caret.pp_rect(), &bounding_box.pp_rect());
bounding_box       49 ppapi/cpp/dev/text_input_dev.h   void UpdateCaretPosition(const Rect& caret, const Rect& bounding_box);
bounding_box      793 ppapi/proxy/ppb_instance_proxy.cc                                              const PP_Rect& bounding_box) {
bounding_box      795 ppapi/proxy/ppb_instance_proxy.cc       API_ID_PPB_INSTANCE, instance, caret, bounding_box));
bounding_box     1286 ppapi/proxy/ppb_instance_proxy.cc     const PP_Rect& bounding_box) {
bounding_box     1289 ppapi/proxy/ppb_instance_proxy.cc     enter.functions()->UpdateCaretPosition(instance, caret, bounding_box);
bounding_box       99 ppapi/proxy/ppb_instance_proxy.h                                    const PP_Rect& bounding_box) OVERRIDE;
bounding_box      209 ppapi/proxy/ppb_instance_proxy.h                                     const PP_Rect& bounding_box);
bounding_box      131 ppapi/thunk/ppb_instance_api.h                                    const PP_Rect& bounding_box) = 0;
bounding_box       54 ppapi/thunk/ppb_text_input_thunk.cc                          const PP_Rect* bounding_box) {
bounding_box       56 ppapi/thunk/ppb_text_input_thunk.cc   if (enter.succeeded() && caret && bounding_box)
bounding_box       57 ppapi/thunk/ppb_text_input_thunk.cc     enter.functions()->UpdateCaretPosition(instance, *caret, *bounding_box);
bounding_box      213 ui/aura/gestures/gesture_recognizer_unittest.cc     bounding_box_ = gesture->details().bounding_box();
bounding_box      810 ui/aura/gestures/gesture_recognizer_unittest.cc      EXPECT_EQ(24, delegate->bounding_box().width());
bounding_box      811 ui/aura/gestures/gesture_recognizer_unittest.cc      EXPECT_EQ(24, delegate->bounding_box().height());
bounding_box      851 ui/aura/gestures/gesture_recognizer_unittest.cc      EXPECT_EQ(40, delegate->bounding_box().width());
bounding_box      852 ui/aura/gestures/gesture_recognizer_unittest.cc      EXPECT_EQ(40, delegate->bounding_box().height());
bounding_box      908 ui/aura/gestures/gesture_recognizer_unittest.cc      EXPECT_EQ(25, delegate->bounding_box().width());
bounding_box      909 ui/aura/gestures/gesture_recognizer_unittest.cc      EXPECT_EQ(24, delegate->bounding_box().height());
bounding_box      994 ui/aura/gestures/gesture_recognizer_unittest.cc      EXPECT_EQ(33, delegate->bounding_box().width());
bounding_box      995 ui/aura/gestures/gesture_recognizer_unittest.cc      EXPECT_EQ(32, delegate->bounding_box().height());
bounding_box     1044 ui/aura/gestures/gesture_recognizer_unittest.cc   EXPECT_TRUE(delegate->bounding_box().IsEmpty());
bounding_box     1051 ui/aura/gestures/gesture_recognizer_unittest.cc   EXPECT_TRUE(delegate->bounding_box().IsEmpty());
bounding_box     1057 ui/aura/gestures/gesture_recognizer_unittest.cc   EXPECT_TRUE(delegate->bounding_box().IsEmpty());
bounding_box     1068 ui/aura/gestures/gesture_recognizer_unittest.cc   EXPECT_TRUE(delegate->bounding_box().IsEmpty());
bounding_box     1186 ui/aura/gestures/gesture_recognizer_unittest.cc               delegate->bounding_box().ToString());
bounding_box     1197 ui/aura/gestures/gesture_recognizer_unittest.cc               delegate->bounding_box().ToString());
bounding_box     1211 ui/aura/gestures/gesture_recognizer_unittest.cc               delegate->bounding_box().ToString());
bounding_box     2012 ui/aura/gestures/gesture_recognizer_unittest.cc             delegate->bounding_box().ToString());
bounding_box     2023 ui/aura/gestures/gesture_recognizer_unittest.cc             delegate->bounding_box().ToString());
bounding_box     2034 ui/aura/gestures/gesture_recognizer_unittest.cc             delegate->bounding_box().ToString());
bounding_box     2045 ui/aura/gestures/gesture_recognizer_unittest.cc             delegate->bounding_box().ToString());
bounding_box     2053 ui/aura/gestures/gesture_recognizer_unittest.cc   EXPECT_TRUE(delegate->bounding_box().IsEmpty());
bounding_box     2132 ui/aura/gestures/gesture_recognizer_unittest.cc   EXPECT_TRUE(delegate->bounding_box().IsEmpty());
bounding_box     2143 ui/aura/gestures/gesture_recognizer_unittest.cc             delegate->bounding_box().ToString());
bounding_box     2154 ui/aura/gestures/gesture_recognizer_unittest.cc             delegate->bounding_box().ToString());
bounding_box     2165 ui/aura/gestures/gesture_recognizer_unittest.cc             delegate->bounding_box().ToString());
bounding_box     2176 ui/aura/gestures/gesture_recognizer_unittest.cc             delegate->bounding_box().ToString());
bounding_box     2184 ui/aura/gestures/gesture_recognizer_unittest.cc   EXPECT_TRUE(delegate->bounding_box().IsEmpty());
bounding_box     2583 ui/aura/gestures/gesture_recognizer_unittest.cc             delegate->bounding_box().ToString());
bounding_box     3536 ui/aura/gestures/gesture_recognizer_unittest.cc   EXPECT_TRUE(delegate->bounding_box().IsEmpty());
bounding_box     3547 ui/aura/gestures/gesture_recognizer_unittest.cc             delegate->bounding_box().ToString());
bounding_box     3556 ui/aura/gestures/gesture_recognizer_unittest.cc             delegate->bounding_box().ToString());
bounding_box      226 ui/events/gesture_detection/gesture_provider_unittest.cc   EXPECT_EQ(10, GetMostRecentGestureEvent().details.bounding_box().width());
bounding_box      227 ui/events/gesture_detection/gesture_provider_unittest.cc   EXPECT_EQ(10, GetMostRecentGestureEvent().details.bounding_box().height());
bounding_box      255 ui/events/gesture_detection/gesture_provider_unittest.cc   EXPECT_EQ(10, GetMostRecentGestureEvent().details.bounding_box().width());
bounding_box      256 ui/events/gesture_detection/gesture_provider_unittest.cc   EXPECT_EQ(10, GetMostRecentGestureEvent().details.bounding_box().height());
bounding_box      442 ui/events/gesture_detection/gesture_provider_unittest.cc   EXPECT_EQ(10, double_tap.details.bounding_box().width());
bounding_box      443 ui/events/gesture_detection/gesture_provider_unittest.cc   EXPECT_EQ(10, double_tap.details.bounding_box().height());
bounding_box       30 ui/events/gesture_event_details.h   const gfx::Rect bounding_box() const {
bounding_box      588 ui/views/widget/root_view.cc       !event->details().bounding_box().IsEmpty()) {
bounding_box      591 ui/views/widget/root_view.cc     gfx::Rect touch_rect(event->details().bounding_box());