Searched refs:blob_id (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/webkit/browser/blob/ |
D | mock_blob_url_request_context.cc | 31 const std::string& blob_id, in ScopedTextBlob() argument 33 : blob_id_(blob_id), in ScopedTextBlob()
|
D | mock_blob_url_request_context.h | 41 const std::string& blob_id,
|
/external/chromium_org/content/child/fileapi/ |
D | webfilewriter_impl.cc | 143 const GURL& path, const std::string& blob_id, int64 offset) { in DoWrite() argument 145 path, blob_id, offset, in DoWrite()
|
D | webfilewriter_impl.h | 35 virtual void DoWrite(const GURL& path, const std::string& blob_id,
|
D | webfilewriter_base.h | 44 const std::string& blob_id, in NON_EXPORTED_BASE()
|
D | file_system_dispatcher.h | 117 const std::string& blob_id,
|
D | file_system_dispatcher.cc | 321 const std::string& blob_id, in Write() argument 329 new FileSystemHostMsg_Write(request_id, path, blob_id, offset)); in Write()
|
/external/clang/tools/clang-format/ |
D | git-clang-format | 324 blob_id = clang_format_to_blob(filename, line_ranges, binary=binary, 326 yield '%s %s\t%s' % (mode, blob_id, filename)
|