OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:scoped_file
(Results
1 - 25
of
25
) sorted by null
/external/chromium_org/webkit/common/blob/
shareable_file_reference.h
10
#include "webkit/common/blob/
scoped_file
.h"
40
// Returns a ShareableFileReference for the given path of the |
scoped_file
|,
41
// creating a new reference if none yet exists. The ownership of |
scoped_file
|
44
// and scope-out-callbacks of the given |
scoped_file
| is ignored.
45
// If the given
scoped_file
has an empty path (e.g. maybe already
51
ScopedFile
scoped_file
);
64
ShareableFileReference(ScopedFile
scoped_file
);
shareable_file_reference.cc
82
ScopedFile
scoped_file
) {
83
if (
scoped_file
.path().empty())
90
ShareableFileMap::value_type(
scoped_file
.path(), null_reference));
92
scoped_file
.Release();
98
new ShareableFileReference(
scoped_file
.Pass()));
109
ShareableFileReference::ShareableFileReference(ScopedFile
scoped_file
)
110
: scoped_file_(
scoped_file
.Pass()) {
scoped_file.cc
5
#include "webkit/common/blob/
scoped_file
.h"
/external/chromium_org/webkit/browser/fileapi/
transient_file_util.cc
45
ScopedFile
scoped_file
(
49
scoped_file
.AddScopeOutCallback(
52
return
scoped_file
.Pass();
file_system_file_util.h
13
#include "webkit/common/blob/
scoped_file
.h"
file_system_operation_impl.h
18
#include "webkit/common/blob/
scoped_file
.h"
/external/chromium_org/webkit/
storage_common.gyp
28
'common/blob/
scoped_file
.cc',
29
'common/blob/
scoped_file
.h',
webkit_storage_common.target.darwin-arm.mk
28
webkit/common/blob/
scoped_file
.cc \
webkit_storage_common.target.darwin-mips.mk
28
webkit/common/blob/
scoped_file
.cc \
webkit_storage_common.target.darwin-x86.mk
28
webkit/common/blob/
scoped_file
.cc \
webkit_storage_common.target.linux-arm.mk
28
webkit/common/blob/
scoped_file
.cc \
webkit_storage_common.target.linux-mips.mk
28
webkit/common/blob/
scoped_file
.cc \
webkit_storage_common.target.linux-x86.mk
28
webkit/common/blob/
scoped_file
.cc \
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
drive_backend_util.h
13
#include "webkit/common/blob/
scoped_file
.h"
sync_engine.cc
39
#include "webkit/common/blob/
scoped_file
.h"
/external/chromium_org/content/browser/fileapi/
transient_file_util_unittest.cc
18
#include "webkit/common/blob/
scoped_file
.h"
92
webkit_blob::ScopedFile
scoped_file
=
local
/external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
fake_api_util_unittest.cc
14
#include "webkit/common/blob/
scoped_file
.h"
remote_sync_delegate.h
21
#include "webkit/common/blob/
scoped_file
.h"
api_util.h
16
#include "webkit/common/blob/
scoped_file
.h"
fake_api_util.cc
13
#include "webkit/common/blob/
scoped_file
.h"
drive_file_sync_service.cc
39
#include "webkit/common/blob/
scoped_file
.h"
[
all
...]
/external/chromium_org/chrome/browser/chromeos/drive/
fileapi_worker.h
29
#include "webkit/common/blob/
scoped_file
.h"
/external/chromium_org/chrome/browser/sync_file_system/local/
local_file_sync_service.cc
25
#include "webkit/common/blob/
scoped_file
.h"
local_file_sync_context.cc
27
#include "webkit/common/blob/
scoped_file
.h"
[
all
...]
local_file_sync_context_unittest.cc
29
#include "webkit/common/blob/
scoped_file
.h"
[
all
...]
Completed in 227 milliseconds