HomeSort by relevance Sort by last modified time
    Searched defs:WrenchIconPainter (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/toolbar/
wrench_icon_painter.cc 35 WrenchIconPainter::WrenchIconPainter(Delegate* delegate)
40 WrenchIconPainter::~WrenchIconPainter() {}
42 void WrenchIconPainter::SetSeverity(Severity severity, bool animate) {
67 void WrenchIconPainter::Paint(gfx::Canvas* canvas,
131 void WrenchIconPainter::AnimationProgressed(const gfx::Animation* animation) {
135 int WrenchIconPainter::GetCurrentSeverityImageID() const {
wrench_icon_painter.h 25 class WrenchIconPainter : gfx::AnimationDelegate {
47 explicit WrenchIconPainter(Delegate* delegate);
48 virtual ~WrenchIconPainter();
76 DISALLOW_COPY_AND_ASSIGN(WrenchIconPainter);

Completed in 46 milliseconds