Home
last modified time | relevance | path

Searched refs:isPagePopup (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DWebPagePopupImpl.h81 virtual bool isPagePopup() const OVERRIDE { return true; } in isPagePopup() function
112 DEFINE_TYPE_CASTS(WebPagePopupImpl, WebWidget, widget, widget->isPagePopup(), widget.isPagePopup());
/external/chromium_org/third_party/WebKit/public/web/
DWebWidget.h218 virtual bool isPagePopup() const { return false; } in isPagePopup() function