OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:keyword_hint
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/ui/views/location_bar/
keyword_hint_view.cc
65
const std::wstring
keyword_hint
=
local
73
keyword_hint
.substr(0, content_param_offsets.front()));
75
keyword_hint
.substr(content_param_offsets.front()));
/external/chromium/chrome/browser/ui/cocoa/location_bar/
keyword_hint_decoration.mm
70
//
KEYWORD_HINT
is a message like "Press [tab] to search <site>".
76
const string16
keyword_hint
(
90
hint_prefix_.reset([TrimAndConvert(
keyword_hint
.substr(0, split)) retain]);
91
hint_suffix_.reset([TrimAndConvert(
keyword_hint
.substr(split)) retain]);
/external/chromium/chrome/browser/autocomplete/
autocomplete_popup_model.cc
145
// Creates
keyword_hint
first in case |keyword| is a pointer to |text|.
146
const string16
keyword_hint
(TemplateURLModel::CleanUserInputKeyword(text));
151
if (
keyword_hint
.empty())
159
profile_->GetTemplateURLModel()->GetTemplateURLForKeyword(
keyword_hint
);
174
keyword->assign(
keyword_hint
);
/external/chromium/chrome/browser/ui/gtk/
location_bar_view_gtk.cc
998
const string16
keyword_hint
= l10n_util::GetStringFUTF16(
local
[
all
...]
Completed in 579 milliseconds