Searched refs:DrawInfoBarArrows (Results 1 – 7 of 7) sorted by relevance
40 virtual bool DrawInfoBarArrows(int* x) const = 0;
184 if (!delegate_->DrawInfoBarArrows(NULL)) in ArrowTargetHeightForInfoBar()
162 if (delegate->DrawInfoBarArrows(&arrow_x) && arrow_fill_height) { in Layout()
210 virtual bool DrawInfoBarArrows(int* x) const OVERRIDE;
922 bool ExternalTabContainer::DrawInfoBarArrows(int* x) const { in DrawInfoBarArrows() function in ExternalTabContainer
379 virtual bool DrawInfoBarArrows(int* x) const OVERRIDE;
1705 bool BrowserView::DrawInfoBarArrows(int* x) const { function in BrowserView