OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nodeVector
(Results
1 - 2
of
2
) sorted by null
/external/apache-xml/src/main/java/org/apache/xpath/axes/
NodeSequence.java
29
import org.apache.xml.utils.
NodeVector
;
65
protected
NodeVector
getVector() {
66
NodeVector
nv = (m_cache != null) ? m_cache.getVector() : null;
83
protected void SetVector(
NodeVector
v)
95
final
NodeVector
nv = getVector();
119
NodeVector
nv = getVector();
150
* The DTMManager to use if we're using a
NodeVector
only.
151
* We may well want to do away with this, and store it in the
NodeVector
.
175
* @param
nodeVector
177
public NodeSequence(Object
nodeVector
)
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
ContainerNode.h
245
typedef Vector<RefPtr<Node>, initialNodeVectorSize>
NodeVector
;
247
inline void getChildNodes(Node& node,
NodeVector
& nodes)
280
Vector<RefPtr<Node> >&
nodeVector
= *m_childNodes;
281
if (m_currentIndex >=
nodeVector
.size())
283
return
nodeVector
[m_currentIndex++];
Completed in 1476 milliseconds