/external/chromium_org/third_party/WebKit/Source/core/editing/ |
TypingCommand.h | 36 DeleteSelection, 60 static void deleteSelection(Document&, Options = 0); 77 void deleteSelection(bool smartDelete);
|
MoveSelectionCommand.cpp | 59 deleteSelection(m_smartDelete);
|
TypingCommand.cpp | 93 void TypingCommand::deleteSelection(Document& document, Options options) 103 lastTypingCommand->deleteSelection(options & SmartDelete); 107 TypingCommand::create(document, DeleteSelection, "", options)->apply(); 256 case DeleteSelection: 257 deleteSelection(m_smartDelete); 498 CompositeEditCommand::deleteSelection(selectionToDelete, m_smartDelete); 588 CompositeEditCommand::deleteSelection(selectionToDelete, m_smartDelete); 593 void TypingCommand::deleteSelection(bool smartDelete) 595 CompositeEditCommand::deleteSelection(smartDelete); 596 typingAddedToOpenCommand(DeleteSelection); [all...] |
InputMethodController.cpp | 203 TypingCommand::deleteSelection(*m_frame.document(), 0); 271 TypingCommand::deleteSelection(*m_frame.document(), TypingCommand::PreventSpellChecking); 396 TypingCommand::deleteSelection(*m_frame.document());
|
CompositeEditCommand.h | 100 void deleteSelection(bool smartDelete = false, bool mergeBlocksAfterDelete = true, bool replace = false, bool expandForSpecialElements = true, bool sanitizeMarkup = true); 101 void deleteSelection(const VisibleSelection&, bool smartDelete = false, bool mergeBlocksAfterDelete = true, bool replace = false, bool expandForSpecialElements = true, bool sanitizeMarkup = true);
|
BreakBlockquoteCommand.cpp | 53 deleteSelection(false, false);
|
InsertLineBreakCommand.cpp | 92 deleteSelection();
|
InsertTextCommand.cpp | 142 deleteSelection(false, true, true, false, false); 143 // deleteSelection eventually makes a new endingSelection out of a Position. If that Position doesn't have
|
CompositeEditCommand.cpp | 586 void CompositeEditCommand::deleteSelection(bool smartDelete, bool mergeBlocksAfterDelete, bool replace, bool expandForSpecialElements, bool sanitizeMarkup) 592 void CompositeEditCommand::deleteSelection(const VisibleSelection &selection, bool smartDelete, bool mergeBlocksAfterDelete, bool replace, bool expandForSpecialElements, bool sanitizeMarkup) [all...] |
InsertParagraphSeparatorCommand.cpp | 160 deleteSelection(false, true);
|
ReplaceSelectionCommand.cpp | [all...] |
/frameworks/base/core/java/android/text/method/ |
BaseKeyListener.java | 73 if (deleteSelection(view, content)) { 100 private boolean deleteSelection(View view, Editable content) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
OutlineDragListener.java | 84 canvas.getClipboardSupport().deleteSelection("Remove",
|
ClipboardSupport.java | 138 * the clipboard. Finally it uses {@link #deleteSelection(String, List)} to 147 deleteSelection(mCanvas.getCutLabel(), selection); 161 public void deleteSelection(String verb, final List<SelectionItem> selection) {
|
GestureManager.java | 813 mCanvas.getClipboardSupport().deleteSelection("Remove", [all...] |
LayoutCanvas.java | [all...] |
OutlinePage.java | [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/ |
FileExplorerView.java | 105 mExplorer.deleteSelection();
|
/packages/apps/Contacts/src/com/android/contacts/activities/ |
PeopleActivity.java | [all...] |
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ |
file_manager_commands.js | 467 fileManager.deleteSelection();
|
file_manager.js | [all...] |
/prebuilts/devtools/tools/lib/ |
ddmuilib.jar | |
org-eclipse-jface-3.6.2.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar | |
org.eclipse.jface_3.6.1.M20100825-0800.jar | |