OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:root_resource_id
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/chrome/browser/drive/
drive_api_util.h
87
// Here, |
root_resource_id
| is also needed, as it is contained by AboutResource
92
const std::string&
root_resource_id
);
drive_api_util.cc
275
const std::string&
root_resource_id
) {
281
resource->set_root_folder_id(
root_resource_id
);
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
list_changes_task_unittest.cc
133
std::string
root_resource_id
() {
function in class:sync_file_system::drive_backend::ListChangesTaskTest
201
SetUpChangesInFolder(
root_resource_id
());
/external/chromium_org/chrome/browser/chromeos/drive/
file_system_util.cc
174
ResourceEntry CreateMyDriveRootEntry(const std::string&
root_resource_id
) {
177
mydrive_root.set_resource_id(
root_resource_id
);
file_system_util.h
92
ResourceEntry CreateMyDriveRootEntry(const std::string&
root_resource_id
);
change_list_loader.cc
799
const std::string&
root_resource_id
= about_resource->root_folder_id();
local
806
util::CreateMyDriveRootEntry(
root_resource_id
),
[
all
...]
file_system_unittest.cc
212
const std::string
root_resource_id
=
local
217
root_resource_id
), &local_id));
Completed in 128 milliseconds