Searched defs:GetAllowOtherViews (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view_guest.cc124 bool WebContentsViewGuest::GetAllowOtherViews() const { function in class:content::WebContentsViewGuest
125 return platform_view_->GetAllowOtherViews();
H A Dweb_contents_impl.cc4230 bool WebContentsImpl::GetAllowOtherViews() { function in class:content::WebContentsImpl
4231 return view_->GetAllowOtherViews();

Completed in 561 milliseconds