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

  /external/webkit/Source/WebCore/loader/
EmptyClients.h 430 class EmptyEditorClient : public EditorClient {
431 WTF_MAKE_NONCOPYABLE(EmptyEditorClient); WTF_MAKE_FAST_ALLOCATED;
433 EmptyEditorClient() { }
434 virtual ~EmptyEditorClient() { }
  /external/webkit/Source/WebCore/svg/graphics/
SVGImage.cpp 250 static EditorClient* dummyEditorClient = new EmptyEditorClient;

Completed in 1668 milliseconds