HomeSort by relevance Sort by last modified time
    Searched refs:RemovePrefix (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
metadata_db_migration_util.cc 25 std::string RemovePrefix(const std::string& str, const std::string& prefix) {
91 return RemovePrefix(resource_id, kWapiFileIdPrefix);
93 return RemovePrefix(resource_id, kWapiFolderIdPrefix);
149 std::string serialized_url(RemovePrefix(key, kDriveMetadataKeyPrefix));
drive_metadata_store.cc 81 std::string RemovePrefix(const std::string& str, const std::string& prefix) {
100 std::string key_body(RemovePrefix(metadata_key, kDriveMetadataKeyPrefix));
238 GURL origin(RemovePrefix(key, kDriveIncrementalSyncOriginKeyPrefix));
251 GURL origin(RemovePrefix(key, kDriveDisabledOriginKeyPrefix));
metadata_database.cc 53 std::string RemovePrefix(const std::string& str, const std::string& prefix) {
290 std::string file_id = RemovePrefix(key, kFileMetadataKeyPrefix);
305 if (!base::StringToInt64(RemovePrefix(key, kFileTrackerKeyPrefix),
    [all...]
  /external/chromium_org/tools/gn/
string_utils.h 42 std::string RemovePrefix(const std::string& str, const std::string& prefix);
string_utils.cc 164 std::string RemovePrefix(const std::string& str, const std::string& prefix) {
ninja_target_writer.cc 260 RemovePrefix(outputs[i].value(),
312 RemovePrefix(outputs[i].value(),
  /external/chromium_org/chrome/browser/google_apis/
test_util.cc 28 bool RemovePrefix(const std::string& input,
119 if (!RemovePrefix(absolute_url.path(), "/files/", &remaining_path))
159 if (!RemovePrefix(value, "bytes ", &remaining))
test_util.h 52 bool RemovePrefix(const std::string& input,
gdata_wapi_requests_unittest.cc 105 if (!test_util::RemovePrefix(absolute_url.path(),
312 if (!test_util::RemovePrefix(absolute_url.path(),
    [all...]
drive_api_requests_unittest.cc 328 if (!test_util::RemovePrefix(absolute_url.path(),
    [all...]

Completed in 408 milliseconds