Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/sync/glue/
Dbookmark_change_processor.cc104 std::stack<int> index_stack; in RemoveSyncNodeHierarchy() local
105 index_stack.push(0); // For the final pop. It's never used. in RemoveSyncNodeHierarchy()
111 index_stack.top())); in RemoveSyncNodeHierarchy()
117 index = index_stack.top() + 1; // (top() + 0) was what we removed. in RemoveSyncNodeHierarchy()
118 index_stack.pop(); in RemoveSyncNodeHierarchy()
123 index_stack.push(index); in RemoveSyncNodeHierarchy()
128 DCHECK(index_stack.empty()); // Nothing should be left on the stack. in RemoveSyncNodeHierarchy()