OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:markSorted
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/xml/
XPathNodeSet.h
62
void
markSorted
(bool isSorted) { m_isSorted = isSorted; }
XPathStep.cpp
130
newNodes.
markSorted
(false);
282
nodes.
markSorted
(false);
303
nodes.
markSorted
(false);
335
nodes.
markSorted
(false);
394
nodes.
markSorted
(false);
XPathPath.cpp
155
nodes.
markSorted
(resultIsSorted);
XPathPredicate.cpp
247
resultSet.
markSorted
(false);
XPathFunctions.cpp
359
result.
markSorted
(false);
Completed in 60 milliseconds