HomeSort by relevance Sort by last modified time
    Searched defs:native_view (Results 1 - 24 of 24) sorted by null

  /external/chromium/chrome/browser/accessibility/
browser_accessibility_mac.h 31 BrowserAccessibilityCocoa* native_view() const { function in class:BrowserAccessibilityMac
  /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();
  /external/chromium_org/chrome/browser/ui/gtk/notifications/
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_org/content/browser/accessibility/
browser_accessibility_mac.h 31 BrowserAccessibilityCocoa* native_view() const { function in class:content::BrowserAccessibilityMac
  /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/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_org/chrome/browser/ui/gtk/extensions/
extension_view_gtk.cc 26 gfx::NativeView ExtensionViewGtk::native_view() { function in class:ExtensionViewGtk
  /external/chromium_org/ui/views/controls/native/
native_view_host.h 39 void Attach(gfx::NativeView native_view);
74 gfx::NativeView native_view() const { return native_view_; } function in class:views::NativeViewHost
  /external/chromium/chrome/browser/ui/views/
browser_bubble.h 96 gfx::NativeView native_view() const { return popup_->GetNativeView(); } function in class:BrowserBubble
  /external/chromium_org/ash/desktop_background/
desktop_background_view.cc 64 gfx::NativeView native_view = GetWidget()->GetNativeView(); local
65 gfx::Display display = gfx::Screen::GetScreenFor(native_view)->
66 GetDisplayNearestWindow(native_view);
  /external/chromium_org/ash/
popup_message.cc 196 gfx::NativeView native_view = widget_->GetNativeView(); local
198 native_view, views::corewm::WINDOW_VISIBILITY_ANIMATION_TYPE_VERTICAL);
200 native_view, views::corewm::ANIMATE_HIDE);
221 gfx::NativeView native_view = widget_->GetNativeView();
223 native_view, views::corewm::ANIMATE_NONE);
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_popup.cc 178 gfx::NativeView native_view = popup->GetWidget()->GetNativeView(); local
180 native_view,
183 native_view,
  /external/chromium_org/ui/views/focus/
focus_manager_unittest_win.cc 192 gfx::NativeView native_view = widget1->GetNativeView(); local
193 widget = views::Widget::GetTopLevelWidgetForNativeView(native_view);
197 native_view = widget2->GetNativeView();
198 widget = views::Widget::GetTopLevelWidgetForNativeView(native_view);
  /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;
  /external/chromium_org/ash/launcher/
launcher_tooltip_manager.cc 322 gfx::NativeView native_view = widget_->GetNativeView();
324 native_view, views::corewm::ANIMATE_NONE);
357 gfx::NativeView native_view = widget_->GetNativeView(); local
359 native_view, views::corewm::WINDOW_VISIBILITY_ANIMATION_TYPE_VERTICAL);
361 native_view, views::corewm::ANIMATE_HIDE);
  /external/chromium_org/content/shell/
shell_win.cc 244 gfx::NativeView native_view = shell->GetContentView(); local
245 if (native_view) {
246 SendMessage(native_view, message, wParam, lParam);
  /external/chromium_org/chrome/browser/extensions/api/messaging/
message_service.cc 327 gfx::NativeView native_view = local
333 native_view,
  /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_org/chrome/browser/ui/gtk/apps/
native_app_window_gtk.cc 56 gfx::NativeView native_view = local
58 gtk_container_add(GTK_CONTAINER(window_), native_view); local
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_view_views.cc 322 gfx::NativeView native_view = NULL; local
329 native_view = client->GetFocusedWindow();
332 model()->OnWillKillFocus(native_view);
  /external/chromium_org/ui/views/
view_unittest.cc 1565 gfx::NativeView native_view; member in struct:views::TestNativeViewHierarchy::NotificationInfo
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view.cc 2642 gfx::NativeView native_view = contents->GetView()->GetContentNativeView(); local
    [all...]

Completed in 715 milliseconds