HomeSort by relevance Sort by last modified time
    Searched defs:path_parts (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/ui/webui/
extension_icon_source.cc 248 std::vector<std::string> path_parts; local
250 base::SplitString(path_lower, '/', &path_parts);
251 if (path_lower.empty() || path_parts.size() < 3)
254 std::string size_param = path_parts.at(1);
255 std::string match_param = path_parts.at(2);
273 std::string extension_id = path_parts.at(0);
  /external/chromium_org/chrome/browser/ui/webui/extensions/
extension_icon_source.cc 278 std::vector<std::string> path_parts; local
280 base::SplitString(path_lower, '/', &path_parts);
281 if (path_lower.empty() || path_parts.size() < 3)
284 std::string size_param = path_parts.at(1);
285 std::string match_param = path_parts.at(2);
304 std::string extension_id = path_parts.at(0);

Completed in 712 milliseconds