/external/chromium/chrome/browser/ui/gtk/ |
D | tab_contents_drag_source.cc | 158 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()
|
D | tab_contents_container_gtk.cc | 141 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()
|
D | tab_contents_drag_source.h | 60 gfx::NativeView GetContentNativeView() const;
|
D | constrained_html_delegate_gtk.cc | 32 return tab_.tab_contents()->GetContentNativeView(); in GetFocusWidget()
|
D | browser_window_gtk.cc | 1988 if (!current_tab_contents || !current_tab_contents->GetContentNativeView() || in OnKeyPress() 1989 !gtk_widget_is_focus(current_tab_contents->GetContentNativeView())) { in OnKeyPress()
|
D | gtk_util.cc | 1235 if (current_tab && widget == current_tab->GetContentNativeView()) { in DoCutCopyPaste()
|
/external/chromium/chrome/browser/tab_contents/ |
D | tab_contents_view_gtk.cc | 171 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()
|
D | tab_contents_view_gtk.h | 52 virtual gfx::NativeView GetContentNativeView() const;
|
D | tab_contents_view_mac.h | 59 virtual gfx::NativeView GetContentNativeView() const;
|
D | tab_contents_view_mac.mm | 130 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());
|
D | tab_contents.h | 474 gfx::NativeView GetContentNativeView() const;
|
/external/chromium/chrome/browser/ui/views/ |
D | dropdown_bar_host_win.cc | 19 HWND hwnd = contents->GetContentNativeView(); in GetKeyboardEvent()
|
D | constrained_html_delegate_gtk.cc | 41 return html_tab_contents_.GetContentNativeView(); in GetFocusWidget()
|
D | external_protocol_dialog.cc | 154 root_hwnd = GetAncestor(tab_contents_->GetContentNativeView(), GA_ROOT); in ExternalProtocolDialog()
|
/external/chromium/chrome/browser/ui/views/tab_contents/ |
D | tab_contents_view_touch.h | 51 virtual gfx::NativeView GetContentNativeView() const OVERRIDE;
|
D | tab_contents_view_gtk.h | 55 virtual gfx::NativeView GetContentNativeView() const;
|
D | tab_contents_view_views.h | 48 virtual gfx::NativeView GetContentNativeView() const OVERRIDE;
|
D | tab_contents_view_gtk.cc | 208 gfx::NativeView TabContentsViewGtk::GetContentNativeView() const { in GetContentNativeView() function in TabContentsViewGtk 241 gfx::NativeView content_view = GetContentNativeView(); in SetPageTitle()
|
D | native_tab_contents_view_win.cc | 292 SendMessage(delegate_->GetTabContents()->view()->GetContentNativeView(), in ScrollCommon()
|
D | tab_contents_view_touch.cc | 106 gfx::NativeView TabContentsViewTouch::GetContentNativeView() const { in GetContentNativeView() function in TabContentsViewTouch
|
D | tab_contents_view_views.cc | 94 gfx::NativeView TabContentsViewViews::GetContentNativeView() const { in GetContentNativeView() function in TabContentsViewViews
|
/external/chromium/chrome/browser/ui/cocoa/extensions/ |
D | extension_infobar_controller.mm | 263 NSWindow* window = [(NSView*)tab_contents_->GetContentNativeView() window];
|
/external/chromium/chrome/browser/ui/views/frame/ |
D | browser_view.cc | 1198 RedrawWindow(preview->tab_contents()->view()->GetContentNativeView(), NULL,
|