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

  /external/chromium/chrome/browser/chromeos/login/
username_view.cc 86 if (text_image_ == NULL)
88 DCHECK(text_image_ != NULL);
90 gfx::Size(text_image_->width(), text_image_->height()));
91 canvas->DrawBitmapInt(*text_image_, bounds.x(), bounds.y());
167 text_image_.reset(new SkBitmap(canvas.ExtractBitmap()));
173 *text_image_,
185 text_image_.reset(new SkBitmap(canvas.ExtractBitmap()));
194 text_image_.reset();
username_view.h 57 scoped_ptr<SkBitmap> text_image_; member in class:chromeos::UsernameView

Completed in 83 milliseconds