Searched refs:cocoa_view_ (Results 1 – 4 of 4) sorted by relevance
93 [cocoa_view_ cancelDeferredClose];94 [cocoa_view_ clearWebContentsView];98 return cocoa_view_.get();109 return [cocoa_view_.get() window];115 [cocoa_view_.get() convertRect:[cocoa_view_.get() bounds] toView:nil];118 NSWindow* window = [cocoa_view_.get() window];148 [cocoa_view_ startDragWithDropData:drop_data162 NSWindow* window = [cocoa_view_.get() window];173 [[cocoa_view_.get() window] makeFirstResponder:GetContentNativeView()];180 [[FocusTracker alloc] initWithWindow:[cocoa_view_ window]]);[all …]
128 base::scoped_nsobject<WebContentsViewCocoa> cocoa_view_; variable
469 NSWindow* window = [cocoa_view_ window];505 return cocoa_view_;534 // |cocoa_view_| owns us and we will be deleted when |cocoa_view_|537 cocoa_view_ = [[[RenderWidgetHostViewCocoa alloc]545 [cocoa_view_ setLayer:background_layer_];546 [cocoa_view_ setWantsLayer:YES];553 gfx::Screen::GetScreenFor(cocoa_view_)->AddObserver(this);559 gfx::Screen::GetScreenFor(cocoa_view_)->RemoveObserver(this);561 // This is being called from |cocoa_view_|'s destructor, so invalidate the563 cocoa_view_ = nil;[all …]
216 RenderWidgetHostViewCocoa* cocoa_view() const { return cocoa_view_; } in cocoa_view()476 RenderWidgetHostViewCocoa* cocoa_view_; variable