HomeSort by relevance Sort by last modified time
    Searched refs:key_string (Results 1 - 24 of 24) sorted by null

  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
fake_var_dictionary_interface.cc 34 const std::string& key_string = key_data->string_value; local
38 if (dict.count(key_string) > 0) {
39 manager_->Release(dict[key_string]);
41 dict[key_string] = value;
53 const std::string& key_string = key_data->string_value; local
54 PP_Var rtn = dict[key_string];
67 const std::string& key_string = key_data->string_value; local
68 if (dict.count(key_string) > 0) {
69 manager_->Release(dict[key_string]);
71 dict.erase(key_string);
82 const std::string& key_string = key_data->string_value; local
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/cpp/src/
lookup_key.cc 127 std::string key_string(kData);
135 key_string.append(kSlashDelim);
136 key_string.append(it->second);
139 key_string.append(kDashDelim);
140 key_string.append(language_);
142 return key_string;
  /external/chromium_org/tools/grit/grit/format/policy_templates/writers/
plist_writer.py 40 def _AddKeyValuePair(self, parent, key_string, value_tag):
44 <key>key_string</key>
48 key_string: The content of the key tag.
54 self.AddElement(parent, 'key', {}, key_string)
57 def _AddStringKeyValuePair(self, parent, key_string, value_string):
63 key_string: The content of the key tag.
66 self.AddElement(parent, 'key', {}, key_string)
  /external/chromium_org/remoting/protocol/
authenticator_test_base.cc 53 std::string key_string; local
54 ASSERT_TRUE(base::ReadFileToString(key_path, &key_string));
56 base::Base64Encode(key_string, &key_base64);
ssl_hmac_channel_authenticator_unittest.cc 64 std::string key_string; variable
65 ASSERT_TRUE(base::ReadFileToString(key_path, &key_string));
67 base::Base64Encode(key_string, &key_base64);
  /external/chromium_org/dbus/
values_util.cc 43 std::string key_string;
46 if (!entry_reader.PopString(&key_string))
54 base::JSONWriter::Write(key.get(), &key_string);
60 dictionary_value->SetWithoutPathExpansion(key_string, value);
values_util_unittest.cc 381 std::string key_string; local
382 base::JSONWriter::Write(key_value.get(), &key_string);
384 key_string, new base::FundamentalValue(values[i]));
  /external/chromium_org/chrome/test/chromedriver/
keycode_text_conversion_x.cc 236 std::string key_string(base::UTF16ToUTF8(base::string16(1, key)));
251 if (conv_string == key_string) {
259 if (conv_string == key_string) {
  /external/chromium_org/media/cdm/
aes_decryptor.cc 275 std::string key_string(reinterpret_cast<const char*>(response),
279 if (!ExtractKeysFromJWKSet(key_string, &keys)) {
295 DVLOG(1) << "Invalid key length: " << key_string.length();
427 const std::string& key_string) {
428 scoped_ptr<DecryptionKey> decryption_key(new DecryptionKey(key_string));
aes_decryptor.h 104 // Creates a DecryptionKey using |key_string| and associates it with |key_id|.
108 const std::string& key_string);
  /external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
ps_instance.cc 410 std::string key_string = key.AsString(); local
413 if (key_string == tty_prefix_) {
415 } else if (key_string == "jspipe1") {
417 } else if (key_string == "jspipe2") {
419 } else if (key_string == "jspipe3") {
422 Error("unexpected input key: %s", key_string.c_str());
  /external/chromium_org/components/breakpad/app/
crash_keys_win.cc 186 std::wstring key_string(key);
187 DynamicEntriesMap::iterator it = dynamic_entries_.find(key_string);
  /external/chromium_org/extensions/renderer/
activity_log_converter_strategy.cc 38 v8::Local<v8::String> key_string = v8::String::NewFromUtf8(isolate, key); local
39 v8::Local<v8::Value> value = object->Get(key_string);
  /external/chromium_org/net/socket/
ssl_server_socket_unittest.cc 323 std::string key_string; local
324 ASSERT_TRUE(base::ReadFileToString(key_path, &key_string));
326 reinterpret_cast<const uint8*>(key_string.data()),
327 reinterpret_cast<const uint8*>(key_string.data() +
328 key_string.length()));
  /external/chromium_org/chrome/browser/devtools/device/usb/
android_rsa.cc 198 std::string key_string(key_info.begin(), key_info.end());
199 base::Base64Encode(key_string, &encoded_key);
  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_util.cc 282 std::string key_string = extension_ime_util::MaybeGetLegacyXkbId( local
284 HashType::const_iterator iter = english_to_resource_id_.find(key_string);
291 << ", " << key_string; local
  /external/chromium_org/chrome/browser/extensions/
webstore_installer.cc 147 std::string key_string = old_query.substr(key.begin, key.len); local
148 if (key_string == kAuthUserQueryKey) {
  /external/chromium_org/chrome/browser/extensions/updater/
extension_downloader.cc 140 std::string key_string = old_query.substr(key.begin, key.len); local
142 if (key_string == kAuthUserQueryKey) {
146 "%s=%s", key_string.c_str(), value_string.c_str()));
extension_updater_unittest.cc 263 std::string key_string = query_string.substr(key.begin, key.len); local
264 if (key_string == kAuthUserQueryKey) {
    [all...]
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCRuntimeV2.cpp 725 std::string key_string;
727 m_parent.m_process->ReadCStringFromMemory(key, key_string, err);
731 return element(ConstString(key_string.c_str()), (ObjCLanguageRuntime::ObjCISA)value);
    [all...]
  /external/chromium_org/v8/src/
heap.cc     [all...]
heap.h     [all...]
api.cc 3628 i::Handle<i::String> key_string = local
3644 i::Handle<i::String> key_string = local
3659 i::Handle<i::String> key_string = local
    [all...]
objects.cc     [all...]

Completed in 1470 milliseconds