OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:thumbnail_score
(Results
1 - 16
of
16
) sorted by null
/external/chromium_org/components/history/core/common/
BUILD.gn
7
"
thumbnail_score
.cc",
8
"
thumbnail_score
.h",
thumbnail_score_unittest.cc
5
#include "components/history/core/common/
thumbnail_score
.h"
80
// at boring_score in
thumbnail_score
.h for why.
thumbnail_score.cc
5
#include "components/history/core/common/
thumbnail_score
.h"
/external/chromium_org/components/
history.gypi
59
'history/core/common/
thumbnail_score
.cc',
60
'history/core/common/
thumbnail_score
.h',
/external/chromium_org/chrome/browser/thumbnails/
thumbnailing_context.h
11
#include "components/history/core/common/
thumbnail_score
.h"
thumbnail_service.h
8
#include "components/history/core/common/
thumbnail_score
.h"
/external/chromium_org/chrome/browser/history/
top_sites_database.cc
14
#include "components/history/core/common/
thumbnail_score
.h"
475
thumbnail.
thumbnail_score
.boring_score = statement.ColumnDouble(5);
476
thumbnail.
thumbnail_score
.good_clipping = statement.ColumnBool(6);
477
thumbnail.
thumbnail_score
.at_top = statement.ColumnBool(7);
478
thumbnail.
thumbnail_score
.time_at_snapshot =
480
thumbnail.
thumbnail_score
.load_completed = statement.ColumnBool(9);
517
const ThumbnailScore& score = thumbnail.
thumbnail_score
;
546
const ThumbnailScore& score = thumbnail.
thumbnail_score
;
670
thumbnail->
thumbnail_score
.boring_score = statement.ColumnDouble(1);
671
thumbnail->
thumbnail_score
.good_clipping = statement.ColumnBool(2)
[
all
...]
top_sites_impl.cc
33
#include "components/history/core/common/
thumbnail_score
.h"
294
*score = i->second.
thumbnail_score
;
503
if (!ShouldReplaceThumbnailWith(image->
thumbnail_score
,
509
image->
thumbnail_score
= new_score_with_redirects;
572
image.second.
thumbnail_score
= score;
820
mv.url, it->second.thumbnail.get(), it->second.
thumbnail_score
);
top_sites_cache.cc
66
*score = found->second.
thumbnail_score
;
top_sites.h
15
#include "components/history/core/common/
thumbnail_score
.h"
top_sites_impl.h
27
#include "components/history/core/common/
thumbnail_score
.h"
expire_history_backend_unittest.cc
27
#include "components/history/core/common/
thumbnail_score
.h"
history_service.cc
56
#include "components/history/core/common/
thumbnail_score
.h"
[
all
...]
history_unittest.cc
58
#include "components/history/core/common/
thumbnail_score
.h"
[
all
...]
/external/chromium_org/components/history/core/browser/
history_types.h
22
#include "components/history/core/common/
thumbnail_score
.h"
414
ThumbnailScore
thumbnail_score
;
member in struct:history::Images
/external/chromium_org/chrome/browser/ui/search/
instant_extended_interactive_uitest.cc
56
#include "components/history/core/common/
thumbnail_score
.h"
[
all
...]
Completed in 376 milliseconds