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

  /external/chromium_org/chrome/browser/extensions/api/app_window/
app_window_api.cc 378 CopyBoundsSpec(outer_bounds, &(params->window_spec));
390 params->window_spec.bounds.set_x(*options.default_left.get());
392 params->window_spec.bounds.set_y(*options.default_top.get());
399 params->window_spec.bounds.set_x(*options.left.get());
401 params->window_spec.bounds.set_y(*options.top.get());
410 params->window_spec.bounds.set_x(*bounds->left.get());
412 params->window_spec.bounds.set_y(*bounds->top.get());
  /external/chromium_org/apps/
app_window.cc 175 gfx::Rect combined_bounds(window_spec.bounds);
192 window_spec.minimum_size, content_spec.minimum_size, frame_insets),
194 window_spec.maximum_size, content_spec.maximum_size, frame_insets));
202 return GetCombinedContentConstraints(window_spec.minimum_size,
209 return GetCombinedContentConstraints(window_spec.maximum_size,
216 return GetCombinedWindowConstraints(window_spec.minimum_size,
223 return GetCombinedWindowConstraints(window_spec.maximum_size,
    [all...]
app_window.h 158 BoundsSpecification window_spec; member in struct:apps::AppWindow::CreateParams
  /external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_api.cc 476 create_params.window_spec.bounds = window_bounds;
    [all...]

Completed in 67 milliseconds