Searched defs:GetNativeView (Results 1 - 18 of 18) sorted by last modified time

/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield.cc1043 gfx::NativeView native_view = GetWidget()->GetNativeView();
1117 gfx::NativeView Textfield::GetNativeView() const { function in class:views::Textfield
1118 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());
566 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());
1054 GetNativeView());
1058 WidgetFocusManager::GetInstance()->OnWidgetFocusEvent(GetNativeView(),
/external/chromium_org/content/test/
H A Dtest_render_view_host.cc64 gfx::NativeView TestRenderWidgetHostView::GetNativeView() const { function in class:content::TestRenderWidgetHostView
/external/chromium_org/content/browser/android/
H A Dcontent_video_view.cc237 gfx::NativeView ContentVideoView::GetNativeView() { function in class:content::ContentVideoView
272 InitDisplaySleepBlocker(GetNativeView());
/external/chromium_org/content/browser/frame_host/
H A Drender_frame_host_impl.cc259 gfx::NativeView RenderFrameHostImpl::GetNativeView() { function in class:content::RenderFrameHostImpl
263 return view->GetNativeView();
H A Drender_widget_host_view_child_frame.cc78 gfx::NativeView RenderWidgetHostViewChildFrame::GetNativeView() const { function in class:content::RenderWidgetHostViewChildFrame
H A Drender_widget_host_view_guest.cc242 gfx::NativeView RenderWidgetHostViewGuest::GetNativeView() const { function in class:content::RenderWidgetHostViewGuest
249 return rwhv->GetNativeView();
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_android.cc451 gfx::NativeView RenderWidgetHostViewAndroid::GetNativeView() const { function in class:content::RenderWidgetHostViewAndroid
H A Drender_widget_host_view_aura.cc153 widget->GetNativeView()->GetHost()) {
154 HWND parent = widget->GetNativeView()->GetHost()->GetAcceleratedWidget();
177 params->widget->GetNativeView()->GetHost()->GetAcceleratedWidget();
606 GetNativeView()->GetHost()->GetAcceleratedWidget());
665 gfx::NativeView RenderWidgetHostViewAura::GetNativeView() const { function in class:content::RenderWidgetHostViewAura
2290 gfx::Screen::GetScreenFor(GetNativeView())->GetCursorScreenPoint();
/external/chromium_org/content/browser/web_contents/
H A Dtouch_editable_impl_aura.cc225 return rwhva_ ? gfx::Rect(rwhva_->GetNativeView()->bounds().size()) :
229 gfx::NativeView TouchEditableImplAura::GetNativeView() const { function in class:content::TouchEditableImplAura
230 return rwhva_ ? rwhva_->GetNativeView()->GetToplevelWindow() : NULL;
236 aura::Window* window = rwhva_->GetNativeView();
246 aura::Window* window = rwhva_->GetNativeView();
H A Dweb_contents_impl.cc1564 create_params.context = view_->GetNativeView();
1670 base::mac::NSObjectRetain(widget_view->GetNativeView());
1718 widget_host_view->InitAsChild(GetRenderWidgetHostView()->GetNativeView());
1743 base::mac::NSObjectRelease(widget_host_view->GetNativeView());
2134 gfx::NativeView WebContentsImpl::GetNativeView() { function in class:content::WebContentsImpl
2135 return view_->GetNativeView();
3094 ->InitDisplaySleepBlocker(GetView()->GetNativeView());
H A Dweb_contents_view_android.cc56 gfx::NativeView WebContentsViewAndroid::GetNativeView() const { function in class:content::WebContentsViewAndroid
H A Dweb_contents_view_aura.cc778 aura::Window* root_window = GetNativeView()->GetRootWindow();
780 gfx::Screen::GetScreenFor(GetNativeView())->GetCursorScreenPoint();
783 aura::Window* window = rvh->GetView()->GetNativeView();
995 gfx::NativeView WebContentsViewAura::GetNativeView() const { function in class:content::WebContentsViewAura
1001 return rwhv ? rwhv->GetNativeView() : NULL;
1128 GetNativeView()->AddChild(view->GetNativeView());
1141 aura::client::SetDragDropDelegate(view->GetNativeView(), this);
1206 aura::Window* root_window = GetNativeView()->GetRootWindow();
1224 new WebDragSourceAura(GetNativeView(), web_contents
[all...]
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());
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dextension_view_views.cc92 gfx::NativeView ExtensionViewViews::GetNativeView() { function in class:ExtensionViewViews
163 Attach(host_->host_contents()->GetNativeView());
/external/chromium_org/chrome/browser/ui/views/omnibox/
H A Domnibox_view_views.cc544 gfx::NativeView OmniboxViewViews::GetNativeView() const { function in class:OmniboxViewViews
545 return GetWidget()->GetNativeView();
549 return GetWidget()->GetTopLevelWidget()->GetNativeView();
846 aura::client::GetFocusClient(widget->GetNativeView());

Completed in 799 milliseconds