Searched defs:suggestions (Results 76 - 85 of 85) sorted by relevance

1234

/external/chromium_org/components/autofill/core/browser/
H A Dautofill_manager_unittest.cc704 // Test that we return all address profile suggestions when all form fields are
716 // No suggestions provided, so send an empty vector as the results.
738 // Test that we return only matching address profile suggestions when the
751 // No suggestions provided, so send an empty vector as the results.
765 // Test that we return no suggestions when the form has no relevant fields.
791 // Test that we cull duplicate profile suggestions.
809 // No suggestions provided, so send an empty vector as the results.
829 // Test that we return no suggestions when autofill is disabled.
845 // Test that we return all credit card profile suggestions when all form fields
857 // No suggestions provide
976 std::vector<base::string16> suggestions; local
1183 std::vector<base::string16> suggestions; local
1258 std::vector<base::string16> suggestions; local
2378 std::vector<base::string16> suggestions; local
[all...]
/external/chromium_org/content/shell/renderer/test_runner/
H A Devent_sender.cc202 WebVector<WebString> suggestions; local
204 &suggestions);
205 for (size_t i = 0; i < suggestions.size(); ++i) {
206 strings.push_back(suggestions[i].utf8());
H A Dweb_test_proxy.cc394 const blink::WebVector<blink::WebColorSuggestion>& suggestions) {
391 CreateColorChooser( blink::WebColorChooserClient* client, const blink::WebColor& color, const blink::WebVector<blink::WebColorSuggestion>& suggestions) argument
/external/chromium_org/extensions/browser/app_window/
H A Dapp_window.cc894 const std::vector<content::ColorSuggestion>& suggestions) {
891 OpenColorChooser( WebContents* web_contents, SkColor initial_color, const std::vector<content::ColorSuggestion>& suggestions) argument
/external/chromium_org/extensions/browser/guest_view/web_view/
H A Dweb_view_guest.cc873 const std::vector<content::ColorSuggestion>& suggestions) {
877 web_contents, color, suggestions);
870 OpenColorChooser( WebContents* web_contents, SkColor color, const std::vector<content::ColorSuggestion>& suggestions) argument
/external/chromium_org/chrome/browser/ui/
H A Dbrowser.cc1622 const std::vector<content::ColorSuggestion>& suggestions) {
1619 OpenColorChooser( WebContents* web_contents, SkColor initial_color, const std::vector<content::ColorSuggestion>& suggestions) argument
/external/chromium_org/content/renderer/
H A Drender_frame_impl.cc2489 const blink::WebVector<blink::WebColorSuggestion>& suggestions) {
2493 for (size_t i = 0; i < suggestions.size(); i++) {
2494 color_suggestions.push_back(content::ColorSuggestion(suggestions[i]));
2486 createColorChooser( blink::WebColorChooserClient* client, const blink::WebColor& initial_color, const blink::WebVector<blink::WebColorSuggestion>& suggestions) argument
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.cc2935 value.suggestions);
2974 const std::vector<ColorSuggestion>& suggestions) {
2976 delegate_->OpenColorChooser(this, color, suggestions) :
2971 OnOpenColorChooser( int color_chooser_id, SkColor color, const std::vector<ColorSuggestion>& suggestions) argument
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 4655 milliseconds

1234