/external/chromium/chrome/common/ |
thumbnail_score.cc | 22 static int GetThumbnailType(bool good_clipping, bool at_top) { 23 if (good_clipping && at_top) { 25 } else if (good_clipping && !at_top) { 27 } else if (!good_clipping && at_top) { 29 } else if (!good_clipping && !at_top) { 40 at_top(false), 48 at_top(top), 57 at_top(top), 71 at_top == rhs.at_top & [all...] |
thumbnail_score_unittest.cc | 71 // at_top is important. Finally, the thumbnail is new and interesting enough. 72 score.at_top = true;
|
thumbnail_score.h | 50 // thumbnails with |at_top| set to false. 51 bool at_top; member in struct:ThumbnailScore
|
render_messages.h | 101 IPC_STRUCT_TRAITS_MEMBER(at_top)
|
/external/chromium_org/chrome/browser/thumbnails/ |
thumbnailing_context.cc | 17 score.at_top =
|
thumbnail_service_unittest.cc | 117 good_score.at_top = true;
|
/external/chromium_org/chrome/common/ |
thumbnail_score.cc | 24 if (!score.at_top) 36 at_top(false), 45 at_top(top), 55 at_top(top), 67 at_top == rhs.at_top && 74 "boring_score: %f, at_top %d, good_clipping %d, " 78 at_top, 134 good_clipping && at_top && load_completed) {
|
thumbnail_score_unittest.cc | 69 // at_top is important, but still not enough. 70 score.at_top = true;
|
thumbnail_score.h | 57 // thumbnails with |at_top| set to false. 58 bool at_top; member in struct:ThumbnailScore
|
/external/chromium/chrome/browser/history/ |
top_sites_database.cc | 77 "at_top INTEGER DEFAULT 0, " 91 "boring_score, good_clipping, at_top, last_updated " 118 thumbnail.thumbnail_score.at_top = statement.ColumnBool(7); 166 "boring_score = ?, good_clipping = ?, at_top = ?, last_updated = ? " 180 statement.BindBool(5, score.at_top); 196 "boring_score, good_clipping, at_top, last_updated) " 212 statement.BindBool(7, score.at_top); 278 "SELECT thumbnail, boring_score, good_clipping, at_top, last_updated " 295 thumbnail->thumbnail_score.at_top = statement.ColumnBool(3);
|
thumbnail_database.cc | 167 "ALTER TABLE thumbnails ADD at_top INTEGER DEFAULT 0", 258 "(url_id, boring_score, good_clipping, at_top, last_updated, data) " 279 statement.BindBool(3, score.at_top); 342 "SELECT boring_score, good_clipping, at_top, last_updated "
|
/external/chromium_org/chrome/browser/ui/views/ |
detachable_toolbar_view.cc | 72 bool at_top, 75 int y = at_top ? 0 : (view->height() - thickness);
|
detachable_toolbar_view.h | 58 // page content according to |at_top| with |color|. 61 bool at_top,
|
/external/chromium_org/chrome/browser/history/ |
top_sites_database.cc | 33 // at_top True if the thumbnail was captured at the top of the 73 "at_top INTEGER DEFAULT 0," 442 "boring_score, good_clipping, at_top, last_updated, load_completed, " 473 thumbnail.thumbnail_score.at_top = statement.ColumnBool(7); 504 "boring_score = ?, good_clipping = ?, at_top = ?, last_updated = ?, " 516 statement.BindBool(5, score.at_top); 532 "boring_score, good_clipping, at_top, last_updated, load_completed, " 545 statement.BindBool(7, score.at_top); 657 "SELECT thumbnail, boring_score, good_clipping, at_top, last_updated " 668 thumbnail->thumbnail_score.at_top = statement.ColumnBool(3) [all...] |
top_sites_database_unittest.cc | 61 // [boring_score], [good_clipping], [at_top], [last_updated], and
|
/external/libpcap/ |
optimize.c | 1424 int val, at_top; local 1447 at_top = 1; 1462 at_top = 0; 1517 int val, at_top; local [all...] |
/external/chromium_org/chrome/browser/ui/panels/ |
stacked_panel_collection.cc | 730 bool at_top = panel == top_panel(); local 732 if (at_top && at_bottom) 734 else if (at_top)
|
/external/chromium/chrome/browser/tab_contents/ |
thumbnail_generator.cc | 456 score.at_top =
|
thumbnail_generator_unittest.cc | 370 good_score.at_top = true;
|