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

  /external/webkit/Source/WebCore/loader/
EmptyClients.h 541 class EmptyContextMenuClient : public ContextMenuClient {
542 WTF_MAKE_NONCOPYABLE(EmptyContextMenuClient); WTF_MAKE_FAST_ALLOCATED;
544 EmptyContextMenuClient() { }
545 virtual ~EmptyContextMenuClient() { }
  /external/webkit/Source/WebCore/svg/graphics/
SVGImage.cpp 247 static ContextMenuClient* dummyContextMenuClient = new EmptyContextMenuClient;

Completed in 44 milliseconds