Home
last modified time | relevance | path

Searched refs:GetAllowOtherViews (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/ui/cocoa/
Ddev_tools_controller_browsertest.mm51 EXPECT_FALSE(web_contents()->GetAllowOtherViews());
54 EXPECT_TRUE(devtools_web_contents()->GetAllowOtherViews());
55 EXPECT_TRUE(web_contents()->GetAllowOtherViews());
58 EXPECT_FALSE(web_contents()->GetAllowOtherViews());
/external/chromium_org/content/browser/web_contents/
Dweb_contents_view_guest.cc124 bool WebContentsViewGuest::GetAllowOtherViews() const { in GetAllowOtherViews() function in content::WebContentsViewGuest
125 return platform_view_->GetAllowOtherViews(); in GetAllowOtherViews()
Dweb_contents_view.h112 virtual bool GetAllowOtherViews() const = 0;
Dweb_contents_view_guest.h69 virtual bool GetAllowOtherViews() const OVERRIDE;
Dweb_contents_view_mac.h81 virtual bool GetAllowOtherViews() const OVERRIDE;
Dweb_contents_view_mac.mm275 bool WebContentsViewMac::GetAllowOtherViews() const {
Dweb_contents_impl.h345 virtual bool GetAllowOtherViews() OVERRIDE; in NON_EXPORTED_BASE()
Dweb_contents_impl.cc4230 bool WebContentsImpl::GetAllowOtherViews() { in GetAllowOtherViews() function in content::WebContentsImpl
4231 return view_->GetAllowOtherViews(); in GetAllowOtherViews()
/external/chromium_org/content/public/browser/
Dweb_contents.h602 virtual bool GetAllowOtherViews() = 0;