OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PrepareForWrite
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/browser/fileapi/
file_writer_delegate_unittest.cc
127
void
PrepareForWrite
(const char* test_file_path,
236
PrepareForWrite
("test", kBlobURL, 0, kint64max);
256
PrepareForWrite
("test", kBlobURL, 0, kAllowedGrowth);
276
PrepareForWrite
("test", kBlobURL, 0, kAllowedGrowth);
297
PrepareForWrite
("test", kBlobURL, 0, kAllowedGrowth);
326
PrepareForWrite
("test", kBlobURL, 0, kint64max);
364
PrepareForWrite
("test", kBlobURL, offset, allowed_growth);
383
PrepareForWrite
("test", kBlobURL, offset, allowed_growth);
400
PrepareForWrite
("test", kBlobURL, offset, allowed_growth);
418
PrepareForWrite
("test", kBlobURL, offset, allowed_growth)
[
all
...]
/external/chromium_org/webkit/browser/fileapi/
file_system_operation_runner.cc
56
PrepareForWrite
(handle.id, url);
78
PrepareForWrite
(handle.id, url);
101
PrepareForWrite
(handle.id, dest_url);
128
PrepareForWrite
(handle.id, dest_url);
129
PrepareForWrite
(handle.id, src_url);
230
PrepareForWrite
(handle.id, url);
272
PrepareForWrite
(handle.id, url);
292
PrepareForWrite
(handle.id, url);
331
PrepareForWrite
(handle.id, url);
359
PrepareForWrite
(handle.id, url)
[
all
...]
file_system_operation_runner.h
293
void
PrepareForWrite
(OperationID id, const FileSystemURL& url);
Completed in 45 milliseconds