Home
last modified time | relevance | path

Searched refs:native_view (Results 1 – 25 of 39) sorted by relevance

12

/external/chromium/chrome/browser/ui/gtk/infobars/
Dextension_infobar_gtk.cc28 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/
Dballoon_view_host_gtk.cc20 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()
Dballoon_view_host_gtk.h30 gfx::NativeView native_view() const;
/external/chromium/chrome/browser/ui/views/
Ddom_view.cc19 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()
Dkeyboard_overlay_delegate.cc54 view_->native_view()); in GetDialogSize()
Dbrowser_bubble.h96 gfx::NativeView native_view() const { return popup_->GetNativeView(); } in native_view() function
/external/chromium/chrome/browser/ui/cocoa/notifications/
Dballoon_view_host_mac.mm19 NSView* view = render_widget_host_view_->native_view();
28 gfx::NativeView BalloonViewHost::native_view() const { function
29 return render_widget_host_view_->native_view();
Dballoon_view_host_mac.h28 gfx::NativeView native_view() const;
/external/chromium/chrome/browser/ui/views/tab_contents/
Dtab_contents_view_gtk.cc182 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/
Dextension_view_mac.mm28 [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];
Dextension_view_mac.h33 gfx::NativeView native_view();
/external/chromium/chrome/browser/ui/views/notifications/
Dballoon_view_host.h33 gfx::NativeView native_view() const { in native_view() function
34 return native_host_->native_view(); in native_view()
Dballoon_view_host.cc87 native_host_->Attach(view_gtk->native_view()); in InitRenderWidgetHostView()
/external/chromium/chrome/browser/extensions/
Dextension_host_mac.mm33 [widget_view_mac->native_view() retain];
48 [widget_view_mac->native_view() release];
59 static_cast<ChromeEventProcessingWindow*>([view()->native_view() window]);
Dextension_host.cc230 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/
Dextension_view_gtk.cc24 gfx::NativeView ExtensionViewGtk::native_view() { in native_view() function in ExtensionViewGtk
25 return render_widget_host_view_->native_view(); in native_view()
Dextension_popup_gtk.cc123 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()
Dextension_view_gtk.h33 gfx::NativeView native_view();
/external/chromium/chrome/browser/renderer_host/
Drender_widget_host_view_gtk.h94 virtual bool ContainsNativeView(gfx::NativeView native_view) const;
104 gfx::NativeView native_view() const { return view_.get(); } in native_view() function
Drender_widget_host_view_mac.h182 RenderWidgetHostViewCocoa* native_view() const { return cocoa_view_; } in native_view() function
226 virtual bool ContainsNativeView(gfx::NativeView native_view) const;
Dgtk_im_context_wrapper.cc98 GtkWidget* widget = host_view->native_view(); in GtkIMContextWrapper()
318 g_object_get(gtk_widget_get_settings(GTK_WIDGET(host_view_->native_view())), in AppendInputMethodsContextMenu()
Drender_widget_host_view_win.cc746 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()
Drender_widget_host_view_mac_unittest.mm30 // Owned by its |native_view()|, i.e. |rwhv_cocoa_|.
32 rwhv_cocoa_.reset([rwhv_mac_->native_view() retain]);
/external/chromium/chrome/browser/accessibility/
Dbrowser_accessibility_mac.h31 BrowserAccessibilityCocoa* native_view() const { in native_view() function
Dbrowser_accessibility_mac.mm59 native_view();

12