Home
last modified time | relevance | path

Searched refs:num_suggestions (Results 1 – 18 of 18) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/browsing_data/core/
H A Dbrowsing_data_utils_unittest.cc67 int num_suggestions; in TEST_F() member
89 &counter, test_case.num_suggestions, test_case.num_credit_cards, in TEST_F()
96 test_case.num_suggestions)); in TEST_F()
H A Dbrowsing_data_utils.cc191 AutofillCounter::ResultInt num_suggestions = autofill_result->Value(); in GetCounterTextFromResult() local
206 if (num_suggestions) { in GetCounterTextFromResult()
212 IDS_DEL_AUTOFILL_COUNTER_SUGGESTIONS, num_suggestions)); in GetCounterTextFromResult()
216 IDS_DEL_AUTOFILL_COUNTER_SUGGESTIONS_LONG, num_suggestions)); in GetCounterTextFromResult()
220 IDS_DEL_AUTOFILL_COUNTER_SUGGESTIONS_SHORT, num_suggestions)); in GetCounterTextFromResult()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/browsing_data/core/
H A Dbrowsing_data_utils_unittest.cc66 int num_suggestions; in TEST_F() member
88 &counter, test_case.num_suggestions, test_case.num_credit_cards, in TEST_F()
95 test_case.num_suggestions)); in TEST_F()
H A Dbrowsing_data_utils.cc228 AutofillCounter::ResultInt num_suggestions = autofill_result->Value(); in GetCounterTextFromResult() local
243 if (num_suggestions) { in GetCounterTextFromResult()
249 IDS_DEL_AUTOFILL_COUNTER_SUGGESTIONS, num_suggestions)); in GetCounterTextFromResult()
253 IDS_DEL_AUTOFILL_COUNTER_SUGGESTIONS_LONG, num_suggestions)); in GetCounterTextFromResult()
257 IDS_DEL_AUTOFILL_COUNTER_SUGGESTIONS_SHORT, num_suggestions)); in GetCounterTextFromResult()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/browsing_data/core/counters/
H A Dautofill_counter.cc203 ResultInt num_suggestions, in AutofillResult() argument
207 : SyncResult(source, num_suggestions, autofill_sync_enabled_), in AutofillResult()
H A Dautofill_counter.h28 ResultInt num_suggestions,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/browsing_data/core/counters/
H A Dautofill_counter.cc203 ResultInt num_suggestions, in AutofillResult() argument
207 : SyncResult(source, num_suggestions, autofill_sync_enabled_), in AutofillResult()
H A Dautofill_counter.h28 ResultInt num_suggestions,
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/cargo-0.55.0/src/cargo/ops/
H A Dfix.rs598 let num_suggestions = suggestions.len(); in rustfix_and_fix() localVariable
599 debug!("applying {} fixes to {}", num_suggestions, file); in rustfix_and_fix()
/dports/lang/rust/rustc-1.58.1-src/src/tools/cargo/src/cargo/ops/
H A Dfix.rs656 let num_suggestions = suggestions.len(); in rustfix_and_fix() localVariable
657 debug!("applying {} fixes to {}", num_suggestions, file); in rustfix_and_fix()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/cargo-0.58.0/src/cargo/ops/
H A Dfix.rs668 let num_suggestions = suggestions.len(); in rustfix_and_fix() localVariable
669 debug!("applying {} fixes to {}", num_suggestions, file); in rustfix_and_fix()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/omnibox/browser/
H A Dsearch_provider.cc1120 size_t num_suggestions = 0; in ConvertResultsToAutocompleteMatches() local
1132 if ((num_suggestions >= provider_max_matches_) && in ConvertResultsToAutocompleteMatches()
1137 ++num_suggestions; in ConvertResultsToAutocompleteMatches()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/autofill/core/browser/
H A Dautofill_metrics.h1301 static void LogAddressSuggestionsCount(size_t num_suggestions);
H A Dautofill_metrics.cc1593 void AutofillMetrics::LogAddressSuggestionsCount(size_t num_suggestions) { in LogAddressSuggestionsCount() argument
1594 UMA_HISTOGRAM_COUNTS_1M("Autofill.AddressSuggestionsCount", num_suggestions); in LogAddressSuggestionsCount()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/autofill/core/browser/
H A Dautofill_metrics.h1467 static void LogAddressSuggestionsCount(size_t num_suggestions);
H A Dautofill_metrics.cc1863 void AutofillMetrics::LogAddressSuggestionsCount(size_t num_suggestions) { in LogAddressSuggestionsCount() argument
1864 UMA_HISTOGRAM_COUNTS_1M("Autofill.AddressSuggestionsCount", num_suggestions); in LogAddressSuggestionsCount()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/ntp_snippets/remote/
H A Dremote_suggestions_provider_impl.cc265 int num_suggestions = suggestions->size(); in RemoveIncompleteSuggestions() local
272 int num_suggestions_removed = num_suggestions - suggestions->size(); in RemoveIncompleteSuggestions()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/ntp_snippets/remote/
H A Dremote_suggestions_provider_impl.cc232 int num_suggestions = suggestions->size(); in RemoveIncompleteSuggestions() local
239 int num_suggestions_removed = num_suggestions - suggestions->size(); in RemoveIncompleteSuggestions()