Searched defs:GetNativeView (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/content/browser/android/
H A Dcontent_video_view.cc199 gfx::NativeView ContentVideoView::GetNativeView() { function in class:content::ContentVideoView
238 InitDisplaySleepBlocker(GetNativeView());
/external/chromium_org/content/browser/web_contents/
H A Dtouch_editable_impl_aura.cc245 return rwhva_ ? gfx::Rect(rwhva_->GetNativeView()->bounds().size()) :
249 gfx::NativeView TouchEditableImplAura::GetNativeView() const { function in class:content::TouchEditableImplAura
250 return rwhva_ ? rwhva_->GetNativeView()->GetToplevelWindow() : NULL;
256 aura::Window* window = rwhva_->GetNativeView();
266 aura::Window* window = rwhva_->GetNativeView();
H A Dweb_contents_view_android.cc56 gfx::NativeView WebContentsViewAndroid::GetNativeView() const { function in class:content::WebContentsViewAndroid
H A Dweb_contents_view_guest.cc48 gfx::NativeView WebContentsViewGuest::GetNativeView() const { function in class:content::WebContentsViewGuest
49 return platform_view_->GetNativeView();
56 return rwhv->GetNativeView();
70 parent_view->GetNativeView()->AddChild(platform_view_->GetNativeView());
79 // (platform_view_->GetNativeView()) is part of the embedder's view hierarchy,
H A Dweb_contents_view_aura.cc757 aura::Window* root_window = GetNativeView()->GetRootWindow();
759 gfx::Screen::GetScreenFor(GetNativeView())->GetCursorScreenPoint();
762 aura::Window* window = rvh->GetView()->GetNativeView();
974 gfx::NativeView WebContentsViewAura::GetNativeView() const { function in class:content::WebContentsViewAura
980 return rwhv ? rwhv->GetNativeView() : NULL;
1107 GetNativeView()->AddChild(view->GetNativeView());
1120 aura::client::SetDragDropDelegate(view->GetNativeView(), this);
1185 aura::Window* root_window = GetNativeView()->GetRootWindow();
1203 new WebDragSourceAura(GetNativeView(), web_contents
[all...]
H A Dweb_contents_impl.cc1432 create_params.context = view_->GetNativeView();
1539 base::mac::NSObjectRetain(widget_view->GetNativeView());
1586 widget_host_view->InitAsChild(GetRenderWidgetHostView()->GetNativeView());
1611 base::mac::NSObjectRelease(widget_host_view->GetNativeView());
1959 gfx::NativeView WebContentsImpl::GetNativeView() { function in class:content::WebContentsImpl
1960 return view_->GetNativeView();
2921 ->InitDisplaySleepBlocker(GetView()->GetNativeView());
/external/chromium_org/content/browser/frame_host/
H A Drender_widget_host_view_child_frame.cc73 gfx::NativeView RenderWidgetHostViewChildFrame::GetNativeView() const { function in class:content::RenderWidgetHostViewChildFrame
H A Drender_frame_host_impl.cc215 gfx::NativeView RenderFrameHostImpl::GetNativeView() { function in class:content::RenderFrameHostImpl
219 return view->GetNativeView();
H A Drender_widget_host_view_guest.cc247 gfx::NativeView RenderWidgetHostViewGuest::GetNativeView() const { function in class:content::RenderWidgetHostViewGuest
254 return rwhv->GetNativeView();
/external/chromium_org/chrome/browser/ui/views/omnibox/
H A Domnibox_view_views.cc530 gfx::NativeView OmniboxViewViews::GetNativeView() const { function in class:OmniboxViewViews
531 return GetWidget()->GetNativeView();
535 return GetWidget()->GetTopLevelWidget()->GetNativeView();
817 aura::client::GetFocusClient(widget->GetNativeView());
/external/chromium_org/content/test/
H A Dtest_render_view_host.cc59 gfx::NativeView TestRenderWidgetHostView::GetNativeView() const { function in class:content::TestRenderWidgetHostView
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_android.cc332 gfx::NativeView RenderWidgetHostViewAndroid::GetNativeView() const { function in class:content::RenderWidgetHostViewAndroid
H A Drender_widget_host_view_aura.cc151 widget->GetNativeView()->GetHost()) {
152 HWND parent = widget->GetNativeView()->GetHost()->GetAcceleratedWidget();
175 params->widget->GetNativeView()->GetHost()->GetAcceleratedWidget();
569 GetNativeView()->GetHost()->GetAcceleratedWidget());
624 gfx::NativeView RenderWidgetHostViewAura::GetNativeView() const { function in class:content::RenderWidgetHostViewAura
2181 gfx::Screen::GetScreenFor(GetNativeView())->GetCursorScreenPoint();
/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield.cc999 gfx::NativeView native_view = GetWidget()->GetNativeView();
1073 gfx::NativeView Textfield::GetNativeView() const { function in class:views::Textfield
1074 return GetWidget()->GetNativeView();
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_native_widget_aura.cc113 top_level_handler->top_level_widget_->GetNativeView();
127 window == top_level_widget_->GetNativeView()) {
133 DCHECK(top_level_widget_->GetNativeView());
134 top_level_widget_->GetNativeView()->RemoveObserver(this);
378 view_for_activation->GetWidget()->GetNativeView());
569 gfx::NativeView DesktopNativeWidgetAura::GetNativeView() const { function in class:views::DesktopNativeWidgetAura
/external/chromium_org/ui/views/widget/
H A Dnative_widget_aura.cc212 gfx::NativeView NativeWidgetAura::GetNativeView() const { function in class:views::NativeWidgetAura
221 NativeWidgetPrivate* native_widget = GetTopLevelNativeWidget(GetNativeView());
H A Dwidget.cc388 gfx::NativeView Widget::GetNativeView() const { function in class:views::Widget
389 return native_widget_->GetNativeView();
517 gfx::Screen::GetScreenFor(GetNativeView())->GetDisplayNearestPoint(
545 native_widget_->StackAbove(widget->GetNativeView());
1043 GetNativeView());
1047 WidgetFocusManager::GetInstance()->OnWidgetFocusEvent(GetNativeView(),

Completed in 420 milliseconds