Searched refs:attributeValue (Results 1 - 16 of 16) sorted by relevance

/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
H A DPropertyDescriptorEditorProvider.java32 Object attributeValue = descriptor.getValue("enumerationValues");
34 return new EnumerationValuesPropertyEditor(attributeValue);
50 Object attributeValue = descriptor.getValue("enumerationValues");
52 if (!(attributeValue instanceof Object[])) {
55 Object[] enumElements = (Object[]) attributeValue;
H A DEnumerationValuesPropertyEditor.java40 public EnumerationValuesPropertyEditor(Object attributeValue) { argument
41 Object[] enumElements = (Object[]) attributeValue;
/external/webkit/Source/WebCore/html/parser/
H A DHTMLPreloadScanner.cpp70 String attributeValue(iter->m_value.data(), iter->m_value.size());
73 m_charset = attributeValue;
77 setUrlToLoad(attributeValue);
80 setUrlToLoad(attributeValue);
82 m_linkIsStyleSheet = relAttributeIsStyleSheet(attributeValue);
84 m_linkMediaAttributeIsScreen = linkMediaAttributeIsScreen(attributeValue);
87 setUrlToLoad(attributeValue);
89 m_inputIsImage = equalIgnoringCase(attributeValue, InputTypeNames::image());
94 static bool relAttributeIsStyleSheet(const String& attributeValue) argument
97 HTMLLinkElement::tokenizeRelAttribute(attributeValue, re
101 linkMediaAttributeIsScreen(const String& attributeValue) argument
114 setUrlToLoad(const String& attributeValue) argument
[all...]
/external/chromium/chrome/browser/resources/shared/js/
H A Di18n_template.js37 'i18n-content': function(element, attributeValue, obj) {
38 element.textContent = obj[attributeValue];
44 'i18n-options': function(element, attributeValue, obj) {
45 var options = obj[attributeValue];
59 'i18n-values': function(element, attributeValue, obj) {
60 var parts = attributeValue.replace(/\s/g, '').split(/;/);
/external/webkit/Source/WebCore/loader/
H A DFormSubmission.cpp148 String attributeValue; local
149 if (!(attributeValue = submitButton->getAttribute(formactionAttr)).isNull())
150 copiedAttributes.parseAction(attributeValue);
151 if (!(attributeValue = submitButton->getAttribute(formenctypeAttr)).isNull())
152 copiedAttributes.parseEncodingType(attributeValue);
153 if (!(attributeValue = submitButton->getAttribute(formmethodAttr)).isNull())
154 copiedAttributes.parseMethodType(attributeValue);
155 if (!(attributeValue = submitButton->getAttribute(formtargetAttr)).isNull())
156 copiedAttributes.setTarget(attributeValue);
/external/skia/src/ports/
H A DFontHostConfiguration_android.cpp93 const char* attributeValue = attributes[currentAttributeIndex+1]; local
95 int valueLength = strlen(attributeValue);
97 if (strncmp(attributeValue, "elegant", valueLength) == 0) {
99 } else if (strncmp(attributeValue, "compact", valueLength) == 0) {
103 newFileInfo->fLanguage = SkLanguage(attributeValue);
105 //each element is a pair of attributeName/attributeValue string pairs
/external/webkit/Source/WebCore/html/
H A DHTMLFormControlElement.cpp606 const AtomicString& attributeValue = getAttribute(placeholderAttr); local
607 if (!attributeValue.contains(newlineCharacter) && !attributeValue.contains(carriageReturn))
608 return attributeValue;
611 unsigned length = attributeValue.length();
614 UChar character = attributeValue[i];
626 const AtomicString& attributeValue = getAttribute(placeholderAttr); local
627 return attributeValue.string().find(isNotLineBreak) == notFound;
/external/webkit/Source/WebCore/xml/
H A DXMLViewer.js351 var attributeValue = createHTMLElement('span');
352 attributeValue.classList.add('webkit-html-attribute-value');
353 attributeValue.textContent = attributeNode.value;
360 attribute.appendChild(attributeValue);
/external/expat/xmlwf/
H A Dxmlwf.c64 attributeValue(FILE *fp, const XML_Char *s) function
138 attributeValue(fp, *atts);
181 attributeValue(fp, name);
205 attributeValue(fp, *atts);
208 attributeValue(fp, name);
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 297 milliseconds