Home | History | Annotate | Download | only in page

Lines Matching full:clickcount

299             if (result.event().clickCount() == 2 && m_frame->editor()->isSelectTrailingWhitespaceEnabled()) 
456 bool singleClick = event.event().clickCount() <= 1;
501 if (event.event().clickCount() == 2)
503 else if (event.event().clickCount() >= 3)
595 if (event.button() != LeftButton || event.clickCount() != 1)
1424 m_clickCount = mouseEvent.clickCount();
1507 m_clickCount = mouseEvent.clickCount();
2025 bool EventHandler::dispatchMouseEvent(const AtomicString& eventType, Node* targetNode, bool /*cancelable*/, int clickCount, const PlatformMouseEvent& mouseEvent, bool setUnder)
2035 swallowEvent = m_nodeUnderMouse->dispatchMouseEvent(mouseEvent, eventType, clickCount);