OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:start_depth
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libxml/chromium/
libxml_utils.cc
56
const int
start_depth
= Depth();
local
74
while (NodeType() != XML_READER_TYPE_END_ELEMENT || Depth() !=
start_depth
) {
/external/chromium/chrome/common/
libxml_utils.cc
81
const int
start_depth
= Depth();
local
99
while (NodeType() != XML_READER_TYPE_END_ELEMENT || Depth() !=
start_depth
) {
Completed in 2682 milliseconds