/external/chromium/chrome/browser/resources/options/ |
D | inline_editable_list.js | 99 this.editing = this.selected && this.lead; 106 get editing() { getter in InlineEditableItem 109 set editing(editing) { argument 110 if (this.editing == editing) 113 if (editing) 118 if (editing) { 133 if (self.editing) { 161 this.editing = false; 285 if (!this.editing) 316 if (!this.editable || this.editing) [all …]
|
D | search_engine_manager.css | 60 .search-engine-list > :not(:hover):not([editing]) .url-column button {
|
/external/webkit/Source/WebCore/ |
D | Android.mk | 222 editing/AppendNodeCommand.cpp \ 223 editing/ApplyBlockElementCommand.cpp \ 224 editing/ApplyStyleCommand.cpp \ 225 editing/BreakBlockquoteCommand.cpp \ 226 editing/CompositeEditCommand.cpp \ 227 editing/CreateLinkCommand.cpp \ 228 editing/DeleteButton.cpp \ 229 editing/DeleteButtonController.cpp \ 230 editing/DeleteFromTextNodeCommand.cpp \ 231 editing/DeleteSelectionCommand.cpp \ [all …]
|
D | WebCore.pro | 563 editing/AppendNodeCommand.cpp \ 564 editing/ApplyBlockElementCommand.cpp \ 565 editing/ApplyStyleCommand.cpp \ 566 editing/BreakBlockquoteCommand.cpp \ 567 editing/CompositeEditCommand.cpp \ 568 editing/CreateLinkCommand.cpp \ 569 editing/DeleteButtonController.cpp \ 570 editing/DeleteButton.cpp \ 571 editing/DeleteFromTextNodeCommand.cpp \ 572 editing/DeleteSelectionCommand.cpp \ [all …]
|
D | ChangeLog-2005-08-23 | 67 editing tests already do, but also required particular memory layout/cleanup state, which 70 * khtml/editing/markup.cpp: 949 * layout-tests/editing/inserting/insert-div-023-expected.txt: 950 * layout-tests/editing/selection/select-all-001-expected.txt: 951 * layout-tests/editing/selection/select-all-002-expected.txt: 952 * layout-tests/editing/selection/select-all-003-expected.txt: 953 * layout-tests/editing/selection/select-all-004-expected.txt: 954 * layout-tests/editing/selection/unrendered-001-expected.txt: 955 * layout-tests/editing/selection/unrendered-002-expected.txt: 956 * layout-tests/editing/selection/unrendered-003-expected.txt: [all …]
|
D | CMakeLists.txt | 11 "${WEBCORE_DIR}/editing" 644 editing/AppendNodeCommand.cpp 645 editing/ApplyBlockElementCommand.cpp 646 editing/ApplyStyleCommand.cpp 647 editing/BreakBlockquoteCommand.cpp 648 editing/CompositeEditCommand.cpp 649 editing/CreateLinkCommand.cpp 650 editing/DeleteButton.cpp 651 editing/DeleteButtonController.cpp 652 editing/DeleteFromTextNodeCommand.cpp [all …]
|
D | ChangeLog-2006-05-10 | 57 * editing/TextIterator.h: Include DeprecatedString.h. 215 * editing/HTMLInterchange.cpp: (convertHTMLTextToInterchangeFormat): Added a couple calls 219 * editing/InsertTextCommand.cpp: Removed unused function. 221 * editing/TextIterator.h: Changed from QChar to UChar. 222 * editing/TextIterator.cpp: 243 * editing/VisiblePosition.h: Changed from QChar to UChar. 244 * editing/VisiblePosition.cpp: (WebCore::VisiblePosition::characterAfter): Ditto. 246 * editing/markup.cpp: (WebCore::escapeTextForMarkup): Changed code that used latin1() 424 * editing/RebalanceWhitespaceCommand.cpp: (WebCore::isWhitespace): 425 * editing/ReplaceSelectionCommand.cpp: (WebCore::ReplaceSelectionCommand::doApply): [all …]
|
D | ChangeLog-2005-12-19 | 1041 * khtml/editing/visible_units.cpp: 1055 editing/pasteboard/paste-table-001.html 1056 editing/pasteboard/paste-list-001.html 1058 * khtml/editing/replace_selection_command.cpp: 1067 * khtml/editing/replace_selection_command.h: 1534 * khtml/editing/visible_text.cpp: 1695 Added new layout tests in editing/pasting and editing/selection 1697 * khtml/editing/SelectionController.cpp: 1699 * khtml/editing/composite_edit_command.cpp: 1701 * khtml/editing/visible_units.cpp: [all …]
|
D | GNUmakefile.list.am | 1301 Source/WebCore/editing/AppendNodeCommand.cpp \ 1302 Source/WebCore/editing/AppendNodeCommand.h \ 1303 Source/WebCore/editing/ApplyBlockElementCommand.cpp \ 1304 Source/WebCore/editing/ApplyBlockElementCommand.h \ 1305 Source/WebCore/editing/ApplyStyleCommand.cpp \ 1306 Source/WebCore/editing/ApplyStyleCommand.h \ 1307 Source/WebCore/editing/BreakBlockquoteCommand.cpp \ 1308 Source/WebCore/editing/BreakBlockquoteCommand.h \ 1309 Source/WebCore/editing/CompositeEditCommand.cpp \ 1310 Source/WebCore/editing/CompositeEditCommand.h \ [all …]
|
D | GNUmakefile.am | 21 -I$(srcdir)/Source/WebCore/editing \ 1347 Source/WebCore/editing/AppendNodeCommand.cpp \ 1348 Source/WebCore/editing/AppendNodeCommand.h \ 1349 Source/WebCore/editing/ApplyBlockElementCommand.cpp \ 1350 Source/WebCore/editing/ApplyBlockElementCommand.h \ 1351 Source/WebCore/editing/ApplyStyleCommand.cpp \ 1352 Source/WebCore/editing/ApplyStyleCommand.h \ 1353 Source/WebCore/editing/BreakBlockquoteCommand.cpp \ 1354 Source/WebCore/editing/BreakBlockquoteCommand.h \ 1355 Source/WebCore/editing/CompositeEditCommand.cpp \ [all …]
|
D | WebCore.gypi | 559 'editing/ApplyBlockElementCommand.h', 560 'editing/CompositeEditCommand.h', 561 'editing/CorrectionPanelInfo.h', 562 'editing/DeleteSelectionCommand.h', 563 'editing/EditAction.h', 564 'editing/EditCommand.h', 565 'editing/EditingBehavior.h', 566 'editing/EditingBehaviorTypes.h', 567 'editing/EditingBoundary.h', 568 'editing/EditingStyle.h', [all …]
|
D | ChangeLog-2006-12-31 | 251 * editing/markup.cpp: 690 * editing/qt/EditorQt.cpp: 1768 * editing/Editor.h: 1771 * editing/TypingCommand.cpp: 1775 * editing/mac/EditorMac.mm: 1925 No layout test added because crash only happens in path where editing window is key, 2023 * editing/deleting/delete-to-end-of-paragraph.html 2025 * editing/TypingCommand.cpp: 2136 Test: editing/selection/select-all-user-select-none.html 2138 …* editing/SelectionController.cpp: (WebCore::SelectionController::selectAll): Make sure canSelect … [all …]
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | styled_text_field.mm | 20 // editor results in resetting the field editor's editing state, which 22 // editing can require the field editor to be repositioned, which 23 // could disrupt editing. This code repositions the subview directly, 24 // which causes no editing-state changes. 26 // No action if not editing. 32 // When editing, we should have exactly one subview, which is a
|
/external/chromium/chrome/browser/resources/bookmark_manager/css/ |
D | bmm.css | 109 list [editing] .label input, 110 list [editing] .url input { 125 .tree-item [editing] input { 132 html[os=mac] .tree-label [editing] input { 141 list > [editing] { 145 list [editing] .label, 146 list [editing] .url, 147 list [editing] > * { 152 list [editing] .url { 160 /* end editing */
|
/external/chromium/chrome/browser/resources/shared/js/cr/ui/ |
D | tree.js | 512 set editing(editing) { setter in TreeItem 513 var oldEditing = this.editing; 514 if (editing == oldEditing) 542 if (editing) { 558 this.editing = false; 597 get editing() { getter in TreeItem
|
/external/chromium-trace/src/shared/js/cr/ui/ |
D | tree.js | 524 set editing(editing) { setter in TreeItem 525 var oldEditing = this.editing; 526 if (editing == oldEditing) 554 if (editing) { 570 this.editing = false; 609 get editing() { getter in TreeItem
|
/external/chromium/chrome/browser/resources/bookmark_manager/js/bmm/ |
D | bookmark_list.js | 415 get editing() { getter in BookmarkListItem 418 set editing(editing) { setter in BookmarkListItem 419 var oldEditing = this.editing; 420 if (oldEditing == editing) 459 listItem.editing = false; 465 if (editing) {
|
/external/chromium/chrome/browser/resources/shared/css/ |
D | tree.css | 139 .tree-item[editing] input { 148 html:not([os=mac]) .tree-item[editing] input { 152 html[dir=rtl] .tree-item[editing] input {
|
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
D | location_icon_decoration.mm | 33 // Do not drag if the user has been editing the location bar, or the 74 // Do not show page info if the user has been editing the location
|
/external/chromium-trace/src/shared/css/ |
D | tree.css | 157 .tree-item[editing] input { 169 html[dir=rtl] .tree-item[editing] input {
|
/external/icu4c/config/ |
D | mh-unknown | 22 @echo "*** and editing it."
|
/external/bluetooth/glib/po/ |
D | README.translators | 3 For information on editing UTF-8 files on Unix, see
|
/external/bison/djgpp/ |
D | config_h.sed | 1 # sed script for DJGPP specific editing of config.hin
|
/external/bluetooth/glib/debian/ |
D | README.debian | 19 GIMP) -- the number one freely-available image editing and creation
|
/external/webkit/Source/WebKit/ |
D | CMakeLists.txt | 11 "${WEBCORE_DIR}/editing"
|