Searched defs:kButtonFrameMargin (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/mojo/examples/wm_flow/wm/
H A Dframe_controller.cc27 static const int kButtonFrameMargin = 5; member in class:FrameController::LayoutManager
39 close_button_->SetBounds(bounds.right() - kButtonFrameMargin - ps.width(),
40 kButtonFrameMargin, ps.width(), ps.height());
45 kButtonFrameMargin, ps.width(), ps.height());
48 close_button_->bounds().bottom() + kButtonFrameMargin,

Completed in 102 milliseconds