OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:candidate_size
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/sdch/open-vcdiff/src/
blockhash.h
82
void ReplaceIfBetterMatch(size_t
candidate_size
,
85
if (
candidate_size
> size_) {
86
size_ =
candidate_size
;
/external/chromium_org/ash/ime/
candidate_view.cc
284
gfx::Size
candidate_size
= candidate_label_->GetPreferredSize();
local
285
candidate_size
.SetToMax(gfx::Size(candidate_width_, 0));
286
size.Enlarge(
candidate_size
.width() + padding_width, 0);
287
size.SetToMax(
candidate_size
);
/external/chromium_org/chrome/browser/thumbnails/
content_analysis.cc
150
int
candidate_size
= profile.size();
local
154
if (std::abs(
candidate_size
- target_size) <
155
std::abs(
candidate_size
- *it - target_size)) {
158
candidate_size
-= *it;
161
if (std::abs(
candidate_size
- target_size) <
162
std::abs(
candidate_size
-size_for_threshold)) {
Completed in 326 milliseconds