Searched refs:native_view (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium/chrome/browser/ui/gtk/notifications/
H A Dballoon_view_host_gtk.cc20 native_view(), new_size.width(), new_size.height());
23 gfx::NativeView BalloonViewHost::native_view() const { function in class:BalloonViewHost
24 return render_widget_host_view_->native_view();
H A Dballoon_view_host_gtk.h30 gfx::NativeView native_view() const;
/external/chromium/chrome/browser/ui/gtk/infobars/
H A Dextension_infobar_gtk.cc28 gtk_widget_unparent(view_->native_view());
64 if (gtk_widget_get_parent(view_->native_view())) {
65 gtk_widget_reparent(view_->native_view(), hbox_);
66 gtk_box_set_child_packing(GTK_BOX(hbox_), view_->native_view(),
69 gtk_box_pack_start(GTK_BOX(hbox_), view_->native_view(), TRUE, TRUE, 0);
72 g_signal_connect(view_->native_view(), "size_allocate",
/external/chromium/chrome/browser/ui/views/notifications/
H A Dballoon_view_host.h33 gfx::NativeView native_view() const { function in class:BalloonViewHost
34 return native_host_->native_view();
H A Dballoon_view_host.cc87 native_host_->Attach(view_gtk->native_view());
/external/chromium/chrome/browser/ui/gtk/extensions/
H A Dextension_view_gtk.cc24 gfx::NativeView ExtensionViewGtk::native_view() { function in class:ExtensionViewGtk
25 return render_widget_host_view_->native_view();
H A Dextension_view_gtk.h33 gfx::NativeView native_view();
H A Dextension_popup_gtk.cc123 host_->view()->native_view(),
154 gtk_widget_set_size_request(view->native_view(), width, height);
172 return gfx::Rect(host_->view()->native_view()->allocation);
/external/chromium/chrome/browser/accessibility/
H A Dbrowser_accessibility_mac.h31 BrowserAccessibilityCocoa* native_view() const { function in class:BrowserAccessibilityMac
/external/chromium/chrome/browser/ui/cocoa/notifications/
H A Dballoon_view_host_mac.h28 gfx::NativeView native_view() const;
/external/chromium/chrome/browser/ui/views/
H A Ddom_view.cc19 if (native_view())
29 // Attach the native_view now if the view is already added to Widget.
59 // Attach the native_view when this is added to Widget if
62 if (is_add && GetWidget() && !native_view() && tab_contents_.get())
64 else if (!is_add && child == this && native_view())
H A Dkeyboard_overlay_delegate.cc54 view_->native_view());
H A Dbrowser_bubble.h96 gfx::NativeView native_view() const { return popup_->GetNativeView(); } function in class:BrowserBubble
/external/chromium/chrome/browser/ui/cocoa/extensions/
H A Dextension_view_mac.h33 gfx::NativeView native_view();
77 // Created by us, but owned by its |native_view()|. We |release| the
/external/chromium/chrome/browser/ui/views/tab_contents/
H A Dtab_contents_view_gtk.cc182 g_signal_connect(view->native_view(), "focus",
184 g_signal_connect(view->native_view(), "leave-notify-event",
186 g_signal_connect(view->native_view(), "motion-notify-event",
188 g_signal_connect(view->native_view(), "scroll-event",
190 gtk_widget_add_events(view->native_view(), GDK_LEAVE_NOTIFY_MASK |
194 views::WidgetGtk::RegisterChildExposeHandler(view->native_view());
198 drag_dest_.reset(new WebDragDestGtk(tab_contents(), view->native_view()));
200 gtk_fixed_put(GTK_FIXED(GetNativeView()), view->native_view(), 0, 0);
/external/chromium/chrome/browser/renderer_host/
H A Drender_widget_host_view_gtk.h94 virtual bool ContainsNativeView(gfx::NativeView native_view) const;
104 gfx::NativeView native_view() const { return view_.get(); } function in class:RenderWidgetHostViewGtk
H A Drender_widget_host_view_mac.h182 RenderWidgetHostViewCocoa* native_view() const { return cocoa_view_; } function in class:RenderWidgetHostViewMac
226 virtual bool ContainsNativeView(gfx::NativeView native_view) const;
H A Dgtk_im_context_wrapper.cc98 GtkWidget* widget = host_view->native_view();
318 g_object_get(gtk_widget_get_settings(GTK_WIDGET(host_view_->native_view())),
H A Drender_widget_host_view_win.cc746 gfx::NativeView native_view) const {
747 if (m_hWnd == native_view)
750 // Traverse the set of parents of the given view to determine if native_view
752 HWND parent_window = ::GetParent(native_view);
1783 gfx::NativeView native_view) {
1784 return ::IsWindow(native_view) ?
1786 ViewProp::GetValue(native_view, kRenderWidgetHostViewKey)) : NULL;
1782 GetRenderWidgetHostViewFromNativeView( gfx::NativeView native_view) argument
H A Drender_widget_host_view_views.h81 virtual bool ContainsNativeView(gfx::NativeView native_view) const OVERRIDE;
H A Drender_widget_host_view_win.h161 virtual bool ContainsNativeView(gfx::NativeView native_view) const;
/external/chromium/chrome/browser/extensions/
H A Dextension_host.cc230 return view() ? view()->native_view() : NULL;
462 gfx::NativeView native_view = GetNativeViewOfHost(); local
463 if (native_view)
464 return platform_util::GetTopLevel(native_view);
/external/chromium/chrome/browser/ui/views/extensions/
H A Dextension_view.cc128 if (native_view())
/external/chromium/chrome/browser/chromeos/
H A Dnative_dialog_window.cc132 gfx::NativeView contents = contents_view_->native_view();
/external/chromium/chrome/browser/tab_contents/
H A Dtab_contents_view_gtk.cc149 gfx::NativeView content_view = view->native_view();

Completed in 895 milliseconds

12