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

  /external/chromium_org/third_party/WebKit/Source/web/
WebPagePopupImpl.h 81 virtual bool isPagePopup() const OVERRIDE { return true; }
112 DEFINE_TYPE_CASTS(WebPagePopupImpl, WebWidget, widget, widget->isPagePopup(), widget.isPagePopup());
  /external/chromium_org/third_party/WebKit/public/web/
WebWidget.h 218 virtual bool isPagePopup() const { return false; }

Completed in 546 milliseconds