HomeSort by relevance Sort by last modified time
    Searched refs:IsInactiveRenderingDisabled (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/ui/views/widget/
native_widget_delegate.h 54 virtual bool IsInactiveRenderingDisabled() const = 0;
widget.h 748 virtual bool IsInactiveRenderingDisabled() const OVERRIDE;
    [all...]
widget.cc 1017 bool Widget::IsInactiveRenderingDisabled() const {
    [all...]
  /external/chromium_org/ui/views/win/
hwnd_message_handler_delegate.h 41 virtual bool IsInactiveRenderingDisabled() = 0;
hwnd_message_handler.cc     [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host_win.h 138 virtual bool IsInactiveRenderingDisabled() OVERRIDE;
desktop_window_tree_host_win.cc 602 bool DesktopWindowTreeHostWin::IsInactiveRenderingDisabled() {
603 return native_widget_delegate_->IsInactiveRenderingDisabled();
    [all...]

Completed in 315 milliseconds