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

  /external/chromium_org/content/public/browser/
web_contents_view.h 89 virtual void SetAllowOverlappingViews(bool overlapping) = 0;
  /external/chromium_org/content/test/
test_web_contents_view.cc 84 void TestWebContentsView::SetAllowOverlappingViews(bool overlapping) {
test_web_contents_view.h 52 virtual void SetAllowOverlappingViews(bool overlapping) OVERRIDE;
  /external/chromium_org/content/browser/web_contents/
web_contents_view_guest.h 57 virtual void SetAllowOverlappingViews(bool overlapping) OVERRIDE;
web_contents_view_mac.h 81 virtual void SetAllowOverlappingViews(bool overlapping) OVERRIDE;
web_contents_view_guest.cc 102 void WebContentsViewGuest::SetAllowOverlappingViews(bool overlapping) {
103 platform_view_->SetAllowOverlappingViews(overlapping);
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_mac.h 207 void SetAllowOverlappingViews(bool overlapping);

Completed in 756 milliseconds