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

  /external/chromium_org/chrome/browser/extensions/api/app_window/
app_window_apitest.cc 91 gfx::Rect current_bounds = window->GetBaseWindow()->GetBounds(); local
92 if (current_bounds != last_bounds) {
93 LOG(INFO) << "new bounds: " << current_bounds.ToString();
95 last_bounds = current_bounds;
  /external/chromium_org/ash/wm/workspace/
phantom_window_controller.cc 167 const gfx::Rect current_bounds = local
170 phantom_widget_start_->SetBounds(current_bounds);
171 phantom_widget_->SetBounds(current_bounds);
  /external/chromium_org/chrome/browser/chromeos/input_method/
candidate_window_controller_impl.cc 247 const gfx::Rect current_bounds = local
258 if (current_bounds != new_bounds)
  /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/drag_drop/
drag_drop_controller.cc 523 gfx::Rect current_bounds = animation->CurrentValueBetween( local
526 drag_image_->SetBoundsInScreen(current_bounds);
  /external/chromium_org/ash/wm/
system_gesture_event_filter_unittest.cc 347 gfx::Rect current_bounds = toplevel->GetWindowBoundsInScreen(); local
348 EXPECT_NE(current_bounds.ToString(), left_tile_bounds.ToString());
349 EXPECT_EQ(current_bounds.ToString(), right_tile_bounds.ToString());
405 gfx::Rect current_bounds = toplevel->GetWindowBoundsInScreen(); local
406 EXPECT_NE(current_bounds.ToString(), left_tile_bounds.ToString());
407 EXPECT_EQ(current_bounds.ToString(), right_tile_bounds.ToString());
  /external/chromium_org/ash/shelf/
shelf_layout_manager_unittest.cc 105 gfx::Rect current_bounds = GetShelfWidget()->GetWindowBoundsInScreen(); local
106 int size = layout_manager->PrimaryAxisValue(current_bounds.height(),
107 current_bounds.width());
    [all...]
  /external/chromium_org/ash/wm/panels/
panel_layout_manager.cc 800 gfx::Rect current_bounds = panel->GetBoundsInScreen(); local
813 gfx::Vector2d slide_vector = bounds.origin() - current_bounds.origin();
820 current_bounds.x() - callout_bounds.x(),
821 callout_bounds.right() - current_bounds.right());
827 current_bounds.y() - callout_bounds.y(),
828 callout_bounds.bottom() - current_bounds.bottom());
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
wizard_controller.cc 616 gfx::Rect current_bounds; local
618 current_bounds = widget_->GetClientAreaScreenBounds();
622 if (new_bounds != current_bounds) {

Completed in 93 milliseconds