OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:megabyte
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/storage/
settings_frontend_unittest.cc
41
// Creates a
megabyte
of data.
43
base::ListValue*
megabyte
= new base::ListValue();
local
45
megabyte
->Append(CreateKilobyte().release());
47
return scoped_ptr<Value>(
megabyte
);
220
scoped_ptr<Value>
megabyte
= CreateMegabyte();
local
223
ValueStore::DEFAULTS, base::StringPrintf("%d", i), *
megabyte
);
227
ValueStore::DEFAULTS, "WillError", *
megabyte
)->HasError());
250
scoped_ptr<Value>
megabyte
= CreateMegabyte();
local
253
ValueStore::DEFAULTS, base::StringPrintf("%d", i), *
megabyte
);
257
ValueStore::DEFAULTS, "WontError", *
megabyte
)->HasError())
[
all
...]
/external/chromium_org/cc/layers/
heads_up_display_layer_impl.cc
457
const double
megabyte
= 1024.0 * 1024.0;
local
479
memory_entry_.bytes_allocated) /
megabyte
);
485
memory_entry_.bytes_over /
megabyte
);
488
memory_entry_.total_budget_in_bytes /
megabyte
);
Completed in 146 milliseconds