Home
last modified time | relevance | path

Searched refs:ShouldUseNativeFrame (Results 1 – 25 of 29) sorted by relevance

12

/external/chromium_org/chrome/browser/ui/views/frame/
Dbrowser_desktop_window_tree_host_win.cc54 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()
Dbrowser_frame_common_win.cc12 bool ShouldUseNativeFrame(const BrowserView* browser_view, in ShouldUseNativeFrame() function
22 return theme_provider->ShouldUseNativeFrame(); in ShouldUseNativeFrame()
Dbrowser_desktop_window_tree_host_x11.cc43 virtual bool ShouldUseNativeFrame() const OVERRIDE { in ShouldUseNativeFrame() function in __anon3543f8f30111::DesktopThemeProvider
44 return delegate_->ShouldUseNativeFrame(); in ShouldUseNativeFrame()
Dbrowser_frame_common_win.h17 bool ShouldUseNativeFrame(const BrowserView* browser_view,
Dbrowser_non_client_frame_view_factory_aura.cc23 if (frame->ShouldUseNativeFrame()) in CreateBrowserNonClientFrameView()
Dbrowser_desktop_window_tree_host_win.h55 virtual bool ShouldUseNativeFrame() const OVERRIDE;
/external/chromium_org/ui/base/
Ddefault_theme_provider.cc33 bool DefaultThemeProvider::ShouldUseNativeFrame() const { in ShouldUseNativeFrame() function in ui::DefaultThemeProvider
Dtheme_provider.h67 virtual bool ShouldUseNativeFrame() const = 0;
Ddefault_theme_provider.h31 virtual bool ShouldUseNativeFrame() const OVERRIDE;
/external/chromium_org/chrome/browser/ui/cocoa/download/
Dbackground_theme.h23 virtual bool ShouldUseNativeFrame() const OVERRIDE;
Dbackground_theme.mm46 bool BackgroundTheme::ShouldUseNativeFrame() const { function
/external/chromium_org/ui/views/widget/desktop_aura/
Ddesktop_window_tree_host_win.cc390 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()
Ddesktop_window_tree_host.h128 virtual bool ShouldUseNativeFrame() const = 0;
Ddesktop_native_widget_aura.cc542 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()
Ddesktop_window_tree_host_x11.h134 virtual bool ShouldUseNativeFrame() const OVERRIDE;
Ddesktop_window_tree_host_win.h92 virtual bool ShouldUseNativeFrame() const OVERRIDE;
Ddesktop_native_widget_aura.h100 virtual bool ShouldUseNativeFrame() const OVERRIDE;
Ddesktop_window_tree_host_x11.cc683 bool DesktopWindowTreeHostX11::ShouldUseNativeFrame() const { in ShouldUseNativeFrame() function in views::DesktopWindowTreeHostX11
1488 if (ShouldUseNativeFrame()) { in ResetWindowRegion()
/external/chromium_org/chrome/browser/themes/
Dtheme_service.h83 virtual bool ShouldUseNativeFrame() const OVERRIDE;
Dtheme_service.cc223 bool ThemeService::ShouldUseNativeFrame() const { in ShouldUseNativeFrame() function in ThemeService
/external/chromium_org/ui/views/widget/
Dnative_widget_private.h83 virtual bool ShouldUseNativeFrame() const = 0;
Dnative_widget_mac.h30 virtual bool ShouldUseNativeFrame() const OVERRIDE;
Dwidget.cc886 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()
Dnative_widget_aura.h56 virtual bool ShouldUseNativeFrame() const OVERRIDE;
Dwidget.h628 bool ShouldUseNativeFrame() const;

12