Home
last modified time | relevance | path

Searched refs:textBox (Results 1 – 3 of 3) sorted by relevance

/external/autotest/frontend/client/src/autotest/moblab/wizard/
DFlexWizardCard.java50 TextBox textBox = createTextBox(value, passwordProtected); in createStringValueFieldWidget() local
51 fieldMap.put(fieldId, textBox); in createStringValueFieldWidget()
52 widget = textBox; in createStringValueFieldWidget()
71 TextBox textBox = passwordProtected ? new PasswordTextBox() : new TextBox(); in createTextBox() local
73 textBox.setText(value); in createTextBox()
75 return textBox; in createTextBox()
DCloudStorageCard.java157 TextBox textBox = getValueFieldEditor(fieldId); in getStringValueFieldValue() local
158 String value = textBox.getValue(); in getStringValueFieldValue()
/external/python/cpython2/Mac/Modules/qt/
D_Qtmodule.c8753 Rect textBox; in Qt_TextMediaAddTextSample() local
8787 &textBox, in Qt_TextMediaAddTextSample()
8799 PyMac_BuildRect, &textBox, in Qt_TextMediaAddTextSample()
8813 Rect textBox; in Qt_TextMediaAddTESample() local
8838 &textBox, in Qt_TextMediaAddTESample()
8849 PyMac_BuildRect, &textBox, in Qt_TextMediaAddTESample()