Home | History | Annotate | Download | only in frame

Lines Matching refs:BrowserViewLayout

41 // BrowserViewLayout, public:
43 BrowserViewLayout::BrowserViewLayout()
55 BrowserViewLayout::~BrowserViewLayout() {
58 gfx::Size BrowserViewLayout::GetMinimumSize() {
88 gfx::Rect BrowserViewLayout::GetFindBarBoundingBox() const {
122 bool BrowserViewLayout::IsPositionInWindowCaption(
129 int BrowserViewLayout::NonClientHitTest(
197 // BrowserViewLayout, views::LayoutManager implementation:
199 void BrowserViewLayout::Installed(views::View* host) {
210 void BrowserViewLayout::Uninstalled(views::View* host) {}
212 void BrowserViewLayout::ViewAdded(views::View* host, views::View* view) {
240 void BrowserViewLayout::ViewRemoved(views::View* host, views::View* view) {
248 void BrowserViewLayout::Layout(views::View* host) {
275 gfx::Size BrowserViewLayout::GetPreferredSize(views::View* host) {
280 // BrowserViewLayout, private:
282 Browser* BrowserViewLayout::browser() {
286 const Browser* BrowserViewLayout::browser() const {
290 int BrowserViewLayout::LayoutTabStrip() {
313 int BrowserViewLayout::LayoutToolbar(int top) {
328 int BrowserViewLayout::LayoutBookmarkAndInfoBars(int top) {
343 int BrowserViewLayout::LayoutBookmarkBar(int top) {
363 int BrowserViewLayout::LayoutInfoBar(int top) {
382 void BrowserViewLayout::UpdateReservedContentsRect(
407 void BrowserViewLayout::LayoutTabContents(int top, int bottom) {
485 int BrowserViewLayout::GetTopMarginForActiveContent() {
507 int BrowserViewLayout::LayoutDownloadShelf(int bottom) {
525 bool BrowserViewLayout::InfobarVisible() const {