/external/chromium_org/ash/ime/ |
D | candidate_window_view_unittest.cc | 350 GetCandidateAt(0)->GetContentsBounds().height(); in TEST_F() 353 EXPECT_EQ(before_height, GetCandidateAt(i)->GetContentsBounds().height()); in TEST_F() 360 EXPECT_EQ(before_height, GetCandidateAt(0)->GetContentsBounds().height()); in TEST_F() 363 EXPECT_EQ(before_height, GetCandidateAt(i)->GetContentsBounds().height()); in TEST_F() 371 before_height = GetCandidateAt(0)->GetContentsBounds().height(); in TEST_F() 374 EXPECT_EQ(before_height, GetCandidateAt(i)->GetContentsBounds().height()); in TEST_F() 381 EXPECT_EQ(before_height, GetCandidateAt(0)->GetContentsBounds().height()); in TEST_F() 384 EXPECT_EQ(before_height, GetCandidateAt(i)->GetContentsBounds().height()); in TEST_F()
|
/external/chromium_org/ui/message_center/views/ |
D | proportional_image_view.cc | 32 gfx::Rect draw_bounds = GetContentsBounds(); in OnPaint() 57 GetContentsBounds().size(), image_.size()); in GetImageDrawingSize()
|
D | message_center_view.cc | 210 gfx::Rect child_area = GetContentsBounds(); in Layout() 241 if (GetContentsBounds().IsEmpty()) in AddNotificationAt() 250 if (GetContentsBounds().IsEmpty()) { in RemoveNotification() 403 gfx::Rect child_area = GetContentsBounds(); in DoUpdateIfPossible() 487 gfx::Rect child_area = GetContentsBounds(); in AnimateChild()
|
D | padded_button.cc | 81 gfx::Rect bounds = GetContentsBounds(); in ComputePaddedImagePaintPosition()
|
/external/chromium_org/ui/app_list/views/ |
D | folder_background_view.cc | 71 return GetContentsBounds().height() / 2; in GetFolderContainerBubbleRadius() 83 canvas->DrawCircle(GetContentsBounds().CenterPoint(), in OnPaint()
|
D | tile_item_view.cc | 52 canvas->DrawRoundRect(view->GetContentsBounds(), kTileCornerRadius, paint); in Paint() 55 gfx::Rect color_strip_rect(view->GetContentsBounds()); in Paint()
|
D | contents_view.cc | 166 gfx::Rect rect(GetContentsBounds()); in UpdatePageBounds() 269 gfx::Rect rect(GetContentsBounds()); in Layout() 332 GetContentsBounds().width()); in OnGestureEvent()
|
D | app_list_item_view.cc | 306 gfx::Rect rect(GetContentsBounds()); in Layout() 313 icon_->SetBoundsRect(GetIconBoundsForTargetViewBounds(GetContentsBounds())); in Layout() 323 progress_bar_bounds.set_x(GetContentsBounds().x() + in Layout() 338 gfx::Rect rect(GetContentsBounds()); in OnPaint()
|
D | folder_header_view.cc | 156 gfx::Rect rect(GetContentsBounds()); in Layout() 189 gfx::Rect rect(GetContentsBounds()); in OnPaint()
|
D | start_page_view.cc | 55 gfx::Rect bounds = view->GetContentsBounds(); in Paint() 223 gfx::Rect bounds(GetContentsBounds()); in Layout()
|
D | contents_switcher_view.cc | 48 gfx::Rect rect(GetContentsBounds()); in Layout()
|
D | page_switcher.cc | 66 gfx::Rect rect(GetContentsBounds()); in PaintButton() 176 gfx::Rect rect(GetContentsBounds()); in Layout()
|
D | top_icon_animation_view.cc | 79 icon_->SetBoundsRect(GetContentsBounds()); in Layout()
|
D | speech_view.cc | 207 container->SetBoundsRect(GetContentsBounds()); in Layout() 210 const gfx::Rect contents_bounds = container->GetContentsBounds(); in Layout()
|
D | pulsing_block_view.cc | 93 gfx::Rect rect(GetContentsBounds()); in OnPaint()
|
D | search_result_view.cc | 141 gfx::Rect rect(GetContentsBounds()); in Layout() 204 gfx::Rect rect(GetContentsBounds()); in OnPaint()
|
/external/chromium_org/chrome/browser/ui/views/app_list/ |
D | app_list_dialog_contents_view.cc | 50 view->GetContentsBounds(), kAppListOverlayBorderRadius, paint); in Paint() 120 dialog_body_->SetBoundsRect(GetContentsBounds()); in Layout()
|
/external/chromium_org/ash/system/tray/ |
D | special_popup_row.cc | 111 gfx::Rect content_bounds = GetContentsBounds(); in Layout() 115 content_->SetBoundsRect(GetContentsBounds()); in Layout()
|
D | tray_bar_button_with_title.cc | 92 gfx::Rect rect(GetContentsBounds()); in Layout()
|
/external/chromium_org/ui/views/bubble/ |
D | bubble_window_targeter.cc | 26 gfx::RectToSkRect(bubble_->GetBubbleFrameView()->GetContentsBounds())); in GetHitTestMask()
|
/external/chromium_org/ash/shelf/ |
D | overflow_button.cc | 55 gfx::Rect bounds(GetContentsBounds()); in PaintBackground() 90 gfx::Rect bounds(GetContentsBounds()); in OnPaint()
|
D | overflow_bubble_view.cc | 92 const gfx::Rect visible_bounds(GetContentsBounds()); in ScrollByXOffset() 102 const gfx::Rect visible_bounds(GetContentsBounds()); in ScrollByYOffset()
|
/external/chromium_org/ui/views/layout/ |
D | fill_layout.cc | 20 frame_view->SetBoundsRect(host->GetContentsBounds()); in Layout()
|
/external/chromium_org/ash/system/user/ |
D | tray_user.cc | 205 if (label_->GetContentsBounds().height() == 0) in UpdateAfterShelfAlignmentChange() 207 int height = label_->GetContentsBounds().height(); in UpdateAfterShelfAlignmentChange()
|
/external/chromium_org/ui/views/controls/ |
D | slider.cc | 116 gfx::Rect content = GetContentsBounds(); in PrepareForMove() 199 gfx::Rect content = GetContentsBounds(); in OnPaint()
|