Searched defs:parent_title (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dfake_api_util.h31 std::string parent_title; member in struct:sync_file_system::drive_backend::FakeAPIUtil::RemoteResource
41 const std::string& parent_title,
104 const std::string& parent_title,
H A Dfake_api_util.cc23 if (left.parent_title != right.parent_title)
24 return left.parent_title < right.parent_title;
48 const std::string& parent_title,
56 parent_title(parent_title),
208 deleted_directory.parent_title,
231 const std::string& parent_title,
238 parent_resource_id, parent_title, titl
46 RemoteResource( const std::string& parent_resource_id, const std::string& parent_title, const std::string& title, const std::string& resource_id, const std::string& md5_checksum, SyncFileType type, bool deleted, int64 changestamp) argument
230 PushRemoteChange(const std::string& parent_resource_id, const std::string& parent_title, const std::string& title, const std::string& resource_id, const std::string& md5, SyncFileType type, bool deleted) argument
[all...]

Completed in 34 milliseconds