OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
167
virtual bool
IsInactiveRenderingDisabled
() OVERRIDE;
native_widget_win.cc
515
bool NativeWidgetWin::
IsInactiveRenderingDisabled
() {
516
return delegate_->
IsInactiveRenderingDisabled
();
622
if (
IsInactiveRenderingDisabled
()) {
[
all
...]
widget.h
712
virtual bool
IsInactiveRenderingDisabled
() const OVERRIDE;
[
all
...]
widget.cc
1001
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
140
virtual bool
IsInactiveRenderingDisabled
() OVERRIDE;
desktop_root_window_host_win.cc
610
bool DesktopRootWindowHostWin::
IsInactiveRenderingDisabled
() {
611
return native_widget_delegate_->
IsInactiveRenderingDisabled
();
[
all
...]
Completed in 630 milliseconds