HomeSort by relevance Sort by last modified time
    Searched refs:attributeValue (Results 1 - 24 of 24) sorted by null

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
PropertyDescriptorEditorProvider.java 32 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;
EnumerationValuesPropertyEditor.java 40 public EnumerationValuesPropertyEditor(Object attributeValue) {
41 Object[] enumElements = (Object[]) attributeValue;
  /external/webkit/Source/WebCore/html/parser/
HTMLPreloadScanner.cpp 70 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)
97 HTMLLinkElement::tokenizeRelAttribute(attributeValue, rel)
    [all...]
  /external/webkit/Source/WebCore/loader/
FormSubmission.cpp 148 String attributeValue;
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/webkit/Source/WebCore/html/
HTMLFormControlElement.cpp 606 const AtomicString& attributeValue = getAttribute(placeholderAttr);
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);
627 return attributeValue.string().find(isNotLineBreak) == notFound;
  /libcore/luni/src/main/java/java/net/
HttpCookie.java 300 String attributeValue = null;
302 attributeValue = readAttributeValue(terminators);
304 setAttribute(cookie, attributeName, attributeValue);
  /external/webkit/Source/WebCore/xml/
XMLViewer.js 351 var attributeValue = createHTMLElement('span');
352 attributeValue.classList.add('webkit-html-attribute-value');
353 attributeValue.textContent = attributeNode.value;
360 attribute.appendChild(attributeValue);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
BaseLayoutRuleTest.java 192 String attributeValue) {
197 return attributeValue;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
VisualRefactoring.java 390 String attributeValue = region.getText(subRegion);
391 if (attributeValue.equals(match1) || attributeValue.equals(match2)) {
    [all...]
  /external/expat/xmlwf/
xmlwf.c 64 attributeValue(FILE *fp, const XML_Char *s)
138 attributeValue(fp, *atts);
181 attributeValue(fp, name);
205 attributeValue(fp, *atts);
208 attributeValue(fp, name);
  /libcore/luni/src/main/java/org/apache/harmony/security/x501/
AttributeTypeAndValue.java 186 private final AttributeValue value;
189 private AttributeTypeAndValue(int[] oid, AttributeValue value) throws IOException {
199 * Creates AttributeTypeAndValue with OID and AttributeValue. Parses OID
209 public AttributeTypeAndValue(String sOid, AttributeValue value) throws IOException {
300 * value AttributeValue }
304 * AttributeValue ::= ANY DEFINED BY AttributeType
314 public static final ASN1Type attributeValue = new ASN1Type(ASN1Constants.TAG_PRINTABLESTRING) {
335 return new AttributeValue(str, bytesEncoded, in.tag);
340 throw new RuntimeException("AttributeValue getDecodedObject MUST NOT be invoked");
347 AttributeValue av = (AttributeValue) out.content
    [all...]
  /libcore/luni/src/main/java/java/security/
Provider.java 335 String attributeValue = getPropertyIgnoreCase(servAlg + ' ' + attribute);
336 if (attributeValue != null) {
338 if (Integer.parseInt(attributeValue) >= Integer.parseInt(val)) {
342 if (attributeValue.equalsIgnoreCase(val)) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLState.java 301 IGLProperty attributeValue = new GLObjectProperty(GLStateType.ATTRIBUTE_VALUE,
304 attributeName, attributeType, attributeSize, attributeValue);
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseLayoutRule.java 452 String replace(String attributeUri, String attributeName, String attributeValue);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 
ant.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilt/common/antlr/
antlr-3.4-complete.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 700 milliseconds