OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddNoNotify
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/search_engines/
template_url_model.cc
290
AddNoNotify
(template_url);
350
AddNoNotify
(template_url.release());
496
// Set the default.
AddNoNotify
will take ownership of default_from_prefs
503
AddNoNotify
(managed_default);
663
AddNoNotify
(template_url);
735
AddNoNotify
(*i);
[
all
...]
template_url_model.h
362
void
AddNoNotify
(TemplateURL* template_url);
/external/chromium_org/chrome/browser/search_engines/
template_url_service.cc
492
if (
AddNoNotify
(template_url, true))
526
if (
AddNoNotify
(template_url, true)) {
766
AddNoNotify
(*i, true);
[
all
...]
template_url_service.h
550
bool
AddNoNotify
(TemplateURL* template_url, bool newly_adding);
[
all
...]
Completed in 181 milliseconds