HomeSort by relevance Sort by last modified time
    Searched refs:GetContentsBounds (Results 1 - 25 of 67) sorted by null

1 2 3

  /external/chromium_org/ui/views/bubble/
bubble_window_targeter.cc 26 gfx::RectToSkRect(bubble_->GetBubbleFrameView()->GetContentsBounds()));
  /external/chromium_org/ui/message_center/views/
proportional_image_view.cc 32 gfx::Rect draw_bounds = GetContentsBounds();
57 GetContentsBounds().size(), image_.size());
padded_button.cc 81 gfx::Rect bounds = GetContentsBounds();
  /external/chromium_org/ui/views/layout/
fill_layout.cc 20 frame_view->SetBoundsRect(host->GetContentsBounds());
  /external/chromium_org/ui/app_list/views/
folder_background_view.cc 71 return GetContentsBounds().height() / 2;
83 canvas->DrawCircle(GetContentsBounds().CenterPoint(),
tile_item_view.cc 52 canvas->DrawRoundRect(view->GetContentsBounds(), kTileCornerRadius, paint);
55 gfx::Rect color_strip_rect(view->GetContentsBounds());
contents_switcher_view.cc 48 gfx::Rect rect(GetContentsBounds());
top_icon_animation_view.cc 79 icon_->SetBoundsRect(GetContentsBounds());
contents_view.cc 166 gfx::Rect rect(GetContentsBounds());
269 gfx::Rect rect(GetContentsBounds());
332 GetContentsBounds().width());
app_list_background.cc 45 gfx::Rect bounds = view->GetContentsBounds();
app_list_item_view.cc 306 gfx::Rect rect(GetContentsBounds());
313 icon_->SetBoundsRect(GetIconBoundsForTargetViewBounds(GetContentsBounds()));
323 progress_bar_bounds.set_x(GetContentsBounds().x() +
338 gfx::Rect rect(GetContentsBounds());
pulsing_block_view.cc 93 gfx::Rect rect(GetContentsBounds());
folder_header_view.cc 156 gfx::Rect rect(GetContentsBounds());
189 gfx::Rect rect(GetContentsBounds());
page_switcher.cc 66 gfx::Rect rect(GetContentsBounds());
176 gfx::Rect rect(GetContentsBounds());
speech_view.cc 207 container->SetBoundsRect(GetContentsBounds());
210 const gfx::Rect contents_bounds = container->GetContentsBounds();
start_page_view.cc 55 gfx::Rect bounds = view->GetContentsBounds();
223 gfx::Rect bounds(GetContentsBounds());
  /external/chromium_org/ash/ime/
candidate_window_view_unittest.cc 350 GetCandidateAt(0)->GetContentsBounds().height();
353 EXPECT_EQ(before_height, GetCandidateAt(i)->GetContentsBounds().height());
360 EXPECT_EQ(before_height, GetCandidateAt(0)->GetContentsBounds().height());
363 EXPECT_EQ(before_height, GetCandidateAt(i)->GetContentsBounds().height());
371 before_height = GetCandidateAt(0)->GetContentsBounds().height();
374 EXPECT_EQ(before_height, GetCandidateAt(i)->GetContentsBounds().height());
381 EXPECT_EQ(before_height, GetCandidateAt(0)->GetContentsBounds().height());
384 EXPECT_EQ(before_height, GetCandidateAt(i)->GetContentsBounds().height());
  /external/chromium_org/ash/system/tray/
special_popup_row.cc 111 gfx::Rect content_bounds = GetContentsBounds();
115 content_->SetBoundsRect(GetContentsBounds());
tray_bar_button_with_title.cc 92 gfx::Rect rect(GetContentsBounds());
  /external/chromium_org/ash/shelf/
overflow_button.cc 55 gfx::Rect bounds(GetContentsBounds());
90 gfx::Rect bounds(GetContentsBounds());
overflow_bubble_view.cc 92 const gfx::Rect visible_bounds(GetContentsBounds());
102 const gfx::Rect visible_bounds(GetContentsBounds());
alternate_app_list_button.cc 127 gfx::Rect contents_bounds = GetContentsBounds();
app_list_button.cc 126 gfx::Rect contents_bounds = GetContentsBounds();
  /external/chromium_org/chrome/browser/ui/views/app_list/
app_list_dialog_contents_view.cc 50 view->GetContentsBounds(), kAppListOverlayBorderRadius, paint);
120 dialog_body_->SetBoundsRect(GetContentsBounds());
  /external/chromium_org/ash/system/user/
tray_user.cc 205 if (label_->GetContentsBounds().height() == 0)
207 int height = label_->GetContentsBounds().height();

Completed in 283 milliseconds

1 2 3