Home
last modified time | relevance | path

Searched refs:value_depth (Results 1 – 1 of 1) sorted by relevance

/third_party/cef/libcef_dll/wrapper/
Dcef_xml_object.cc34 int cur_depth, value_depth = -1; in Load() local
43 if (value_depth >= 0 && cur_depth > value_depth) { in Load()
50 if (cur_depth == value_depth) { in Load()
58 value_depth = cur_depth; in Load()
92 if (cur_depth == value_depth) { in Load()
95 } else if (cur_depth < value_depth) { in Load()
99 value_depth = -1; in Load()
123 if (cur_depth == value_depth) { in Load()
128 value_depth = cur_depth; in Load()