Home
last modified time | relevance | path

Searched refs:suggestion (Results 1 – 25 of 73) sorted by relevance

123

/external/chromium/chrome/browser/extensions/
Dextension_omnibox_api.cc118 ExtensionOmniboxSuggestion& suggestion = suggestions.suggestions[i]; in RunImpl() local
123 kSuggestionContent, &suggestion.content)); in RunImpl()
125 kSuggestionDescription, &suggestion.description)); in RunImpl()
131 EXTENSION_FUNCTION_VALIDATE(suggestion.ReadStylesFromValue(*styles)); in RunImpl()
133 suggestion.description_styles.clear(); in RunImpl()
134 suggestion.description_styles.push_back( in RunImpl()
148 ExtensionOmniboxSuggestion suggestion; in RunImpl() local
152 kSuggestionDescription, &suggestion.description)); in RunImpl()
158 EXTENSION_FUNCTION_VALIDATE(suggestion.ReadStylesFromValue(*styles)); in RunImpl()
160 suggestion.description_styles.clear(); in RunImpl()
[all …]
/external/chromium/chrome/browser/autocomplete/
Dkeyword_provider.cc493 const ExtensionOmniboxSuggestion& suggestion = in Observe() local
504 suggestion.content, first_relevance - (i + 1))); in Observe()
507 match->contents.assign(suggestion.description); in Observe()
508 match->contents_class = suggestion.description_styles; in Observe()
Dautocomplete_edit.cc197 const string16 suggestion = view_->GetInstantSuggestion(); in CommitSuggestedText() local
198 if (suggestion.empty()) in CommitSuggestedText()
201 FinalizeInstantQuery(view_->GetText(), suggestion, skip_inline_autocomplete); in CommitSuggestedText()
Dautocomplete_edit_view_gtk.cc765 void AutocompleteEditViewGtk::SetInstantSuggestion(const string16& suggestion, in SetInstantSuggestion() argument
767 std::string suggestion_utf8 = UTF16ToUTF8(suggestion); in SetInstantSuggestion()
773 if (suggestion.empty()) { in SetInstantSuggestion()
792 const gchar* suggestion = gtk_label_get_text(GTK_LABEL(instant_view_)); in GetInstantSuggestion() local
793 return suggestion ? UTF8ToUTF16(suggestion) : string16(); in GetInstantSuggestion()
Dautocomplete_edit_view_gtk.h142 virtual void SetInstantSuggestion(const string16& suggestion,
Dautocomplete_edit_view_win.h137 virtual void SetInstantSuggestion(const string16& suggestion,
Dautocomplete_edit_view_win.cc931 void AutocompleteEditViewWin::SetInstantSuggestion(const string16& suggestion, in SetInstantSuggestion() argument
933 parent_view_->SetInstantSuggestion(suggestion, animate_to_complete); in SetInstantSuggestion()
/external/dnsmasq/
DCHANGELOG10 suggestion.
43 suggestion.
55 suggestion.
133 the suggestion.
144 Alkis Georgopoulos for the suggestion and Guilherme Moro
189 Support arbitrarily encapsulated DHCP options, suggestion
227 Ib Uhrskov for the suggestion.
251 suggestion.
282 suggestion generated an illegal, zero-length,
337 break things too: suggestion from Gilles Espinasse.
DCHANGELOG.archive57 inspired by a suggestion from Eli Chen <eli@routefree.com>
264 to /etc/ppp/resolv.conf (suggestion from Jorg Sommer.)
386 names in /etc/hosts -suggestion from Phil Harman.
803 I. Vdovikin for the suggestion to do that.
818 Thanks to Andi Cambeis for that suggestion.
895 Thanks to Grzegorz Nosek for the suggestion.
1251 /etc/hosts entry. Thanks to Mat Swift for the suggestion.
1325 the DHCP lease. Thanks to Will Murname for the suggestion.
1423 options. A sensible suggestion by Nathaniel McCallum.
1506 the suggestion.
[all …]
/external/chromium/chrome/browser/userfeedback/proto/
Dweb.proto31 // The ID of the suggestion selected by the user.
39 // - Actual suggestion identifier as returned from the server.
/external/dnsmasq/contrib/try-all-ns/
DREADME3 Subject: dnsmasq suggestion
/external/tinyxml/
Dchanges.txt85 - Added <ctype.h> include, at the suggestion of Steve Walters.
120 - A suggestion by Ronald Fenner Jr (dormlock) to add #include <istream> and <ostream> for Apple's P…
144 - Nodes and attributes can now print themselves to strings. (Yves suggestion)
164 - Added version # constants - a suggestion from JP and Ellers.
207 - Documents loaded with the UTF-8 BOM will now save with the UTF-8 BOM. Good suggestion
/external/clang/www/demo/
Dwhat is this directory.txt9 If nobody in the LLVM community has the skills, one suggestion would be to post a request on a frie…
/external/webkit/Source/JavaScriptCore/bytecompiler/
DBytecodeGenerator.h149 …RegisterID* newTemporaryOr(RegisterID* suggestion) { return suggestion->isTemporary() ? suggestion in newTemporaryOr() argument
/external/qemu/slirp-android/
DCOPYRIGHT12 a suggestion from someone who highly values the service they provide.
/external/qemu/slirp/
DCOPYRIGHT12 a suggestion from someone who highly values the service they provide.
/external/chromium/chrome/browser/instant/
Dinstant_loader.cc856 string16 suggestion = complete_suggested_text_.substr(user_text_.size()); in SetCompleteSuggestedText() local
858 delegate_->SetSuggestedTextFor(this, suggestion, behavior); in SetCompleteSuggestedText()
/external/oprofile/libpp/
Darrange_profiles.cpp105 string suggestion; member
206 str += axes[classes.axis].suggestion; in report_error()
/external/libvpx/examples/includes/geshi/docs/
DTHANKS23 - Brian Cheesman - Thanks for using GeSHi in phpCvsView, and for the suggestion about
/external/chromium/chrome/browser/autofill/
Dautofill_manager.cc86 const std::pair<string16, string16> suggestion((*values)[i], (*labels)[i]); in RemoveDuplicateSuggestions() local
87 if (seen_suggestions.insert(suggestion).second) { in RemoveDuplicateSuggestions()
/external/markdown/docs/
DCHANGE_LOG143 collection (per Doug Sauder's suggestion).
/external/stlport/etc/
DChangeLog-4.0135 * src/mingw32.mak : Made use of stlport.rc for DLL build (thanks to Danny Smith for the suggestion)
145 * _set.h : reinterpret_cast<> changed to C-style cast (thanks to Dave Abrahams for the suggestion)
370 * throw specifications removed (macros made void) - thanks to Dave Abrahams for the suggestion
/external/qemu-pc-bios/vgabios/
DREADME154 (suggestion from Daniel Gimpelevich)
/external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/
DMVS.uudecode49 X/* Modified by fnf (Fred Fish,well!fnf) to use Keith Pyle's suggestion for
/external/libpng/
DREADME134 gladly listen. Even if your suggestion is not used immediately,

123