Searched refs:InsertText (Results 1 - 15 of 15) sorted by relevance

/external/clang/include/clang/Rewrite/Core/
H A DRewriter.h61 /// InsertText - Insert some text at the specified point, where the offset in
65 void InsertText(unsigned OrigOffset, StringRef Str,
72 /// method is the same as InsertText with "InsertAfter == false".
74 InsertText(OrigOffset, Str, false);
81 InsertText(OrigOffset, Str);
181 /// InsertText - Insert the specified string at the specified location in the
187 bool InsertText(SourceLocation Loc, StringRef Str,
194 /// at the some point (the default behavior for InsertText).
196 return InsertText(Loc, Str);
203 /// InsertText
[all...]
/external/clang/lib/Rewrite/Core/
H A DRewriter.cpp90 void RewriteBuffer::InsertText(unsigned OrigOffset, StringRef Str, function in class:RewriteBuffer
234 /// InsertText - Insert the specified string at the specified location in the
236 bool Rewriter::InsertText(SourceLocation Loc, StringRef Str, function in class:Rewriter
273 getEditBuffer(FID).InsertText(StartOffs, Str, InsertAfter);
284 getEditBuffer(FID).InsertText(StartOffs, Str, /*InsertAfter*/true);
413 RB.InsertText(offs, indent, /*InsertAfter=*/false);
/external/webkit/Source/WebCore/editing/
H A DTypingCommand.cpp206 RefPtr<TypingCommand> cmd = TypingCommand::create(document, InsertText, newText, options, compositionType);
309 case InsertText:
347 if (range && (commandType == TypingCommand::InsertText || commandType == TypingCommand::InsertLineBreak || commandType == TypingCommand::InsertParagraphSeparator || commandType == TypingCommand::InsertParagraphSeparatorInQuotedContent))
350 } else if (commandType == TypingCommand::InsertText)
413 typingAddedToOpenCommand(InsertText);
665 case InsertText:
H A DTypingCommand.h39 InsertText, enumerator in enum:WebCore::TypingCommand::ETypingCommand
/external/webkit/Source/WebKit2/UIProcess/mac/
H A DWebPageProxyMac.mm157 process()->sendSync(Messages::WebPage::InsertText(text, replacementRangeStart, replacementRangeEnd), Messages::WebPage::InsertText::Reply(handled, m_editorState), m_pageID);
/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp244 void InsertText(SourceLocation Loc, StringRef Str, function in class:__anon152::RewriteObjC
247 if (!Rewrite.InsertText(Loc, Str, InsertAfter) ||
773 InsertText(startLoc, "// ");
843 InsertText(onePastSemiLoc, Getr);
885 InsertText(onePastSemiLoc, Setr);
953 InsertText(LocStart, "#if 0\n");
956 InsertText(LocStart, "// ");
1180 InsertText(IMD ? IMD->getLocStart() : CID->getLocStart(), "// ");
1218 InsertText(IMD ? IMD->getLocEnd() : CID->getLocEnd(), "// ");
1645 InsertText(endBodyLo
[all...]
H A DRewriteModernObjC.cpp258 void InsertText(SourceLocation Loc, StringRef Str, function in class:__anon149::RewriteModernObjC
261 if (!Rewrite.InsertText(Loc, Str, InsertAfter) ||
873 InsertText(startLoc, "// ");
945 InsertText(startGetterSetterLoc, Getr);
988 InsertText(startGetterSetterLoc, Setr);
1059 InsertText(LocStart, "#if 0\n");
1062 InsertText(LocStart, "// ");
1314 InsertText(IMD->getLocStart(), "// ");
1318 InsertText(CID->getLocStart(), "// ");
1356 InsertText(IM
[all...]
H A DFixItRewriter.cpp66 Rewrite.InsertText(loc, text);
/external/chromium/chrome/browser/renderer_host/
H A Drender_widget_host_view_views.h112 virtual void InsertText(const string16& text) OVERRIDE;
H A Drender_widget_host_view_views.cc679 void RenderWidgetHostViewViews::InsertText(const string16& text) { function in class:RenderWidgetHostViewViews
/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp174 Rewrite.InsertText(loc, text);
H A DARCMT.cpp542 bool err = rewriter.InsertText(loc, text, /*InsertAfter=*/true,
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_edit_view_win.h161 void InsertText(int position, const string16& text);
H A Dautocomplete_edit_view_win.cc797 void AutocompleteEditViewWin::InsertText(int position, function in class:AutocompleteEditViewWin
991 InsertText(string_drop_position, text);
/external/webkit/Source/WebKit/android/jni/
H A DWebViewCore.cpp4988 static void InsertText(JNIEnv* env, jobject obj, jint nativeClass, function in namespace:android
5140 (void*) InsertText },

Completed in 199 milliseconds