OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:existing_turl
(Results
1 - 9
of
9
) sorted by null
/external/chromium/chrome/browser/search_engines/
search_host_to_urls_map.cc
63
void SearchHostToURLsMap::Update(const TemplateURL*
existing_turl
,
67
DCHECK(
existing_turl
);
69
Remove(
existing_turl
);
71
// Use the information from new_values but preserve
existing_turl
's id.
72
TemplateURLID previous_id =
existing_turl
->id();
73
TemplateURL* modifiable_turl = const_cast<TemplateURL*>(
existing_turl
);
77
Add(
existing_turl
, search_terms_data);
search_host_to_urls_map.h
44
void Update(const TemplateURL*
existing_turl
,
template_url_model.cc
[
all
...]
template_url_model.h
315
// Updates the information in |
existing_turl
| using the information from
316
// |new_values|, but the ID for |
existing_turl
| is retained.
318
void UpdateNoNotify(const TemplateURL*
existing_turl
,
/external/chromium_org/chrome/browser/search_engines/
template_url_service.cc
979
TemplateURL*
existing_turl
= GetTemplateURLForGUID(guid);
local
[
all
...]
template_url_service.h
351
// |sync_data| atop |
existing_turl
|. |
existing_turl
| may be NULL; if not it
360
TemplateURL*
existing_turl
,
489
// Updates the information in |
existing_turl
| using the information from
490
// |new_values|, but the ID for |
existing_turl
| is retained. Notifying
492
// |
existing_turl
| was found in |template_urls_| and thus could be updated.
497
bool UpdateNoNotify(TemplateURL*
existing_turl
,
505
static void UpdateTemplateURLIfPrepopulated(TemplateURL*
existing_turl
,
[
all
...]
template_url_service_sync_unittest.cc
1077
TemplateURL*
existing_turl
= model()->GetTemplateURLForGUID("key1");
local
[
all
...]
/external/chromium_org/chrome/browser/importer/
profile_writer.cc
273
const TemplateURL*
existing_turl
= (*host_path_map)[host_path];
local
274
if (!
existing_turl
||
276
!
existing_turl
->show_in_default_list())) {
/external/chromium/chrome/browser/importer/
profile_writer.cc
201
const TemplateURL*
existing_turl
= (*host_path_map)[host_path];
local
202
if (!
existing_turl
||
204
!
existing_turl
->show_in_default_list())) {
Completed in 142 milliseconds