Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/chromeos/frame/
Dpanel_controller.cc41 static SkBitmap* close_button_p; variable
115 close_button_p = rb.GetBitmapNamed(IDR_TAB_CLOSE_P); in InitializeResources()
372 close_button_->SetImage(views::CustomButton::BS_PUSHED, close_button_p); in TitleContentView()
/external/chromium/chrome/browser/chromeos/notifications/
Dballoon_view.cc75 SkBitmap* close_button_p = rb.GetBitmapNamed(IDR_TAB_CLOSE_P); in NotificationControlView() local
80 close_button_->SetImage(views::CustomButton::BS_PUSHED, close_button_p); in NotificationControlView()