Searched refs:url_path_ (Results 1 – 2 of 2) sorted by relevance
98 : url_path_(url_path), directory_path_(directory_path) { in DirectoryProvider()99 DCHECK(!url_path_.empty()); in DirectoryProvider()103 if (url_path_[url_path_.size() - 1] != '/') in DirectoryProvider()104 url_path_ += '/'; in DirectoryProvider()116 if (url.find(url_path_) != 0U) { in OnRequest()132 std::string path_part = url.substr(url_path_.length()); in GetFilePath()166 std::string url_path_; member in __anon354d77e20111::DirectoryProvider176 : url_path_(url_path), in ArchiveProvider()182 DCHECK(!url_path_.empty()); in ArchiveProvider()186 if (url_path_[url_path_.size() - 1] != '/') in ArchiveProvider()[all …]
38 : url_path_(url_path), resource_path_prefix_(resource_path_prefix) { in BinaryResourceProvider()50 if (url.find(url_path_) != 0L) { in OnRequest()57 std::string relative_path = url.substr(url_path_.length()); in OnRequest()75 std::string url_path_; member in client::__anon5c81af210111::BinaryResourceProvider