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

/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view_guest.cc120 void WebContentsViewGuest::SetAllowOtherViews(bool allow) { function in class:content::WebContentsViewGuest
121 platform_view_->SetAllowOtherViews(allow);
H A Dweb_contents_impl.cc4226 void WebContentsImpl::SetAllowOtherViews(bool allow) { function in class:content::WebContentsImpl
4227 view_->SetAllowOtherViews(allow);

Completed in 98 milliseconds