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

  /external/chromium_org/third_party/WebKit/Source/web/
WebPagePopupImpl.h 68 bool hasSamePopupClient(WebPagePopupImpl* other) { return other && m_popupClient == other->m_popupClient; }
WebViewImpl.cpp 514 if (m_pagePopup && pagePopup && m_pagePopup->hasSamePopupClient(pagePopup.get())) {
    [all...]

Completed in 49 milliseconds