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

  /external/chromium_org/ash/launcher/
launcher.h 68 gfx::Rect GetScreenBoundsOfItemIconForWindow(aura::Window* window);
launcher.cc 82 gfx::Rect Launcher::GetScreenBoundsOfItemIconForWindow(aura::Window* window) {
  /external/chromium_org/ash/wm/panels/
panel_layout_manager_unittest.cc 119 // TODO(dcheng): This should be const, but GetScreenBoundsOfItemIconForWindow
127 gfx::Rect icon_bounds = launcher->GetScreenBoundsOfItemIconForWindow(panel);
170 gfx::Rect icon_bounds = launcher->GetScreenBoundsOfItemIconForWindow(panel);
548 int icon_x1 = launcher->GetScreenBoundsOfItemIconForWindow(w1.get()).x();
549 int icon_x2 = launcher->GetScreenBoundsOfItemIconForWindow(w2.get()).x();
panel_layout_manager.cc 599 launcher_->GetScreenBoundsOfItemIconForWindow(panel);
783 launcher_->GetScreenBoundsOfItemIconForWindow(panel);
  /external/chromium_org/ash/wm/
window_animations.cc 520 GetScreenBoundsOfItemIconForWindow(window);

Completed in 189 milliseconds