Home | History | Annotate | Download | only in ui

Lines Matching refs:initial_pos

389     gfx::Rect initial_pos(window_size);
390 browser->set_override_bounds(initial_pos);
1032 const gfx::Rect& initial_pos,
1034 AddNewContents(NULL, new_contents, disposition, initial_pos, user_gesture);
2900 const gfx::Rect& initial_pos,
2918 if (initial_pos.width() > max_width || initial_pos.width() == 0 ||
2919 initial_pos.height() > max_height || initial_pos.height() == 0) {
2931 params.window_bounds = initial_pos;