Searched defs:ShouldUseNativeFrame (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_frame_common_win.cc12 bool ShouldUseNativeFrame(const BrowserView* browser_view, function in namespace:chrome
22 return theme_provider->ShouldUseNativeFrame();
H A Dbrowser_desktop_window_tree_host_win.cc54 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 { function in class:BrowserDesktopWindowTreeHostWin
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...]
/external/chromium_org/ui/base/
H A Ddefault_theme_provider.cc33 bool DefaultThemeProvider::ShouldUseNativeFrame() const { function in class:ui::DefaultThemeProvider
/external/chromium_org/chrome/browser/themes/
H A Dtheme_service.cc223 bool ThemeService::ShouldUseNativeFrame() const { function in class:ThemeService
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_native_widget_aura.cc542 return ShouldUseNativeFrame() ? new NativeFrameView(GetWidget()) : NULL;
545 bool DesktopNativeWidgetAura::ShouldUseNativeFrame() const { function in class:views::DesktopNativeWidgetAura
546 return desktop_window_tree_host_->ShouldUseNativeFrame();
H A Ddesktop_window_tree_host_win.cc390 bool DesktopWindowTreeHostWin::ShouldUseNativeFrame() const { function in class:views::DesktopWindowTreeHostWin
397 // IsAeroGlassEnabled, because ShouldUseNativeFrame is overridden in a
399 return ShouldUseNativeFrame();
591 return !GetWidget()->ShouldUseNativeFrame();
626 return IsMaximized() || (widget && widget->ShouldUseNativeFrame());
974 bool transparent = ShouldUseNativeFrame() && !IsFullscreen();
H A Ddesktop_window_tree_host_x11.cc683 bool DesktopWindowTreeHostX11::ShouldUseNativeFrame() const { function in class:views::DesktopWindowTreeHostX11
1488 if (ShouldUseNativeFrame()) {
/external/chromium_org/ui/views/widget/
H A Dnative_widget_aura.cc188 bool NativeWidgetAura::ShouldUseNativeFrame() const { function in class:views::NativeWidgetAura
H A Dwidget.cc886 bool Widget::ShouldUseNativeFrame() const { function in class:views::Widget
889 return native_widget_->ShouldUseNativeFrame();
898 frame_type_ = ShouldUseNativeFrame() ? FRAME_TYPE_FORCE_CUSTOM :

Completed in 1107 milliseconds