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

  /external/chromium_org/chrome/browser/ui/views/frame/
top_container_view.h 18 class TopContainerView : public views::View {
20 explicit TopContainerView(BrowserView* browser_view);
21 virtual ~TopContainerView();
32 DISALLOW_COPY_AND_ASSIGN(TopContainerView);
top_container_view.cc 11 TopContainerView::TopContainerView(BrowserView* browser_view)
15 TopContainerView::~TopContainerView() {
18 gfx::Size TopContainerView::GetPreferredSize() {
31 const char* TopContainerView::GetClassName() const {
32 return "TopContainerView";
35 void TopContainerView::PaintChildren(gfx::Canvas* canvas) {
browser_view.h 58 class TopContainerView;
166 TopContainerView* top_container() { return top_container_; }
617 // | TopContainerView (top_container_) |
652 TopContainerView* top_container_;
browser_view_unittest.cc 177 TopContainerView* top_container = browser_view()->top_container();
browser_view.cc     [all...]

Completed in 162 milliseconds