Home
last modified time | relevance | path

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

/external/webkit/WebCore/inspector/front-end/
DMetricsSidebarPane.js190 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…
DObjectPropertiesSection.js220 editingCommitted: function(element, userInput, previousContent, context) argument
222 if (userInput === previousContent)
225 this.applyExpression(userInput, true);
DStylesSidebarPane.js1190 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/
Dtsc_component.h123 void SetAl2Al3VideoFlags(int32 userInput);
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
Dtsc_component.cpp593 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/
Dh245_deleter.cpp369 Delete_UserInputIndication(x->userInput); in Delete_IndicationMessage()
370 OSCL_DEFAULT_FREE(x->userInput); in Delete_IndicationMessage()
Dh245_decoder.cpp404 … x->userInput = (PS_UserInputIndication) OSCL_DEFAULT_MALLOC(sizeof(S_UserInputIndication)); in Decode_IndicationMessage()
405 Decode_UserInputIndication(x->userInput, stream); in Decode_IndicationMessage()
Dh245_encoder.cpp305 Encode_UserInputIndication(x->userInput, stream); in Encode_IndicationMessage()
Dh245_analysis.cpp321 Analyze_UserInputIndication(x->userInput, "userInput", tag, indent); in Analyze_IndicationMessage()
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/
Dh245def.h152 struct _UserInputIndication *userInput; member