Searched defs:GetTopLevelNativeWindow (Results 1 - 4 of 4) sorted by relevance
/external/chromium_org/content/browser/web_contents/ | ||
H A D | web_contents_view_android.cc | 64 gfx::NativeWindow WebContentsViewAndroid::GetTopLevelNativeWindow() const { function in class:content::WebContentsViewAndroid |
H A D | web_contents_view_guest.cc | 59 gfx::NativeWindow WebContentsViewGuest::GetTopLevelNativeWindow() const { function in class:content::WebContentsViewGuest 60 return guest_->embedder_web_contents()->GetTopLevelNativeWindow(); |
H A D | web_contents_view_aura.cc | 1004 gfx::NativeWindow WebContentsViewAura::GetTopLevelNativeWindow() const { function in class:content::WebContentsViewAura |
H A D | web_contents_impl.cc | 2142 gfx::NativeWindow WebContentsImpl::GetTopLevelNativeWindow() { function in class:content::WebContentsImpl 2143 return view_->GetTopLevelNativeWindow(); |
Completed in 164 milliseconds