Searched refs:at_top (Results 1 - 10 of 10) sorted by relevance

/external/chromium/chrome/common/
H A Dthumbnail_score.cc22 static int GetThumbnailType(bool good_clipping, bool at_top) { argument
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...]
H A Dthumbnail_score.h50 // thumbnails with |at_top| set to false.
51 bool at_top; member in struct:ThumbnailScore
H A Dthumbnail_score_unittest.cc71 // at_top is important. Finally, the thumbnail is new and interesting enough.
72 score.at_top = true;
H A Drender_messages.h101 IPC_STRUCT_TRAITS_MEMBER(at_top)
/external/chromium/chrome/browser/history/
H A Dtop_sites_database.cc77 "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);
H A Dthumbnail_database.cc167 "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/
H A Doptimize.c1424 int val, at_top; local
1447 at_top = 1;
1462 at_top = 0;
1499 if (at_top) {
1517 int val, at_top; local
1539 at_top = 1;
1554 at_top = 0;
1591 if (at_top) {
/external/chromium/chrome/browser/tab_contents/
H A Dthumbnail_generator_unittest.cc370 good_score.at_top = true;
H A Dthumbnail_generator.cc456 score.at_top =
/external/webkit/Source/WebCore/inspector/front-end/UglifyJS/
H A Dprocess.js505 return MAP.at_top(ast);
1484 MAP.at_top = function(val) { return new AtTop(val) };

Completed in 995 milliseconds