Home
last modified time | relevance | path

Searched refs:close_button_h (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/chromeos/frame/
Dpanel_controller.cc40 static SkBitmap* close_button_h; variable
114 close_button_h = rb.GetBitmapNamed(IDR_TAB_CLOSE_H); in InitializeResources()
371 close_button_->SetImage(views::CustomButton::BS_HOT, close_button_h); in TitleContentView()
/external/chromium/chrome/browser/chromeos/notifications/
Dballoon_view.cc74 SkBitmap* close_button_h = rb.GetBitmapNamed(IDR_TAB_CLOSE_H); in NotificationControlView() local
79 close_button_->SetImage(views::CustomButton::BS_HOT, close_button_h); in NotificationControlView()