Searched defs:native_view (Results 1 - 25 of 37) sorted by relevance

12

/external/chromium/chrome/browser/accessibility/
H A Dbrowser_accessibility_mac.h31 BrowserAccessibilityCocoa* native_view() const { function in class:BrowserAccessibilityMac
/external/chromium_org/chrome/browser/ui/ash/
H A Dash_util.cc14 bool IsNativeViewInAsh(gfx::NativeView native_view) { argument
28 if ((*it)->Contains(native_view))
/external/chromium_org/chrome/browser/ui/
H A Dhost_desktop.cc19 HostDesktopType GetHostDesktopTypeForNativeView(gfx::NativeView native_view) { argument
25 if (!native_view)
28 return IsNativeViewInAsh(native_view) ?
/external/chromium_org/content/browser/accessibility/
H A Dbrowser_accessibility_mac.h31 BrowserAccessibilityCocoa* native_view() const { function in class:content::BrowserAccessibilityMac
/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();
/external/chromium_org/chrome/browser/ui/gtk/notifications/
H A Dballoon_view_host_gtk.cc32 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/
H A Dballoon_view_host.h30 gfx::NativeView native_view() const { function in class:BalloonViewHost
31 return native_host_->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();
/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();
/external/chromium_org/chrome/browser/ui/gtk/extensions/
H A Dextension_view_gtk.cc26 gfx::NativeView ExtensionViewGtk::native_view() { function in class:ExtensionViewGtk
/external/chromium_org/ui/views/widget/
H A Dnative_widget_aura_window_observer.cc14 gfx::NativeView native_view,
16 : native_view_(native_view),
13 NativeWidgetAuraWindowObserver( gfx::NativeView native_view, internal::NativeWidgetDelegate* delegate) argument
H A Droot_view.cc106 gfx::NativeView native_view) {
107 PropagateNativeViewHierarchyChanged(attached, native_view, this);
105 NotifyNativeViewHierarchyChanged(bool attached, gfx::NativeView native_view) argument
/external/chromium_org/ui/views/controls/native/
H A Dnative_view_host.h39 void Attach(gfx::NativeView native_view);
74 gfx::NativeView native_view() const { return native_view_; } function in class:views::NativeViewHost
H A Dnative_view_host.cc40 void NativeViewHost::Attach(gfx::NativeView native_view) { argument
41 DCHECK(native_view);
43 native_view_ = native_view;
211 Widget::GetAllChildWidgets(native_view(), &widgets);
/external/chromium_org/ui/views/focus/
H A Dfocus_manager_unittest_win.cc192 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/
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;
/external/chromium/chrome/browser/ui/views/
H A Dbrowser_bubble.h96 gfx::NativeView native_view() const { return popup_->GetNativeView(); } function in class:BrowserBubble
/external/chromium_org/ash/desktop_background/
H A Ddesktop_background_view.cc64 gfx::NativeView native_view = GetWidget()->GetNativeView(); local
65 gfx::Display display = gfx::Screen::GetScreenFor(native_view)->
66 GetDisplayNearestWindow(native_view);
/external/chromium_org/ash/
H A Dpopup_message.cc196 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/extensions/api/messaging/
H A Dnative_process_launcher.cc57 explicit NativeProcessLauncherImpl(gfx::NativeView native_view);
67 explicit Core(gfx::NativeView native_view);
102 NativeProcessLauncherImpl::Core::Core(gfx::NativeView native_view) argument
104 native_view_(native_view) {
249 gfx::NativeView native_view)
250 : core_(new Core(native_view)) {
267 gfx::NativeView native_view) {
269 new NativeProcessLauncherImpl(native_view));
248 NativeProcessLauncherImpl( gfx::NativeView native_view) argument
266 CreateDefault( gfx::NativeView native_view) argument
H A Dnative_message_process_host.cc81 gfx::NativeView native_view,
88 NativeProcessLauncher::CreateDefault(native_view));
80 Create( gfx::NativeView native_view, base::WeakPtr<Client> weak_client_ui, const std::string& source_extension_id, const std::string& native_host_name, int destination_port) argument
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dextension_popup.cc178 gfx::NativeView native_view = popup->GetWidget()->GetNativeView(); local
180 native_view,
183 native_view,
/external/chromium_org/ash/launcher/
H A Dlauncher_tooltip_manager.cc322 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/
H A Dshell_win.cc244 gfx::NativeView native_view = shell->GetContentView(); local
245 if (native_view) {
246 SendMessage(native_view, message, wParam, lParam);

Completed in 529 milliseconds

12