OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:root_folder_id
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
fake_drive_service_helper.cc
90
std::string
root_folder_id
= fake_drive_service_->GetRootResourceId();
local
91
GDataErrorCode error = AddFolder(
root_folder_id
, title, folder_id);
97
root_folder_id
, *folder_id,
/external/chromium_org/chrome/browser/google_apis/
drive_api_parser.h
69
const std::string&
root_folder_id
() const { return root_folder_id_; }
function in class:google_apis::AboutResource
80
void set_root_folder_id(const std::string&
root_folder_id
) {
81
root_folder_id_ =
root_folder_id
;
Completed in 988 milliseconds