OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:size_limit
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/extensions/
extension_host.h
109
// |
size_limit
| in both width and height.
110
void DisableScrollbarsForSmallWindows(const gfx::Size&
size_limit
);
extension_host.cc
366
const gfx::Size&
size_limit
) {
368
render_view_host()->routing_id(),
size_limit
));
/external/chromium_org/v8/test/cctest/
test-mark-compact.cc
528
intptr_t
size_limit
= ShortLivingIsolate() * 2;
local
530
CHECK_GT(
size_limit
, ShortLivingIsolate());
Completed in 825 milliseconds