ShouldUseNativeFrame 83 chrome/browser/themes/theme_service.h virtual bool ShouldUseNativeFrame() const OVERRIDE; ShouldUseNativeFrame 23 chrome/browser/ui/cocoa/download/background_theme.h virtual bool ShouldUseNativeFrame() const OVERRIDE; ShouldUseNativeFrame 56 chrome/browser/ui/views/frame/browser_desktop_window_tree_host_win.cc return delegate_->ShouldUseNativeFrame(); ShouldUseNativeFrame 141 chrome/browser/ui/views/frame/browser_desktop_window_tree_host_win.cc if (!GetWidget()->ShouldUseNativeFrame() || ShouldUseNativeFrame 226 chrome/browser/ui/views/frame/browser_desktop_window_tree_host_win.cc if (!did_gdi_clear_ && DesktopWindowTreeHostWin::ShouldUseNativeFrame()) { ShouldUseNativeFrame 256 chrome/browser/ui/views/frame/browser_desktop_window_tree_host_win.cc return !GetWidget()->GetThemeProvider()->ShouldUseNativeFrame(); ShouldUseNativeFrame 260 chrome/browser/ui/views/frame/browser_desktop_window_tree_host_win.cc if (!views::DesktopWindowTreeHostWin::ShouldUseNativeFrame()) ShouldUseNativeFrame 266 chrome/browser/ui/views/frame/browser_desktop_window_tree_host_win.cc return chrome::ShouldUseNativeFrame(browser_view_, ShouldUseNativeFrame 288 chrome/browser/ui/views/frame/browser_desktop_window_tree_host_win.cc !DesktopWindowTreeHostWin::ShouldUseNativeFrame()) ShouldUseNativeFrame 301 chrome/browser/ui/views/frame/browser_desktop_window_tree_host_win.cc if (GetWidget()->ShouldUseNativeFrame()) { ShouldUseNativeFrame 55 chrome/browser/ui/views/frame/browser_desktop_window_tree_host_win.h virtual bool ShouldUseNativeFrame() const OVERRIDE; ShouldUseNativeFrame 22 chrome/browser/ui/views/frame/browser_frame_common_win.cc return theme_provider->ShouldUseNativeFrame(); ShouldUseNativeFrame 17 chrome/browser/ui/views/frame/browser_frame_common_win.h bool ShouldUseNativeFrame(const BrowserView* browser_view, ShouldUseNativeFrame 25 chrome/browser/ui/views/frame/browser_non_client_frame_view_factory_aura.cc if (frame->ShouldUseNativeFrame()) ShouldUseNativeFrame 1914 chrome/browser/ui/views/frame/browser_view.cc return (IsTabStripVisible() || !frame_->ShouldUseNativeFrame()) ? ShouldUseNativeFrame 31 ui/base/default_theme_provider.h virtual bool ShouldUseNativeFrame() const OVERRIDE; ShouldUseNativeFrame 70 ui/base/theme_provider.h virtual bool ShouldUseNativeFrame() const = 0; ShouldUseNativeFrame 543 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc return desktop_window_tree_host_->ShouldUseNativeFrame(); ShouldUseNativeFrame 103 ui/views/widget/desktop_aura/desktop_native_widget_aura.h virtual bool ShouldUseNativeFrame() const OVERRIDE; ShouldUseNativeFrame 128 ui/views/widget/desktop_aura/desktop_window_tree_host.h virtual bool ShouldUseNativeFrame() const = 0; ShouldUseNativeFrame 377 ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc return ShouldUseNativeFrame(); ShouldUseNativeFrame 386 ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc return GetWidget()->ShouldUseNativeFrame() ? ShouldUseNativeFrame 606 ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc return !GetWidget()->ShouldUseNativeFrame(); ShouldUseNativeFrame 637 ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc return IsMaximized() || (widget && widget->ShouldUseNativeFrame()); ShouldUseNativeFrame 973 ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc bool transparent = ShouldUseNativeFrame() && !IsFullscreen(); ShouldUseNativeFrame 92 ui/views/widget/desktop_aura/desktop_window_tree_host_win.h virtual bool ShouldUseNativeFrame() const OVERRIDE; ShouldUseNativeFrame 1222 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc if (ShouldUseNativeFrame()) { ShouldUseNativeFrame 115 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h virtual bool ShouldUseNativeFrame() const OVERRIDE; ShouldUseNativeFrame 58 ui/views/widget/native_widget_aura.h virtual bool ShouldUseNativeFrame() const OVERRIDE; ShouldUseNativeFrame 82 ui/views/widget/native_widget_private.h virtual bool ShouldUseNativeFrame() const = 0; ShouldUseNativeFrame 873 ui/views/widget/widget.cc return native_widget_->ShouldUseNativeFrame(); ShouldUseNativeFrame 882 ui/views/widget/widget.cc frame_type_ = ShouldUseNativeFrame() ? FRAME_TYPE_FORCE_CUSTOM : ShouldUseNativeFrame 598 ui/views/widget/widget.h bool ShouldUseNativeFrame() const;