OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kBarSize
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/shelf/
shelf_button.cc
32
const int
kBarSize
= 3;
435
if (y_offset + icon_height +
kBarSize
> button_bounds.height())
436
icon_height = button_bounds.height() - (y_offset +
kBarSize
);
439
if (x_offset + icon_width +
kBarSize
> button_bounds.width())
440
icon_width = button_bounds.width() - (x_offset +
kBarSize
);
/external/chromium_org/webkit/browser/appcache/
appcache_unittest.cc
76
const int64
kBarSize
= 200;
77
AppCacheEntry entry2(AppCacheEntry::FALLBACK, kBarResponseId,
kBarSize
);
81
EXPECT_EQ(kFooSize +
kBarSize
, cache->cache_size());
91
EXPECT_EQ(kFooSize +
kBarSize
, cache->cache_size());
Completed in 41 milliseconds