OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:indexOfAttribute
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/html/parser/
XSSFilter.cpp
419
size_t
indexOfAttribute
;
420
if (findAttributeWithName(token, attributeName,
indexOfAttribute
)) {
421
const HTMLToken::Attribute& attribute = token.attributes().at(
indexOfAttribute
);
427
token.eraseValueOfAttribute(
indexOfAttribute
);
429
token.appendToAttributeValue(
indexOfAttribute
, replacementValue);
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
ElementImpl.java
59
private int
indexOfAttribute
(String name) {
103
int i =
indexOfAttribute
(name);
204
return
indexOfAttribute
(name) != -1;
217
int i =
indexOfAttribute
(name);
282
int i =
indexOfAttribute
(newAttr.getName());
331
return ElementImpl.this.
indexOfAttribute
(name);
/frameworks/base/tools/aapt/
Command.cpp
229
static ssize_t
indexOfAttribute
(const ResXMLTree& tree, uint32_t attrRes)
243
ssize_t idx = tree.
indexOfAttribute
(ns, attr);
261
ssize_t idx =
indexOfAttribute
(tree, attrRes);
280
ssize_t idx =
indexOfAttribute
(tree, attrRes);
298
ssize_t idx =
indexOfAttribute
(tree, attrRes);
319
ssize_t idx =
indexOfAttribute
(tree, attrRes);
[
all
...]
/frameworks/base/libs/utils/
ResourceTypes.cpp
[
all
...]
Completed in 46 milliseconds