Searched defs:cmd_parts (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/safe_browsing/
H A Dprotocol_parser.cc88 std::vector<std::string> cmd_parts; local
89 base::SplitString(line, ':', &cmd_parts);
90 if (cmd_parts.size() != 3)
94 full_hash.list_name = cmd_parts[0];
95 full_hash.add_chunk_id = atoi(cmd_parts[1].c_str());
96 int full_hash_len = atoi(cmd_parts[2].c_str());
156 std::vector<std::string> cmd_parts;
157 base::SplitString(cmd_line, ':', &cmd_parts);
158 if (cmd_parts.empty())
160 const std::string& command = cmd_parts[
274 std::vector<std::string> cmd_parts; local
[all...]
/external/chromium_org/chrome/browser/safe_browsing/
H A Dprotocol_parser.cc62 std::vector<std::string> cmd_parts; local
63 base::SplitString(line, ':', &cmd_parts);
64 if (cmd_parts.size() != 3)
68 full_hash.list_name = cmd_parts[0];
69 full_hash.add_chunk_id = atoi(cmd_parts[1].c_str());
70 int full_hash_len = atoi(cmd_parts[2].c_str());
128 std::vector<std::string> cmd_parts;
129 base::SplitString(cmd_line, ':', &cmd_parts);
130 if (cmd_parts.empty())
132 const std::string& command = cmd_parts[
208 std::vector<std::string> cmd_parts; local
[all...]

Completed in 57 milliseconds