Home
last modified time | relevance | path

Searched refs:ShouldPaintAsActive (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/ui/views/window/
Dnon_client_view.cc251 bool should_paint_as_active_old = ShouldPaintAsActive(); in SetInactiveRenderingDisabled()
255 if (should_paint_as_active_old != ShouldPaintAsActive()) in SetInactiveRenderingDisabled()
259 bool NonClientFrameView::ShouldPaintAsActive() const { in ShouldPaintAsActive() function in views::NonClientFrameView
Dnon_client_view.h52 bool ShouldPaintAsActive() const;
/external/chromium_org/chrome/browser/ui/views/frame/
Dbrowser_non_client_frame_view_ash.cc306 caption_button_container_->SetPaintAsActive(ShouldPaintAsActive()); in OnPaint()
311 ShouldPaintAsActive() && in OnPaint()
315 ash::HeaderPainter::Mode header_mode = ShouldPaintAsActive() ? in OnPaint()
Dopaque_browser_frame_view.cc842 if (ShouldPaintAsActive()) { in GetFrameColor()
866 if (ShouldPaintAsActive()) { in GetFrameImage()
875 if (ShouldPaintAsActive()) { in GetFrameImage()
902 return tp->GetImageSkiaNamed(ShouldPaintAsActive() ? in GetFrameOverlayImage()
/external/chromium_org/ash/wm/panels/
Dpanel_frame_view.cc113 bool paint_as_active = ShouldPaintAsActive(); in OnPaint()
/external/chromium_org/apps/ui/views/
Dapp_window_frame_view.cc297 if (ShouldPaintAsActive()) { in OnPaint()
/external/chromium_org/ash/frame/
Dcustom_frame_view_ash.cc288 frame_->non_client_view()->frame_view()->ShouldPaintAsActive(); in OnPaint()