OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:drive
(Results
26 - 50
of
270
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
operation_observer.h
12
namespace
drive
{
namespace
15
// Passes notifications from
Drive
operations back to the file system.
33
} // namespace
drive
create_directory_operation_unittest.cc
5
#include "chrome/browser/chromeos/
drive
/file_system/create_directory_operation.h"
7
#include "chrome/browser/chromeos/
drive
/file_system/operation_test_base.h"
8
#include "google_apis/
drive
/test_util.h"
11
namespace
drive
{
namespace
33
FILE_PATH_LITERAL("
drive
/root/File 1.txt"));
35
FILE_PATH_LITERAL("
drive
/root/Directory 1"));
37
FILE_PATH_LITERAL("
drive
/root/New Directory"));
114
} // namespace
drive
open_file_operation.cc
5
#include "chrome/browser/chromeos/
drive
/file_system/open_file_operation.h"
13
#include "chrome/browser/chromeos/
drive
/
drive
.pb.h"
14
#include "chrome/browser/chromeos/
drive
/file_cache.h"
15
#include "chrome/browser/chromeos/
drive
/file_errors.h"
16
#include "chrome/browser/chromeos/
drive
/file_system/create_file_operation.h"
17
#include "chrome/browser/chromeos/
drive
/file_system/download_operation.h"
18
#include "chrome/browser/chromeos/
drive
/file_system/operation_observer.h"
19
#include "chrome/browser/chromeos/
drive
/file_system_interface.h"
24
namespace
drive
{
namespace
[
all
...]
remove_operation_unittest.cc
5
#include "chrome/browser/chromeos/
drive
/file_system/remove_operation.h"
7
#include "chrome/browser/chromeos/
drive
/file_system/operation_test_base.h"
8
#include "chrome/browser/chromeos/
drive
/file_system_util.h"
9
#include "google_apis/
drive
/test_util.h"
12
namespace
drive
{
namespace
22
FILE_PATH_LITERAL("
drive
/root/Dummy file.txt"));
23
base::FilePath file_in_root(FILE_PATH_LITERAL("
drive
/root/File 1.txt"));
25
FILE_PATH_LITERAL("
drive
/root/Directory 1/SubDirectory File 1.txt"));
85
"
drive
/root/Directory 1/Sub Directory Folder/Sub Sub Directory Folder"));
87
"
drive
/root/Directory 1"))
[
all
...]
touch_operation_unittest.cc
5
#include "chrome/browser/chromeos/
drive
/file_system/touch_operation.h"
9
#include "chrome/browser/chromeos/
drive
/
drive
.pb.h"
10
#include "chrome/browser/chromeos/
drive
/file_errors.h"
11
#include "chrome/browser/chromeos/
drive
/file_system/operation_test_base.h"
12
#include "chrome/browser/chromeos/
drive
/resource_metadata.h"
13
#include "google_apis/
drive
/test_util.h"
16
namespace
drive
{
namespace
26
const base::FilePath kTestPath(FILE_PATH_LITERAL("
drive
/root/File 1.txt"));
59
} // namespace
drive
[
all
...]
/external/chromium_org/chrome/browser/chromeos/drive/
file_system_metadata.h
10
#include "chrome/browser/chromeos/
drive
/file_errors.h"
12
namespace
drive
{
namespace
33
} // namespace
drive
file_system_observer.h
8
#include "chrome/browser/chromeos/
drive
/file_errors.h"
14
namespace
drive
{
namespace
22
// |directory_path| is a virtual directory path (/
drive
/...) representing
30
} // namespace
drive
file_write_watcher.h
10
#include "chrome/browser/chromeos/
drive
/file_system_util.h"
16
namespace
drive
{
namespace
22
// The class watches modification to
Drive
files in the cache directory.
23
// This is used for returning a local writable snapshot of
Drive
files from the
24
// Save-As file dialog, so that the callers of the dialog can save to
Drive
25
// without any special handling about
Drive
.
60
} // namespace
drive
job_list.cc
5
#include "chrome/browser/chromeos/
drive
/job_list.h"
11
namespace
drive
{
namespace
146
} // namespace
drive
job_queue.h
12
#include "chrome/browser/chromeos/
drive
/job_list.h"
14
namespace
drive
{
namespace
63
} // namespace
drive
job_queue_unittest.cc
5
#include "chrome/browser/chromeos/
drive
/job_queue.h"
9
namespace
drive
{
namespace
104
} // namespace
drive
remove_stale_cache_files.cc
5
#include "chrome/browser/chromeos/
drive
/remove_stale_cache_files.h"
12
#include "chrome/browser/chromeos/
drive
/
drive
.pb.h"
13
#include "chrome/browser/chromeos/
drive
/file_cache.h"
14
#include "chrome/browser/chromeos/
drive
/resource_metadata.h"
16
namespace
drive
{
namespace
41
} // namespace
drive
change_list_loader_observer.h
12
namespace
drive
{
namespace
38
} // namespace
drive
debug_info_collector.cc
5
#include "chrome/browser/chromeos/
drive
/debug_info_collector.h"
10
#include "google_apis/
drive
/task_util.h"
14
namespace
drive
{
namespace
69
} // namespace
drive
download_handler.h
10
#include "chrome/browser/chromeos/
drive
/file_errors.h"
21
namespace
drive
{
namespace
26
// Observes downloads to temporary local
drive
folder. Schedules these
27
// downloads for upload to
drive
service.
50
// Sets
drive
path, for example, '/special/
drive
/MyFolder/MyFile',
56
// Gets the target
drive
path from external data in |download|.
59
// Gets the downloaded
drive
cache file path from external data in |download|.
62
// Checks if there is a
Drive
upload associated with |download|
65
// Checks a file corresponding to the download item exists in
Drive
[
all
...]
fake_file_system.h
14
#include "chrome/browser/chromeos/
drive
/file_errors.h"
15
#include "chrome/browser/chromeos/
drive
/file_system_interface.h"
16
#include "google_apis/
drive
/gdata_errorcode.h"
26
namespace
drive
{
namespace
34
// This class implements a fake FileSystem which acts like a real
Drive
160
// 1) If the path is root, gets AboutResrouce from the
drive
service
195
} // namespace
drive
file_change_unittest.cc
5
#include "chrome/browser/chromeos/
drive
/file_change.h"
9
namespace
drive
{
namespace
100
} // namespace
drive
file_system_backend_delegate.cc
5
#include "chrome/browser/chromeos/
drive
/file_system_backend_delegate.h"
10
#include "chrome/browser/chromeos/
drive
/async_file_util.h"
11
#include "chrome/browser/chromeos/
drive
/file_system_util.h"
12
#include "chrome/browser/chromeos/
drive
/webkit_file_stream_reader_impl.h"
13
#include "chrome/browser/chromeos/
drive
/webkit_file_stream_writer_impl.h"
24
namespace
drive
{
namespace
83
} // namespace
drive
file_system_backend_delegate.h
20
namespace
drive
{
namespace
23
// for
Drive
file system.
44
// The profile for processing
Drive
accesses. Should not be NULL.
51
} // namespace
drive
file_task_executor.h
13
#include "chrome/browser/chromeos/
drive
/file_errors.h"
15
#include "google_apis/
drive
/gdata_errorcode.h"
17
namespace
drive
{
namespace
22
// third party
Drive
apps that store data in
Drive
itself. To do that, it
54
} // namespace
drive
local_file_reader.h
23
namespace
drive
{
namespace
26
// This is simple local file reader implementation focusing on
Drive
's use
72
} // namespace
drive
logging.cc
5
#include "chrome/browser/chromeos/
drive
/logging.h"
12
#include "chrome/browser/
drive
/event_logger.h"
14
namespace
drive
{
namespace
45
} // namespace
drive
/external/chromium_org/chrome/browser/drive/
drive_notification_manager_factory.cc
5
#include "chrome/browser/
drive
/drive_notification_manager_factory.h"
7
#include "chrome/browser/
drive
/drive_notification_manager.h"
14
namespace
drive
{
namespace
51
} // namespace
drive
drive_notification_observer.h
8
namespace
drive
{
namespace
10
// Interface for classes which need to know when to check Google
Drive
for
14
// Called when a notification from Google
Drive
is received.
24
} // namespace
drive
/external/chromium_org/chrome/browser/chromeos/drive/sync/
remove_performer_unittest.cc
5
#include "chrome/browser/chromeos/
drive
/sync/remove_performer.h"
7
#include "chrome/browser/chromeos/
drive
/file_system/operation_test_base.h"
8
#include "chrome/browser/
drive
/fake_drive_service.h"
9
#include "google_apis/
drive
/gdata_wapi_parser.h"
10
#include "google_apis/
drive
/test_util.h"
12
namespace
drive
{
namespace
21
base::FilePath file_in_root(FILE_PATH_LITERAL("
drive
/root/File 1.txt"));
23
FILE_PATH_LITERAL("
drive
/root/Directory 1/SubDirectory File 1.txt"));
68
"
drive
/root/shared.txt"));
70
"
drive
/other/shared.txt"))
[
all
...]
Completed in 71 milliseconds
1
2
3
4
5
6
7
8
9
10
11