Searched refs:useHandCursor (Results 1 – 3 of 3) sorted by relevance
178 bool useHandCursor(Node*, bool isOverLink);
988 bool EventHandler::useHandCursor(Node* node, bool isOverLink) in useHandCursor() function in WebCore::EventHandler1176 if (useHandCursor(node, result.isOverLink())) in selectAutoCursor()
1171 || (cursor == CURSOR_AUTO && frame->eventHandler().useHandCursor(node, node->isLink())); in invokesHandCursor()