HomeSort by relevance Sort by last modified time
    Searched refs:DrawInfoBarArrows (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/ui/cocoa/infobars/
infobar_container_cocoa.h 30 virtual bool DrawInfoBarArrows(int* x) const OVERRIDE;
  /external/chromium_org/components/infobars/core/
infobar_container.h 39 virtual bool DrawInfoBarArrows(int* x) const = 0;
infobar_container.cc 163 if (!delegate_ || !delegate_->DrawInfoBarArrows(NULL))
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view.h 441 virtual bool DrawInfoBarArrows(int* x) const OVERRIDE;
browser_view.cc     [all...]
  /external/chromium_org/chrome/browser/ui/views/infobars/
infobar_view.cc 193 if (delegate->DrawInfoBarArrows(&arrow_x) && arrow_fill_height) {

Completed in 4145 milliseconds