Home
last modified time | relevance | path

Searched refs:newtab_button_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/tabs/
Dtab_strip.cc528 newtab_button_(NULL), in TabStrip()
595 return newtab_button_->bounds(); in GetNewTabButtonBounds()
673 newtab_button_->SetVisible(false); in MoveTab()
915 View::ConvertRectToTarget(this, newtab_button_, &rect_in_newtab_coords_f); in IsRectInWindowCaption()
918 if (newtab_button_->GetLocalBounds().Intersects(rect_in_newtab_coords) && in IsRectInWindowCaption()
919 !newtab_button_->HitTestRect(rect_in_newtab_coords)) in IsRectInWindowCaption()
931 newtab_button_->set_background_offset(offset); in SetBackgroundOffset()
1313 newtab_button_->Paint(canvas, cull_set); in PaintChildren()
1445 if (newtab_button_->visible()) { in GetTooltipHandlerForPoint()
1447 ConvertPointToViewAndGetTooltipHandler(this, newtab_button_, point); in GetTooltipHandlerForPoint()
[all …]
Dtab_strip.h605 NewTabButton* newtab_button_; variable