Searched refs:userInput (Results 1 – 10 of 10) sorted by relevance
/external/webkit/WebCore/inspector/front-end/ |
D | MetricsSidebarPane.js | 190 editingCommitted: function(element, userInput, previousContent, context) argument 192 if (userInput === previousContent) 195 if (context.box !== "position" && (!userInput || userInput === "\u2012")) 196 userInput = "0px"; 197 else if (context.box === "position" && (!userInput || userInput === "\u2012")) 198 userInput = "auto"; 201 if (/^\d+$/.test(userInput)) 202 userInput += "px"; 211 …InspectorController.setStyleProperty(this._inlineStyleId, context.styleProperty, userInput, callba…
|
D | ObjectPropertiesSection.js | 220 editingCommitted: function(element, userInput, previousContent, context) argument 222 if (userInput === previousContent) 225 this.applyExpression(userInput, true);
|
D | StylesSidebarPane.js | 1190 editingCommitted: function(element, userInput, previousContent, context, moveDirection) argument 1205 var blankInput = /^\s*$/.test(userInput); 1206 …if (userInput !== previousContent || (this._newProperty && blankInput)) { // only if something cha… 1208 this.applyStyleText(userInput, true);
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/include/ |
D | tsc_component.h | 123 void SetAl2Al3VideoFlags(int32 userInput);
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/ |
D | tsc_component.cpp | 593 void TSC_component::SetAl2Al3VideoFlags(int32 userInput) in SetAl2Al3VideoFlags() argument 596 if (userInput == 0) in SetAl2Al3VideoFlags() 600 else if (userInput == 1) in SetAl2Al3VideoFlags()
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/ |
D | h245_deleter.cpp | 369 Delete_UserInputIndication(x->userInput); in Delete_IndicationMessage() 370 OSCL_DEFAULT_FREE(x->userInput); in Delete_IndicationMessage()
|
D | h245_decoder.cpp | 404 … x->userInput = (PS_UserInputIndication) OSCL_DEFAULT_MALLOC(sizeof(S_UserInputIndication)); in Decode_IndicationMessage() 405 Decode_UserInputIndication(x->userInput, stream); in Decode_IndicationMessage()
|
D | h245_encoder.cpp | 305 Encode_UserInputIndication(x->userInput, stream); in Encode_IndicationMessage()
|
D | h245_analysis.cpp | 321 Analyze_UserInputIndication(x->userInput, "userInput", tag, indent); in Analyze_IndicationMessage()
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/ |
D | h245def.h | 152 struct _UserInputIndication *userInput; member
|