Home | History | Annotate | Download | only in importer

Lines Matching defs:shortcut

119     string16 shortcut;
123 &favicon, &shortcut, &add_date,
139 // Otherwise, we use the shortcut.
187 string16 shortcut;
195 &url, &favicon, &shortcut, &add_date,
235 // If there is a SHORTCUT attribute for this bookmark, we
237 TemplateURL* t_url = CreateTemplateURL(title, shortcut, url);
470 string16* shortcut,
476 shortcut->clear();
520 base::OnStringConversionError::SKIP, shortcut);
521 HTMLUnescape(shortcut);