Home
last modified time | relevance | path

Searched refs:moveDirection (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/inspector/front-end/
DStylesSidebarPane.js909 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 …]
DElementsTreeOutline.js1016 _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") {
DDataGrid.js207 _editingCommitted: function(element, newText, oldText, context, moveDirection) argument
219 if (!moveDirection)
222 if (moveDirection === "forward") {
239 if (moveDirection === "backward") {
Dinspector.js1475 var moveDirection = "";
1527 committedCallback(this, getContent(this), oldText, context, moveDirection);
1554 moveDirection = result.substring(5);
/external/webkit/Source/WebCore/
DChangeLog15225 …pector.StylePropertyTreeElement.prototype.element.userInput.previousContent.context.moveDirection):
64498 …pector.StylePropertyTreeElement.prototype.element.userInput.previousContent.context.moveDirection):
DChangeLog-2010-01-2979251 …MStorageDataGrid.prototype._editingCommitted.moveToNextIfNeeded): handles moveDirection on a commit