Searched refs:MockView (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view_layout_unittest.cc83 class MockView : public views::View { class in inherits:views::View
85 explicit MockView(gfx::Size initial_size) function in class:MockView
89 virtual ~MockView() {}
99 DISALLOW_COPY_AND_ASSIGN(MockView);
145 MockView* root_view() { return root_view_.get(); }
146 MockView* top_container() { return top_container_; }
148 MockView* toolbar() { return toolbar_; }
150 MockView* contents_container() { return contents_container_; }
156 root_view_.reset(new MockView(gfx::Size(800, 600)));
160 top_container_ = new MockView(gf
[all...]
/external/chromium_org/chrome/browser/ui/website_settings/
H A Dpermission_bubble_manager_unittest.cc18 class MockView : public PermissionBubbleView { class in namespace:__anon5394
20 MockView() : shown_(false), can_accept_updates_(true), delegate_(NULL) {} function in class:__anon5394::MockView
21 virtual ~MockView() {}
124 MockView view_;

Completed in 1604 milliseconds