HomeSort by relevance Sort by last modified time
    Searched defs:ShouldUseNativeFrame (Results 1 - 9 of 9) sorted by null

  /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_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...]
  /external/chromium_org/ui/base/
default_theme_provider.cc 33 bool DefaultThemeProvider::ShouldUseNativeFrame() const {
  /external/chromium_org/chrome/browser/themes/
theme_service.cc 223 bool ThemeService::ShouldUseNativeFrame() const {
  /external/chromium_org/ui/views/widget/desktop_aura/
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_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.cc 683 bool DesktopWindowTreeHostX11::ShouldUseNativeFrame() const {
    [all...]
  /external/chromium_org/ui/views/widget/
native_widget_aura.cc 188 bool NativeWidgetAura::ShouldUseNativeFrame() const {
    [all...]
widget.cc 886 bool Widget::ShouldUseNativeFrame() const {
889 return native_widget_->ShouldUseNativeFrame();
898 frame_type_ = ShouldUseNativeFrame() ? FRAME_TYPE_FORCE_CUSTOM :
    [all...]

Completed in 192 milliseconds