OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:suggestions_url
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/importer/
profile_import_process_messages.h
252
if (p.
suggestions_url
()) {
254
WriteParam(m, *p.
suggestions_url
());
284
TemplateURLRef
suggestions_url
;
local
304
if (!ReadParam(m, iter, &
suggestions_url
))
341
p->SetSuggestionsURL(
suggestions_url
.url(),
suggestions_url
.index_offset(),
342
suggestions_url
.page_offset());
/external/chromium/chrome/browser/autocomplete/
search_provider.cc
424
const TemplateURLRef* const
suggestions_url
= provider.
suggestions_url
();
local
425
DCHECK(
suggestions_url
->SupportsReplacement());
427
GURL(
suggestions_url
->ReplaceSearchTerms(
[
all
...]
/external/chromium/chrome/browser/search_engines/
template_url.h
27
//
suggestions_url
or url for keyword/suggestion expansion:
28
// .
suggestions_url
describes a URL that is ideal for as you type suggestions.
322
void SetSuggestionsURL(const std::string&
suggestions_url
,
325
const TemplateURLRef*
suggestions_url
() const {
function in class:TemplateURL
/external/chromium_org/chrome/browser/search_engines/
template_url.h
435
std::string
suggestions_url
;
member in struct:TemplateURLData
577
const std::string&
suggestions_url
() const { return data_.
suggestions_url
; }
function in class:TemplateURL
Completed in 149 milliseconds