OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BlobStorageHost
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/content/browser/fileapi/
blob_storage_host.cc
18
BlobStorageHost
::
BlobStorageHost
(BlobStorageContext* context)
22
BlobStorageHost
::~
BlobStorageHost
() {
36
bool
BlobStorageHost
::StartBuildingBlob(const std::string& uuid) {
44
bool
BlobStorageHost
::AppendBlobDataItem(
52
bool
BlobStorageHost
::CancelBuildingBlob(const std::string& uuid) {
60
bool
BlobStorageHost
::FinishBuildingBlob(
68
bool
BlobStorageHost
::IncrementBlobRefCount(const std::string& uuid) {
77
bool
BlobStorageHost
::DecrementBlobRefCount(const std::string& uuid)
[
all
...]
blob_storage_host.h
21
class
BlobStorageHost
;
35
class CONTENT_EXPORT
BlobStorageHost
{
37
explicit
BlobStorageHost
(BlobStorageContext* context);
38
~
BlobStorageHost
();
71
DISALLOW_COPY_AND_ASSIGN(
BlobStorageHost
);
blob_storage_context_unittest.cc
21
void SetupBasicBlob(
BlobStorageHost
* host, const std::string& id) {
33
BlobStorageHost
host(&context);
71
BlobStorageHost
host(&context);
157
BlobStorageHost
host(&context);
197
scoped_ptr<
BlobStorageHost
> host(new
BlobStorageHost
(&context));
216
BlobStorageHost
host(context.get());
fileapi_message_filter.h
47
class
BlobStorageHost
;
231
scoped_ptr<
BlobStorageHost
> blob_storage_host_;
fileapi_message_filter.cc
118
new
BlobStorageHost
(blob_storage_context_->context()));
/external/chromium_org/storage/browser/blob/
blob_storage_context.h
26
class
BlobStorageHost
;
55
friend class content::
BlobStorageHost
;
Completed in 73 milliseconds