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

  /external/chromium_org/chrome/browser/ui/views/panels/
taskbar_window_thumbnailer_win.cc 198 RECT current_bounds; local
199 if (!::GetWindowRect(current_hwnd, &current_bounds))
203 current_bounds.left - enclosing_x,
204 current_bounds.top - enclosing_y,
205 current_bounds.right - current_bounds.left,
206 current_bounds.bottom - current_bounds.top,
panel_stack_view.cc 397 gfx::Rect current_bounds; local
399 current_bounds = bounds_animator_->CurrentValueBetween(
402 current_bounds = target_bounds;
409 current_bounds);
411 panel_view->SetPanelBoundsInstantly(current_bounds);
414 enclosing_bounds = UnionRects(enclosing_bounds, current_bounds);
  /external/chromium_org/ash/wm/panels/
panel_layout_manager.cc 823 gfx::Rect current_bounds = panel->GetBoundsInScreen(); local
836 gfx::Vector2d slide_vector = bounds.origin() - current_bounds.origin();
843 current_bounds.x() - callout_bounds.x(),
844 callout_bounds.right() - current_bounds.right());
850 current_bounds.y() - callout_bounds.y(),
851 callout_bounds.bottom() - current_bounds.bottom());
    [all...]
  /external/chromium_org/ash/wm/
system_gesture_event_filter_unittest.cc 292 gfx::Rect current_bounds = toplevel->GetWindowBoundsInScreen(); local
293 EXPECT_NE(current_bounds.ToString(), left_tile_bounds.ToString());
294 EXPECT_EQ(current_bounds.ToString(), right_tile_bounds.ToString());
  /external/chromium_org/ash/drag_drop/
drag_drop_controller.cc 523 gfx::Rect current_bounds = animation->CurrentValueBetween( local
526 drag_image_->SetBoundsInScreen(current_bounds);
  /external/chromium_org/ash/shelf/
shelf_layout_manager_unittest.cc 100 gfx::Rect current_bounds = GetShelfWidget()->GetWindowBoundsInScreen(); local
101 int size = layout_manager->PrimaryAxisValue(current_bounds.height(),
102 current_bounds.width());
    [all...]

Completed in 1178 milliseconds