Searched refs:GetThemeBackgroundXInset (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/frame/
H A Dpopup_non_client_frame_view.cc54 int PopupNonClientFrameView::GetThemeBackgroundXInset() const { function in class:PopupNonClientFrameView
H A Dpopup_non_client_frame_view.h31 virtual int GetThemeBackgroundXInset() const OVERRIDE;
H A Dapp_non_client_frame_view_ash.h41 virtual int GetThemeBackgroundXInset() const OVERRIDE;
H A Dbrowser_non_client_frame_view.h48 virtual int GetThemeBackgroundXInset() const = 0;
H A Dbrowser_frame.cc103 int BrowserFrame::GetThemeBackgroundXInset() const { function in class:BrowserFrame
104 return browser_frame_view_->GetThemeBackgroundXInset();
H A Dapp_panel_browser_frame_view.h34 virtual int GetThemeBackgroundXInset() const OVERRIDE;
H A Dbrowser_frame.h68 int GetThemeBackgroundXInset() const;
H A Dglass_browser_frame_view.h28 virtual int GetThemeBackgroundXInset() const OVERRIDE;
H A Dbrowser_non_client_frame_view_ash.h39 virtual int GetThemeBackgroundXInset() const OVERRIDE;
H A Dbrowser_non_client_frame_view_ash.cc147 int BrowserNonClientFrameViewAsh::GetThemeBackgroundXInset() const { function in class:BrowserNonClientFrameViewAsh
148 return frame_painter_->GetThemeBackgroundXInset();
521 x + GetThemeBackgroundXInset(),
H A Dopaque_browser_frame_view.h38 virtual int GetThemeBackgroundXInset() const OVERRIDE;
H A Dglass_browser_frame_view.cc131 int GlassBrowserFrameView::GetThemeBackgroundXInset() const { function in class:GlassBrowserFrameView
305 x + GetThemeBackgroundXInset(),
H A Dapp_non_client_frame_view_ash.cc274 int AppNonClientFrameViewAsh::GetThemeBackgroundXInset() const { function in class:AppNonClientFrameViewAsh
H A Dbrowser_view_layout.cc330 browser_view_->frame()->GetThemeBackgroundXInset();
H A Dopaque_browser_frame_view.cc264 int OpaqueBrowserFrameView::GetThemeBackgroundXInset() const { function in class:OpaqueBrowserFrameView
773 x + GetThemeBackgroundXInset(),
H A Dapp_panel_browser_frame_view.cc109 int AppPanelBrowserFrameView::GetThemeBackgroundXInset() const { function in class:AppPanelBrowserFrameView
H A Dbrowser_view.cc537 window_point.Offset(frame_->GetThemeBackgroundXInset(),
/external/chromium_org/ash/wm/
H A Dframe_painter.h97 int GetThemeBackgroundXInset() const;
H A Dframe_painter.cc395 int FramePainter::GetThemeBackgroundXInset() const { function in class:ash::FramePainter
486 GetThemeBackgroundXInset());
501 GetThemeBackgroundXInset());

Completed in 268 milliseconds