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

  /external/chromium_org/ui/views/widget/
native_widget_delegate.h 54 virtual bool IsInactiveRenderingDisabled() const = 0;
native_widget_win.h 165 virtual bool IsInactiveRenderingDisabled() OVERRIDE;
native_widget_win.cc 507 bool NativeWidgetWin::IsInactiveRenderingDisabled() {
508 return delegate_->IsInactiveRenderingDisabled();
614 if (IsInactiveRenderingDisabled()) {
widget.h 672 virtual bool IsInactiveRenderingDisabled() const OVERRIDE;
    [all...]
widget.cc 961 bool Widget::IsInactiveRenderingDisabled() const {
    [all...]
  /external/chromium_org/ui/views/win/
hwnd_message_handler_delegate.h 42 virtual bool IsInactiveRenderingDisabled() = 0;
hwnd_message_handler.cc     [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host_win.h 138 virtual bool IsInactiveRenderingDisabled() OVERRIDE;
desktop_root_window_host_win.cc 562 bool DesktopRootWindowHostWin::IsInactiveRenderingDisabled() {
563 return native_widget_delegate_->IsInactiveRenderingDisabled();

Completed in 368 milliseconds