OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:should_notify_ui
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/browser/download/
download_item_model.cc
51
bool
should_notify_ui
() const { return should_notify_ui_; }
function in class:__anon7128::DownloadItemModelData
52
void set_should_notify_ui(bool
should_notify_ui
) {
53
should_notify_ui_ =
should_notify_ui
;
473
return data && data->
should_notify_ui
();
Completed in 450 milliseconds