OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:APIUtil
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
api_util.h
30
class
APIUtil
: public APIUtilInterface,
34
public base::SupportsWeakPtr<
APIUtil
> {
47
APIUtil
(Profile* profile, const base::FilePath& temp_dir_path);
48
virtual ~
APIUtil
();
53
static scoped_ptr<
APIUtil
> CreateForTesting(
114
APIUtil
(const base::FilePath& temp_dir_path,
257
DISALLOW_COPY_AND_ASSIGN(
APIUtil
);
api_util.cc
121
const
APIUtil
::EnsureUniquenessCallback& callback,
122
APIUtil
::EnsureUniquenessStatus status,
127
void UploadResultAdapter(const
APIUtil
::ResourceEntryCallback& callback,
160
APIUtil
::
APIUtil
(Profile* profile,
199
scoped_ptr<
APIUtil
>
APIUtil
::CreateForTesting(
203
return make_scoped_ptr(new
APIUtil
(
210
APIUtil
::
APIUtil
(const base::FilePath& temp_dir_path
[
all
...]
Completed in 32 milliseconds