OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:turl_with_keyword
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/ui/search_engines/
edit_search_engine_controller.cc
63
const TemplateURL*
turl_with_keyword
=
local
66
return (
turl_with_keyword
== NULL ||
turl_with_keyword
== template_url_);
/external/chromium_org/chrome/browser/ui/search_engines/
edit_search_engine_controller.cc
69
const TemplateURL*
turl_with_keyword
=
local
72
return (
turl_with_keyword
== NULL ||
turl_with_keyword
== template_url_);
/external/chromium/chrome/browser/importer/
profile_writer.cc
233
const TemplateURL*
turl_with_keyword
=
local
235
if (
turl_with_keyword
!= NULL) {
237
model->SetDefaultSearchProvider(
turl_with_keyword
);
Completed in 193 milliseconds