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

/external/chromium_org/chrome/browser/drive/
H A Dfake_drive_service.cc1337 std::string entry_kind; local
1339 entry_kind = "document";
1341 entry_kind = "file";
1348 entry_kind);
1471 const std::string& entry_kind) {
1489 if (entry_kind == "file") {
1499 // Add "category" which sets the resource type to |entry_kind|.
1504 entry_kind);
1465 AddNewEntry( const std::string& content_type, const std::string& content_data, const std::string& parent_resource_id, const std::string& title, bool shared_with_me, const std::string& entry_kind) argument

Completed in 60 milliseconds