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

/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view_layout_delegate.h27 virtual int GetThemeBackgroundXInset() const = 0;
H A Dbrowser_non_client_frame_view.h41 virtual int GetThemeBackgroundXInset() const = 0;
H A Dglass_browser_frame_view.h28 virtual int GetThemeBackgroundXInset() const OVERRIDE;
H A Dbrowser_frame.h71 int GetThemeBackgroundXInset() const;
H A Dbrowser_non_client_frame_view_ash.h45 virtual int GetThemeBackgroundXInset() const OVERRIDE;
H A Dbrowser_frame.cc174 int BrowserFrame::GetThemeBackgroundXInset() const { function in class:BrowserFrame
175 return browser_frame_view_->GetThemeBackgroundXInset();
H A Dbrowser_non_client_frame_view_ash.cc208 int BrowserNonClientFrameViewAsh::GetThemeBackgroundXInset() const { function in class:BrowserNonClientFrameViewAsh
209 return ash::HeaderPainterUtil::GetThemeBackgroundXInset();
592 x + GetThemeBackgroundXInset(),
H A Dopaque_browser_frame_view.h46 virtual int GetThemeBackgroundXInset() const OVERRIDE;
H A Dbrowser_header_painter_ash.cc201 ash::HeaderPainterUtil::GetThemeBackgroundXInset());
218 ash::HeaderPainterUtil::GetThemeBackgroundXInset());
H A Dbrowser_view_layout_unittest.cc53 virtual int GetThemeBackgroundXInset() const OVERRIDE {
H A Dglass_browser_frame_view.cc156 int GlassBrowserFrameView::GetThemeBackgroundXInset() const { function in class:GlassBrowserFrameView
356 x + GetThemeBackgroundXInset(),
H A Dbrowser_view_layout.cc326 delegate_->GetThemeBackgroundXInset();
H A Dopaque_browser_frame_view.cc182 int OpaqueBrowserFrameView::GetThemeBackgroundXInset() const { function in class:OpaqueBrowserFrameView
680 x + GetThemeBackgroundXInset(),
H A Dbrowser_view.cc274 virtual int GetThemeBackgroundXInset() const OVERRIDE {
277 return browser_view_->frame()->GetThemeBackgroundXInset();
514 window_point.Offset(frame_->GetThemeBackgroundXInset(),
/external/chromium_org/ash/frame/
H A Dheader_painter_util.h35 static int GetThemeBackgroundXInset();
H A Dheader_painter_util.cc57 int HeaderPainterUtil::GetThemeBackgroundXInset() { function in class:ash::HeaderPainterUtil

Completed in 212 milliseconds