Home
last modified time | relevance | path

Searched defs:BreakList (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/ui/gfx/
Dbreak_list.h72 BreakList<T>::BreakList() : breaks_(1, Break(0, T())), max_(0) { in BreakList() function
76 BreakList<T>::BreakList(T value) : breaks_(1, Break(0, value)), max_(0) { in BreakList() function