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
118
int64
allowed_growth
) {
125
writer->set_default_quota(
allowed_growth
);
140
int64
allowed_growth
) {
142
CreateWriterDelegate(test_file_path, offset,
allowed_growth
));
392
// Writing kDataSize (=45) bytes data while
allowed_growth
is 100.
394
int64
allowed_growth
= 100;
local
395
ASSERT_LT(kDataSize,
allowed_growth
);
396
PrepareForWrite("test", kBlobURL, offset,
allowed_growth
);
412
// Trying to overwrite kDataSize bytes data while
allowed_growth
is 20.
414
allowed_growth
= 20
[
all
...]
Completed in 67 milliseconds