Searched refs:TabContentsViewMac (Results 1 – 5 of 5) sorted by relevance
52 - (id)initWithTabContentsViewMac:(TabContentsViewMac*)w; argument66 return new TabContentsViewMac(tab_contents);69 TabContentsViewMac::TabContentsViewMac(TabContents* tab_contents) function76 TabContentsViewMac::~TabContentsViewMac() { function80 // TabContentsViewMac instance due to Cocoa retain count.84 void TabContentsViewMac::CreateView(const gfx::Size& initial_size) {91 RenderWidgetHostView* TabContentsViewMac::CreateViewForWidget(126 gfx::NativeView TabContentsViewMac::GetNativeView() const {130 gfx::NativeView TabContentsViewMac::GetContentNativeView() const {137 gfx::NativeWindow TabContentsViewMac::GetTopLevelNativeWindow() const {[all …]
24 class TabContentsViewMac; variable33 TabContentsViewMac* tabContentsView_; // WEAK; owns us44 class TabContentsViewMac : public TabContentsView,50 explicit TabContentsViewMac(TabContents* web_contents);51 virtual ~TabContentsViewMac();127 DISALLOW_COPY_AND_ASSIGN(TabContentsViewMac);
769 friend class TabContentsViewMac; variable
685 TabContentsViewMac* tab_contents_view =686 static_cast<TabContentsViewMac*>(contents->view());
567 // by some other code. Examples are TabContentsViewMac's