Searched defs:at_top (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/common/
H A Dthumbnail_score.h50 // thumbnails with |at_top| set to false.
51 bool at_top; member in struct:ThumbnailScore
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...]
/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/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 207 milliseconds