Searched refs:newtab_button_ (Results 1 – 2 of 2) sorted by relevance
528 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 …]
605 NewTabButton* newtab_button_; variable