Home
last modified time | relevance | path

Searched refs:IsInactiveRenderingDisabled (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/ui/views/widget/
Dnative_widget_delegate.h54 virtual bool IsInactiveRenderingDisabled() const = 0;
Dnative_widget_win.cc515 bool NativeWidgetWin::IsInactiveRenderingDisabled() { in IsInactiveRenderingDisabled() function in views::NativeWidgetWin
516 return delegate_->IsInactiveRenderingDisabled(); in IsInactiveRenderingDisabled()
622 if (IsInactiveRenderingDisabled()) { in HandleAppDeactivated()
Dnative_widget_win.h167 virtual bool IsInactiveRenderingDisabled() OVERRIDE;
Dwidget.h712 virtual bool IsInactiveRenderingDisabled() const OVERRIDE;
Dwidget.cc1001 bool Widget::IsInactiveRenderingDisabled() const { in IsInactiveRenderingDisabled() function in views::Widget
/external/chromium_org/ui/views/win/
Dhwnd_message_handler_delegate.h42 virtual bool IsInactiveRenderingDisabled() = 0;
Dhwnd_message_handler.cc1717 bool inactive_rendering_disabled = delegate_->IsInactiveRenderingDisabled(); in OnNCActivate()
/external/chromium_org/ui/views/widget/desktop_aura/
Ddesktop_root_window_host_win.cc610 bool DesktopRootWindowHostWin::IsInactiveRenderingDisabled() { in IsInactiveRenderingDisabled() function in views::DesktopRootWindowHostWin
611 return native_widget_delegate_->IsInactiveRenderingDisabled(); in IsInactiveRenderingDisabled()
Ddesktop_root_window_host_win.h140 virtual bool IsInactiveRenderingDisabled() OVERRIDE;