Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/views/location_bar/
Dlocation_bar_view.cc1109 View* right_anchor = open_pdf_in_reader_view_; in RefreshPageActionViews() local
1110 if (!right_anchor) in RefreshPageActionViews()
1111 right_anchor = star_view_; in RefreshPageActionViews()
1112 DCHECK(right_anchor); in RefreshPageActionViews()
1119 AddChildViewAt(*i, GetIndexOf(right_anchor)); in RefreshPageActionViews()