Lines Matching refs:TemplateURL
40 class TemplateURL;
107 std::vector<TemplateURL*> keywords;
108 // Identifies the ID of the TemplateURL that is the default search. A value of
317 void AddKeyword(const TemplateURL& url);
319 void RemoveKeyword(const TemplateURL& url);
321 void UpdateKeyword(const TemplateURL& url);
324 // On success, consumer is notified with WDResult<std::vector<TemplateURL*>.
328 void SetDefaultSearchProvider(const TemplateURL* url);
529 typedef GenericRequest2<std::vector<const TemplateURL*>,
530 std::vector<TemplateURL*> > SetKeywordsRequest;
561 void AddKeywordImpl(GenericRequest<TemplateURL>* request);
563 void UpdateKeywordImpl(GenericRequest<TemplateURL>* request);