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

  /external/chromium_org/chrome/browser/ui/panels/
detached_panel_drag_handler.cc 20 panel->SetPanelBoundsInstantly(new_bounds);
panel_resize_controller.cc 147 resizing_panel_->SetPanelBoundsInstantly(bounds);
156 resizing_panel_->SetPanelBoundsInstantly(bounds_at_start_);
native_panel.h 39 virtual void SetPanelBoundsInstantly(const gfx::Rect& bounds) = 0;
docked_panel_drag_handler.cc 34 panel->SetPanelBoundsInstantly(new_bounds);
detached_panel_collection.cc 61 panel->SetPanelBoundsInstantly(bounds);
panel.h 222 void SetPanelBoundsInstantly(const gfx::Rect& bounds);
panel_drag_controller.cc 322 dragging_panel_->SetPanelBoundsInstantly(target_bounds);
350 dragging_panel_->SetPanelBoundsInstantly(target_bounds);
panel.cc 560 void Panel::SetPanelBoundsInstantly(const gfx::Rect& bounds) {
561 native_panel_->SetPanelBoundsInstantly(bounds);
795 SetPanelBoundsInstantly(bounds);
docked_panel_collection.cc 715 panel->SetPanelBoundsInstantly(bounds);
panel_browsertest.cc 532 panel->SetPanelBoundsInstantly(bounds);
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/panels/
panel_cocoa.h 29 virtual void SetPanelBoundsInstantly(const gfx::Rect& bounds) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_view.h 47 virtual void SetPanelBoundsInstantly(const gfx::Rect& bounds) OVERRIDE;
panel_stack_view.cc 411 panel_view->SetPanelBoundsInstantly(current_bounds);
panel_view.cc 363 void PanelView::SetPanelBoundsInstantly(const gfx::Rect& bounds) {
    [all...]

Completed in 214 milliseconds