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

  /external/chromium_org/chrome/browser/extensions/
platform_app_browsertest_util.h 78 const gfx::Rect& cached_bounds,
platform_app_browsertest_util.cc 176 const gfx::Rect& cached_bounds,
181 window->AdjustBoundsToBeVisibleOnScreen(cached_bounds,
platform_app_browsertest.cc 660 gfx::Rect cached_bounds(80, 100, 400, 400);
666 cached_bounds,
671 EXPECT_EQ(bounds, cached_bounds);
676 cached_bounds,
681 EXPECT_EQ(bounds, cached_bounds);
    [all...]
  /external/chromium_org/apps/
shell_window.cc 118 gfx::Rect cached_bounds; local
121 if (cache->GetGeometry(extension()->id(), params.window_key, &cached_bounds,
126 gfx::Display display = screen->GetDisplayMatching(cached_bounds);
128 AdjustBoundsToBeVisibleOnScreen(cached_bounds,
588 const gfx::Rect& cached_bounds,
593 *bounds = cached_bounds;
599 !current_screen_bounds.Contains(cached_bounds)) {
shell_window.h 316 const gfx::Rect& cached_bounds,

Completed in 219 milliseconds