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

/external/chromium_org/chrome/browser/download/
H A Ddownload_item_model.cc54 bool should_notify_ui() const { return should_notify_ui_; } function in class:__anon4884::DownloadItemModelData
55 void set_should_notify_ui(bool should_notify_ui) { argument
56 should_notify_ui_ = should_notify_ui;
547 return data && data->should_notify_ui();

Completed in 182 milliseconds