Searched refs:markerSupplier (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DInsertTextCommand.h57 static PassRefPtr<InsertTextCommand> createWithMarkerSupplier(Document& document, const String& text, PassRefPtr<TextInsertionMarkerSupplier> markerSupplier) argument
59 return adoptRef(new InsertTextCommand(document, text, markerSupplier));
H A DInsertTextCommand.cpp47 InsertTextCommand::InsertTextCommand(Document& document, const String& text, PassRefPtr<TextInsertionMarkerSupplier> markerSupplier) argument
52 , m_markerSupplier(markerSupplier)

Completed in 1694 milliseconds