OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:attributeValue
(Results
1 - 10
of
10
) sorted by null
/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
);
/libcore/luni/src/main/java/java/net/
HttpCookie.java
300
String
attributeValue
= null;
302
attributeValue
= readAttributeValue(terminators);
304
setAttribute(cookie, attributeName,
attributeValue
);
/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);
/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/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.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
VisualRefactoring.java
386
String
attributeValue
= region.getText(subRegion);
387
if (
attributeValue
.equals(match1) ||
attributeValue
.equals(match2)) {
[
all
...]
/prebuilt/common/ant/
ant.jar
/prebuilt/common/tradefed/
tradefed-prebuilt.jar
/prebuilt/common/groovy/
groovy-all-1.7.0.jar
Completed in 849 milliseconds