HomeSort by relevance Sort by last modified time
    Searched refs:native_view (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium/chrome/browser/ui/gtk/notifications/
balloon_view_host_gtk.cc 20 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();
balloon_view_host_gtk.h 30 gfx::NativeView native_view() const;
  /external/chromium/chrome/browser/ui/gtk/infobars/
extension_infobar_gtk.cc 28 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/
balloon_view_host.h 33 gfx::NativeView native_view() const { function in class:BalloonViewHost
34 return native_host_->native_view();
balloon_view_host.cc 87 native_host_->Attach(view_gtk->native_view());
  /external/chromium/chrome/browser/accessibility/
browser_accessibility_mac.h 31 BrowserAccessibilityCocoa* native_view() const { function in class:BrowserAccessibilityMac
  /external/chromium/chrome/browser/ui/cocoa/notifications/
balloon_view_host_mac.h 28 gfx::NativeView native_view() const;
  /external/chromium/chrome/browser/ui/gtk/extensions/
extension_view_gtk.cc 24 gfx::NativeView ExtensionViewGtk::native_view() { function in class:ExtensionViewGtk
25 return render_widget_host_view_->native_view();
extension_view_gtk.h 33 gfx::NativeView native_view();
extension_popup_gtk.cc 123 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/ui/views/
dom_view.cc 19 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())
browser_bubble.h 96 gfx::NativeView native_view() const { return popup_->GetNativeView(); } function in class:BrowserBubble
keyboard_overlay_delegate.cc 54 view_->native_view());
  /external/chromium/chrome/browser/ui/cocoa/extensions/
extension_view_mac.h 33 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/
tab_contents_view_gtk.cc 182 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/
render_widget_host_view_gtk.h 94 virtual bool ContainsNativeView(gfx::NativeView native_view) const;
104 gfx::NativeView native_view() const { return view_.get(); } function in class:RenderWidgetHostViewGtk
render_widget_host_view_mac.h 182 RenderWidgetHostViewCocoa* native_view() const { return cocoa_view_; } function in class:RenderWidgetHostViewMac
226 virtual bool ContainsNativeView(gfx::NativeView native_view) const;
gtk_im_context_wrapper.cc 98 GtkWidget* widget = host_view->native_view();
318 g_object_get(gtk_widget_get_settings(GTK_WIDGET(host_view_->native_view())),
render_widget_host_view_win.cc 746 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);
    [all...]
render_widget_host_view_views.h 81 virtual bool ContainsNativeView(gfx::NativeView native_view) const OVERRIDE;
render_widget_host_view_win.h 161 virtual bool ContainsNativeView(gfx::NativeView native_view) const;
  /external/chromium/chrome/browser/extensions/
extension_host.cc 230 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/
extension_view.cc 128 if (native_view())
  /external/chromium/chrome/browser/chromeos/
native_dialog_window.cc 132 gfx::NativeView contents = contents_view_->native_view();
  /external/chromium/chrome/browser/tab_contents/
tab_contents_view_gtk.cc 149 gfx::NativeView content_view = view->native_view();

Completed in 8719 milliseconds

1 2