OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:searchElement
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/tools/aapt/
XMLNode.h
108
sp<XMLNode>
searchElement
(const String16& tagNamespace, const String16& tagName);
XMLNode.cpp
703
sp<XMLNode> XMLNode::
searchElement
(const String16& tagNamespace, const String16& tagName)
712
sp<XMLNode> found = mChildren.itemAt(i)->
searchElement
(tagNamespace, tagName);
[
all
...]
Resource.cpp
690
root = root->
searchElement
(String16(), String16("manifest"));
[
all
...]
/external/webkit/Source/JavaScriptCore/runtime/
ArrayPrototype.cpp
[
all
...]
Completed in 35 milliseconds