Home | History | Annotate | Download | only in frame

Lines Matching defs:GlassBrowserFrameView

33 HICON GlassBrowserFrameView::throbber_icons_[
34 GlassBrowserFrameView::kThrobberIconCount];
79 // GlassBrowserFrameView, public:
81 GlassBrowserFrameView::GlassBrowserFrameView(BrowserFrame* frame,
106 GlassBrowserFrameView::~GlassBrowserFrameView() {
110 // GlassBrowserFrameView, BrowserNonClientFrameView implementation:
112 gfx::Rect GlassBrowserFrameView::GetBoundsForTabStrip(
149 int GlassBrowserFrameView::GetHorizontalTabStripVerticalOffset(
154 void GlassBrowserFrameView::UpdateThrobber(bool running) {
167 // GlassBrowserFrameView, views::NonClientFrameView implementation:
169 gfx::Rect GlassBrowserFrameView::GetBoundsForClientView() const {
173 bool GlassBrowserFrameView::AlwaysUseNativeFrame() const {
177 gfx::Rect GlassBrowserFrameView::GetWindowBoundsForClientBounds(
199 int GlassBrowserFrameView::NonClientHitTest(const gfx::Point& point) {
236 // GlassBrowserFrameView, views::ViewMenuDelegate implementation:
237 void GlassBrowserFrameView::RunMenu(views::View *source, const gfx::Point &pt) {
246 // GlassBrowserFrameView, views::View overrides:
248 void GlassBrowserFrameView::OnPaint(gfx::Canvas* canvas) {
259 void GlassBrowserFrameView::Layout() {
265 bool GlassBrowserFrameView::HitTest(const gfx::Point& l) const {
275 // GlassBrowserFrameView, private:
277 int GlassBrowserFrameView::FrameBorderThickness() const {
283 int GlassBrowserFrameView::NonClientBorderThickness() const {
293 int GlassBrowserFrameView::NonClientTopBorderHeight(
309 void GlassBrowserFrameView::PaintToolbarBackground(gfx::Canvas* canvas) {
405 void GlassBrowserFrameView::PaintOTRAvatar(gfx::Canvas* canvas) {
426 void GlassBrowserFrameView::PaintRestoredClientEdge(gfx::Canvas* canvas) {
476 void GlassBrowserFrameView::LayoutOTRAvatar() {
502 void GlassBrowserFrameView::LayoutClientView() {
506 void GlassBrowserFrameView::LayoutProfileTag() {
544 gfx::Rect GlassBrowserFrameView::CalculateClientAreaBounds(int width,
556 void GlassBrowserFrameView::StartThrobber() {
567 void GlassBrowserFrameView::StopThrobber() {
595 void GlassBrowserFrameView::DisplayNextThrobberFrame() {
602 void GlassBrowserFrameView::Observe(NotificationType type,
611 void GlassBrowserFrameView::RegisterLoginNotifications() {
618 void GlassBrowserFrameView::InitThrobberIcons() {