HomeSort by relevance Sort by last modified time
    Searched refs:GetContentNativeView (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/chromium_org/chrome/browser/ui/views/
dropdown_bar_host_win.cc 22 HWND hwnd = contents->GetView()->GetContentNativeView();
  /external/chromium_org/content/public/browser/
web_contents_view.h 33 virtual gfx::NativeView GetContentNativeView() const = 0;
  /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();
tab_contents_drag_source.h 60 gfx::NativeView GetContentNativeView() const;
constrained_html_delegate_gtk.cc 32 return tab_.tab_contents()->GetContentNativeView();
tab_contents_container_gtk.cc 141 if (tab->tab_contents()->GetContentNativeView()) {
143 tab->tab_contents()->GetContentNativeView()->window;
198 gtk_widget_child_focus(tab_->tab_contents()->GetContentNativeView(), focus);
  /external/chromium_org/content/browser/web_contents/
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_drag_source_gtk.h 63 gfx::NativeView GetContentNativeView() const;
touch_editable_impl_aura_browsertest.cc 114 shell()->web_contents()->GetView()->GetContentNativeView();
131 aura::Window* content = web_contents->GetView()->GetContentNativeView();
181 aura::Window* content = web_contents->GetView()->GetContentNativeView();
224 aura::Window* content = web_contents->GetView()->GetContentNativeView();
291 aura::Window* content = web_contents->GetView()->GetContentNativeView();
web_contents_view_aura_browsertest.cc 109 shell()->web_contents()->GetView()->GetContentNativeView();
151 aura::Window* content = web_contents->GetView()->GetContentNativeView();
275 aura::Window* content = web_contents->GetView()->GetContentNativeView();
381 aura::Window* content = web_contents->GetView()->GetContentNativeView();
512 aura::Window* content = web_contents->GetView()->GetContentNativeView();
521 window->AddChild(shell()->web_contents()->GetView()->GetContentNativeView());
534 aura::Window* content = web_contents->GetView()->GetContentNativeView();
543 delete web_contents->GetView()->GetContentNativeView();
574 aura::Window* content = web_contents->GetView()->GetContentNativeView();
web_contents_view_android.h 40 virtual gfx::NativeView GetContentNativeView() const OVERRIDE;
web_contents_view_gtk.cc 118 gfx::NativeView WebContentsViewGtk::GetContentNativeView() const {
250 gfx::NativeView content_view = GetContentNativeView();
377 DCHECK(GetContentNativeView());
web_contents_view_gtk.h 49 virtual gfx::NativeView GetContentNativeView() const OVERRIDE;
  /external/chromium/chrome/browser/ui/views/
dropdown_bar_host_win.cc 19 HWND hwnd = contents->GetContentNativeView();
constrained_html_delegate_gtk.cc 41 return html_tab_contents_.GetContentNativeView();
  /external/chromium_org/chrome/browser/ui/gtk/
tab_contents_container_gtk.cc 84 GtkWidget* widget = tab_->GetView()->GetContentNativeView();
173 gtk_widget_child_focus(tab_->GetView()->GetContentNativeView(), focus);
constrained_web_dialog_delegate_gtk.cc 148 GetContentNativeView());
  /external/chromium/chrome/browser/tab_contents/
tab_contents_view_gtk.h 52 virtual gfx::NativeView GetContentNativeView() const;
tab_contents_view_mac.h 59 virtual gfx::NativeView GetContentNativeView() const;
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_org/content/test/
test_web_contents_view.cc 45 gfx::NativeView TestWebContentsView::GetContentNativeView() const {
test_web_contents_view.h 39 virtual gfx::NativeView GetContentNativeView() const OVERRIDE;
  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_view_gtk.h 55 virtual gfx::NativeView GetContentNativeView() const;
tab_contents_view_touch.h 51 virtual gfx::NativeView GetContentNativeView() const OVERRIDE;
tab_contents_view_views.h 48 virtual gfx::NativeView GetContentNativeView() const OVERRIDE;

Completed in 554 milliseconds

1 2 3