Searched defs:GetFirstHiddenNodeIndex (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view.cc806 *start_index = GetFirstHiddenNodeIndex();
849 *start_index = GetFirstHiddenNodeIndex();
1162 start_index = GetFirstHiddenNodeIndex();
1350 start_index = GetFirstHiddenNodeIndex();
1450 *index = GetFirstHiddenNodeIndex();
1455 *index = GetFirstHiddenNodeIndex();
1463 *index = GetFirstHiddenNodeIndex();
1489 int BookmarkBarView::GetFirstHiddenNodeIndex() { function in class:BookmarkBarView
1514 if (index >= GetFirstHiddenNodeIndex()) {
1544 if (old_index_on_bb >= GetFirstHiddenNodeIndex()) {
[all...]

Completed in 42 milliseconds