Searched defs:GetContentNativeView (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view_android.cc60 gfx::NativeView WebContentsViewAndroid::GetContentNativeView() const { function in class:content::WebContentsViewAndroid
H A Dweb_contents_view_guest.cc52 gfx::NativeView WebContentsViewGuest::GetContentNativeView() const { function in class:content::WebContentsViewGuest
H A Dweb_contents_view_aura.cc150 return web_contents_->GetView()->GetContentNativeView();
847 window_->StackChildAbove(overscroll_window_.get(), GetContentNativeView());
849 window_->StackChildBelow(overscroll_window_.get(), GetContentNativeView());
861 aura::Window* content = GetContentNativeView();
927 overscroll_window_.get() : GetContentNativeView();
999 gfx::NativeView WebContentsViewAura::GetContentNativeView() const { function in class:content::WebContentsViewAura
1230 gfx::NativeView content_native_view = GetContentNativeView();
1350 !GetContentNativeView() ||
1393 aura::Window* content = GetContentNativeView();
H A Dweb_contents_impl.cc2138 gfx::NativeView WebContentsImpl::GetContentNativeView() { function in class:content::WebContentsImpl
2139 return view_->GetContentNativeView();

Completed in 281 milliseconds