Searched refs:SetAllowOtherViews (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view.h109 virtual void SetAllowOtherViews(bool allow) = 0;
H A Dweb_contents_view_guest.h68 virtual void SetAllowOtherViews(bool allow) OVERRIDE;
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_view_mac.h80 virtual void SetAllowOtherViews(bool allow) OVERRIDE;
H A Dweb_contents_impl.h344 virtual void SetAllowOtherViews(bool allow) OVERRIDE;
H A Dweb_contents_impl.cc4226 void WebContentsImpl::SetAllowOtherViews(bool allow) { function in class:content::WebContentsImpl
4227 view_->SetAllowOtherViews(allow);
/external/chromium_org/content/public/browser/
H A Dweb_contents.h599 virtual void SetAllowOtherViews(bool allow) = 0;

Completed in 3319 milliseconds