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

/external/chromium/chrome/browser/ui/views/download/
H A Ddownload_item_view.cc998 void DownloadItemView::SetState(State body_state, State drop_down_state) { argument
999 if (body_state_ == body_state && drop_down_state_ == drop_down_state)
1002 body_state_ = body_state;

Completed in 35 milliseconds