Searched refs:current_bounds (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/panels/
H A Dtaskbar_window_thumbnailer_win.cc198 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,
H A Dpanel_stack_view.cc397 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/
H A Dpanel_layout_manager.cc823 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());
/external/chromium_org/ash/wm/
H A Dsystem_gesture_event_filter_unittest.cc292 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/
H A Ddrag_drop_controller.cc523 gfx::Rect current_bounds = animation->CurrentValueBetween( local
526 drag_image_->SetBoundsInScreen(current_bounds);
/external/chromium_org/ash/shelf/
H A Dshelf_layout_manager_unittest.cc100 gfx::Rect current_bounds = GetShelfWidget()->GetWindowBoundsInScreen(); local
101 int size = layout_manager->PrimaryAxisValue(current_bounds.height(),
102 current_bounds.width());

Completed in 191 milliseconds