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

1 2 3 4

  /external/chromium_org/ui/views/controls/native/
native_view_host_aura.cc 22 if (host_->native_view()) {
23 host_->native_view()->ClearProperty(views::kHostViewKey);
24 host_->native_view()->RemoveObserver(this);
31 host_->native_view()->AddObserver(this);
32 host_->native_view()->SetProperty(views::kHostViewKey,
38 host_->native_view()->ClearProperty(views::kHostViewKey);
39 host_->native_view()->RemoveObserver(this);
40 host_->native_view()->Hide();
41 if (host_->native_view()->parent())
42 Widget::ReparentNativeView(host_->native_view(), NULL)
    [all...]
native_view_host_win.cc 38 ShowWindow(host_->native_view(), SW_HIDE);
45 Widget::ReparentNativeView(host_->native_view(), ui::GetHiddenWindow());
51 if (!IsWindow(host_->native_view()))
53 HWND parent_hwnd = GetParent(host_->native_view());
56 SetParent(host_->native_view(), widget_hwnd);
58 ShowWindow(host_->native_view(), SW_SHOW);
60 ShowWindow(host_->native_view(), SW_HIDE);
65 if (!IsWindow(host_->native_view()))
67 ShowWindow(host_->native_view(), SW_HIDE);
68 SetParent(host_->native_view(), NULL)
    [all...]
  /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_org/chrome/browser/ui/ash/
ash_util.h 12 // Returns true if |native_view/native_window| exists within the Ash
14 bool IsNativeViewInAsh(gfx::NativeView native_view);
ash_util.cc 14 bool IsNativeViewInAsh(gfx::NativeView native_view) {
28 if ((*it)->Contains(native_view))
  /external/chromium_org/chrome/browser/ui/
host_desktop.cc 19 HostDesktopType GetHostDesktopTypeForNativeView(gfx::NativeView native_view) {
25 if (!native_view)
28 return IsNativeViewInAsh(native_view) ?
host_desktop.h 35 HostDesktopType GetHostDesktopTypeForNativeView(gfx::NativeView native_view);
  /external/chromium_org/chrome/browser/ui/android/extensions/
extension_view_android.h 18 gfx::NativeView native_view() const { return NULL; } function in class:ExtensionViewAndroid
  /external/chromium_org/chrome/browser/ui/cocoa/notifications/
balloon_view_host_mac.h 24 gfx::NativeView native_view() const;
  /external/chromium_org/chrome/browser/ui/gtk/notifications/
balloon_view_host_gtk.h 25 gfx::NativeView native_view() const;
balloon_view_host_gtk.cc 32 native_view(), new_size.width(), new_size.height());
35 gfx::NativeView BalloonViewHost::native_view() const { function in class:BalloonViewHost
  /external/chromium_org/chrome/browser/ui/views/notifications/
balloon_view_host.h 30 gfx::NativeView native_view() const { function in class:BalloonViewHost
31 return native_host_->native_view();
  /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_org/ui/views/controls/
native_control_win.cc 31 HWND hwnd = native_view();
53 native_view());
64 if (native_view())
65 EnableWindow(native_view(), enabled());
75 if (details.is_add && GetWidget() && !native_view())
83 if (!is_drawn && native_view()) {
86 HWND hwnd = native_view();
89 } else if (is_drawn && !native_view()) {
101 DCHECK(native_view());
102 SetFocus(native_view());
    [all...]
  /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();
  /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();
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_mac.h 31 BrowserAccessibilityCocoa* native_view() const { function in class:content::BrowserAccessibilityMac
  /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())
  /external/chromium_org/ui/views/widget/
native_widget_private.h 53 gfx::NativeView native_view);
60 gfx::NativeView native_view);
62 static void GetAllChildWidgets(gfx::NativeView native_view,
64 static void GetAllOwnedWidgets(gfx::NativeView native_view,
66 static void ReparentNativeView(gfx::NativeView native_view,
174 virtual void StackAbove(gfx::NativeView native_view) = 0;
176 virtual void StackBelow(gfx::NativeView native_view) = 0;
  /external/chromium_org/remoting/host/setup/
me2me_native_messaging_host_main.cc 56 std::string native_view = local
59 if (base::StringToInt64(native_view, &native_view_handle)) {
63 << "=" << native_view; local
  /external/chromium_org/chrome/browser/extensions/api/messaging/
native_process_launcher.cc 59 explicit NativeProcessLauncherImpl(gfx::NativeView native_view);
69 explicit Core(gfx::NativeView native_view);
106 NativeProcessLauncherImpl::Core::Core(gfx::NativeView native_view)
108 native_view_(native_view) {
257 gfx::NativeView native_view)
258 : core_(new Core(native_view)) {
275 gfx::NativeView native_view) {
277 new NativeProcessLauncherImpl(native_view));
  /external/chromium_org/ui/message_center/views/
toast_contents_view.cc 241 gfx::NativeView native_view = widget->GetNativeView();
242 if (!native_view || !collection_.get())
246 native_view)->GetDisplayNearestWindow(native_view));
254 gfx::NativeView native_view = widget->GetNativeView();
255 if (!native_view || !collection_.get())
259 native_view)->GetDisplayNearestWindow(native_view));

Completed in 250 milliseconds

1 2 3 4