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

/external/chromium/net/base/
H A Dsdch_manager.cc29 SdchManager::Dictionary::Dictionary(const std::string& dictionary_text, argument
37 : text_(dictionary_text, offset),
364 bool SdchManager::AddSdchDictionary(const std::string& dictionary_text, argument
368 GenerateHash(dictionary_text, &client_hash, &server_hash);
378 if (dictionary_text.empty()) {
383 size_t header_end = dictionary_text.find("\n\n");
390 size_t line_end = dictionary_text.find('\n', line_start);
394 size_t colon_index = dictionary_text.find(':', line_start);
403 size_t value_start = dictionary_text.find_first_not_of(" \t",
408 std::string name(dictionary_text, line_star
496 GenerateHash(const std::string& dictionary_text, std::string* client_hash, std::string* server_hash) argument
[all...]
/external/chromium_org/net/base/
H A Dsdch_manager.cc32 SdchManager::Dictionary::Dictionary(const std::string& dictionary_text, argument
40 : text_(dictionary_text, offset),
375 bool SdchManager::AddSdchDictionary(const std::string& dictionary_text, argument
380 GenerateHash(dictionary_text, &client_hash, &server_hash);
390 if (dictionary_text.empty()) {
395 size_t header_end = dictionary_text.find("\n\n");
402 size_t line_end = dictionary_text.find('\n', line_start);
406 size_t colon_index = dictionary_text.find(':', line_start);
415 size_t value_start = dictionary_text.find_first_not_of(" \t",
420 std::string name(dictionary_text, line_star
510 GenerateHash(const std::string& dictionary_text, std::string* client_hash, std::string* server_hash) argument
[all...]

Completed in 53 milliseconds