OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:t_url2
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/search_engines/
template_url_service_unittest.cc
497
TemplateURL*
t_url2
= new TemplateURL(test_util_.profile(), data);
local
498
model()->Add(
t_url2
);
500
EXPECT_EQ(
t_url2
, model()->GetTemplateURLForKeyword(ASCIIToUTF16("keyword")));
501
EXPECT_EQ(ASCIIToUTF16("fourth"),
t_url2
->short_name());
502
EXPECT_EQ(ASCIIToUTF16("keyword"),
t_url2
->keyword());
589
TemplateURL*
t_url2
= new TemplateURL(test_util_.profile(), data);
local
590
model()->Add(
t_url2
);
591
EXPECT_EQ(
t_url2
,
[
all
...]
/external/chromium_org/chrome/browser/autocomplete/
keyword_provider.cc
90
bool operator()(const TemplateURL* t_url1, const TemplateURL*
t_url2
) const {
91
return t_url1->keyword().length() <
t_url2
->keyword().length();
Completed in 27 milliseconds