Home
last modified time | relevance | path

Searched refs:textToInsert (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DTypingCommand.cpp78 …Command(Document& document, ETypingCommand commandType, const String &textToInsert, Options option… in TypingCommand() argument
81 , m_textToInsert(textToInsert) in TypingCommand()
/external/clang/lib/Sema/
DSemaDecl.cpp10531 llvm::SmallString<40> textToInsert; in ParseTypedefDecl() local
10532 textToInsert += ' '; in ParseTypedefDecl()
10533 textToInsert += D.getIdentifier()->getName(); in ParseTypedefDecl()
10535 << FixItHint::CreateInsertion(tagLoc, textToInsert); in ParseTypedefDecl()