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

  /external/chromium_org/chrome/browser/ui/panels/
stacked_panel_collection.cc 50 int common_width = top_bounds.width(); local
51 if (common_width > work_area.width())
52 common_width = work_area.width();
55 if (common_x + common_width > work_area.right())
56 common_x = work_area.right() - common_width;
68 gfx::Point(common_x, start_y), common_width); local
79 const gfx::Point& start_position, int common_width) {
121 full_size.set_width(common_width);
128 common_width,
stacked_panel_collection.h 120 // All panels should have same width as |common_width|.
122 int common_width);

Completed in 63 milliseconds