HomeSort by relevance Sort by last modified time
    Searched full:outer_bounds (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/extensions/browser/api/app_window/
app_window_api.cc 339 if (options.inner_bounds.get() || options.outer_bounds.get()) {
346 const app_window::BoundsSpecification* outer_bounds = local
347 options.outer_bounds.get();
348 if (inner_bounds && outer_bounds) {
350 inner_bounds->left, outer_bounds->left, "left", error)) {
354 inner_bounds->top, outer_bounds->top, "top", error)) {
358 inner_bounds->width, outer_bounds->width, "width", error)) {
362 inner_bounds->height, outer_bounds->height, "height", error)) {
366 outer_bounds->min_width,
372 outer_bounds->min_height
    [all...]
  /external/chromium_org/extensions/browser/api/app_current_window_internal/
app_current_window_internal_api.cc 98 OUTER_BOUNDS,
111 return OUTER_BOUNDS;
225 case bounds::OUTER_BOUNDS: {
264 bounds_type != bounds::OUTER_BOUNDS) {
282 if (bounds_type == bounds::OUTER_BOUNDS)
  /external/chromium_org/chrome/browser/apps/
app_window_interactive_uitest.cc 361 LoadAndLaunchPlatformApp("outer_bounds", &launched_listener);
398 // These match the values in the outer_bounds/test.js
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host_x11.cc 191 gfx::Rect outer_bounds(bounds_);
192 outer_bounds.Inset(-native_window_frame_borders_);
193 return outer_bounds;
    [all...]

Completed in 999 milliseconds