Home | History | Annotate | Download | only in infobars

Lines Matching defs:bounds

72   const gfx::Rect& bounds = view.bounds();
75 bounds.width() - set->top_right->width() - set->top_left->width(),
80 bounds.width() - set->top_right->width(), 0);
85 bounds.height() - set->top->height() - set->bottom_left->height(), false);
90 bounds.width() - set->right->width() - set->left->width(),
91 bounds.height() - set->bottom->height() - set->top->height(), false);
95 set->right->height(), bounds.width() - set->right->width(),
97 bounds.height() - set->bottom_right->height() - set->top_right->height(),
102 bounds.height() - set->bottom_left->height());
107 bounds.height() - set->bottom->height(),
108 bounds.width() - set->bottom_right->width() - set->bottom_left->width(),
113 bounds.width() - set->bottom_right->width(),
114 bounds.height() - set->bottom_right->height());