Home
last modified time | relevance | path

Searched refs:shouldDragAutoNode (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/page/
DEventHandler.h155 bool shouldDragAutoNode(Node*, const IntPoint&) const; // -webkit-user-drag == auto
DEventHandler.cpp2673 bool EventHandler::shouldDragAutoNode(Node* node, const IntPoint& point) const in shouldDragAutoNode() function in WebCore::EventHandler
/external/webkit/Source/WebCore/rendering/
DRenderObject.cpp1498 …if (uaOK && view()->frameView()->frame()->eventHandler()->shouldDragAutoNode(curr->node(), IntPoin… in draggableNode()
1514 …&& view()->frameView()->frame()->eventHandler()->shouldDragAutoNode(curr->node(), IntPoint(x, y)))… in draggableNode()
/external/webkit/Source/WebCore/
DChangeLog-2006-05-108247 (WebCore::FrameMac::shouldDragAutoNode):
8257 (WebCore::Frame::shouldDragAutoNode):
12123 (WebCore::MacFrame::shouldDragAutoNode):
13489 (WebCore::MacFrame::shouldDragAutoNode):
35245 (Frame::shouldDragAutoNode):
35882 (MacFrame::shouldDragAutoNode):
38261 (KWQKHTMLPart::shouldDragAutoNode):
DChangeLog-2006-12-3110253 (WebCore::EventHandler::shouldDragAutoNode):
10546 (WebCore::EventHandler::shouldDragAutoNode):
13629 (WebCore::Frame::shouldDragAutoNode):
25645 (WebCore::FrameMac::shouldDragAutoNode):
26987 (WebCore::FrameMac::shouldDragAutoNode):
DChangeLog-2005-08-2340895 (KHTMLPart::shouldDragAutoNode): New x,y args.
40913 (KWQKHTMLPart::shouldDragAutoNode): Pass location up to WK instead of the
42954 (KHTMLPart::shouldDragAutoNode): Empty impl of new method, where UA determines
42989 (KWQKHTMLPart::shouldDragAutoNode): Called for -khtml-user-drag=auto. We just call
DChangeLog-2007-10-1428080 (WebCore::EventHandler::shouldDragAutoNode):
59075 (WebCore::EventHandler::shouldDragAutoNode):
DChangeLog-2009-06-1624632 (WebCore::EventHandler::shouldDragAutoNode):
38725 (WebCore::EventHandler::shouldDragAutoNode):
DChangeLog-2010-05-2442265 (WebCore::EventHandler::shouldDragAutoNode): Pass the current node
DChangeLog-2010-01-2952206 (WebCore::EventHandler::shouldDragAutoNode):