Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/views/frame/
Dbrowser_view.cc2087 int top_container_index = GetIndexOf(top_container_); in SetBookmarkBarParent() local
2088 if (top_container_index >= 0) in SetBookmarkBarParent()
2089 AddChildViewAt(bookmark_bar_view_.get(), top_container_index); in SetBookmarkBarParent()