Searched refs:m_mouseDownInBanner (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/mac/
H A DPageBannerMac.mm46 , m_mouseDownInBanner(false)
153 if (!m_mouseDownInBanner && (positionInBannerSpace.y() < 0 || positionInBannerSpace.y() > m_height))
157 m_mouseDownInBanner = true;
159 m_mouseDownInBanner = false;
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/
H A DPageBanner.h90 bool m_mouseDownInBanner; member in class:WebKit::PageBanner

Completed in 79 milliseconds