Home
last modified time | relevance | path

Searched refs:blob_id (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/webkit/browser/blob/
Dmock_blob_url_request_context.cc31 const std::string& blob_id, in ScopedTextBlob() argument
33 : blob_id_(blob_id), in ScopedTextBlob()
Dmock_blob_url_request_context.h41 const std::string& blob_id,
/external/chromium_org/content/child/fileapi/
Dwebfilewriter_impl.cc143 const GURL& path, const std::string& blob_id, int64 offset) { in DoWrite() argument
145 path, blob_id, offset, in DoWrite()
Dwebfilewriter_impl.h35 virtual void DoWrite(const GURL& path, const std::string& blob_id,
Dwebfilewriter_base.h44 const std::string& blob_id, in NON_EXPORTED_BASE()
Dfile_system_dispatcher.h117 const std::string& blob_id,
Dfile_system_dispatcher.cc321 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/
Dgit-clang-format324 blob_id = clang_format_to_blob(filename, line_ranges, binary=binary,
326 yield '%s %s\t%s' % (mode, blob_id, filename)