Lines Matching refs:KeywordTable
60 KeywordTable::~KeywordTable() {}
62 bool KeywordTable::Init() {
89 bool KeywordTable::IsSyncable() {
93 bool KeywordTable::AddKeyword(const TemplateURL& url) {
117 bool KeywordTable::RemoveKeyword(TemplateURLID id) {
129 bool KeywordTable::GetKeywords(std::vector<TemplateURL*>* urls) {
191 bool KeywordTable::UpdateKeyword(const TemplateURL& url) {
210 bool KeywordTable::SetDefaultSearchProviderID(int64 id) {
214 int64 KeywordTable::GetDefaulSearchProviderID() {
220 bool KeywordTable::SetBuitinKeywordVersion(int version) {
224 int KeywordTable::GetBuitinKeywordVersion() {
230 bool KeywordTable::MigrateToVersion21AutoGenerateKeywordColumn() {
235 bool KeywordTable::MigrateToVersion25AddLogoIDColumn() {
240 bool KeywordTable::MigrateToVersion26AddCreatedByPolicyColumn() {
245 bool KeywordTable::MigrateToVersion28SupportsInstantColumn() {
250 bool KeywordTable::MigrateToVersion29InstantUrlToSupportsInstant() {