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

/macosx-10.10/WebCore-7600.1.25/editing/
H A DInsertTextCommand.h57 static PassRefPtr<InsertTextCommand> createWithMarkerSupplier(Document& document, const String& text, PassRefPtr<TextInsertionMarkerSupplier> markerSupplier) function in class:WebCore::InsertTextCommand
H A DDictationCommand.cpp118 RefPtr<InsertTextCommand> command = InsertTextCommand::createWithMarkerSupplier(document(), m_textToInsert.substring(lineStart, lineLength), DictationMarkerSupplier::create(alternativesInLine));

Completed in 121 milliseconds