Home
last modified time | relevance | path

Searched refs:userInput (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebCore/inspector/front-end/
DMetricsSidebarPane.js188 editingCommitted: function(element, userInput, previousContent, context) argument
190 if (userInput === previousContent)
193 if (context.box !== "position" && (!userInput || userInput === "\u2012"))
194 userInput = "0px";
195 else if (context.box === "position" && (!userInput || userInput === "\u2012"))
196 userInput = "auto";
199 if (/^\d+$/.test(userInput))
200 userInput += "px";
209 …njectedScriptId).setStyleProperty(this._inlineStyleId, context.styleProperty, userInput, callback);
DObjectPropertiesSection.js224 editingCommitted: function(element, userInput, previousContent, context) argument
226 if (userInput === previousContent)
229 this.applyExpression(userInput, true);
DStylesSidebarPane.js1256 editingCommitted: function(element, userInput, previousContent, context, moveDirection) argument
1271 var blankInput = /^\s*$/.test(userInput);
1272 …if (userInput !== previousContent || (this._newProperty && blankInput)) { // only if something cha…
1274 this.applyStyleText(userInput, true);
/external/webkit/WebKit/chromium/public/
DWebPasswordAutocompleteListener.h42 const WebString& userInput) = 0;
45 const WebString& userInput,