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.h76 virtual bool isPagePopup() const OVERRIDE { return true; } in isPagePopup() function
101 ASSERT_WITH_SECURITY_IMPLICATION(!widget || widget->isPagePopup()); in toWebPagePopupImpl()
/external/chromium_org/third_party/WebKit/public/web/
DWebWidget.h226 virtual bool isPagePopup() const { return false; } in isPagePopup() function