OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:current_score
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/password_manager/
password_form_manager.cc
229
int
current_score
= ScoreResult(*logins_result[i]);
local
244
(
current_score
> 0) && (!logins_result[i]->blacklisted_by_user)) {
248
if (
current_score
< best_score) {
252
if (
current_score
== best_score) {
254
} else if (
current_score
> best_score) {
255
best_score =
current_score
;
/external/chromium/chrome/browser/history/
thumbnail_database.cc
250
ThumbnailScore
current_score
;
local
251
if (ThumbnailScoreForId(id, &
current_score
)) {
252
add_thumbnail = ShouldReplaceThumbnailWith(
current_score
, score);
/external/chromium_org/chrome/browser/password_manager/
password_form_manager.cc
289
int
current_score
= ScoreResult(*logins_result[i]);
local
304
(
current_score
> 0) && (!logins_result[i]->blacklisted_by_user)) {
318
if (
current_score
< best_score) {
322
if (
current_score
== best_score) {
324
} else if (
current_score
> best_score) {
325
best_score =
current_score
;
Completed in 59 milliseconds