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

  /external/chromium/chrome/browser/ui/views/
toolbar_view.cc 479 int app_menu_width = app_menu_->GetPreferredSize().width(); local
481 int available_width = width() - kEdgeSpacing - app_menu_width -
501 app_menu_width += kEdgeSpacing;
503 app_menu_width, child_height);
  /external/chromium_org/chrome/browser/ui/views/toolbar/
toolbar_view.cc 581 int app_menu_width = app_menu_->GetPreferredSize().width(); local
584 app_menu_width - browser_actions_width - location_x);
623 app_menu_width += kRightEdgeSpacing;
625 app_menu_width, child_height);

Completed in 1984 milliseconds