HomeSort by relevance Sort by last modified time
    Searched refs:RemovePrefix (Results 1 - 13 of 13) 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));
metadata_database.cc 50 std::string RemovePrefix(const std::string& str, const std::string& prefix) {
239 std::string file_id = RemovePrefix(key, kFileMetadataKeyPrefix);
254 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);
ninja_action_target_writer.cc 64 RemovePrefix(outputs[i].value(),
227 RemovePrefix(target_->action_values().depfile().value(),
string_utils.cc 166 std::string RemovePrefix(const std::string& str, const std::string& prefix) {
ninja_target_writer.cc 165 RemovePrefix(outputs[i].value(),
  /external/chromium_org/google_apis/drive/
test_util.cc 28 bool RemovePrefix(const std::string& input,
120 if (!RemovePrefix(absolute_url.path(), "/files/", &remaining_path))
135 if (!RemovePrefix(value, "bytes ", &remaining))
gdata_wapi_requests_unittest.cc 57 if (!test_util::RemovePrefix(absolute_url.path(),
test_util.h 52 bool RemovePrefix(const std::string& input,
drive_api_requests_unittest.cc 366 if (!test_util::RemovePrefix(absolute_url.path(),
    [all...]
  /external/chromium_org/content/browser/service_worker/
service_worker_database.cc 89 bool RemovePrefix(const std::string& str,
374 if (!RemovePrefix(itr->key().ToString(), kUniqueOriginKey, &origin))
408 if (!RemovePrefix(itr->key().ToString(), prefix, NULL))
445 if (!RemovePrefix(itr->key().ToString(), kRegKeyPrefix, NULL))
852 if (!RemovePrefix(itr->key().ToString(), prefix, NULL))
888 if (!RemovePrefix(key, prefix, &unprefixed))
934 if (!RemovePrefix(itr->key().ToString(), id_key_prefix, &unprefixed))
    [all...]
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
drive_metadata_store.cc 80 std::string RemovePrefix(const std::string& str, const std::string& prefix) {
99 std::string key_body(RemovePrefix(metadata_key, kDriveMetadataKeyPrefix));
237 GURL origin(RemovePrefix(key, kDriveIncrementalSyncOriginKeyPrefix));
250 GURL origin(RemovePrefix(key, kDriveDisabledOriginKeyPrefix));
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
cmake.py 73 def RemovePrefix(a, prefix):
771 default_product_name = RemovePrefix(default_product_name,
778 default_product_name = RemovePrefix(default_product_name,
    [all...]

Completed in 195 milliseconds