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

  /external/chromium_org/content/browser/web_contents/
web_contents_view.h 109 virtual void SetAllowOtherViews(bool allow) = 0;
web_contents_view_guest.h 68 virtual void SetAllowOtherViews(bool allow) OVERRIDE;
web_contents_view_mac.h 80 virtual void SetAllowOtherViews(bool allow) OVERRIDE;
web_contents_view_guest.cc 120 void WebContentsViewGuest::SetAllowOtherViews(bool allow) {
121 platform_view_->SetAllowOtherViews(allow);
web_contents_impl.h 344 virtual void SetAllowOtherViews(bool allow) OVERRIDE;
    [all...]
web_contents_impl.cc     [all...]
  /external/chromium_org/content/public/browser/
web_contents.h 599 virtual void SetAllowOtherViews(bool allow) = 0;

Completed in 58 milliseconds