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

1 2

  /external/chromium/chrome/browser/accessibility/
browser_accessibility_mac.h 31 BrowserAccessibilityCocoa* native_view() const { function in class:BrowserAccessibilityMac
  /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/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/chrome/browser/ui/views/
color_chooser_win.cc 107 gfx::NativeView native_view = web_contents->GetView()->GetNativeView(); local
108 if (GetHostDesktopTypeForNativeView(native_view) == HOST_DESKTOP_TYPE_ASH)
  /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/ui/views/controls/native/
native_view_host.h 43 void Attach(gfx::NativeView native_view);
78 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/
popup_message.cc 195 gfx::NativeView native_view = widget_->GetNativeView(); local
197 native_view, views::corewm::WINDOW_VISIBILITY_ANIMATION_TYPE_VERTICAL);
199 native_view, views::corewm::ANIMATE_HIDE);
220 gfx::NativeView native_view = widget_->GetNativeView();
222 native_view, views::corewm::ANIMATE_NONE);
  /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/desktop_background/
desktop_background_view.cc 100 gfx::NativeView native_view = GetWidget()->GetNativeView(); local
101 gfx::Display display = gfx::Screen::GetScreenFor(native_view)->
102 GetDisplayNearestWindow(native_view);
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_popup.cc 220 gfx::NativeView native_view = popup->GetWidget()->GetNativeView(); local
222 native_view,
225 native_view,
  /external/chromium_org/ash/shelf/
shelf_tooltip_manager.cc 326 gfx::NativeView native_view = widget_->GetNativeView();
328 native_view, views::corewm::ANIMATE_NONE);
361 gfx::NativeView native_view = widget_->GetNativeView(); local
363 native_view, views::corewm::WINDOW_VISIBILITY_ANIMATION_TYPE_VERTICAL);
365 native_view, views::corewm::ANIMATE_HIDE);
  /external/chromium_org/chrome/browser/renderer_host/pepper/
pepper_output_protection_message_filter.cc 80 gfx::NativeView native_view = view->GetNativeView();
81 gfx::Screen* screen = gfx::Screen::GetScreenFor(native_view);
84 gfx::Display display = screen->GetDisplayNearestWindow(native_view);
145 gfx::NativeView native_view = view->GetNativeView(); local
146 native_view->RemoveObserver(this);
162 gfx::NativeView native_view = view->GetNativeView();
165 native_view->AddObserver(this);
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_popup_view_views.cc 141 gfx::NativeView native_view = GetWidget()->GetNativeView(); local
142 gfx::Screen* screen = gfx::Screen::GetScreenFor(native_view);
  /external/chromium_org/content/shell/browser/
shell_win.cc 244 gfx::NativeView native_view = shell->GetContentView(); local
245 if (native_view) {
246 SendMessage(native_view, message, wParam, lParam);
  /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/extensions/api/messaging/
message_service.cc 366 gfx::NativeView native_view = local
372 native_view,

Completed in 376 milliseconds

1 2