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

/external/chromium_org/chrome/browser/download/
H A Ddownload_item_model.cc476 void DownloadItemModel::SetShouldNotifyUI(bool should_notify) { argument
478 data->set_should_notify_ui(should_notify);
/external/chromium_org/chrome/browser/custom_handlers/
H A Dprotocol_handler_registry.cc594 bool should_notify = false; local
601 should_notify = true;
603 if (should_notify)
/external/chromium/chrome/browser/search_engines/
H A Dtemplate_url_model.cc301 bool should_notify = false; local
308 should_notify = true;
313 if (should_notify)
/external/chromium_org/chrome/browser/search_engines/
H A Dtemplate_url_service.cc560 bool should_notify = false; local
569 should_notify = true;
574 if (should_notify)

Completed in 138 milliseconds