/external/chromium/chrome/browser/ui/gtk/infobars/ |
D | extension_infobar_gtk.cc | 28 gtk_widget_unparent(view_->native_view()); in ~ExtensionInfoBarGtk() 64 if (gtk_widget_get_parent(view_->native_view())) { in BuildWidgets() 65 gtk_widget_reparent(view_->native_view(), hbox_); in BuildWidgets() 66 gtk_box_set_child_packing(GTK_BOX(hbox_), view_->native_view(), in BuildWidgets() 69 gtk_box_pack_start(GTK_BOX(hbox_), view_->native_view(), TRUE, TRUE, 0); in BuildWidgets() 72 g_signal_connect(view_->native_view(), "size_allocate", in BuildWidgets()
|
/external/chromium/chrome/browser/ui/gtk/notifications/ |
D | balloon_view_host_gtk.cc | 20 native_view(), new_size.width(), new_size.height()); in UpdateActualSize() 23 gfx::NativeView BalloonViewHost::native_view() const { in native_view() function in BalloonViewHost 24 return render_widget_host_view_->native_view(); in native_view()
|
D | balloon_view_host_gtk.h | 30 gfx::NativeView native_view() const;
|
/external/chromium/chrome/browser/ui/views/ |
D | dom_view.cc | 19 if (native_view()) in ~DOMView() 62 if (is_add && GetWidget() && !native_view() && tab_contents_.get()) in ViewHierarchyChanged() 64 else if (!is_add && child == this && native_view()) in ViewHierarchyChanged()
|
D | keyboard_overlay_delegate.cc | 54 view_->native_view()); in GetDialogSize()
|
D | browser_bubble.h | 96 gfx::NativeView native_view() const { return popup_->GetNativeView(); } in native_view() function
|
/external/chromium/chrome/browser/ui/cocoa/notifications/ |
D | balloon_view_host_mac.mm | 19 NSView* view = render_widget_host_view_->native_view(); 28 gfx::NativeView BalloonViewHost::native_view() const { function 29 return render_widget_host_view_->native_view();
|
D | balloon_view_host_mac.h | 28 gfx::NativeView native_view() const;
|
/external/chromium/chrome/browser/ui/views/tab_contents/ |
D | tab_contents_view_gtk.cc | 182 g_signal_connect(view->native_view(), "focus", in CreateViewForWidget() 184 g_signal_connect(view->native_view(), "leave-notify-event", in CreateViewForWidget() 186 g_signal_connect(view->native_view(), "motion-notify-event", in CreateViewForWidget() 188 g_signal_connect(view->native_view(), "scroll-event", in CreateViewForWidget() 190 gtk_widget_add_events(view->native_view(), GDK_LEAVE_NOTIFY_MASK | in CreateViewForWidget() 194 views::WidgetGtk::RegisterChildExposeHandler(view->native_view()); in CreateViewForWidget() 198 drag_dest_.reset(new WebDragDestGtk(tab_contents(), view->native_view())); in CreateViewForWidget() 200 gtk_fixed_put(GTK_FIXED(GetNativeView()), view->native_view(), 0, 0); in CreateViewForWidget()
|
/external/chromium/chrome/browser/ui/cocoa/extensions/ |
D | extension_view_mac.mm | 28 [render_widget_host_view_->native_view() release]; 35 gfx::NativeView ExtensionViewMac::native_view() { function 37 return render_widget_host_view_->native_view(); 59 NSView* view = native_view(); 112 [render_widget_host_view_->native_view() retain];
|
D | extension_view_mac.h | 33 gfx::NativeView native_view();
|
/external/chromium/chrome/browser/ui/views/notifications/ |
D | balloon_view_host.h | 33 gfx::NativeView native_view() const { in native_view() function 34 return native_host_->native_view(); in native_view()
|
D | balloon_view_host.cc | 87 native_host_->Attach(view_gtk->native_view()); in InitRenderWidgetHostView()
|
/external/chromium/chrome/browser/extensions/ |
D | extension_host_mac.mm | 33 [widget_view_mac->native_view() retain]; 48 [widget_view_mac->native_view() release]; 59 static_cast<ChromeEventProcessingWindow*>([view()->native_view() window]);
|
D | extension_host.cc | 230 return view() ? view()->native_view() : NULL; in GetNativeViewOfHost() 462 gfx::NativeView native_view = GetNativeViewOfHost(); in GetMessageBoxRootWindow() local 463 if (native_view) in GetMessageBoxRootWindow() 464 return platform_util::GetTopLevel(native_view); in GetMessageBoxRootWindow()
|
/external/chromium/chrome/browser/ui/gtk/extensions/ |
D | extension_view_gtk.cc | 24 gfx::NativeView ExtensionViewGtk::native_view() { in native_view() function in ExtensionViewGtk 25 return render_widget_host_view_->native_view(); in native_view()
|
D | extension_popup_gtk.cc | 123 host_->view()->native_view(), in ShowPopup() 154 gtk_widget_set_size_request(view->native_view(), width, height); in OnExtensionPreferredSizeChanged() 172 return gfx::Rect(host_->view()->native_view()->allocation); in GetViewBounds()
|
D | extension_view_gtk.h | 33 gfx::NativeView native_view();
|
/external/chromium/chrome/browser/renderer_host/ |
D | render_widget_host_view_gtk.h | 94 virtual bool ContainsNativeView(gfx::NativeView native_view) const; 104 gfx::NativeView native_view() const { return view_.get(); } in native_view() function
|
D | render_widget_host_view_mac.h | 182 RenderWidgetHostViewCocoa* native_view() const { return cocoa_view_; } in native_view() function 226 virtual bool ContainsNativeView(gfx::NativeView native_view) const;
|
D | gtk_im_context_wrapper.cc | 98 GtkWidget* widget = host_view->native_view(); in GtkIMContextWrapper() 318 g_object_get(gtk_widget_get_settings(GTK_WIDGET(host_view_->native_view())), in AppendInputMethodsContextMenu()
|
D | render_widget_host_view_win.cc | 746 gfx::NativeView native_view) const { in ContainsNativeView() 747 if (m_hWnd == native_view) in ContainsNativeView() 752 HWND parent_window = ::GetParent(native_view); in ContainsNativeView() 1783 gfx::NativeView native_view) { in GetRenderWidgetHostViewFromNativeView() argument 1784 return ::IsWindow(native_view) ? in GetRenderWidgetHostViewFromNativeView() 1786 ViewProp::GetValue(native_view, kRenderWidgetHostViewKey)) : NULL; in GetRenderWidgetHostViewFromNativeView()
|
D | render_widget_host_view_mac_unittest.mm | 30 // Owned by its |native_view()|, i.e. |rwhv_cocoa_|. 32 rwhv_cocoa_.reset([rwhv_mac_->native_view() retain]);
|
/external/chromium/chrome/browser/accessibility/ |
D | browser_accessibility_mac.h | 31 BrowserAccessibilityCocoa* native_view() const { in native_view() function
|
D | browser_accessibility_mac.mm | 59 native_view();
|