Searched refs:top_index (Results 1 – 2 of 2) sorted by relevance
511 size_t top_index = 0; in NormalizePath() local518 top_index = 2; in NormalizePath()521 top_index = 1; in NormalizePath()525 size_t dest_i = top_index; in NormalizePath()526 for (size_t src_i = top_index; src_i < path->size(); /* nothing */) { in NormalizePath()543 if (dest_i > top_index) { in NormalizePath()548 if (dest_i == top_index) { in NormalizePath()561 top_index = dest_i; in NormalizePath()562 } else if (top_index == 2 && !source_root.empty()) { in NormalizePath()592 top_index = 1; in NormalizePath()
963 int top_index = 0; in AddControls() local965 window_->AddChildViewAt(top_menu_panel, top_index++); in AddControls()966 window_->AddChildViewAt(top_toolbar_, top_index); in AddControls()