HomeSort by relevance Sort by last modified time
    Searched full:contentsview_ (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/ui/cocoa/tab_contents/
web_contents_drag_source.mm 47 contentsView_ = contentsView;
48 DCHECK(contentsView_);
77 NSWindow* window = [contentsView_ window];
104 [contentsView_ tabContents]->SystemDragEnded();
106 RenderViewHost* rvh = [contentsView_ tabContents]->render_view_host();
108 NSPoint localPoint = [contentsView_ convertPoint:screenPoint fromView: nil];
109 FlipPointCoordinates(screenPoint, localPoint, contentsView_);
120 RenderViewHost* rvh = [contentsView_ tabContents]->render_view_host();
122 NSPoint localPoint = [contentsView_ convertPoint:screenPoint fromView:nil];
123 FlipPointCoordinates(screenPoint, localPoint, contentsView_);
    [all...]
web_drag_source.mm 142 contentsView_ = contentsView;
143 DCHECK(contentsView_);
235 DCHECK([contentsView_ window]);
236 NSPoint basePoint = [[contentsView_ window] convertScreenToBase:screenPoint];
237 return [contentsView_ convertPoint:basePoint fromView:nil];
245 NSWindow* window = [contentsView_ window];
270 source:contentsView_
276 [contentsView_ tabContents]->SystemDragEnded();
278 RenderViewHost* rvh = [contentsView_ tabContents]->render_view_host();
282 if ([contentsView_ window]
    [all...]
web_contents_drag_source.h 22 TabContentsViewCocoa* contentsView_;
web_drag_source.h 20 TabContentsViewCocoa* contentsView_;

Completed in 137 milliseconds