Home | History | Annotate | Download | only in workspace

Lines Matching refs:window_width

904   int window_width = 300;
905 int window_x = left - window_width + pixels_to_left_border;
906 window_->SetBounds(gfx::Rect(window_x, 100, window_width, 380));
910 resizer->Drag(CalculateDragPoint(*resizer, -window_width, 0), 0);
922 int window_width = 300;
924 window_->SetBounds(gfx::Rect(window_x, 100, window_width, 380));
928 resizer->Drag(CalculateDragPoint(*resizer, window_width, 0), 0);
931 base::IntToString(window_width - pixels_to_right_border +
966 int window_width = 300;
968 window_->SetBounds(gfx::Rect(window_x, 100, window_width, 380));
972 resizer->Drag(CalculateDragPoint(*resizer, window_width, 0), 0);
975 base::IntToString(window_width) +
986 window_->SetBounds(gfx::Rect(window_x, 100, window_width, 380));
987 resizer->Drag(CalculateDragPoint(*resizer, window_width, 0), 0);
988 EXPECT_EQ(base::IntToString(window_x + window_width) +
990 base::IntToString(window_width) +