Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.h271 bool shouldSetCursor() const;
DFrameView.cpp1429 bool FrameView::shouldSetCursor() const in shouldSetCursor() function in WebCore::FrameView
/external/chromium_org/third_party/WebKit/Source/core/page/
DEventHandler.cpp1093 if (!view || !view->shouldSetCursor()) in updateCursor()