Lines Matching defs:TemplateURL

244 TemplateURLRef::TemplateURLRef(TemplateURL* owner, Type type)
257 TemplateURLRef::TemplateURLRef(TemplateURL* owner, size_t index_in_owner)
1145 // TemplateURL ----------------------------------------------------------------
1147 TemplateURL::AssociatedExtensionInfo::AssociatedExtensionInfo(
1156 TemplateURL::AssociatedExtensionInfo::~AssociatedExtensionInfo() {
1159 TemplateURL::TemplateURL(const TemplateURLData& data)
1177 TemplateURL::~TemplateURL() {
1181 base::string16 TemplateURL::GenerateKeyword(const GURL& url) {
1193 GURL TemplateURL::GenerateFaviconURL(const GURL& url) {
1209 bool TemplateURL::MatchesData(const TemplateURL* t_url,
1236 base::string16 TemplateURL::AdjustedShortNameForLocaleDirection() const {
1242 bool TemplateURL::ShowInDefaultList(
1248 bool TemplateURL::SupportsReplacement(
1253 bool TemplateURL::HasGoogleBaseURLs(
1262 bool TemplateURL::IsGoogleSearchURLWithReplaceableKeyword(
1270 bool TemplateURL::HasSameKeywordAs(
1275 TemplateURL(other).IsGoogleSearchURLWithReplaceableKeyword(
1279 TemplateURL::Type TemplateURL::GetType() const {
1283 std::string TemplateURL::GetExtensionId() const {
1288 size_t TemplateURL::URLCount() const {
1293 const std::string& TemplateURL::GetURL(size_t index) const {
1300 bool TemplateURL::ExtractSearchTermsFromURL(
1307 bool TemplateURL::IsSearchURL(
1315 bool TemplateURL::HasSearchTermsReplacementKey(const GURL& url) const {
1333 bool TemplateURL::ReplaceSearchTermsInURL(
1371 void TemplateURL::EncodeSearchTerms(
1393 GURL TemplateURL::GenerateSearchURL(
1412 void TemplateURL::CopyFrom(const TemplateURL& other) {
1423 void TemplateURL::SetURL(const std::string& url) {
1428 void TemplateURL::SetPrepopulateId(int id) {
1436 void TemplateURL::ResetKeywordIfNecessary(
1447 bool TemplateURL::FindSearchTermsInURL(