Searched refs:body_state_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/views/download/
H A Ddownload_item_view.h153 bool IsDangerousMode() { return body_state_ == DANGEROUS; }
209 State body_state_; member in class:DownloadItemView
H A Ddownload_item_view.cc127 body_state_(NORMAL),
253 body_state_ = DANGEROUS;
378 if (body_state_ == DANGEROUS &&
719 switch (body_state_) {
999 if (body_state_ == body_state && drop_down_state_ == drop_down_state)
1002 body_state_ = body_state;
1009 body_state_ == DANGEROUS && drop_down_state_ == DANGEROUS);
1011 body_state_ = NORMAL;

Completed in 34 milliseconds