CustomFrameView    46 chrome/browser/ui/cocoa/custom_frame_view.h @interface NSWindow (CustomFrameView)
CustomFrameView   865 ui/views/widget/widget.cc   CustomFrameView* custom_frame_view = new CustomFrameView;
CustomFrameView    75 ui/views/window/custom_frame_view.cc CustomFrameView::CustomFrameView()
CustomFrameView    86 ui/views/window/custom_frame_view.cc CustomFrameView::~CustomFrameView() {
CustomFrameView    89 ui/views/window/custom_frame_view.cc void CustomFrameView::Init(Widget* frame) {
CustomFrameView   119 ui/views/window/custom_frame_view.cc gfx::Rect CustomFrameView::GetBoundsForClientView() const {
CustomFrameView   123 ui/views/window/custom_frame_view.cc gfx::Rect CustomFrameView::GetWindowBoundsForClientBounds(
CustomFrameView   133 ui/views/window/custom_frame_view.cc int CustomFrameView::NonClientHitTest(const gfx::Point& point) {
CustomFrameView   173 ui/views/window/custom_frame_view.cc void CustomFrameView::GetWindowMask(const gfx::Size& size,
CustomFrameView   182 ui/views/window/custom_frame_view.cc void CustomFrameView::ResetWindowControls() {
CustomFrameView   189 ui/views/window/custom_frame_view.cc void CustomFrameView::UpdateWindowIcon() {
CustomFrameView   194 ui/views/window/custom_frame_view.cc void CustomFrameView::UpdateWindowTitle() {
CustomFrameView   201 ui/views/window/custom_frame_view.cc void CustomFrameView::OnPaint(gfx::Canvas* canvas) {
CustomFrameView   214 ui/views/window/custom_frame_view.cc void CustomFrameView::Layout() {
CustomFrameView   223 ui/views/window/custom_frame_view.cc gfx::Size CustomFrameView::GetPreferredSize() {
CustomFrameView   228 ui/views/window/custom_frame_view.cc gfx::Size CustomFrameView::GetMinimumSize() {
CustomFrameView   233 ui/views/window/custom_frame_view.cc gfx::Size CustomFrameView::GetMaximumSize() {
CustomFrameView   245 ui/views/window/custom_frame_view.cc void CustomFrameView::ButtonPressed(Button* sender, const ui::Event& event) {
CustomFrameView   259 ui/views/window/custom_frame_view.cc int CustomFrameView::FrameBorderThickness() const {
CustomFrameView   263 ui/views/window/custom_frame_view.cc int CustomFrameView::NonClientBorderThickness() const {
CustomFrameView   269 ui/views/window/custom_frame_view.cc int CustomFrameView::NonClientTopBorderHeight() const {
CustomFrameView   275 ui/views/window/custom_frame_view.cc int CustomFrameView::CaptionButtonY() const {
CustomFrameView   281 ui/views/window/custom_frame_view.cc int CustomFrameView::TitlebarBottomThickness() const {
CustomFrameView   286 ui/views/window/custom_frame_view.cc int CustomFrameView::IconSize() const {
CustomFrameView   296 ui/views/window/custom_frame_view.cc gfx::Rect CustomFrameView::IconBounds() const {
CustomFrameView   319 ui/views/window/custom_frame_view.cc bool CustomFrameView::ShouldShowTitleBarAndBorder() const {
CustomFrameView   331 ui/views/window/custom_frame_view.cc bool CustomFrameView::ShouldShowClientEdge() const {
CustomFrameView   335 ui/views/window/custom_frame_view.cc void CustomFrameView::PaintRestoredFrameBorder(gfx::Canvas* canvas) {
CustomFrameView   357 ui/views/window/custom_frame_view.cc void CustomFrameView::PaintMaximizedFrameBorder(gfx::Canvas* canvas) {
CustomFrameView   376 ui/views/window/custom_frame_view.cc void CustomFrameView::PaintTitleBar(gfx::Canvas* canvas) {
CustomFrameView   391 ui/views/window/custom_frame_view.cc void CustomFrameView::PaintRestoredClientEdge(gfx::Canvas* canvas) {
CustomFrameView   460 ui/views/window/custom_frame_view.cc SkColor CustomFrameView::GetFrameColor() const {
CustomFrameView   464 ui/views/window/custom_frame_view.cc const gfx::ImageSkia* CustomFrameView::GetFrameImage() const {
CustomFrameView   469 ui/views/window/custom_frame_view.cc void CustomFrameView::LayoutWindowControls() {
CustomFrameView   533 ui/views/window/custom_frame_view.cc void CustomFrameView::LayoutTitleBar() {
CustomFrameView   556 ui/views/window/custom_frame_view.cc void CustomFrameView::LayoutClientView() {
CustomFrameView   569 ui/views/window/custom_frame_view.cc ImageButton* CustomFrameView::InitWindowCaptionButton(
CustomFrameView    32 ui/views/window/custom_frame_view.h class CustomFrameView : public NonClientFrameView,
CustomFrameView    35 ui/views/window/custom_frame_view.h   CustomFrameView();
CustomFrameView    36 ui/views/window/custom_frame_view.h   virtual ~CustomFrameView();
CustomFrameView   143 ui/views/window/custom_frame_view.h   DISALLOW_COPY_AND_ASSIGN(CustomFrameView);