Searched defs:Editor (Results 1 - 12 of 12) sorted by relevance

/external/clang/include/clang/Rewrite/Frontend/
H A DFixItRewriter.h60 edit::EditedSource Editor; member in class:clang::FixItRewriter
/external/chromium_org/third_party/skia/include/core/
H A DSkPathRef.h25 * SkPathRef::Editor object. Installing the editor resets the generation ID. It also performs
26 * copy-on-write if the SkPathRef is shared by multiple SkPaths. The caller passes the Editor's
41 class Editor { class in class:SkPathRef
43 Editor(SkAutoTUnref<SkPathRef>* pathRef,
47 ~Editor() { SkDEBUGCODE(sk_atomic_dec(&fPathRef->fEditorsAttached);) }
99 * Gets the path ref that is wrapped in the Editor.
/external/skia/include/core/
H A DSkPathRef.h25 * SkPathRef::Editor object. Installing the editor resets the generation ID. It also performs
26 * copy-on-write if the SkPathRef is shared by multiple SkPaths. The caller passes the Editor's
41 class Editor { class in class:SkPathRef
43 Editor(SkAutoTUnref<SkPathRef>* pathRef,
47 ~Editor() { SkDEBUGCODE(sk_atomic_dec(&fPathRef->fEditorsAttached);) }
99 * Gets the path ref that is wrapped in the Editor.
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DEditor.h65 class Editor { class in namespace:WebCore
66 WTF_MAKE_NONCOPYABLE(Editor);
68 static PassOwnPtr<Editor> create(Frame&);
69 ~Editor();
236 RevealSelectionScope(Editor*);
239 Editor* m_editor;
258 explicit Editor(Frame&);
287 inline void Editor::setStartNewKillRingSequence(bool flag)
292 inline const VisibleSelection& Editor::mark() const
297 inline void Editor
[all...]
H A DEditor.cpp28 #include "core/editing/Editor.h"
95 Editor::RevealSelectionScope::RevealSelectionScope(Editor* editor)
101 Editor::RevealSelectionScope::~RevealSelectionScope()
111 VisibleSelection Editor::selectionForCommand(Event* event)
128 EditingBehavior Editor::behavior() const
142 EditorClient& Editor::client() const
149 UndoStack* Editor::undoStack() const
156 bool Editor::handleTextEvent(TextEvent* event)
181 bool Editor
830 Editor::Editor(Frame& frame) function in class:WebCore::Editor
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkPathRef.cpp14 SkPathRef::Editor::Editor(SkAutoTUnref<SkPathRef>* pathRef, function in class:SkPathRef::Editor
/external/clang/include/clang/Edit/
H A DCommit.h51 EditedSource *Editor; member in class:clang::edit::Commit
59 explicit Commit(EditedSource &Editor);
62 : SourceMgr(SM), LangOpts(LangOpts), PPRec(PPRec), Editor(0),
/external/clang/lib/Edit/
H A DCommit.cpp38 Commit::Commit(EditedSource &Editor) argument
39 : SourceMgr(Editor.getSourceManager()), LangOpts(Editor.getLangOpts()),
40 PPRec(Editor.getPPCondDirectiveRecord()),
41 Editor(&Editor), IsCommitable(true) { }
290 if (!Editor)
292 return Editor->canInsertInOffset(OrigLoc, Offs);
/external/skia/src/core/
H A DSkPathRef.cpp14 SkPathRef::Editor::Editor(SkAutoTUnref<SkPathRef>* pathRef, function in class:SkPathRef::Editor
/external/chromium_org/v8/tools/push-to-trunk/
H A Dcommon_includes.py290 def Editor(self, args): member in class:Step
/external/okhttp/src/main/java/com/squareup/okhttp/internal/
H A DDiskLruCache.java74 * Every {@link #edit} call must be matched by a call to {@link Editor#commit}
75 * or {@link Editor#abort}. Committing is atomic: a read observes the full set
306 entry.currentEditor = new Editor(entry);
445 public Editor edit(String key) throws IOException {
449 private synchronized Editor edit(String key, long expectedSequenceNumber) throws IOException {
464 Editor editor = new Editor(entry);
504 private synchronized void completeEdit(Editor editor, boolean success) throws IOException {
683 public Editor edit() throws IOException {
717 public final class Editor { class in class:DiskLruCache
723 private Editor(Entry entry) { method in class:DiskLruCache.Editor
[all...]
/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp54 OwningPtr<edit::EditedSource> Editor; member in class:__anon15982::ObjCMigrateASTConsumer
81 Editor.reset(new edit::EditedSource(Context.getSourceManager(),
157 edit::Commit commit(*Consumer.Editor);
159 Consumer.Editor->commit(commit);
163 edit::Commit commit(*Consumer.Editor);
165 Consumer.Editor->commit(commit);
298 edit::Commit commit(*Editor);
300 Editor->commit(commit);
514 edit::Commit commit(*Editor);
517 Editor
[all...]

Completed in 750 milliseconds