/external/chromium/chrome/browser/extensions/ |
D | extension_omnibox_api.cc | 118 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/ |
D | keyword_provider.cc | 493 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()
|
D | autocomplete_edit.cc | 197 const string16 suggestion = view_->GetInstantSuggestion(); in CommitSuggestedText() local 198 if (suggestion.empty()) in CommitSuggestedText() 201 FinalizeInstantQuery(view_->GetText(), suggestion, skip_inline_autocomplete); in CommitSuggestedText()
|
D | autocomplete_edit_view_gtk.cc | 765 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()
|
D | autocomplete_edit_view_gtk.h | 142 virtual void SetInstantSuggestion(const string16& suggestion,
|
D | autocomplete_edit_view_win.h | 137 virtual void SetInstantSuggestion(const string16& suggestion,
|
D | autocomplete_edit_view_win.cc | 931 void AutocompleteEditViewWin::SetInstantSuggestion(const string16& suggestion, in SetInstantSuggestion() argument 933 parent_view_->SetInstantSuggestion(suggestion, animate_to_complete); in SetInstantSuggestion()
|
/external/dnsmasq/ |
D | CHANGELOG | 10 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.
|
D | CHANGELOG.archive | 57 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/ |
D | web.proto | 31 // The ID of the suggestion selected by the user. 39 // - Actual suggestion identifier as returned from the server.
|
/external/dnsmasq/contrib/try-all-ns/ |
D | README | 3 Subject: dnsmasq suggestion
|
/external/tinyxml/ |
D | changes.txt | 85 - 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/ |
D | what is this directory.txt | 9 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/ |
D | BytecodeGenerator.h | 149 …RegisterID* newTemporaryOr(RegisterID* suggestion) { return suggestion->isTemporary() ? suggestion… in newTemporaryOr() argument
|
/external/qemu/slirp-android/ |
D | COPYRIGHT | 12 a suggestion from someone who highly values the service they provide.
|
/external/qemu/slirp/ |
D | COPYRIGHT | 12 a suggestion from someone who highly values the service they provide.
|
/external/chromium/chrome/browser/instant/ |
D | instant_loader.cc | 856 string16 suggestion = complete_suggested_text_.substr(user_text_.size()); in SetCompleteSuggestedText() local 858 delegate_->SetSuggestedTextFor(this, suggestion, behavior); in SetCompleteSuggestedText()
|
/external/oprofile/libpp/ |
D | arrange_profiles.cpp | 105 string suggestion; member 206 str += axes[classes.axis].suggestion; in report_error()
|
/external/libvpx/examples/includes/geshi/docs/ |
D | THANKS | 23 - Brian Cheesman - Thanks for using GeSHi in phpCvsView, and for the suggestion about
|
/external/chromium/chrome/browser/autofill/ |
D | autofill_manager.cc | 86 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/ |
D | CHANGE_LOG | 143 collection (per Doug Sauder's suggestion).
|
/external/stlport/etc/ |
D | ChangeLog-4.0 | 135 * 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/ |
D | README | 154 (suggestion from Daniel Gimpelevich)
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/ |
D | MVS.uudecode | 49 X/* Modified by fnf (Fred Fish,well!fnf) to use Keith Pyle's suggestion for
|
/external/libpng/ |
D | README | 134 gladly listen. Even if your suggestion is not used immediately,
|