Searched refs:objs_to_explore (Results 1 – 1 of 1) sorted by relevance
298 std::queue<WebAXObject> objs_to_explore; in AppendLocationChangeEvents() local301 objs_to_explore.push(root_object); in AppendLocationChangeEvents()303 while (objs_to_explore.size()) { in AppendLocationChangeEvents()304 WebAXObject obj = objs_to_explore.front(); in AppendLocationChangeEvents()305 objs_to_explore.pop(); in AppendLocationChangeEvents()317 objs_to_explore.push(obj.childAt(i)); in AppendLocationChangeEvents()