OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:should_notify
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/browser/download/
download_item_model.h
127
void SetShouldNotifyUI(bool
should_notify
);
download_item_model.cc
550
void DownloadItemModel::SetShouldNotifyUI(bool
should_notify
) {
552
data->set_should_notify_ui(
should_notify
);
/external/chromium_org/chrome/browser/chromeos/drive/
change_list_loader.h
255
bool
should_notify
,
/external/chromium_org/chrome/browser/custom_handlers/
protocol_handler_registry.cc
594
bool
should_notify
= false;
local
601
should_notify
= true;
603
if (
should_notify
)
/external/chromium/chrome/browser/search_engines/
template_url_model.cc
301
bool
should_notify
= false;
local
308
should_notify
= true;
313
if (
should_notify
)
[
all
...]
/external/chromium_org/chrome/browser/search_engines/
template_url_service.cc
580
bool
should_notify
= false;
local
589
should_notify
= true;
594
if (
should_notify
)
[
all
...]
Completed in 129 milliseconds