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

  /external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_controller.cc 65 // Radius of the rect drawn by DockView.
68 // Spacing between tab icons when DockView is showing a docking location that
72 // DockView is the view responsible for giving a visual indicator of where a
75 class DockView : public views::View {
77 explicit DockView(DockInfo::Type type) : type_(type) {}
176 DISALLOW_COPY_AND_ASSIGN(DockView);
193 // a window with a DockView in it. Two animations are used that correspond to
213 popup_->SetContentsView(new DockView(info.type()));
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller.cc 92 // Radius of the rect drawn by DockView.
95 // Spacing between tab icons when DockView is showing a docking location that
99 // DockView is the view responsible for giving a visual indicator of where a
102 class DockView : public views::View {
104 explicit DockView(DockInfo::Type type) : type_(type) {}
197 DISALLOW_COPY_AND_ASSIGN(DockView);
259 // a window with a DockView in it. Two animations are used that correspond to
276 popup_->SetContentsView(new DockView(info.type()));
    [all...]

Completed in 575 milliseconds