/external/chromium_org/third_party/WebKit/ManualTests/ |
remove-on-drop-crash.html | 4 function deleteSelection() { 8 document.body.addEventListener("DOMNodeInserted", deleteSelection, false);
|
/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);
|
TypingCommand.cpp | 95 void TypingCommand::deleteSelection(Document& document, Options options) 105 lastTypingCommand->deleteSelection(options & SmartDelete); 109 TypingCommand::create(document, DeleteSelection, "", options)->apply(); 258 case DeleteSelection: 259 deleteSelection(m_smartDelete); 503 CompositeEditCommand::deleteSelection(selectionToDelete, m_smartDelete); 593 CompositeEditCommand::deleteSelection(selectionToDelete, m_smartDelete); 598 void TypingCommand::deleteSelection(bool smartDelete) 600 CompositeEditCommand::deleteSelection(smartDelete); 601 typingAddedToOpenCommand(DeleteSelection); [all...] |
CompositeEditCommand.h | 102 void deleteSelection(bool smartDelete = false, bool mergeBlocksAfterDelete = true, bool expandForSpecialElements = true, bool sanitizeMarkup = true); 103 void deleteSelection(const VisibleSelection&, bool smartDelete = false, bool mergeBlocksAfterDelete = true, bool expandForSpecialElements = true, bool sanitizeMarkup = true);
|
MoveSelectionCommand.cpp | 59 deleteSelection(m_smartDelete);
|
InputMethodController.cpp | 211 TypingCommand::deleteSelection(*m_frame.document(), 0); 279 TypingCommand::deleteSelection(*m_frame.document(), TypingCommand::PreventSpellChecking); 424 TypingCommand::deleteSelection(*m_frame.document());
|
InsertTextCommand.cpp | 134 deleteSelection(false, true, false, false); 135 // deleteSelection eventually makes a new endingSelection out of a Position. If that Position doesn't have
|
InsertLineBreakCommand.cpp | 67 deleteSelection();
|
BreakBlockquoteCommand.cpp | 53 deleteSelection(false, false);
|
CompositeEditCommand.cpp | 557 void CompositeEditCommand::deleteSelection(bool smartDelete, bool mergeBlocksAfterDelete, bool expandForSpecialElements, bool sanitizeMarkup) 563 void CompositeEditCommand::deleteSelection(const VisibleSelection &selection, bool smartDelete, bool mergeBlocksAfterDelete, bool expandForSpecialElements, bool sanitizeMarkup) [all...] |
InsertListCommand.cpp | 235 // FIXME: This might be a bug in moveParagraphWithClones or deleteSelection.
|
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...] |
OutlinePage.java | [all...] |
LayoutCanvas.java | [all...] |
/external/chromium_org/ui/views/controls/textfield/ |
textfield_model.cc | 332 DeleteSelection(); 353 DeleteSelection(); 493 // TODO(oshima): Change Delete/Backspace to use DeleteSelection, 497 DeleteSelection(); 528 void TextfieldModel::DeleteSelection() { 561 DeleteSelection();
|
textfield_model.h | 183 void DeleteSelection();
|
textfield.cc | [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...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
mmcobj.h | [all...] |