Searched defs:m_isCapturingMouseEvents (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/html/
H A DHTMLPlugInElement.h51 bool isCapturingMouseEvents() const { return m_isCapturingMouseEvents; }
52 void setIsCapturingMouseEvents(bool capturing) { m_isCapturingMouseEvents = capturing; }
83 bool m_isCapturingMouseEvents; member in class:WebCore::HTMLPlugInElement

Completed in 30 milliseconds