Home
last modified time | relevance | path

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

/external/webkit/WebCore/inspector/front-end/
DMetricsSidebarPane.js173 editingCommitted: function(element, userInput, previousContent, context) argument
175 if (userInput === previousContent)
178 if (context.box !== "position" && (!userInput || userInput === "\u2012"))
179 userInput = "0px";
180 else if (context.box === "position" && (!userInput || userInput === "\u2012"))
181 userInput = "auto";
184 if (/^\d+$/.test(userInput))
185 userInput += "px";
187 this.node.style.setProperty(context.styleProperty, userInput, "");
DObjectPropertiesSection.js207 editingCommitted: function(element, userInput, previousContent, context) argument
209 if (userInput === previousContent)
212 this.applyExpression(userInput, true);
DStylesSidebarPane.js846 editingCommitted: function(element, userInput, previousContent, context) argument
850 if (userInput === previousContent)
853 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