/external/chromium_org/tools/ipc_fuzzer/message_lib/ |
message_file_reader.cc | 54 base::StringPiece string_table_; member in class:ipc_fuzzer::__anon17384::Reader 142 string_table_ = file_data_.substr(string_table_offset); 143 if (string_table_.empty()) { 147 if (string_table_.end()[-1] != '\0') { 160 if (offset >= string_table_.size()) { 164 name_map_.Add(entry->type, std::string(string_table_.data() + offset));
|
/external/chromium_org/chrome/browser/extensions/activity_log/ |
counting_policy.cc | 160 string_table_("string_ids"), 175 if (!string_table_.Initialize(db)) 293 if (!string_table_.StringToInt(db, action.extension_id(), &id)) 299 if (!string_table_.StringToInt(db, action.api_name(), &id)) 312 if (!string_table_.StringToInt(db, args, &id)) 330 if (!string_table_.StringToInt(db, action.page_title(), &id)) 347 if (!string_table_.StringToInt(db, Util::Serialize(action.other()), &id)) 610 if (string_table_.StringToInt(db, extension_id, &id)) { 735 string_table_.ClearCache();
|
counting_policy.h | 115 DatabaseStringTable string_table_; member in class:extensions::CountingPolicy
|
/external/chromium/net/proxy/ |
proxy_config_service_linux.cc | 575 string_map_type::iterator it = string_table_.find(key); 576 if (it == string_table_.end()) 608 string_table_.clear(); 626 string_table_[prefix + "host"] = value; 671 string_table_["/system/proxy/mode"] = mode; 673 string_table_["/system/proxy/autoconfig_url"] = value; 703 string_map_type::iterator it = string_table_.find(key); 704 if (it != string_table_.end()) { 709 string_table_.erase(it); 738 string_table_.erase("/system/proxy/autoconfig_url") 900 string_map_type string_table_; member in namespace:net::__anon5572 [all...] |
/external/chromium_org/v8/src/ |
preparse-data.cc | 117 string_table_(vector_compare), 127 HashMap::Entry* entry = string_table_.Lookup(&key, hash, true);
|
preparse-data.h | 224 HashMap string_table_; member in class:v8::internal::CompleteParserRecorder
|
/external/chromium_org/net/proxy/ |
proxy_config_service_linux.cc | 1329 string_map_type string_table_; member in namespace:net::__anon11940 [all...] |