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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
InsertTextCommand.h 36 class TextInsertionMarkerSupplier : public RefCounted<TextInsertionMarkerSupplier> {
38 virtual ~TextInsertionMarkerSupplier() { }
41 TextInsertionMarkerSupplier() { }
57 static PassRefPtr<InsertTextCommand> createWithMarkerSupplier(Document& document, const String& text, PassRefPtr<TextInsertionMarkerSupplier> markerSupplier)
65 InsertTextCommand(Document&, const String& text, PassRefPtr<TextInsertionMarkerSupplier>);
83 RefPtr<TextInsertionMarkerSupplier> m_markerSupplier;
InsertTextCommand.cpp 47 InsertTextCommand::InsertTextCommand(Document& document, const String& text, PassRefPtr<TextInsertionMarkerSupplier> markerSupplier)

Completed in 860 milliseconds