HomeSort by relevance Sort by last modified time
    Searched refs:GetAllowOtherViews (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/content/browser/web_contents/
web_contents_view.h 112 virtual bool GetAllowOtherViews() const = 0;
web_contents_view_guest.h 69 virtual bool GetAllowOtherViews() const OVERRIDE;
web_contents_view_mac.h 81 virtual bool GetAllowOtherViews() const OVERRIDE;
web_contents_view_guest.cc 124 bool WebContentsViewGuest::GetAllowOtherViews() const {
125 return platform_view_->GetAllowOtherViews();
web_contents_impl.h 345 virtual bool GetAllowOtherViews() OVERRIDE;
    [all...]
web_contents_impl.cc     [all...]
  /external/chromium_org/content/public/browser/
web_contents.h 602 virtual bool GetAllowOtherViews() = 0;

Completed in 357 milliseconds