Home | History | Annotate | Download | only in frame

Lines Matching defs:GlassBrowserFrameView

37 HICON GlassBrowserFrameView::throbber_icons_[
38 GlassBrowserFrameView::kThrobberIconCount];
77 // GlassBrowserFrameView, public:
79 GlassBrowserFrameView::GlassBrowserFrameView(BrowserFrame* frame,
94 GlassBrowserFrameView::~GlassBrowserFrameView() {
98 // GlassBrowserFrameView, BrowserNonClientFrameView implementation:
100 gfx::Rect GlassBrowserFrameView::GetBoundsForTabStrip(
126 GlassBrowserFrameView::GetTabStripInsets(bool restored) const {
131 int GlassBrowserFrameView::GetThemeBackgroundXInset() const {
135 void GlassBrowserFrameView::UpdateThrobber(bool running) {
147 gfx::Size GlassBrowserFrameView::GetMinimumSize() {
170 // GlassBrowserFrameView, views::NonClientFrameView implementation:
172 gfx::Rect GlassBrowserFrameView::GetBoundsForClientView() const {
176 gfx::Rect GlassBrowserFrameView::GetWindowBoundsForClientBounds(
197 int GlassBrowserFrameView::NonClientHitTest(const gfx::Point& point) {
233 // GlassBrowserFrameView, views::View overrides:
235 void GlassBrowserFrameView::OnPaint(gfx::Canvas* canvas) {
244 void GlassBrowserFrameView::Layout() {
249 bool GlassBrowserFrameView::HitTestRect(const gfx::Rect& rect) const {
256 // GlassBrowserFrameView, private:
258 int GlassBrowserFrameView::FrameBorderThickness() const {
263 int GlassBrowserFrameView::NonClientBorderThickness() const {
270 int GlassBrowserFrameView::NonClientTopBorderHeight(
283 void GlassBrowserFrameView::PaintToolbarBackground(gfx::Canvas* canvas) {
350 void GlassBrowserFrameView::PaintRestoredClientEdge(gfx::Canvas* canvas) {
400 void GlassBrowserFrameView::LayoutAvatar() {
426 void GlassBrowserFrameView::LayoutClientView() {
430 gfx::Insets GlassBrowserFrameView::GetClientAreaInsets() const {
442 gfx::Rect GlassBrowserFrameView::CalculateClientAreaBounds(int width,
449 void GlassBrowserFrameView::StartThrobber() {
460 void GlassBrowserFrameView::StopThrobber() {
488 void GlassBrowserFrameView::DisplayNextThrobberFrame() {
495 void GlassBrowserFrameView::Observe(
510 void GlassBrowserFrameView::InitThrobberIcons() {