Searched defs:image_hot (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
H A Duser_view.cc221 void SetImage(const SkBitmap& image, const SkBitmap& image_hot) { argument
223 image_hot_ = image_hot;
295 void UserView::SetImage(const SkBitmap& image, const SkBitmap& image_hot) { argument
301 image_view_->SetImage(image, image_hot);
/external/chromium/chrome/browser/ui/gtk/
H A Dbrowser_titlebar.cc508 int image_pressed, int image_hot, GtkWidget* box, int tooltip) {
510 image_hot, 0);
507 BuildTitlebarButton(int image, int image_pressed, int image_hot, GtkWidget* box, int tooltip) argument

Completed in 99 milliseconds