Searched refs:RemovePrefix (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dmetadata_db_migration_util.cc25 std::string RemovePrefix(const std::string& str, const std::string& prefix) { function in namespace:sync_file_system::drive_backend::__anon5882
91 return RemovePrefix(resource_id, kWapiFileIdPrefix);
93 return RemovePrefix(resource_id, kWapiFolderIdPrefix);
149 std::string serialized_url(RemovePrefix(key, kDriveMetadataKeyPrefix));
H A Ddrive_metadata_store.cc81 std::string RemovePrefix(const std::string& str, const std::string& prefix) { function in namespace:sync_file_system::__anon5875
100 std::string key_body(RemovePrefix(metadata_key, kDriveMetadataKeyPrefix));
238 GURL origin(RemovePrefix(key, kDriveIncrementalSyncOriginKeyPrefix));
251 GURL origin(RemovePrefix(key, kDriveDisabledOriginKeyPrefix));
H A Dmetadata_database.cc53 std::string RemovePrefix(const std::string& str, const std::string& prefix) { function in namespace:sync_file_system::drive_backend::__anon5880
290 std::string file_id = RemovePrefix(key, kFileMetadataKeyPrefix);
305 if (!base::StringToInt64(RemovePrefix(key, kFileTrackerKeyPrefix),
/external/chromium_org/tools/gn/
H A Dstring_utils.h42 std::string RemovePrefix(const std::string& str, const std::string& prefix);
H A Dstring_utils.cc164 std::string RemovePrefix(const std::string& str, const std::string& prefix) { function
H A Dninja_target_writer.cc260 RemovePrefix(outputs[i].value(),
312 RemovePrefix(outputs[i].value(),
/external/chromium_org/chrome/browser/google_apis/
H A Dtest_util.cc28 bool RemovePrefix(const std::string& input, function in namespace:google_apis::test_util
119 if (!RemovePrefix(absolute_url.path(), "/files/", &remaining_path))
159 if (!RemovePrefix(value, "bytes ", &remaining))
H A Dtest_util.h52 bool RemovePrefix(const std::string& input,
H A Dgdata_wapi_requests_unittest.cc105 if (!test_util::RemovePrefix(absolute_url.path(),
312 if (!test_util::RemovePrefix(absolute_url.path(),
H A Ddrive_api_requests_unittest.cc328 if (!test_util::RemovePrefix(absolute_url.path(),

Completed in 105 milliseconds