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

12

/external/chromium_org/chrome/browser/ui/gtk/tab_contents/
H A Dchrome_web_contents_view_delegate_gtk.cc96 gfx::NativeView ChromeWebContentsViewDelegateGtk::GetNativeView() const { function in class:ChromeWebContentsViewDelegateGtk
/external/chromium_org/content/browser/android/
H A Dcontent_video_view.cc185 gfx::NativeView ContentVideoView::GetNativeView() { function in class:content::ContentVideoView
204 InitDisplaySleepBlocker(GetNativeView());
/external/chromium_org/content/browser/web_contents/
H A Dtouch_editable_impl_aura.cc251 return rwhva_ ? rwhva_->GetNativeView()->bounds() : gfx::Rect();
254 gfx::NativeView TouchEditableImplAura::GetNativeView() { function in class:content::TouchEditableImplAura
255 return rwhva_ ? rwhva_->GetNativeView()->GetRootWindow() : NULL;
261 aura::Window* window = rwhva_->GetNativeView();
271 aura::Window* window = rwhva_->GetNativeView();
H A Dweb_contents_view_android.cc65 gfx::NativeView WebContentsViewAndroid::GetNativeView() const { function in class:content::WebContentsViewAndroid
H A Dweb_contents_view_guest.cc47 gfx::NativeView WebContentsViewGuest::GetNativeView() const { function in class:content::WebContentsViewGuest
48 return platform_view_->GetNativeView();
55 return rwhv->GetNativeView();
71 parent_view->GetNativeView()->AddChild(platform_view_->GetNativeView());
73 SetParent(platform_view_->GetNativeView(), parent_view->GetNativeView());
224 // (platform_view_->GetNativeView()) is part of the embedder's view hierarchy,
H A Dweb_contents_view_gtk.cc111 gfx::NativeView WebContentsViewGtk::GetNativeView() const { function in class:content::WebContentsViewGtk
113 return delegate_->GetNativeView();
122 return rwhv->GetNativeView();
126 GtkWidget* window = gtk_widget_get_ancestor(GetNativeView(), GTK_TYPE_WINDOW);
167 focus_store_.Store(GetNativeView());
185 GdkWindow* window = gtk_widget_get_window(GetNativeView());
216 gfx::NativeView content_view = view->GetNativeView();
322 gfx::NativeView content_view = host->GetView()->GetNativeView();
H A Dweb_contents_view_win.cc55 rwhv->UpdateScreenInfo(rwhv->GetNativeView());
104 gfx::NativeView WebContentsViewWin::GetNativeView() const { function in class:content::WebContentsViewWin
110 return rwhv ? rwhv->GetNativeView() : NULL;
114 return ::GetAncestor(GetNativeView(), GA_ROOT);
156 RevokeDragDrop(GetNativeView());
220 view->CreateWnd(GetNativeView());
233 if (GetNativeView())
234 ::SetWindowText(GetNativeView(), title.c_str());
269 GetNativeView(),
313 RevokeDragDrop(GetNativeView());
[all...]
H A Dweb_contents_view_aura.cc209 aura::Window* window = rvh->GetView()->GetNativeView();
1003 aura::Window* root_window = GetNativeView()->GetRootWindow();
1005 gfx::Screen::GetScreenFor(GetNativeView())->GetCursorScreenPoint();
1008 aura::Window* window = rvh->GetView()->GetNativeView();
1201 gfx::NativeView WebContentsViewAura::GetNativeView() const { function in class:content::WebContentsViewAura
1207 return rwhv ? rwhv->GetNativeView() : NULL;
1336 GetNativeView()->AddChild(view->GetNativeView());
1349 aura::client::SetDragDropDelegate(view->GetNativeView(), this);
1427 aura::Window* root_window = GetNativeView()
[all...]
/external/chromium_org/content/shell/browser/
H A Dshell_web_contents_view_delegate_gtk.cc179 gfx::NativeView ShellWebContentsViewDelegate::GetNativeView() const { function in class:content::ShellWebContentsViewDelegate
/external/chromium_org/content/test/
H A Dtest_web_contents_view.cc41 gfx::NativeView TestWebContentsView::GetNativeView() const { function in class:content::TestWebContentsView
H A Dtest_render_view_host.cc66 gfx::NativeView TestRenderWidgetHostView::GetNativeView() const { function in class:content::TestRenderWidgetHostView
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_edit_unittest.cc57 virtual gfx::NativeView GetNativeView() const { return 0; } function in class:__anon1859::TestingAutocompleteEditView
H A Dautocomplete_edit_view_views.cc513 gfx::NativeView AutocompleteEditViewViews::GetNativeView() const { function in class:AutocompleteEditViewViews
514 return GetWidget()->GetNativeView();
/external/chromium/chrome/browser/ui/views/tab_contents/
H A Dtab_contents_view_touch.cc102 gfx::NativeView TabContentsViewTouch::GetNativeView() const { function in class:TabContentsViewTouch
103 return GetWidget()->GetNativeView();
110 return rwhv->GetNativeView();
114 GtkWidget* window = gtk_widget_get_ancestor(GetNativeView(), GTK_TYPE_WINDOW);
186 views::FocusManager::GetFocusManagerForNativeView(GetNativeView());
204 views::FocusManager::GetFocusManagerForNativeView(GetNativeView());
252 views::FocusManager::GetFocusManagerForNativeView(GetNativeView());
H A Dtab_contents_view_views.cc90 gfx::NativeView TabContentsViewViews::GetNativeView() const { function in class:TabContentsViewViews
91 return GetWidget()->GetNativeView();
96 return rwhv ? rwhv->GetNativeView() : NULL;
122 if (::IsWindow(GetNativeView())) {
155 GetWidget()->GetFocusManager()->FocusNativeView(rwhv ? rwhv->GetNativeView()
156 : GetNativeView());
173 views::FocusManager::GetFocusManagerForNativeView(GetNativeView());
192 views::FocusManager::GetFocusManagerForNativeView(GetNativeView());
241 views::FocusManager::GetFocusManagerForNativeView(GetNativeView());
271 MapWindowPoints(GetNativeView(), HWND_DESKTO
[all...]
H A Dtab_contents_view_gtk.cc158 gtk_object_ref(GTK_OBJECT(GetNativeView()));
200 gtk_fixed_put(GTK_FIXED(GetNativeView()), view->native_view(), 0, 0);
204 gfx::NativeView TabContentsViewGtk::GetNativeView() const { function in class:TabContentsViewGtk
205 return WidgetGtk::GetNativeView();
212 return rwhv->GetNativeView();
216 GtkWidget* window = gtk_widget_get_ancestor(GetNativeView(), GTK_TYPE_WINDOW);
260 gtk_widget_set_size_request(GetNativeView(), size.width(), size.height());
285 gtk_widget_grab_focus(rwhv ? rwhv->GetNativeView() : GetNativeView());
302 views::FocusManager::GetFocusManagerForNativeView(GetNativeView());
[all...]
/external/chromium/chrome/browser/tab_contents/
H A Dtab_contents_view_gtk.cc167 gfx::NativeView TabContentsViewGtk::GetNativeView() const { function in class:TabContentsViewGtk
175 return rwhv->GetNativeView();
179 GtkWidget* window = gtk_widget_get_ancestor(GetNativeView(), GTK_TYPE_WINDOW);
244 focus_store_.Store(GetNativeView());
/external/chromium/chrome/browser/renderer_host/
H A Drender_widget_host_view_gtk.cc539 parent_ = parent_host_view->GetNativeView();
663 gfx::NativeView RenderWidgetHostViewGtk::GetNativeView() { function in class:RenderWidgetHostViewGtk
1132 gfx::NativeViewId view_id = gfx::IdFromNativeView(GetNativeView());
H A Drender_widget_host_view_views.cc234 gfx::NativeView RenderWidgetHostViewViews::GetNativeView() { function in class:RenderWidgetHostViewViews
236 return GetWidget()->GetNativeView();
430 // TODO(sad): Ideally this function should be equivalent to GetNativeView, and
H A Drender_widget_host_view_win.cc258 parent_hwnd_ = parent_host_view->GetNativeView();
330 gfx::NativeView RenderWidgetHostViewWin::GetNativeView() { function in class:RenderWidgetHostViewWin
/external/chromium_org/chrome/browser/ui/views/omnibox/
H A Domnibox_view_views.cc383 aura::client::GetFocusClient(widget->GetNativeView());
647 gfx::NativeView OmniboxViewViews::GetNativeView() const { function in class:OmniboxViewViews
648 return GetWidget()->GetNativeView();
652 return GetWidget()->GetTopLevelWidget()->GetNativeView();
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_android.cc309 gfx::NativeView RenderWidgetHostViewAndroid::GetNativeView() const { function in class:content::RenderWidgetHostViewAndroid
H A Drender_widget_host_view_gtk.cc206 host_view->UpdateScreenInfo(host_view->GetNativeView());
600 parent_ = parent_host_view->GetNativeView();
669 reference_host_view->GetNativeView());
740 gfx::NativeView RenderWidgetHostViewGtk::GetNativeView() const { function in class:content::RenderWidgetHostViewGtk
H A Drender_widget_host_view_guest.cc257 gfx::NativeView RenderWidgetHostViewGuest::GetNativeView() const { function in class:content::RenderWidgetHostViewGuest
258 return guest_->GetEmbedderRenderWidgetHostView()->GetNativeView();
/external/chromium_org/ui/views/controls/textfield/
H A Dnative_textfield_views.cc404 gfx::NativeView NativeTextfieldViews::GetNativeView() { function in class:views::NativeTextfieldViews
405 return GetWidget()->GetNativeView();
972 return GetWidget()->GetTopLevelWidget()->GetNativeView();

Completed in 2329 milliseconds

12