ScopedTextBlob     43 chrome/browser/sync_file_system/local/canned_syncable_file_system.cc using content::ScopedTextBlob;
ScopedTextBlob    155 chrome/browser/sync_file_system/local/canned_syncable_file_system.cc         blob_data_(new ScopedTextBlob(*request_context,
ScopedTextBlob    167 chrome/browser/sync_file_system/local/canned_syncable_file_system.cc   ScopedTextBlob* scoped_text_blob() const { return blob_data_.get(); }
ScopedTextBlob    183 chrome/browser/sync_file_system/local/canned_syncable_file_system.cc   scoped_ptr<ScopedTextBlob> blob_data_;
ScopedTextBlob     32 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc using content::ScopedTextBlob;
ScopedTextBlob    254 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   ScopedTextBlob blob(url_request_context, "blob_id:test", kData);
ScopedTextBlob    405 chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc   ScopedTextBlob blob(url_request_context, "blob_id:test", kData);
ScopedTextBlob     32 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc using content::ScopedTextBlob;
ScopedTextBlob    306 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc   ScopedTextBlob blob(url_request_context_, "blob:foo", kData);
ScopedTextBlob     37 content/browser/fileapi/file_system_operation_impl_write_unittest.cc using content::ScopedTextBlob;
ScopedTextBlob    180 content/browser/fileapi/file_system_operation_impl_write_unittest.cc   ScopedTextBlob blob(url_request_context(),
ScopedTextBlob    197 content/browser/fileapi/file_system_operation_impl_write_unittest.cc   ScopedTextBlob blob(url_request_context(), "blob_id:zero", "");
ScopedTextBlob    226 content/browser/fileapi/file_system_operation_impl_write_unittest.cc   ScopedTextBlob blob(url_request_context(), "blob_id:writeinvalidfile",
ScopedTextBlob    248 content/browser/fileapi/file_system_operation_impl_write_unittest.cc   ScopedTextBlob blob(url_request_context(), "blob:writedir",
ScopedTextBlob    267 content/browser/fileapi/file_system_operation_impl_write_unittest.cc   ScopedTextBlob blob(url_request_context(), "blob:success",
ScopedTextBlob    284 content/browser/fileapi/file_system_operation_impl_write_unittest.cc   ScopedTextBlob blob(url_request_context(), "blob:success",
ScopedTextBlob    307 content/browser/fileapi/file_system_operation_impl_write_unittest.cc   ScopedTextBlob blob(url_request_context(), "blob:writeinvalidfile",
ScopedTextBlob     29 content/public/test/mock_blob_url_request_context.cc ScopedTextBlob::ScopedTextBlob(
ScopedTextBlob     43 content/public/test/mock_blob_url_request_context.cc ScopedTextBlob::~ScopedTextBlob() {
ScopedTextBlob     46 content/public/test/mock_blob_url_request_context.cc scoped_ptr<webkit_blob::BlobDataHandle> ScopedTextBlob::GetBlobDataHandle() {
ScopedTextBlob     39 content/public/test/mock_blob_url_request_context.h class ScopedTextBlob {
ScopedTextBlob     42 content/public/test/mock_blob_url_request_context.h   ScopedTextBlob(const MockBlobURLRequestContext& request_context,
ScopedTextBlob     45 content/public/test/mock_blob_url_request_context.h   ~ScopedTextBlob();
ScopedTextBlob     55 content/public/test/mock_blob_url_request_context.h   DISALLOW_COPY_AND_ASSIGN(ScopedTextBlob);