/external/chromium_org/chrome/browser/ui/views/frame/ |
D | browser_desktop_window_tree_host_win.cc | 54 virtual bool ShouldUseNativeFrame() const OVERRIDE { in ShouldUseNativeFrame() function in __anon37059fa70111::DesktopThemeProvider 55 return delegate_->ShouldUseNativeFrame(); in ShouldUseNativeFrame() 139 if (!GetWidget()->ShouldUseNativeFrame() || in GetClientAreaInsets() 224 if (!did_gdi_clear_ && DesktopWindowTreeHostWin::ShouldUseNativeFrame()) { in PostHandleMSG() 254 return !GetWidget()->GetThemeProvider()->ShouldUseNativeFrame(); in IsUsingCustomFrame() 257 bool BrowserDesktopWindowTreeHostWin::ShouldUseNativeFrame() const { in ShouldUseNativeFrame() function in BrowserDesktopWindowTreeHostWin 258 if (!views::DesktopWindowTreeHostWin::ShouldUseNativeFrame()) in ShouldUseNativeFrame() 264 return chrome::ShouldUseNativeFrame(browser_view_, in ShouldUseNativeFrame() 286 !DesktopWindowTreeHostWin::ShouldUseNativeFrame()) in UpdateDWMFrame() 299 if (GetWidget()->ShouldUseNativeFrame()) { in GetDWMFrameMargins()
|
D | browser_frame_common_win.cc | 12 bool ShouldUseNativeFrame(const BrowserView* browser_view, in ShouldUseNativeFrame() function 22 return theme_provider->ShouldUseNativeFrame(); in ShouldUseNativeFrame()
|
D | browser_desktop_window_tree_host_x11.cc | 43 virtual bool ShouldUseNativeFrame() const OVERRIDE { in ShouldUseNativeFrame() function in __anon3543f8f30111::DesktopThemeProvider 44 return delegate_->ShouldUseNativeFrame(); in ShouldUseNativeFrame()
|
D | browser_frame_common_win.h | 17 bool ShouldUseNativeFrame(const BrowserView* browser_view,
|
D | browser_non_client_frame_view_factory_aura.cc | 23 if (frame->ShouldUseNativeFrame()) in CreateBrowserNonClientFrameView()
|
D | browser_desktop_window_tree_host_win.h | 55 virtual bool ShouldUseNativeFrame() const OVERRIDE;
|
/external/chromium_org/ui/base/ |
D | default_theme_provider.cc | 33 bool DefaultThemeProvider::ShouldUseNativeFrame() const { in ShouldUseNativeFrame() function in ui::DefaultThemeProvider
|
D | theme_provider.h | 67 virtual bool ShouldUseNativeFrame() const = 0;
|
D | default_theme_provider.h | 31 virtual bool ShouldUseNativeFrame() const OVERRIDE;
|
/external/chromium_org/chrome/browser/ui/cocoa/download/ |
D | background_theme.h | 23 virtual bool ShouldUseNativeFrame() const OVERRIDE;
|
D | background_theme.mm | 46 bool BackgroundTheme::ShouldUseNativeFrame() const { function
|
/external/chromium_org/ui/views/widget/desktop_aura/ |
D | desktop_window_tree_host_win.cc | 390 bool DesktopWindowTreeHostWin::ShouldUseNativeFrame() const { in ShouldUseNativeFrame() function in views::DesktopWindowTreeHostWin 399 return ShouldUseNativeFrame(); in ShouldWindowContentsBeTransparent() 591 return !GetWidget()->ShouldUseNativeFrame(); in IsUsingCustomFrame() 626 return IsMaximized() || (widget && widget->ShouldUseNativeFrame()); in WidgetSizeIsClientSize() 974 bool transparent = ShouldUseNativeFrame() && !IsFullscreen(); in SetWindowTransparency()
|
D | desktop_window_tree_host.h | 128 virtual bool ShouldUseNativeFrame() const = 0;
|
D | desktop_native_widget_aura.cc | 542 return ShouldUseNativeFrame() ? new NativeFrameView(GetWidget()) : NULL; in CreateNonClientFrameView() 545 bool DesktopNativeWidgetAura::ShouldUseNativeFrame() const { in ShouldUseNativeFrame() function in views::DesktopNativeWidgetAura 546 return desktop_window_tree_host_->ShouldUseNativeFrame(); in ShouldUseNativeFrame()
|
D | desktop_window_tree_host_x11.h | 134 virtual bool ShouldUseNativeFrame() const OVERRIDE;
|
D | desktop_window_tree_host_win.h | 92 virtual bool ShouldUseNativeFrame() const OVERRIDE;
|
D | desktop_native_widget_aura.h | 100 virtual bool ShouldUseNativeFrame() const OVERRIDE;
|
D | desktop_window_tree_host_x11.cc | 683 bool DesktopWindowTreeHostX11::ShouldUseNativeFrame() const { in ShouldUseNativeFrame() function in views::DesktopWindowTreeHostX11 1488 if (ShouldUseNativeFrame()) { in ResetWindowRegion()
|
/external/chromium_org/chrome/browser/themes/ |
D | theme_service.h | 83 virtual bool ShouldUseNativeFrame() const OVERRIDE;
|
D | theme_service.cc | 223 bool ThemeService::ShouldUseNativeFrame() const { in ShouldUseNativeFrame() function in ThemeService
|
/external/chromium_org/ui/views/widget/ |
D | native_widget_private.h | 83 virtual bool ShouldUseNativeFrame() const = 0;
|
D | native_widget_mac.h | 30 virtual bool ShouldUseNativeFrame() const OVERRIDE;
|
D | widget.cc | 886 bool Widget::ShouldUseNativeFrame() const { in ShouldUseNativeFrame() function in views::Widget 889 return native_widget_->ShouldUseNativeFrame(); in ShouldUseNativeFrame() 898 frame_type_ = ShouldUseNativeFrame() ? FRAME_TYPE_FORCE_CUSTOM : in DebugToggleFrameType()
|
D | native_widget_aura.h | 56 virtual bool ShouldUseNativeFrame() const OVERRIDE;
|
D | widget.h | 628 bool ShouldUseNativeFrame() const;
|