Home
last modified time | relevance | path

Searched refs:useHandCursor (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
DEventHandler.h178 bool useHandCursor(Node*, bool isOverLink);
DEventHandler.cpp988 bool EventHandler::useHandCursor(Node* node, bool isOverLink) in useHandCursor() function in WebCore::EventHandler
1176 if (useHandCursor(node, result.isOverLink())) in selectAutoCursor()
/external/chromium_org/third_party/WebKit/Source/web/
DWebViewImpl.cpp1171 || (cursor == CURSOR_AUTO && frame->eventHandler().useHandCursor(node, node->isLink())); in invokesHandCursor()