Searched refs:moveDirection (Results 1 – 6 of 6) sorted by relevance
/external/webkit/Source/WebCore/inspector/front-end/ |
D | StylesSidebarPane.js | 909 editingSelectorCommitted: function(element, newContent, oldContent, context, moveDirection) argument 912 if (!moveDirection) 915 if (moveDirection === "forward") { 1794 editingCommitted: function(element, userInput, previousContent, context, moveDirection) argument 1803 var moveToOther = (isEditingName ^ (moveDirection === "forward")); 1805 …if (moveDirection === "forward" && !isEditingName || moveDirection === "backward" && isEditingName… 1807 … moveTo = (moveDirection === "forward" ? moveTo.nextSibling : moveTo.previousSibling); 1812 else if (moveDirection === "forward" && (!this._newProperty || userInput)) 1814 else if (moveDirection === "backward" && this.treeOutline.section.rule) 1822 …var shouldCommitNewProperty = this._newProperty && (moveToOther || (!moveDirection && !isEditingNa… [all …]
|
D | ElementsTreeOutline.js | 1016 _attributeEditingCommitted: function(element, newText, oldText, attributeName, moveDirection) argument 1023 if (moveDirection) { 1031 if (moveDirection === "backward") { 1036 } else if (moveDirection === "forward") { 1047 if (moveDirection === "backward" && attributes.length > 0) 1049 else if (moveDirection === "forward") { 1116 _tagNameEditingCommitted: function(element, newText, oldText, tagName, moveDirection) argument 1133 if (moveDirection !== "forward") {
|
D | DataGrid.js | 207 _editingCommitted: function(element, newText, oldText, context, moveDirection) argument 219 if (!moveDirection) 222 if (moveDirection === "forward") { 239 if (moveDirection === "backward") {
|
D | inspector.js | 1475 var moveDirection = ""; 1527 committedCallback(this, getContent(this), oldText, context, moveDirection); 1554 moveDirection = result.substring(5);
|
/external/webkit/Source/WebCore/ |
D | ChangeLog | 15225 …pector.StylePropertyTreeElement.prototype.element.userInput.previousContent.context.moveDirection): 64498 …pector.StylePropertyTreeElement.prototype.element.userInput.previousContent.context.moveDirection):
|
D | ChangeLog-2010-01-29 | 79251 …MStorageDataGrid.prototype._editingCommitted.moveToNextIfNeeded): handles moveDirection on a commit
|