Home | History | Annotate | Download | only in app_window

Lines Matching refs:screen_bounds

46                                           const gfx::Rect& screen_bounds,
54 extension_data[window_id].screen_bounds == screen_bounds &&
61 extension_data[window_id].screen_bounds = screen_bounds;
112 const gfx::Rect& screen_bounds = it->second.screen_bounds;
114 DCHECK(!screen_bounds.IsEmpty());
120 value->SetInteger("screen_bounds_x", screen_bounds.x());
121 value->SetInteger("screen_bounds_y", screen_bounds.y());
122 value->SetInteger("screen_bounds_w", screen_bounds.width());
123 value->SetInteger("screen_bounds_h", screen_bounds.height());
142 gfx::Rect* screen_bounds,
166 (screen_bounds && window_data.screen_bounds.IsEmpty()) ||
172 if (screen_bounds)
173 *screen_bounds = window_data.screen_bounds;
235 window_data.screen_bounds.set_x(i);
237 window_data.screen_bounds.set_y(i);
239 window_data.screen_bounds.set_width(i);
241 window_data.screen_bounds.set_height(i);