Searched defs:GetContentNativeView (Results 1 - 12 of 12) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/
H A Dtab_contents_drag_source.cc158 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 { function in class:TabContentsDragSource
366 return tab_contents_view_->GetContentNativeView();
/external/chromium_org/content/browser/web_contents/
H A Dweb_drag_source_gtk.cc163 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 { function in class:content::WebDragSourceGtk
387 return web_contents_->GetView()->GetContentNativeView();
H A Dweb_contents_view_android.cc69 gfx::NativeView WebContentsViewAndroid::GetContentNativeView() const { function in class:content::WebContentsViewAndroid
H A Dweb_contents_view_guest.cc51 gfx::NativeView WebContentsViewGuest::GetContentNativeView() const { function in class:content::WebContentsViewGuest
H A Dweb_contents_view_gtk.cc118 gfx::NativeView WebContentsViewGtk::GetContentNativeView() const { function in class:content::WebContentsViewGtk
250 gfx::NativeView content_view = GetContentNativeView();
377 DCHECK(GetContentNativeView());
H A Dweb_contents_view_win.cc108 gfx::NativeView WebContentsViewWin::GetContentNativeView() const { function in class:content::WebContentsViewWin
435 SendMessage(GetContentNativeView(), message, wparam, lparam);
H A Dweb_contents_view_aura.cc137 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();
962 overscroll_window_.get() : GetContentNativeView();
1035 gfx::NativeView WebContentsViewAura::GetContentNativeView() const { function in class:content::WebContentsViewAura
1280 gfx::NativeView content_native_view = GetContentNativeView();
1369 !GetContentNativeView() ||
[all...]
/external/chromium_org/content/test/
H A Dtest_web_contents_view.cc45 gfx::NativeView TestWebContentsView::GetContentNativeView() const { function in class:content::TestWebContentsView
/external/chromium/chrome/browser/ui/views/tab_contents/
H A Dtab_contents_view_touch.cc106 gfx::NativeView TabContentsViewTouch::GetContentNativeView() const { function in class:TabContentsViewTouch
H A Dtab_contents_view_views.cc94 gfx::NativeView TabContentsViewViews::GetContentNativeView() const { function in class:TabContentsViewViews
H A Dtab_contents_view_gtk.cc208 gfx::NativeView TabContentsViewGtk::GetContentNativeView() const { function in class:TabContentsViewGtk
241 gfx::NativeView content_view = GetContentNativeView();
/external/chromium/chrome/browser/tab_contents/
H A Dtab_contents_view_gtk.cc171 gfx::NativeView TabContentsViewGtk::GetContentNativeView() const { function in class:TabContentsViewGtk
199 gfx::NativeView content_view = GetContentNativeView();
230 GtkWidget* widget = GetContentNativeView();
355 DCHECK(GetContentNativeView());

Completed in 433 milliseconds