HomeSort by relevance Sort by last modified time
    Searched refs:EmptyDragClient (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/loader/
EmptyClients.h 570 class EmptyDragClient : public DragClient {
571 WTF_MAKE_NONCOPYABLE(EmptyDragClient); WTF_MAKE_FAST_ALLOCATED;
573 EmptyDragClient() { }
574 virtual ~EmptyDragClient() {}
  /external/webkit/Source/WebCore/svg/graphics/
SVGImage.cpp 253 static DragClient* dummyDragClient = new EmptyDragClient;

Completed in 640 milliseconds