HomeSort by relevance Sort by last modified time
    Searched refs:cycle_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/views/focus/
focus_search.h 120 bool cycle_; member in class:views::FocusSearch
focus_search.cc 14 cycle_(cycle),
74 // If |cycle_| is true, prefer to keep cycling rather than returning NULL.
75 if (cycle_ && !v && initial_starting_view) {

Completed in 68 milliseconds