HomeSort by relevance Sort by last modified time
    Searched refs:ShouldUseNativeFrame (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/chrome/browser/ui/views/frame/
browser_frame_common_win.cc 12 bool ShouldUseNativeFrame(const BrowserView* browser_view,
22 return theme_provider->ShouldUseNativeFrame();
browser_frame_common_win.h 17 bool ShouldUseNativeFrame(const BrowserView* browser_view,
browser_non_client_frame_view_factory_aura.cc 23 if (frame->ShouldUseNativeFrame())
browser_desktop_window_tree_host_win.cc 54 virtual bool ShouldUseNativeFrame() const OVERRIDE {
55 return delegate_->ShouldUseNativeFrame();
139 if (!GetWidget()->ShouldUseNativeFrame() ||
224 if (!did_gdi_clear_ && DesktopWindowTreeHostWin::ShouldUseNativeFrame()) {
254 return !GetWidget()->GetThemeProvider()->ShouldUseNativeFrame();
257 bool BrowserDesktopWindowTreeHostWin::ShouldUseNativeFrame() const {
258 if (!views::DesktopWindowTreeHostWin::ShouldUseNativeFrame())
264 return chrome::ShouldUseNativeFrame(browser_view_,
280 // than checking browser_frame_->ShouldUseNativeFrame() here. Using that here
286 !DesktopWindowTreeHostWin::ShouldUseNativeFrame())
    [all...]
browser_desktop_window_tree_host_x11.cc 43 virtual bool ShouldUseNativeFrame() const OVERRIDE {
44 return delegate_->ShouldUseNativeFrame();
browser_desktop_window_tree_host_win.h 55 virtual bool ShouldUseNativeFrame() const OVERRIDE;
  /external/chromium_org/ui/base/
default_theme_provider.cc 33 bool DefaultThemeProvider::ShouldUseNativeFrame() const {
theme_provider.h 67 virtual bool ShouldUseNativeFrame() const = 0;
default_theme_provider.h 31 virtual bool ShouldUseNativeFrame() const OVERRIDE;
  /external/chromium_org/chrome/browser/ui/cocoa/download/
background_theme.h 23 virtual bool ShouldUseNativeFrame() const OVERRIDE;
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host.h 128 virtual bool ShouldUseNativeFrame() const = 0;
desktop_window_tree_host_win.cc 390 bool DesktopWindowTreeHostWin::ShouldUseNativeFrame() const {
397 // IsAeroGlassEnabled, because ShouldUseNativeFrame is overridden in a
399 return ShouldUseNativeFrame();
591 return !GetWidget()->ShouldUseNativeFrame();
626 return IsMaximized() || (widget && widget->ShouldUseNativeFrame());
    [all...]
desktop_window_tree_host_x11.h 134 virtual bool ShouldUseNativeFrame() const OVERRIDE;
desktop_native_widget_aura.h 100 virtual bool ShouldUseNativeFrame() const OVERRIDE;
desktop_window_tree_host_win.h 92 virtual bool ShouldUseNativeFrame() const OVERRIDE;
desktop_native_widget_aura.cc 542 return ShouldUseNativeFrame() ? new NativeFrameView(GetWidget()) : NULL;
545 bool DesktopNativeWidgetAura::ShouldUseNativeFrame() const {
546 return desktop_window_tree_host_->ShouldUseNativeFrame();
    [all...]
desktop_window_tree_host_x11.cc 683 bool DesktopWindowTreeHostX11::ShouldUseNativeFrame() const {
    [all...]
  /external/chromium_org/chrome/browser/themes/
theme_service.h 83 virtual bool ShouldUseNativeFrame() const OVERRIDE;
theme_service.cc 223 bool ThemeService::ShouldUseNativeFrame() const {
  /external/chromium_org/ui/views/widget/
native_widget_mac.h 30 virtual bool ShouldUseNativeFrame() const OVERRIDE;
native_widget_private.h 83 virtual bool ShouldUseNativeFrame() const = 0;
native_widget_aura.h 56 virtual bool ShouldUseNativeFrame() const OVERRIDE;
widget.cc 886 bool Widget::ShouldUseNativeFrame() const {
889 return native_widget_->ShouldUseNativeFrame();
898 frame_type_ = ShouldUseNativeFrame() ? FRAME_TYPE_FORCE_CUSTOM :
    [all...]
widget.h 628 bool ShouldUseNativeFrame() const;
    [all...]
native_widget_aura.cc 188 bool NativeWidgetAura::ShouldUseNativeFrame() const {
    [all...]

Completed in 1999 milliseconds

1 2