OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetKeywords
(Results
1 - 7
of
7
) sorted by null
/external/chromium/chrome/browser/webdata/
keyword_table.h
70
bool
GetKeywords
(std::vector<TemplateURL*>* urls);
keyword_table_unittest.cc
88
EXPECT_TRUE(db.GetKeywordTable()->
GetKeywords
(&template_urls));
130
EXPECT_TRUE(db.GetKeywordTable()->
GetKeywords
(&template_urls));
182
EXPECT_TRUE(db.GetKeywordTable()->
GetKeywords
(&template_urls));
237
EXPECT_TRUE(db.GetKeywordTable()->
GetKeywords
(&template_urls));
keyword_table.cc
129
bool KeywordTable::
GetKeywords
(std::vector<TemplateURL*>* urls) {
web_data_service.h
325
Handle
GetKeywords
(WebDataServiceConsumer* consumer);
web_data_service.cc
133
WebDataService::Handle WebDataService::
GetKeywords
(
696
db_->GetKeywordTable()->
GetKeywords
(&result.keywords);
[
all
...]
/external/chromium/chrome/browser/search_engines/
search_provider_install_data.cc
200
load_handle_ = web_service_->
GetKeywords
(this);
template_url_model.cc
445
load_handle_ = service_->
GetKeywords
(this);
[
all
...]
Completed in 299 milliseconds