Searched refs:userInput (Results 1 – 4 of 4) sorted by relevance
/external/webkit/WebCore/inspector/front-end/ |
D | MetricsSidebarPane.js | 188 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);
|
D | ObjectPropertiesSection.js | 224 editingCommitted: function(element, userInput, previousContent, context) argument 226 if (userInput === previousContent) 229 this.applyExpression(userInput, true);
|
D | StylesSidebarPane.js | 1256 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/ |
D | WebPasswordAutocompleteListener.h | 42 const WebString& userInput) = 0; 45 const WebString& userInput,
|