HomeSort by relevance Sort by last modified time
    Searched defs:GetContentNativeView (Results 1 - 12 of 12) sorted by null

  /external/chromium/chrome/browser/ui/gtk/
tab_contents_drag_source.cc 158 gfx::Point client = gtk_util::ClientPoint(GetContentNativeView());
277 gfx::Point root = gtk_util::ScreenPoint(GetContentNativeView());
278 gfx::Point client = gtk_util::ClientPoint(GetContentNativeView());
349 gfx::Point root = gtk_util::ScreenPoint(GetContentNativeView());
350 gfx::Point client = gtk_util::ClientPoint(GetContentNativeView());
365 gfx::NativeView TabContentsDragSource::GetContentNativeView() const {
366 return tab_contents_view_->GetContentNativeView();
  /external/chromium_org/content/browser/web_contents/
web_contents_view_android.cc 69 gfx::NativeView WebContentsViewAndroid::GetContentNativeView() const {
web_drag_source_gtk.cc 163 gfx::Point client = ui::ClientPoint(GetContentNativeView());
298 gfx::Point root = ui::ScreenPoint(GetContentNativeView());
299 gfx::Point client = ui::ClientPoint(GetContentNativeView());
370 gfx::Point root = ui::ScreenPoint(GetContentNativeView());
371 gfx::Point client = ui::ClientPoint(GetContentNativeView());
386 gfx::NativeView WebDragSourceGtk::GetContentNativeView() const {
387 return web_contents_->GetView()->GetContentNativeView();
web_contents_view_gtk.cc 118 gfx::NativeView WebContentsViewGtk::GetContentNativeView() const {
250 gfx::NativeView content_view = GetContentNativeView();
377 DCHECK(GetContentNativeView());
web_contents_view_guest.cc 51 gfx::NativeView WebContentsViewGuest::GetContentNativeView() const {
web_contents_view_win.cc 108 gfx::NativeView WebContentsViewWin::GetContentNativeView() const {
435 SendMessage(GetContentNativeView(), message, wparam, lparam);
web_contents_view_aura.cc 137 return web_contents_->GetView()->GetContentNativeView();
741 window != view_->GetContentNativeView()) {
763 aura::Window* content = view_->GetContentNativeView();
882 window_->StackChildAbove(overscroll_window_.get(), GetContentNativeView());
884 window_->StackChildBelow(overscroll_window_.get(), GetContentNativeView());
896 aura::Window* content = GetContentNativeView();
    [all...]
  /external/chromium_org/content/test/
test_web_contents_view.cc 45 gfx::NativeView TestWebContentsView::GetContentNativeView() const {
  /external/chromium/chrome/browser/tab_contents/
tab_contents_view_gtk.cc 171 gfx::NativeView TabContentsViewGtk::GetContentNativeView() const {
199 gfx::NativeView content_view = GetContentNativeView();
230 GtkWidget* widget = GetContentNativeView();
355 DCHECK(GetContentNativeView());
  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_view_gtk.cc 208 gfx::NativeView TabContentsViewGtk::GetContentNativeView() const {
241 gfx::NativeView content_view = GetContentNativeView();
tab_contents_view_touch.cc 106 gfx::NativeView TabContentsViewTouch::GetContentNativeView() const {
tab_contents_view_views.cc 94 gfx::NativeView TabContentsViewViews::GetContentNativeView() const {

Completed in 114 milliseconds