HomeSort by relevance Sort by last modified time
    Searched refs:GetContentNativeView (Results 1 - 21 of 21) 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();
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);
browser_window_gtk.cc     [all...]
gtk_util.cc     [all...]
  /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_protocol_dialog.cc 154 root_hwnd = GetAncestor(tab_contents_->GetContentNativeView(), GA_ROOT);
  /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());
tab_contents.h 474 gfx::NativeView GetContentNativeView() const;
    [all...]
  /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;
tab_contents_view_gtk.cc 208 gfx::NativeView TabContentsViewGtk::GetContentNativeView() const {
241 gfx::NativeView content_view = GetContentNativeView();
native_tab_contents_view_win.cc 292 SendMessage(delegate_->GetTabContents()->view()->GetContentNativeView(),
tab_contents_view_touch.cc 106 gfx::NativeView TabContentsViewTouch::GetContentNativeView() const {
tab_contents_view_views.cc 94 gfx::NativeView TabContentsViewViews::GetContentNativeView() const {
  /external/chromium/chrome/browser/ui/views/frame/
browser_view.cc     [all...]

Completed in 1947 milliseconds