Searched refs:IsInactiveRenderingDisabled (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/ui/views/widget/
H A Dnative_widget_delegate.h54 virtual bool IsInactiveRenderingDisabled() const = 0;
H A Dwidget.h748 virtual bool IsInactiveRenderingDisabled() const OVERRIDE;
H A Dwidget.cc1017 bool Widget::IsInactiveRenderingDisabled() const { function in class:views::Widget
/external/chromium_org/ui/views/win/
H A Dhwnd_message_handler_delegate.h41 virtual bool IsInactiveRenderingDisabled() = 0;
H A Dhwnd_message_handler.cc1592 bool inactive_rendering_disabled = delegate_->IsInactiveRenderingDisabled();
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_window_tree_host_win.h138 virtual bool IsInactiveRenderingDisabled() OVERRIDE;
H A Ddesktop_window_tree_host_win.cc602 bool DesktopWindowTreeHostWin::IsInactiveRenderingDisabled() { function in class:views::DesktopWindowTreeHostWin
603 return native_widget_delegate_->IsInactiveRenderingDisabled();

Completed in 95 milliseconds