HomeSort by relevance Sort by last modified time
    Searched refs:at_top (Results 1 - 10 of 10) sorted by null

  /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.h 50 // thumbnails with |at_top| set to false.
51 bool at_top; member in struct:ThumbnailScore
thumbnail_score_unittest.cc 71 // at_top is important. Finally, the thumbnail is new and interesting enough.
72 score.at_top = true;
render_messages.h 101 IPC_STRUCT_TRAITS_MEMBER(at_top)
  /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/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/chrome/browser/tab_contents/
thumbnail_generator_unittest.cc 370 good_score.at_top = true;
thumbnail_generator.cc 456 score.at_top =
  /external/webkit/Source/WebCore/inspector/front-end/UglifyJS/
process.js 505 return MAP.at_top(ast);
    [all...]

Completed in 440 milliseconds