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

/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view_android.cc64 gfx::NativeWindow WebContentsViewAndroid::GetTopLevelNativeWindow() const { function in class:content::WebContentsViewAndroid
H A Dweb_contents_view_guest.cc59 gfx::NativeWindow WebContentsViewGuest::GetTopLevelNativeWindow() const { function in class:content::WebContentsViewGuest
60 return guest_->embedder_web_contents()->GetTopLevelNativeWindow();
H A Dweb_contents_view_aura.cc1004 gfx::NativeWindow WebContentsViewAura::GetTopLevelNativeWindow() const { function in class:content::WebContentsViewAura
H A Dweb_contents_impl.cc2142 gfx::NativeWindow WebContentsImpl::GetTopLevelNativeWindow() { function in class:content::WebContentsImpl
2143 return view_->GetTopLevelNativeWindow();

Completed in 164 milliseconds