Home
last modified time | relevance | path

Searched refs:GetContentNativeView (Results 1 – 23 of 23) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/
Dtab_contents_drag_source.cc158 gfx::Point client = gtk_util::ClientPoint(GetContentNativeView()); in DidProcessEvent()
277 gfx::Point root = gtk_util::ScreenPoint(GetContentNativeView()); in OnDragFailed()
278 gfx::Point client = gtk_util::ClientPoint(GetContentNativeView()); in OnDragFailed()
349 gfx::Point root = gtk_util::ScreenPoint(GetContentNativeView()); in OnDragEnd()
350 gfx::Point client = gtk_util::ClientPoint(GetContentNativeView()); in OnDragEnd()
365 gfx::NativeView TabContentsDragSource::GetContentNativeView() const { in GetContentNativeView() function in TabContentsDragSource
366 return tab_contents_view_->GetContentNativeView(); in GetContentNativeView()
Dtab_contents_container_gtk.cc141 if (tab->tab_contents()->GetContentNativeView()) { in PackTab()
143 tab->tab_contents()->GetContentNativeView()->window; in PackTab()
198 gtk_widget_child_focus(tab_->tab_contents()->GetContentNativeView(), focus); in OnFocus()
Dtab_contents_drag_source.h60 gfx::NativeView GetContentNativeView() const;
Dconstrained_html_delegate_gtk.cc32 return tab_.tab_contents()->GetContentNativeView(); in GetFocusWidget()
Dbrowser_window_gtk.cc1988 if (!current_tab_contents || !current_tab_contents->GetContentNativeView() || in OnKeyPress()
1989 !gtk_widget_is_focus(current_tab_contents->GetContentNativeView())) { in OnKeyPress()
Dgtk_util.cc1235 if (current_tab && widget == current_tab->GetContentNativeView()) { in DoCutCopyPaste()
/external/chromium/chrome/browser/tab_contents/
Dtab_contents_view_gtk.cc171 gfx::NativeView TabContentsViewGtk::GetContentNativeView() const { in GetContentNativeView() function in TabContentsViewGtk
199 gfx::NativeView content_view = GetContentNativeView(); in SetPageTitle()
230 GtkWidget* widget = GetContentNativeView(); in Focus()
355 DCHECK(GetContentNativeView()); in StartDragging()
Dtab_contents_view_gtk.h52 virtual gfx::NativeView GetContentNativeView() const;
Dtab_contents_view_mac.h59 virtual gfx::NativeView GetContentNativeView() const;
Dtab_contents_view_mac.mm130 gfx::NativeView TabContentsViewMac::GetContentNativeView() const { function
202 [[cocoa_view_.get() window] makeFirstResponder:GetContentNativeView()];
203 [[cocoa_view_.get() window] makeKeyAndOrderFront:GetContentNativeView()];
210 [[cocoa_view_.get() window] makeFirstResponder:GetContentNativeView()];
263 GetContentNativeView());
Dtab_contents.h474 gfx::NativeView GetContentNativeView() const;
/external/chromium/chrome/browser/ui/views/
Ddropdown_bar_host_win.cc19 HWND hwnd = contents->GetContentNativeView(); in GetKeyboardEvent()
Dconstrained_html_delegate_gtk.cc41 return html_tab_contents_.GetContentNativeView(); in GetFocusWidget()
Dexternal_protocol_dialog.cc154 root_hwnd = GetAncestor(tab_contents_->GetContentNativeView(), GA_ROOT); in ExternalProtocolDialog()
/external/chromium/chrome/browser/ui/views/tab_contents/
Dtab_contents_view_touch.h51 virtual gfx::NativeView GetContentNativeView() const OVERRIDE;
Dtab_contents_view_gtk.h55 virtual gfx::NativeView GetContentNativeView() const;
Dtab_contents_view_views.h48 virtual gfx::NativeView GetContentNativeView() const OVERRIDE;
Dtab_contents_view_gtk.cc208 gfx::NativeView TabContentsViewGtk::GetContentNativeView() const { in GetContentNativeView() function in TabContentsViewGtk
241 gfx::NativeView content_view = GetContentNativeView(); in SetPageTitle()
Dnative_tab_contents_view_win.cc292 SendMessage(delegate_->GetTabContents()->view()->GetContentNativeView(), in ScrollCommon()
Dtab_contents_view_touch.cc106 gfx::NativeView TabContentsViewTouch::GetContentNativeView() const { in GetContentNativeView() function in TabContentsViewTouch
Dtab_contents_view_views.cc94 gfx::NativeView TabContentsViewViews::GetContentNativeView() const { in GetContentNativeView() function in TabContentsViewViews
/external/chromium/chrome/browser/ui/cocoa/extensions/
Dextension_infobar_controller.mm263 NSWindow* window = [(NSView*)tab_contents_->GetContentNativeView() window];
/external/chromium/chrome/browser/ui/views/frame/
Dbrowser_view.cc1198 RedrawWindow(preview->tab_contents()->view()->GetContentNativeView(), NULL,