OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:allowed_growth
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/content/browser/fileapi/
file_writer_delegate_unittest.cc
111
int64
allowed_growth
) {
117
writer->set_default_quota(
allowed_growth
);
130
int64
allowed_growth
) {
132
CreateWriterDelegate(test_file_path, offset,
allowed_growth
));
360
// Writing kDataSize (=45) bytes data while
allowed_growth
is 100.
362
int64
allowed_growth
= 100;
local
363
ASSERT_LT(kDataSize,
allowed_growth
);
364
PrepareForWrite("test", kBlobURL, offset,
allowed_growth
);
380
// Trying to overwrite kDataSize bytes data while
allowed_growth
is 20.
382
allowed_growth
= 20
[
all
...]
Completed in 423 milliseconds