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

  /external/chromium_org/chrome/browser/ui/views/frame/
contents_layout_manager.cc 9 ContentsLayoutManager::ContentsLayoutManager(
18 ContentsLayoutManager::~ContentsLayoutManager() {
21 void ContentsLayoutManager::SetContentsResizingStrategy(
31 void ContentsLayoutManager::SetActiveTopMargin(int margin) {
40 void ContentsLayoutManager::Layout(views::View* contents_container) {
70 gfx::Size ContentsLayoutManager::GetPreferredSize(
75 void ContentsLayoutManager::Installed(views::View* host) {
80 void ContentsLayoutManager::Uninstalled(views::View* host)
    [all...]
contents_layout_manager.h 13 // ContentsLayoutManager positions the WebContents and devtools WebContents.
14 class ContentsLayoutManager : public views::LayoutManager {
16 ContentsLayoutManager(views::View* devtools_view, views::View* contents_view);
17 virtual ~ContentsLayoutManager();
42 DISALLOW_COPY_AND_ASSIGN(ContentsLayoutManager);

Completed in 36 milliseconds