Searched refs:GetAllowOtherViews (Results 1 - 7 of 7) sorted by path

/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.cc4230 bool WebContentsImpl::GetAllowOtherViews() { function in class:content::WebContentsImpl
4231 return view_->GetAllowOtherViews();
H A Dweb_contents_impl.h345 virtual bool GetAllowOtherViews() OVERRIDE;
H A Dweb_contents_view.h112 virtual bool GetAllowOtherViews() const = 0;
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_view_guest.h69 virtual bool GetAllowOtherViews() const OVERRIDE;
H A Dweb_contents_view_mac.h81 virtual bool GetAllowOtherViews() const OVERRIDE;
/external/chromium_org/content/public/browser/
H A Dweb_contents.h602 virtual bool GetAllowOtherViews() = 0;

Completed in 344 milliseconds