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;
394
if (y_offset + icon_height +
kBarSize
> button_bounds.height())
395
icon_height = button_bounds.height() - (y_offset +
kBarSize
);
398
if (x_offset + icon_width +
kBarSize
> button_bounds.width())
399
icon_width = button_bounds.width() - (x_offset +
kBarSize
);
/external/chromium_org/content/browser/appcache/
appcache_unittest.cc
77
const int64
kBarSize
= 200;
78
AppCacheEntry entry2(AppCacheEntry::FALLBACK, kBarResponseId,
kBarSize
);
82
EXPECT_EQ(kFooSize +
kBarSize
, cache->cache_size());
92
EXPECT_EQ(kFooSize +
kBarSize
, cache->cache_size());
Completed in 679 milliseconds