Home
last modified time | relevance | path

Searched refs:GetContentsBounds (Results 1 – 25 of 67) sorted by relevance

123

/external/chromium_org/ash/ime/
Dcandidate_window_view_unittest.cc350 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/
Dproportional_image_view.cc32 gfx::Rect draw_bounds = GetContentsBounds(); in OnPaint()
57 GetContentsBounds().size(), image_.size()); in GetImageDrawingSize()
Dmessage_center_view.cc210 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()
Dpadded_button.cc81 gfx::Rect bounds = GetContentsBounds(); in ComputePaddedImagePaintPosition()
/external/chromium_org/ui/app_list/views/
Dfolder_background_view.cc71 return GetContentsBounds().height() / 2; in GetFolderContainerBubbleRadius()
83 canvas->DrawCircle(GetContentsBounds().CenterPoint(), in OnPaint()
Dtile_item_view.cc52 canvas->DrawRoundRect(view->GetContentsBounds(), kTileCornerRadius, paint); in Paint()
55 gfx::Rect color_strip_rect(view->GetContentsBounds()); in Paint()
Dcontents_view.cc166 gfx::Rect rect(GetContentsBounds()); in UpdatePageBounds()
269 gfx::Rect rect(GetContentsBounds()); in Layout()
332 GetContentsBounds().width()); in OnGestureEvent()
Dapp_list_item_view.cc306 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()
Dfolder_header_view.cc156 gfx::Rect rect(GetContentsBounds()); in Layout()
189 gfx::Rect rect(GetContentsBounds()); in OnPaint()
Dstart_page_view.cc55 gfx::Rect bounds = view->GetContentsBounds(); in Paint()
223 gfx::Rect bounds(GetContentsBounds()); in Layout()
Dcontents_switcher_view.cc48 gfx::Rect rect(GetContentsBounds()); in Layout()
Dpage_switcher.cc66 gfx::Rect rect(GetContentsBounds()); in PaintButton()
176 gfx::Rect rect(GetContentsBounds()); in Layout()
Dtop_icon_animation_view.cc79 icon_->SetBoundsRect(GetContentsBounds()); in Layout()
Dspeech_view.cc207 container->SetBoundsRect(GetContentsBounds()); in Layout()
210 const gfx::Rect contents_bounds = container->GetContentsBounds(); in Layout()
Dpulsing_block_view.cc93 gfx::Rect rect(GetContentsBounds()); in OnPaint()
Dsearch_result_view.cc141 gfx::Rect rect(GetContentsBounds()); in Layout()
204 gfx::Rect rect(GetContentsBounds()); in OnPaint()
/external/chromium_org/chrome/browser/ui/views/app_list/
Dapp_list_dialog_contents_view.cc50 view->GetContentsBounds(), kAppListOverlayBorderRadius, paint); in Paint()
120 dialog_body_->SetBoundsRect(GetContentsBounds()); in Layout()
/external/chromium_org/ash/system/tray/
Dspecial_popup_row.cc111 gfx::Rect content_bounds = GetContentsBounds(); in Layout()
115 content_->SetBoundsRect(GetContentsBounds()); in Layout()
Dtray_bar_button_with_title.cc92 gfx::Rect rect(GetContentsBounds()); in Layout()
/external/chromium_org/ui/views/bubble/
Dbubble_window_targeter.cc26 gfx::RectToSkRect(bubble_->GetBubbleFrameView()->GetContentsBounds())); in GetHitTestMask()
/external/chromium_org/ash/shelf/
Doverflow_button.cc55 gfx::Rect bounds(GetContentsBounds()); in PaintBackground()
90 gfx::Rect bounds(GetContentsBounds()); in OnPaint()
Doverflow_bubble_view.cc92 const gfx::Rect visible_bounds(GetContentsBounds()); in ScrollByXOffset()
102 const gfx::Rect visible_bounds(GetContentsBounds()); in ScrollByYOffset()
/external/chromium_org/ui/views/layout/
Dfill_layout.cc20 frame_view->SetBoundsRect(host->GetContentsBounds()); in Layout()
/external/chromium_org/ash/system/user/
Dtray_user.cc205 if (label_->GetContentsBounds().height() == 0) in UpdateAfterShelfAlignmentChange()
207 int height = label_->GetContentsBounds().height(); in UpdateAfterShelfAlignmentChange()
/external/chromium_org/ui/views/controls/
Dslider.cc116 gfx::Rect content = GetContentsBounds(); in PrepareForMove()
199 gfx::Rect content = GetContentsBounds(); in OnPaint()

123