HomeSort by relevance Sort by last modified time
    Searched refs:GetIdealBounds (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/chrome/browser/ui/ash/
shelf_browsertest.cc 30 shelf->GetIdealBounds().y() - old_bounds.y());
  /external/chromium_org/ash/wm/
workspace_controller.cc 80 const gfx::Rect shelf_bounds(shelf_->GetIdealBounds());
workspace_controller_unittest.cc 354 0, shelf->GetIdealBounds().y() - 10, 101, 102);
557 0, shelf->GetIdealBounds().y() - 10, 101, 102);
584 const gfx::Rect w1_bounds(0, shelf->GetIdealBounds().y(), 100, 200);
    [all...]
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.h 90 gfx::Rect GetIdealBounds(int index);
tab_strip_gtk.cc 409 start_tab_a_bounds_(tabstrip_->GetIdealBounds(tab_b_index)),
410 start_tab_b_bounds_(tabstrip_->GetIdealBounds(tab_a_index)) {
602 target_bounds_ = tabstrip->GetIdealBounds(to_index);
891 gfx::Rect TabStripGtk::GetIdealBounds(int index) {
    [all...]
dragged_tab_controller_gtk.cc 467 gfx::Rect ideal_bounds = attached_tabstrip_->GetIdealBounds(i);
  /external/chromium_org/ash/shelf/
shelf_layout_manager.h 123 gfx::Rect GetIdealBounds();
shelf_layout_manager_unittest.cc 674 int shelf_height = manager->GetIdealBounds().height();
    [all...]
shelf_layout_manager.cc 272 gfx::Rect ShelfLayoutManager::GetIdealBounds() {
434 gfx::Rect bounds = GetIdealBounds();
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.h 96 gfx::Rect GetIdealBounds(int index);
tab_strip_gtk.cc 430 start_tab_a_bounds_(tabstrip_->GetIdealBounds(tab_b_index)),
431 start_tab_b_bounds_(tabstrip_->GetIdealBounds(tab_a_index)) {
625 target_bounds_ = tabstrip->GetIdealBounds(to_index);
923 gfx::Rect TabStripGtk::GetIdealBounds(int index) {
    [all...]
dragged_tab_controller_gtk.cc 541 gfx::Rect ideal_bounds = attached_tabstrip_->GetIdealBounds(i);
    [all...]
  /external/chromium_org/ash/system/web_notification/
web_notification_tray.cc 347 gfx::Rect shelf_bounds = GetShelfLayoutManager()->GetIdealBounds();
  /external/chromium_org/ash/wm/workspace/
workspace_layout_manager_unittest.cc 299 GetShelfLayoutManager()->GetIdealBounds());

Completed in 50 milliseconds