key 449 android_webview/browser/aw_content_browser_client.cc const std::string& key, key 151 android_webview/browser/aw_content_browser_client.h const std::string& key, key 14 android_webview/browser/aw_pref_store.cc bool AwPrefStore::GetValue(const std::string& key, key 16 android_webview/browser/aw_pref_store.cc return prefs_.GetValue(key, value); key 19 android_webview/browser/aw_pref_store.cc bool AwPrefStore::GetMutableValue(const std::string& key, key 21 android_webview/browser/aw_pref_store.cc return prefs_.GetValue(key, value); key 40 android_webview/browser/aw_pref_store.cc void AwPrefStore::SetValue(const std::string& key, base::Value* value) { key 42 android_webview/browser/aw_pref_store.cc if (prefs_.SetValue(key, value)) key 43 android_webview/browser/aw_pref_store.cc ReportValueChanged(key); key 46 android_webview/browser/aw_pref_store.cc void AwPrefStore::SetValueSilently(const std::string& key, base::Value* value) { key 47 android_webview/browser/aw_pref_store.cc prefs_.SetValue(key, value); key 50 android_webview/browser/aw_pref_store.cc void AwPrefStore::RemoveValue(const std::string& key) { key 51 android_webview/browser/aw_pref_store.cc if (prefs_.RemoveValue(key)) key 52 android_webview/browser/aw_pref_store.cc ReportValueChanged(key); key 70 android_webview/browser/aw_pref_store.cc void AwPrefStore::ReportValueChanged(const std::string& key) { key 71 android_webview/browser/aw_pref_store.cc FOR_EACH_OBSERVER(Observer, observers_, OnPrefValueChanged(key)); key 25 android_webview/browser/aw_pref_store.h virtual bool GetValue(const std::string& key, key 33 android_webview/browser/aw_pref_store.h virtual bool GetMutableValue(const std::string& key, key 35 android_webview/browser/aw_pref_store.h virtual void ReportValueChanged(const std::string& key) OVERRIDE; key 36 android_webview/browser/aw_pref_store.h virtual void SetValue(const std::string& key, base::Value* value) OVERRIDE; key 37 android_webview/browser/aw_pref_store.h virtual void SetValueSilently(const std::string& key, key 39 android_webview/browser/aw_pref_store.h virtual void RemoveValue(const std::string& key) OVERRIDE; key 50 android_webview/browser/gl_view_renderer_manager.cc void GLViewRendererManager::DidDrawGL(Key key) { key 52 android_webview/browser/gl_view_renderer_manager.cc DCHECK(mru_list_.end() != key); key 53 android_webview/browser/gl_view_renderer_manager.cc mru_list_.splice(mru_list_.begin(), mru_list_, key); key 56 android_webview/browser/gl_view_renderer_manager.cc void GLViewRendererManager::Remove(Key key) { key 58 android_webview/browser/gl_view_renderer_manager.cc DCHECK(mru_list_.end() != key); key 59 android_webview/browser/gl_view_renderer_manager.cc mru_list_.erase(key); key 38 android_webview/browser/gl_view_renderer_manager.h void DidDrawGL(Key key); key 40 android_webview/browser/gl_view_renderer_manager.h void Remove(Key key); key 35 android_webview/java/src/org/chromium/android_webview/AwGeolocationPermissions.java String key = getOriginKey(origin); key 36 android_webview/java/src/org/chromium/android_webview/AwGeolocationPermissions.java if (key != null) { key 37 android_webview/java/src/org/chromium/android_webview/AwGeolocationPermissions.java mSharedPreferences.edit().putBoolean(key, true).apply(); key 45 android_webview/java/src/org/chromium/android_webview/AwGeolocationPermissions.java String key = getOriginKey(origin); key 46 android_webview/java/src/org/chromium/android_webview/AwGeolocationPermissions.java if (key != null) { key 47 android_webview/java/src/org/chromium/android_webview/AwGeolocationPermissions.java mSharedPreferences.edit().putBoolean(key, false).apply(); key 55 android_webview/java/src/org/chromium/android_webview/AwGeolocationPermissions.java String key = getOriginKey(origin); key 56 android_webview/java/src/org/chromium/android_webview/AwGeolocationPermissions.java if (key != null) { key 57 android_webview/java/src/org/chromium/android_webview/AwGeolocationPermissions.java mSharedPreferences.edit().remove(key).apply(); key 239 apps/app_window_geometry_cache.cc const std::string& window_id = it.key(); key 244 apps/app_window_geometry_cache.cc WindowData& window_data = extension_data[it.key()]; key 38 apps/app_window_registry.cc std::string key = app_window->extension()->id(); key 39 apps/app_window_registry.cc key += ':'; key 40 apps/app_window_registry.cc key += app_window->window_key(); key 41 apps/app_window_registry.cc return key; key 175 apps/app_window_registry.cc std::string key = GetWindowKeyForRenderViewHost(this, render_view_host); key 176 apps/app_window_registry.cc return key.empty() ? false : inspected_windows_.count(key) != 0; key 240 apps/app_window_registry.cc std::string key = GetWindowKeyForRenderViewHost(this, rvh); key 241 apps/app_window_registry.cc if (key.empty()) key 245 apps/app_window_registry.cc inspected_windows_.insert(key); key 247 apps/app_window_registry.cc inspected_windows_.erase(key); key 133 apps/saved_files_service.cc SavedFileEntry(it.key(), file_path, is_directory, sequence_number)); key 16 ash/audio/sounds.cc bool PlaySystemSoundAlways(media::SoundsManager::SoundKey key) { key 17 ash/audio/sounds.cc return SoundsManager::Get()->Play(key); key 20 ash/audio/sounds.cc bool PlaySystemSoundIfSpokenFeedback(SoundsManager::SoundKey key) { key 23 ash/audio/sounds.cc return SoundsManager::Get()->Play(key); key 28 ash/audio/sounds.cc return SoundsManager::Get()->Play(key); key 15 ash/audio/sounds.h ASH_EXPORT bool PlaySystemSoundAlways(media::SoundsManager::SoundKey key); key 24 ash/audio/sounds.h media::SoundsManager::SoundKey key); key 44 ash/display/display_pref_util.h T* key) { key 50 ash/display/display_pref_util.h *key = iter->first; key 173 ash/frame/caption_buttons/frame_maximize_button.cc const void* key, key 61 ash/frame/caption_buttons/frame_maximize_button.h const void* key, key 18 ash/ime/input_method_menu_item.cc : key(in_key), key 22 ash/ime/input_method_menu_item.cc DCHECK(!key.empty()); key 34 ash/ime/input_method_menu_item.cc return key == other.key && key 46 ash/ime/input_method_menu_item.cc stream << "key=" << key key 31 ash/ime/input_method_menu_item.h std::string key; // A key which identifies the property. Non-empty string. key 42 ash/ime/input_method_menu_manager.cc const std::string& key) const { key 44 ash/ime/input_method_menu_manager.cc if (menu_list_[i].key == key) { key 45 ash/ime/input_method_menu_manager.h bool HasInputMethodMenuItemForKey(const std::string& key) const; key 242 ash/shelf/shelf_window_watcher.cc const void* key, key 244 ash/shelf/shelf_window_watcher.cc if (key != kShelfItemDetailsKey) key 114 ash/shelf/shelf_window_watcher.h const void* key, key 285 ash/system/chromeos/network/network_connect.cc properties_to_clear->push_back(iter.key()); key 186 ash/system/chromeos/network/network_icon.cc SizeKey key(pixel_size.width(), pixel_size.height()); key 188 ash/system/chromeos/network/network_icon.cc SizeBitmapMap::iterator iter = s_empty_bitmaps->find(key); key 193 ash/system/chromeos/network/network_icon.cc empty.setConfig(SkBitmap::kARGB_8888_Config, key.first, key.second); key 196 ash/system/chromeos/network/network_icon.cc (*s_empty_bitmaps)[key] = empty; key 162 ash/system/chromeos/tray_caps_lock.cc void TrayCapsLock::OnKeyEvent(ui::KeyEvent* key) { key 163 ash/system/chromeos/tray_caps_lock.cc if (key->type() == ui::ET_KEY_PRESSED && key->key_code() == ui::VKEY_CAPITAL) key 29 ash/system/chromeos/tray_caps_lock.h virtual void OnKeyEvent(ui::KeyEvent* key) OVERRIDE; key 121 ash/system/ime/tray_ime.cc property_map_[container] = property_list[i].key; key 156 ash/system/ime/tray_ime.cc const std::string key = prop_find->second; key 157 ash/system/ime/tray_ime.cc delegate->ActivateIMEProperty(key); key 206 ash/system/tray/default_system_tray_delegate.cc void DefaultSystemTrayDelegate::ActivateIMEProperty(const std::string& key) { key 67 ash/system/tray/default_system_tray_delegate.h virtual void ActivateIMEProperty(const std::string& key) OVERRIDE; key 92 ash/system/tray/system_tray_delegate.h std::string key; key 259 ash/system/tray/system_tray_delegate.h virtual void ActivateIMEProperty(const std::string& key) = 0; key 62 ash/test/ui_controls_factory_ash.cc ui::KeyboardCode key, key 68 ash/test/ui_controls_factory_ash.cc window, key, control, shift, alt, command, base::Closure()); key 73 ash/test/ui_controls_factory_ash.cc ui::KeyboardCode key, key 83 ash/test/ui_controls_factory_ash.cc window, key, control, shift, alt, command, closure); key 54 ash/wm/always_on_top_controller.cc const void* key, key 56 ash/wm/always_on_top_controller.cc if (key == aura::client::kAlwaysOnTopKey) { key 38 ash/wm/always_on_top_controller.h const void* key, key 103 ash/wm/system_modal_container_layout_manager.cc const void* key, key 105 ash/wm/system_modal_container_layout_manager.cc if (key != aura::client::kModalKey) key 52 ash/wm/system_modal_container_layout_manager.h const void* key, key 298 ash/wm/window_state.cc const void* key, key 301 ash/wm/window_state.cc if (key == aura::client::kShowStateKey && !ignore_property_change_) { key 292 ash/wm/window_state.h const void* key, key 73 ash/wm/workspace/workspace_event_handler_unittest.cc const void* key, key 75 ash/wm/workspace/workspace_event_handler_unittest.cc properties_changed_.push_back(key); key 163 ash/wm/workspace/workspace_layout_manager.cc const void* key, key 165 ash/wm/workspace/workspace_layout_manager.cc if (key == aura::client::kAlwaysOnTopKey && key 76 ash/wm/workspace/workspace_layout_manager.h const void* key, key 298 ash/wm/workspace/workspace_layout_manager_unittest.cc const void* key, key 38 base/android/jni_generator/sample_for_tests.cc long key = Java_InnerStructB_getKey(env, structb); key 41 base/android/jni_generator/sample_for_tests.cc map_[key] = value; key 48 base/android/jni_generator/sample_for_tests.cc long key = it->first; key 13 base/base_paths.cc bool PathProvider(int key, FilePath* result) { key 16 base/base_paths.cc switch (key) { key 20 base/base_paths_android.cc bool PathProviderAndroid(int key, FilePath* result) { key 21 base/base_paths_android.cc switch (key) { key 32 base/base_paths_posix.cc bool PathProviderPosix(int key, FilePath* result) { key 34 base/base_paths_posix.cc switch (key) { key 53 base/base_paths_win.cc bool PathProviderWin(int key, FilePath* result) { key 63 base/base_paths_win.cc switch (key) { key 90 base/containers/mru_cache.h iterator Put(const KeyType& key, const PayloadType& payload) { key 92 base/containers/mru_cache.h typename KeyIndex::iterator index_iter = index_.find(key); key 103 base/containers/mru_cache.h ordering_.push_front(value_type(key, payload)); key 104 base/containers/mru_cache.h index_.insert(std::make_pair(key, ordering_.begin())); key 113 base/containers/mru_cache.h iterator Get(const KeyType& key) { key 114 base/containers/mru_cache.h typename KeyIndex::iterator index_iter = index_.find(key); key 126 base/containers/mru_cache.h iterator Peek(const KeyType& key) { key 127 base/containers/mru_cache.h typename KeyIndex::const_iterator index_iter = index_.find(key); key 133 base/containers/mru_cache.h const_iterator Peek(const KeyType& key) const { key 134 base/containers/mru_cache.h typename KeyIndex::const_iterator index_iter = index_.find(key); key 42 base/containers/scoped_ptr_hash_map.h iterator set(const Key& key, scoped_ptr<Value> data) { key 43 base/containers/scoped_ptr_hash_map.h iterator it = find(key); key 50 base/containers/scoped_ptr_hash_map.h return data_.insert(std::make_pair(key, data.release())).first; key 54 base/containers/scoped_ptr_hash_map.h std::pair<iterator, bool> add(const Key& key, scoped_ptr<Value> data) { key 56 base/containers/scoped_ptr_hash_map.h data_.insert(std::make_pair(key, data.get())); key 386 base/containers/small_map.h iterator find(const key_type& key) { key 390 base/containers/small_map.h if (compare(array_[i]->first, key)) { key 396 base/containers/small_map.h return iterator(map()->find(key)); key 400 base/containers/small_map.h const_iterator find(const key_type& key) const { key 404 base/containers/small_map.h if (compare(array_[i]->first, key)) { key 410 base/containers/small_map.h return const_iterator(map()->find(key)); key 415 base/containers/small_map.h data_type& operator[](const key_type& key) { key 422 base/containers/small_map.h if (compare(array_[i]->first, key)) { key 428 base/containers/small_map.h return (*map_)[key]; key 430 base/containers/small_map.h array_[size_].Init(key, data_type()); key 434 base/containers/small_map.h return (*map_)[key]; key 527 base/containers/small_map.h size_t erase(const key_type& key) { key 528 base/containers/small_map.h iterator iter = find(key); key 534 base/containers/small_map.h size_t count(const key_type& key) const { key 535 base/containers/small_map.h return (find(key) == end()) ? 0 : 1; key 47 base/debug/crash_logging.cc void SetCrashKeyValue(const base::StringPiece& key, key 52 base/debug/crash_logging.cc const CrashKey* crash_key = LookupCrashKey(key); key 55 base/debug/crash_logging.cc << "(key = " << key << ")"; key 59 base/debug/crash_logging.cc g_set_key_func_(key, value); key 69 base/debug/crash_logging.cc g_clear_key_func_(base::StringPrintf(kChunkFormatString, key.data(), i+1)); key 74 base/debug/crash_logging.cc g_set_key_func_(base::StringPrintf(kChunkFormatString, key.data(), i+1), key 79 base/debug/crash_logging.cc void ClearCrashKey(const base::StringPiece& key) { key 83 base/debug/crash_logging.cc const CrashKey* crash_key = LookupCrashKey(key); key 87 base/debug/crash_logging.cc g_clear_key_func_(key); key 92 base/debug/crash_logging.cc g_clear_key_func_(base::StringPrintf(kChunkFormatString, key.data(), i+1)); key 96 base/debug/crash_logging.cc void SetCrashKeyToStackTrace(const base::StringPiece& key, key 100 base/debug/crash_logging.cc SetCrashKeyFromAddresses(key, addresses, count); key 103 base/debug/crash_logging.cc void SetCrashKeyFromAddresses(const base::StringPiece& key, key 127 base/debug/crash_logging.cc SetCrashKeyValue(key, value); key 130 base/debug/crash_logging.cc ScopedCrashKey::ScopedCrashKey(const base::StringPiece& key, key 132 base/debug/crash_logging.cc : key_(key.as_string()) { key 133 base/debug/crash_logging.cc SetCrashKeyValue(key, value); key 164 base/debug/crash_logging.cc const CrashKey* LookupCrashKey(const base::StringPiece& key) { key 167 base/debug/crash_logging.cc CrashKeyMap::const_iterator it = g_crash_keys_->find(key.as_string()); key 28 base/debug/crash_logging.h BASE_EXPORT void SetCrashKeyValue(const base::StringPiece& key, key 30 base/debug/crash_logging.h BASE_EXPORT void ClearCrashKey(const base::StringPiece& key); key 33 base/debug/crash_logging.h BASE_EXPORT void SetCrashKeyToStackTrace(const base::StringPiece& key, key 39 base/debug/crash_logging.h BASE_EXPORT void SetCrashKeyFromAddresses(const base::StringPiece& key, key 47 base/debug/crash_logging.h ScopedCrashKey(const base::StringPiece& key, const base::StringPiece& value); key 77 base/debug/crash_logging.h BASE_EXPORT const CrashKey* LookupCrashKey(const base::StringPiece& key); key 36 base/debug/crash_logging_unittest.cc static void SetKeyValue(const base::StringPiece& key, key 38 base/debug/crash_logging_unittest.cc (*key_values_)[key.as_string()] = value.as_string(); key 41 base/debug/crash_logging_unittest.cc static void ClearKeyValue(const base::StringPiece& key) { key 42 base/debug/crash_logging_unittest.cc key_values_->erase(key.as_string()); key 143 base/debug/crash_logging_unittest.cc base::debug::CrashKey key = { "chunky", 10 }; key 145 base/debug/crash_logging_unittest.cc ChunkCrashKeyValue(key, "hello world", 64); key 150 base/debug/crash_logging_unittest.cc results = ChunkCrashKeyValue(key, "hi", 10); key 155 base/debug/crash_logging_unittest.cc key.max_length = 6; key 156 base/debug/crash_logging_unittest.cc results = ChunkCrashKeyValue(key, "foobar", 3); key 162 base/debug/crash_logging_unittest.cc results = ChunkCrashKeyValue(key, "foobared", 3); key 168 base/debug/crash_logging_unittest.cc key.max_length = 100; key 169 base/debug/crash_logging_unittest.cc results = ChunkCrashKeyValue(key, "hello world", 3); key 180 base/debug/crash_logging_unittest.cc base::debug::CrashKey key = { "round", 12 }; key 181 base/debug/crash_logging_unittest.cc EXPECT_EQ(3u, base::debug::InitCrashKeys(&key, 1, 5)); key 22 base/debug/debugger_win.cc HKEY key = NULL; key 23 base/debug/debugger_win.cc DWORD res = RegOpenKeyEx(root, subkey, 0, KEY_READ, &key); key 24 base/debug/debugger_win.cc if (ERROR_SUCCESS != res || key == NULL) key 30 base/debug/debugger_win.cc res = RegQueryValueEx(key, value_name, NULL, &type, key 36 base/debug/debugger_win.cc RegCloseKey(key); key 39 base/debug/debugger_win.cc RegCloseKey(key); key 42 base/debug/trace_event_unittest.cc const char* key; key 66 base/debug/trace_event_unittest.cc const char* key, key 68 base/debug/trace_event_unittest.cc bool FindMatchingValue(const char* key, key 70 base/debug/trace_event_unittest.cc bool FindNonMatchingValue(const char* key, key 212 base/debug/trace_event_unittest.cc if (dict->Get(key_value->key, &value) && key 229 base/debug/trace_event_unittest.cc while (key_values && key_values->key) { key 267 base/debug/trace_event_unittest.cc const char* key, key 272 base/debug/trace_event_unittest.cc {key, value, IS_EQUAL}, key 278 base/debug/trace_event_unittest.cc bool TraceEventTestFixture::FindMatchingValue(const char* key, key 281 base/debug/trace_event_unittest.cc {key, value, IS_EQUAL}, key 287 base/debug/trace_event_unittest.cc bool TraceEventTestFixture::FindNonMatchingValue(const char* key, key 290 base/debug/trace_event_unittest.cc {key, value, IS_NOT_EQUAL}, key 298 base/debug/trace_event_unittest.cc if (it.key().find(string_to_match) != std::string::npos) key 107 base/environment.cc NativeEnvironmentString* key) { key 112 base/environment.cc *key = NativeEnvironmentString(&input[0], cur); key 151 base/environment.cc string16 key; key 154 base/environment.cc size_t line_length = ParseEnvLine(line, &key); key 157 base/environment.cc EnvironmentMap::const_iterator found_change = changes.find(key); key 192 base/environment.cc std::string key; key 194 base/environment.cc size_t line_length = ParseEnvLine(env[i], &key); key 197 base/environment.cc EnvironmentMap::const_iterator found_change = changes.find(key); key 39 base/ini_parser.cc std::string key, value; key 42 base/ini_parser.cc key = line.substr(0, equal); key 44 base/ini_parser.cc HandleTriplet(current_section, key, value); key 55 base/ini_parser.cc const std::string& key, key 62 base/ini_parser.cc key.find('.') == std::string::npos) key 63 base/ini_parser.cc root_.SetString(section + "." + key, value); key 41 base/ini_parser.h const std::string& key, key 59 base/ini_parser.h const std::string& key, key 17 base/ini_parser_unittest.cc const std::string& key, key 20 base/ini_parser_unittest.cc key(key), key 25 base/ini_parser_unittest.cc std::string key; key 43 base/ini_parser_unittest.cc virtual void HandleTriplet(const std::string& section, const std::string& key, key 46 base/ini_parser_unittest.cc EXPECT_EQ(expected_triplets_[pair_i_].key, key); key 58 base/json/json_parser.cc virtual bool RemoveWithoutPathExpansion(const std::string& key, key 62 base/json/json_parser.cc return DictionaryValue::RemoveWithoutPathExpansion(key, out); key 69 base/json/json_parser.cc if (!DictionaryValue::RemoveWithoutPathExpansion(key, &out_owned)) key 503 base/json/json_parser.cc StringBuilder key; key 504 base/json/json_parser.cc if (!ConsumeStringRaw(&key)) { key 524 base/json/json_parser.cc dict->SetWithoutPathExpansion(key.AsString(), value); key 174 base/json/json_writer.cc EscapeJSONString(itr.key(), true, json_string_); key 341 base/mac/foundation_util.h CFStringRef key, const std::string& expected_type, CFTypeRef value); key 346 base/mac/foundation_util.h T GetValueFromDictionary(CFDictionaryRef dict, CFStringRef key) { key 347 base/mac/foundation_util.h CFTypeRef value = CFDictionaryGetValue(dict, key); key 352 base/mac/foundation_util.h DLOG(WARNING) << GetValueFromDictionaryErrorMessage(key, key 464 base/message_loop/message_pump_win.cc ULONG_PTR key = HandlerToKey(handler, true); key 465 base/message_loop/message_pump_win.cc HANDLE port = CreateIoCompletionPort(file_handle, port_, key, 1); key 474 base/message_loop/message_pump_win.cc ULONG_PTR key = HandlerToKey(handler, false); key 476 base/message_loop/message_pump_win.cc info.CompletionKey = reinterpret_cast<void*>(key); key 575 base/message_loop/message_pump_win.cc ULONG_PTR key = NULL; key 577 base/message_loop/message_pump_win.cc if (!GetQueuedCompletionStatus(port_.Get(), &item->bytes_transfered, &key, key 585 base/message_loop/message_pump_win.cc item->handler = KeyToHandler(key, &item->has_valid_io_context); key 634 base/message_loop/message_pump_win.cc ULONG_PTR key = reinterpret_cast<ULONG_PTR>(handler); key 639 base/message_loop/message_pump_win.cc DCHECK((key & 1) == 0); key 643 base/message_loop/message_pump_win.cc key = key | 1; key 644 base/message_loop/message_pump_win.cc return key; key 649 base/message_loop/message_pump_win.cc ULONG_PTR key, key 651 base/message_loop/message_pump_win.cc *has_valid_io_context = ((key & 1) == 0); key 652 base/message_loop/message_pump_win.cc return reinterpret_cast<IOHandler*>(key & ~static_cast<ULONG_PTR>(1)); key 343 base/message_loop/message_pump_win.h static IOHandler* KeyToHandler(ULONG_PTR key, bool* has_valid_io_context); key 281 base/nix/mime_util_xdg.cc std::string key, value; key 287 base/nix/mime_util_xdg.cc base::TrimWhitespaceASCII(r[0], base::TRIM_ALL, &key); key 293 base/nix/mime_util_xdg.cc if (key == "Size") { key 295 base/nix/mime_util_xdg.cc } else if (key == "Type") { key 302 base/nix/mime_util_xdg.cc } else if (key == "MaxSize") { key 304 base/nix/mime_util_xdg.cc } else if (key == "MinSize") { key 306 base/nix/mime_util_xdg.cc } else if (key == "Threshold") { key 310 base/nix/mime_util_xdg.cc if (key.compare("Directories") == 0 && !info_array_.get()) { key 312 base/nix/mime_util_xdg.cc } else if (key.compare("Inherits") == 0) { key 24 base/path_service.cc bool PathProvider(int key, FilePath* result); key 26 base/path_service.cc bool PathProviderWin(int key, FilePath* result); key 28 base/path_service.cc bool PathProviderMac(int key, FilePath* result); key 30 base/path_service.cc bool PathProviderAndroid(int key, FilePath* result); key 34 base/path_service.cc bool PathProviderPosix(int key, FilePath* result); key 150 base/path_service.cc bool LockedGetFromCache(int key, const PathData* path_data, FilePath* result) { key 154 base/path_service.cc PathMap::const_iterator it = path_data->cache.find(key); key 164 base/path_service.cc bool LockedGetFromOverrides(int key, PathData* path_data, FilePath* result) { key 166 base/path_service.cc PathMap::const_iterator it = path_data->overrides.find(key); key 169 base/path_service.cc path_data->cache[key] = it->second; key 182 base/path_service.cc bool PathService::Get(int key, FilePath* result) { key 186 base/path_service.cc DCHECK_GE(key, base::DIR_CURRENT); key 189 base/path_service.cc if (key == base::DIR_CURRENT) key 195 base/path_service.cc if (LockedGetFromCache(key, path_data, result)) key 198 base/path_service.cc if (LockedGetFromOverrides(key, path_data, result)) key 210 base/path_service.cc if (provider->func(key, &path)) key 229 base/path_service.cc path_data->cache[key] = path; key 235 base/path_service.cc bool PathService::Override(int key, const FilePath& path) { key 237 base/path_service.cc return OverrideAndCreateIfNeeded(key, path, true); key 241 base/path_service.cc bool PathService::OverrideAndCreateIfNeeded(int key, key 246 base/path_service.cc DCHECK_GT(key, base::DIR_CURRENT) << "invalid path key"; key 272 base/path_service.cc path_data->overrides[key] = file_path; key 278 base/path_service.cc bool PathService::RemoveOverride(int key) { key 284 base/path_service.cc if (path_data->overrides.find(key) == path_data->overrides.end()) key 291 base/path_service.cc path_data->overrides.erase(key); key 32 base/path_service.h static bool Get(int key, base::FilePath* path); key 47 base/path_service.h static bool Override(int key, const base::FilePath& path); key 52 base/path_service.h static bool OverrideAndCreateIfNeeded(int key, key 82 base/path_service.h static bool RemoveOverride(int key); key 101 base/path_service_unittest.cc for (int key = base::PATH_START + 1; key < base::PATH_END; ++key) { key 103 base/path_service_unittest.cc if (key == base::FILE_MODULE || key == base::DIR_USER_DESKTOP || key 104 base/path_service_unittest.cc key == base::DIR_HOME) key 107 base/path_service_unittest.cc if (key == base::DIR_USER_DESKTOP) key 110 base/path_service_unittest.cc EXPECT_PRED1(ReturnsValidPath, key); key 113 base/path_service_unittest.cc for (int key = base::PATH_WIN_START + 1; key < base::PATH_WIN_END; ++key) { key 115 base/path_service_unittest.cc switch(key) { key 129 base/path_service_unittest.cc EXPECT_TRUE(ReturnsValidPath(key)) << key; key 131 base/path_service_unittest.cc EXPECT_TRUE(ReturnsInvalidPath(key)) << key; key 134 base/path_service_unittest.cc for (int key = base::PATH_MAC_START + 1; key < base::PATH_MAC_END; ++key) { key 135 base/path_service_unittest.cc EXPECT_PRED1(ReturnsValidPath, key); key 138 base/path_service_unittest.cc for (int key = base::PATH_ANDROID_START + 1; key < base::PATH_ANDROID_END; key 139 base/path_service_unittest.cc ++key) { key 140 base/path_service_unittest.cc EXPECT_PRED1(ReturnsValidPath, key); key 143 base/path_service_unittest.cc for (int key = base::PATH_POSIX_START + 1; key < base::PATH_POSIX_END; key 144 base/path_service_unittest.cc ++key) { key 145 base/path_service_unittest.cc EXPECT_PRED1(ReturnsValidPath, key); key 22 base/posix/global_descriptors.cc int GlobalDescriptors::Get(Key key) const { key 23 base/posix/global_descriptors.cc const int ret = MaybeGet(key); key 26 base/posix/global_descriptors.cc DLOG(FATAL) << "Unknown global descriptor: " << key; key 30 base/posix/global_descriptors.cc int GlobalDescriptors::MaybeGet(Key key) const { key 33 base/posix/global_descriptors.cc if (i->first == key) key 40 base/posix/global_descriptors.cc void GlobalDescriptors::Set(Key key, int fd) { key 43 base/posix/global_descriptors.cc if (i->first == key) { key 49 base/posix/global_descriptors.cc descriptors_.push_back(std::make_pair(key, fd)); key 54 base/posix/global_descriptors.h int Get(Key key) const; key 57 base/posix/global_descriptors.h int MaybeGet(Key key) const; key 60 base/posix/global_descriptors.h void Set(Key key, int fd); key 12 base/prefs/default_pref_store.cc bool DefaultPrefStore::GetValue(const std::string& key, key 14 base/prefs/default_pref_store.cc return prefs_.GetValue(key, result); key 29 base/prefs/default_pref_store.cc void DefaultPrefStore::SetDefaultValue(const std::string& key, key 31 base/prefs/default_pref_store.cc DCHECK(!GetValue(key, NULL)); key 32 base/prefs/default_pref_store.cc prefs_.SetValue(key, value.release()); key 35 base/prefs/default_pref_store.cc void DefaultPrefStore::ReplaceDefaultValue(const std::string& key, key 38 base/prefs/default_pref_store.cc GetValue(key, &old_value); key 40 base/prefs/default_pref_store.cc prefs_.SetValue(key, value.release()); key 42 base/prefs/default_pref_store.cc FOR_EACH_OBSERVER(Observer, observers_, OnPrefValueChanged(key)); key 24 base/prefs/default_pref_store.h virtual bool GetValue(const std::string& key, key 32 base/prefs/default_pref_store.h void SetDefaultValue(const std::string& key, scoped_ptr<base::Value> value); key 36 base/prefs/default_pref_store.h void ReplaceDefaultValue(const std::string& key, key 23 base/prefs/default_pref_store_unittest.cc virtual void OnPrefValueChanged(const std::string& key) OVERRIDE; key 43 base/prefs/default_pref_store_unittest.cc void MockPrefStoreObserver::OnPrefValueChanged(const std::string& key) { key 166 base/prefs/json_pref_store.cc bool JsonPrefStore::GetValue(const std::string& key, key 169 base/prefs/json_pref_store.cc if (!prefs_->Get(key, &tmp)) key 193 base/prefs/json_pref_store.cc bool JsonPrefStore::GetMutableValue(const std::string& key, key 195 base/prefs/json_pref_store.cc return prefs_->Get(key, result); key 198 base/prefs/json_pref_store.cc void JsonPrefStore::SetValue(const std::string& key, base::Value* value) { key 202 base/prefs/json_pref_store.cc prefs_->Get(key, &old_value); key 204 base/prefs/json_pref_store.cc prefs_->Set(key, new_value.release()); key 205 base/prefs/json_pref_store.cc ReportValueChanged(key); key 209 base/prefs/json_pref_store.cc void JsonPrefStore::SetValueSilently(const std::string& key, key 214 base/prefs/json_pref_store.cc prefs_->Get(key, &old_value); key 216 base/prefs/json_pref_store.cc prefs_->Set(key, new_value.release()); key 222 base/prefs/json_pref_store.cc void JsonPrefStore::RemoveValue(const std::string& key) { key 223 base/prefs/json_pref_store.cc if (prefs_->RemovePath(key, NULL)) key 224 base/prefs/json_pref_store.cc ReportValueChanged(key); key 269 base/prefs/json_pref_store.cc void JsonPrefStore::ReportValueChanged(const std::string& key) { key 271 base/prefs/json_pref_store.cc pref_filter_->FilterUpdate(key); key 273 base/prefs/json_pref_store.cc FOR_EACH_OBSERVER(PrefStore::Observer, observers_, OnPrefValueChanged(key)); key 50 base/prefs/json_pref_store.h virtual bool GetValue(const std::string& key, key 58 base/prefs/json_pref_store.h virtual bool GetMutableValue(const std::string& key, key 60 base/prefs/json_pref_store.h virtual void SetValue(const std::string& key, base::Value* value) OVERRIDE; key 61 base/prefs/json_pref_store.h virtual void SetValueSilently(const std::string& key, key 63 base/prefs/json_pref_store.h virtual void RemoveValue(const std::string& key) OVERRIDE; key 69 base/prefs/json_pref_store.h virtual void ReportValueChanged(const std::string& key) OVERRIDE; key 16 base/prefs/overlay_user_pref_store.cc bool OverlayUserPrefStore::IsSetInOverlay(const std::string& key) const { key 17 base/prefs/overlay_user_pref_store.cc return overlay_.GetValue(key, NULL); key 36 base/prefs/overlay_user_pref_store.cc bool OverlayUserPrefStore::GetValue(const std::string& key, key 40 base/prefs/overlay_user_pref_store.cc DCHECK(ShallBeStoredInOverlay(key) || !overlay_.GetValue(key, NULL)); key 42 base/prefs/overlay_user_pref_store.cc if (overlay_.GetValue(key, result)) key 44 base/prefs/overlay_user_pref_store.cc return underlay_->GetValue(GetUnderlayKey(key), result); key 47 base/prefs/overlay_user_pref_store.cc bool OverlayUserPrefStore::GetMutableValue(const std::string& key, key 49 base/prefs/overlay_user_pref_store.cc if (!ShallBeStoredInOverlay(key)) key 50 base/prefs/overlay_user_pref_store.cc return underlay_->GetMutableValue(GetUnderlayKey(key), result); key 52 base/prefs/overlay_user_pref_store.cc if (overlay_.GetValue(key, result)) key 57 base/prefs/overlay_user_pref_store.cc if (!underlay_->GetMutableValue(GetUnderlayKey(key), &underlay_value)) key 61 base/prefs/overlay_user_pref_store.cc overlay_.SetValue(key, *result); key 65 base/prefs/overlay_user_pref_store.cc void OverlayUserPrefStore::SetValue(const std::string& key, key 67 base/prefs/overlay_user_pref_store.cc if (!ShallBeStoredInOverlay(key)) { key 68 base/prefs/overlay_user_pref_store.cc underlay_->SetValue(GetUnderlayKey(key), value); key 72 base/prefs/overlay_user_pref_store.cc if (overlay_.SetValue(key, value)) key 73 base/prefs/overlay_user_pref_store.cc ReportValueChanged(key); key 76 base/prefs/overlay_user_pref_store.cc void OverlayUserPrefStore::SetValueSilently(const std::string& key, key 78 base/prefs/overlay_user_pref_store.cc if (!ShallBeStoredInOverlay(key)) { key 79 base/prefs/overlay_user_pref_store.cc underlay_->SetValueSilently(GetUnderlayKey(key), value); key 83 base/prefs/overlay_user_pref_store.cc overlay_.SetValue(key, value); key 86 base/prefs/overlay_user_pref_store.cc void OverlayUserPrefStore::RemoveValue(const std::string& key) { key 87 base/prefs/overlay_user_pref_store.cc if (!ShallBeStoredInOverlay(key)) { key 88 base/prefs/overlay_user_pref_store.cc underlay_->RemoveValue(GetUnderlayKey(key)); key 92 base/prefs/overlay_user_pref_store.cc if (overlay_.RemoveValue(key)) key 93 base/prefs/overlay_user_pref_store.cc ReportValueChanged(key); key 122 base/prefs/overlay_user_pref_store.cc void OverlayUserPrefStore::ReportValueChanged(const std::string& key) { key 123 base/prefs/overlay_user_pref_store.cc FOR_EACH_OBSERVER(PrefStore::Observer, observers_, OnPrefValueChanged(key)); key 126 base/prefs/overlay_user_pref_store.cc void OverlayUserPrefStore::OnPrefValueChanged(const std::string& key) { key 127 base/prefs/overlay_user_pref_store.cc if (!overlay_.GetValue(GetOverlayKey(key), NULL)) key 128 base/prefs/overlay_user_pref_store.cc ReportValueChanged(GetOverlayKey(key)); key 136 base/prefs/overlay_user_pref_store.cc void OverlayUserPrefStore::RegisterOverlayPref(const std::string& key) { key 137 base/prefs/overlay_user_pref_store.cc RegisterOverlayPref(key, key); key 174 base/prefs/overlay_user_pref_store.cc const std::string& key) const { key 175 base/prefs/overlay_user_pref_store.cc return overlay_to_underlay_names_map_.find(key) != key 30 base/prefs/overlay_user_pref_store.h virtual bool IsSetInOverlay(const std::string& key) const; key 37 base/prefs/overlay_user_pref_store.h virtual bool GetValue(const std::string& key, key 41 base/prefs/overlay_user_pref_store.h virtual bool GetMutableValue(const std::string& key, key 43 base/prefs/overlay_user_pref_store.h virtual void SetValue(const std::string& key, base::Value* value) OVERRIDE; key 44 base/prefs/overlay_user_pref_store.h virtual void SetValueSilently(const std::string& key, key 46 base/prefs/overlay_user_pref_store.h virtual void RemoveValue(const std::string& key) OVERRIDE; key 52 base/prefs/overlay_user_pref_store.h virtual void ReportValueChanged(const std::string& key) OVERRIDE; key 55 base/prefs/overlay_user_pref_store.h virtual void OnPrefValueChanged(const std::string& key) OVERRIDE; key 58 base/prefs/overlay_user_pref_store.h void RegisterOverlayPref(const std::string& key); key 73 base/prefs/overlay_user_pref_store.h bool ShallBeStoredInOverlay(const std::string& key) const; key 44 base/prefs/persistent_pref_store.h virtual bool GetMutableValue(const std::string& key, key 51 base/prefs/persistent_pref_store.h virtual void ReportValueChanged(const std::string& key) = 0; key 57 base/prefs/persistent_pref_store.h virtual void SetValueSilently(const std::string& key, base::Value* value) = 0; key 434 base/prefs/pref_service.cc void PrefService::ReportUserPrefChanged(const std::string& key) { key 435 base/prefs/pref_service.cc user_pref_store_->ReportValueChanged(key); key 324 base/prefs/pref_service.h void ReportUserPrefChanged(const std::string& key); key 31 base/prefs/pref_store.h virtual void OnPrefValueChanged(const std::string& key) = 0; key 52 base/prefs/pref_store.h virtual bool GetValue(const std::string& key, key 22 base/prefs/pref_store_observer_mock.cc void PrefStoreObserverMock::OnPrefValueChanged(const std::string& key) { key 23 base/prefs/pref_store_observer_mock.cc changed_keys.push_back(key); key 24 base/prefs/pref_store_observer_mock.h virtual void OnPrefValueChanged(const std::string& key) OVERRIDE; key 18 base/prefs/pref_value_map.cc bool PrefValueMap::GetValue(const std::string& key, key 20 base/prefs/pref_value_map.cc const Map::const_iterator entry = prefs_.find(key); key 30 base/prefs/pref_value_map.cc bool PrefValueMap::GetValue(const std::string& key, base::Value** value) { key 31 base/prefs/pref_value_map.cc const Map::const_iterator entry = prefs_.find(key); key 41 base/prefs/pref_value_map.cc bool PrefValueMap::SetValue(const std::string& key, base::Value* value) { key 44 base/prefs/pref_value_map.cc const Map::iterator entry = prefs_.find(key); key 51 base/prefs/pref_value_map.cc prefs_[key] = value_ptr.release(); key 57 base/prefs/pref_value_map.cc bool PrefValueMap::RemoveValue(const std::string& key) { key 58 base/prefs/pref_value_map.cc const Map::iterator entry = prefs_.find(key); key 93 base/prefs/pref_value_map.cc bool PrefValueMap::GetBoolean(const std::string& key, key 96 base/prefs/pref_value_map.cc return GetValue(key, &stored_value) && stored_value->GetAsBoolean(value); key 99 base/prefs/pref_value_map.cc void PrefValueMap::SetBoolean(const std::string& key, bool value) { key 100 base/prefs/pref_value_map.cc SetValue(key, new base::FundamentalValue(value)); key 103 base/prefs/pref_value_map.cc bool PrefValueMap::GetString(const std::string& key, key 106 base/prefs/pref_value_map.cc return GetValue(key, &stored_value) && stored_value->GetAsString(value); key 109 base/prefs/pref_value_map.cc void PrefValueMap::SetString(const std::string& key, key 111 base/prefs/pref_value_map.cc SetValue(key, new base::StringValue(value)); key 114 base/prefs/pref_value_map.cc bool PrefValueMap::GetInteger(const std::string& key, int* value) const { key 116 base/prefs/pref_value_map.cc return GetValue(key, &stored_value) && stored_value->GetAsInteger(value); key 119 base/prefs/pref_value_map.cc void PrefValueMap::SetInteger(const std::string& key, const int value) { key 120 base/prefs/pref_value_map.cc SetValue(key, new base::FundamentalValue(value)); key 31 base/prefs/pref_value_map.h bool GetValue(const std::string& key, const base::Value** value) const; key 32 base/prefs/pref_value_map.h bool GetValue(const std::string& key, base::Value** value); key 36 base/prefs/pref_value_map.h bool SetValue(const std::string& key, base::Value* value); key 40 base/prefs/pref_value_map.h bool RemoveValue(const std::string& key); key 55 base/prefs/pref_value_map.h bool GetBoolean(const std::string& key, bool* value) const; key 58 base/prefs/pref_value_map.h void SetBoolean(const std::string& key, bool value); key 62 base/prefs/pref_value_map.h bool GetString(const std::string& key, std::string* value) const; key 65 base/prefs/pref_value_map.h void SetString(const std::string& key, const std::string& value); key 69 base/prefs/pref_value_map.h bool GetInteger(const std::string& key, int* value) const; key 72 base/prefs/pref_value_map.h void SetInteger(const std::string& key, const int value); key 40 base/prefs/pref_value_store.cc const std::string& key) { key 41 base/prefs/pref_value_store.cc pref_value_store_->OnPrefValueChanged(type_, key); key 251 base/prefs/pref_value_store.cc const std::string& key) { key 252 base/prefs/pref_value_store.cc NotifyPrefChanged(key.c_str(), type); key 164 base/prefs/pref_value_store.h virtual void OnPrefValueChanged(const std::string& key) OVERRIDE; key 227 base/prefs/pref_value_store.h void OnPrefValueChanged(PrefStoreType type, const std::string& key); key 19 base/prefs/testing_pref_store.cc bool TestingPrefStore::GetValue(const std::string& key, key 21 base/prefs/testing_pref_store.cc return prefs_.GetValue(key, value); key 24 base/prefs/testing_pref_store.cc bool TestingPrefStore::GetMutableValue(const std::string& key, key 26 base/prefs/testing_pref_store.cc return prefs_.GetValue(key, value); key 45 base/prefs/testing_pref_store.cc void TestingPrefStore::SetValue(const std::string& key, base::Value* value) { key 46 base/prefs/testing_pref_store.cc if (prefs_.SetValue(key, value)) { key 48 base/prefs/testing_pref_store.cc NotifyPrefValueChanged(key); key 52 base/prefs/testing_pref_store.cc void TestingPrefStore::SetValueSilently(const std::string& key, key 54 base/prefs/testing_pref_store.cc if (prefs_.SetValue(key, value)) key 58 base/prefs/testing_pref_store.cc void TestingPrefStore::RemoveValue(const std::string& key) { key 59 base/prefs/testing_pref_store.cc if (prefs_.RemoveValue(key)) { key 61 base/prefs/testing_pref_store.cc NotifyPrefValueChanged(key); key 93 base/prefs/testing_pref_store.cc void TestingPrefStore::NotifyPrefValueChanged(const std::string& key) { key 94 base/prefs/testing_pref_store.cc FOR_EACH_OBSERVER(Observer, observers_, OnPrefValueChanged(key)); key 106 base/prefs/testing_pref_store.cc void TestingPrefStore::ReportValueChanged(const std::string& key) { key 107 base/prefs/testing_pref_store.cc FOR_EACH_OBSERVER(Observer, observers_, OnPrefValueChanged(key)); key 110 base/prefs/testing_pref_store.cc void TestingPrefStore::SetString(const std::string& key, key 112 base/prefs/testing_pref_store.cc SetValue(key, new base::StringValue(value)); key 115 base/prefs/testing_pref_store.cc void TestingPrefStore::SetInteger(const std::string& key, int value) { key 116 base/prefs/testing_pref_store.cc SetValue(key, new base::FundamentalValue(value)); key 119 base/prefs/testing_pref_store.cc void TestingPrefStore::SetBoolean(const std::string& key, bool value) { key 120 base/prefs/testing_pref_store.cc SetValue(key, new base::FundamentalValue(value)); key 123 base/prefs/testing_pref_store.cc bool TestingPrefStore::GetString(const std::string& key, key 126 base/prefs/testing_pref_store.cc if (!prefs_.GetValue(key, &stored_value) || !stored_value) key 132 base/prefs/testing_pref_store.cc bool TestingPrefStore::GetInteger(const std::string& key, int* value) const { key 134 base/prefs/testing_pref_store.cc if (!prefs_.GetValue(key, &stored_value) || !stored_value) key 140 base/prefs/testing_pref_store.cc bool TestingPrefStore::GetBoolean(const std::string& key, bool* value) const { key 142 base/prefs/testing_pref_store.cc if (!prefs_.GetValue(key, &stored_value) || !stored_value) key 24 base/prefs/testing_pref_store.h virtual bool GetValue(const std::string& key, key 32 base/prefs/testing_pref_store.h virtual bool GetMutableValue(const std::string& key, key 34 base/prefs/testing_pref_store.h virtual void ReportValueChanged(const std::string& key) OVERRIDE; key 35 base/prefs/testing_pref_store.h virtual void SetValue(const std::string& key, base::Value* value) OVERRIDE; key 36 base/prefs/testing_pref_store.h virtual void SetValueSilently(const std::string& key, key 38 base/prefs/testing_pref_store.h virtual void RemoveValue(const std::string& key) OVERRIDE; key 49 base/prefs/testing_pref_store.h void NotifyPrefValueChanged(const std::string& key); key 53 base/prefs/testing_pref_store.h void SetString(const std::string& key, const std::string& value); key 54 base/prefs/testing_pref_store.h void SetInteger(const std::string& key, int value); key 55 base/prefs/testing_pref_store.h void SetBoolean(const std::string& key, bool value); key 57 base/prefs/testing_pref_store.h bool GetString(const std::string& key, std::string* value) const; key 58 base/prefs/testing_pref_store.h bool GetInteger(const std::string& key, int* value) const; key 59 base/prefs/testing_pref_store.h bool GetBoolean(const std::string& key, bool* value) const; key 14 base/prefs/value_map_pref_store.cc bool ValueMapPrefStore::GetValue(const std::string& key, key 16 base/prefs/value_map_pref_store.cc return prefs_.GetValue(key, value); key 31 base/prefs/value_map_pref_store.cc void ValueMapPrefStore::SetValue(const std::string& key, base::Value* value) { key 32 base/prefs/value_map_pref_store.cc if (prefs_.SetValue(key, value)) key 33 base/prefs/value_map_pref_store.cc FOR_EACH_OBSERVER(Observer, observers_, OnPrefValueChanged(key)); key 36 base/prefs/value_map_pref_store.cc void ValueMapPrefStore::RemoveValue(const std::string& key) { key 37 base/prefs/value_map_pref_store.cc if (prefs_.RemoveValue(key)) key 38 base/prefs/value_map_pref_store.cc FOR_EACH_OBSERVER(Observer, observers_, OnPrefValueChanged(key)); key 24 base/prefs/value_map_pref_store.h virtual bool GetValue(const std::string& key, key 31 base/prefs/value_map_pref_store.h virtual void SetValue(const std::string& key, base::Value* value) OVERRIDE; key 32 base/prefs/value_map_pref_store.h virtual void RemoveValue(const std::string& key) OVERRIDE; key 24 base/prefs/writeable_pref_store.h virtual void SetValue(const std::string& key, base::Value* value) = 0; key 27 base/prefs/writeable_pref_store.h virtual void RemoveValue(const std::string& key) = 0; key 195 base/stl_util.h bool ContainsKey(const Collection& collection, const Key& key) { key 196 base/stl_util.h return collection.find(key) != collection.end(); key 40 base/strings/string_split.cc std::string* key, key 42 base/strings/string_split.cc key->clear(); key 51 base/strings/string_split.cc key->assign(line, 0, end_key_pos); key 162 base/strings/string_split.cc std::string key; key 164 base/strings/string_split.cc if (!SplitStringIntoKeyValue(pairs[i], key_value_delimiter, &key, &value)) { key 169 base/strings/string_split.cc key_value_pairs->push_back(make_pair(key, value)); key 14 base/supports_user_data.cc SupportsUserData::Data* SupportsUserData::GetUserData(const void* key) const { key 16 base/supports_user_data.cc DataMap::const_iterator found = user_data_.find(key); key 22 base/supports_user_data.cc void SupportsUserData::SetUserData(const void* key, Data* data) { key 24 base/supports_user_data.cc user_data_[key] = linked_ptr<Data>(data); key 27 base/supports_user_data.cc void SupportsUserData::RemoveUserData(const void* key) { key 29 base/supports_user_data.cc user_data_.erase(key); key 35 base/supports_user_data.h Data* GetUserData(const void* key) const; key 36 base/supports_user_data.h void SetUserData(const void* key, Data* data); key 37 base/supports_user_data.h void RemoveUserData(const void* key); key 64 base/supports_user_data.h static T* Get(SupportsUserData* supports_user_data, const void* key) { key 66 base/supports_user_data.h static_cast<UserDataAdapter*>(supports_user_data->GetUserData(key)); key 90 base/sys_info.h static bool GetLsbReleaseValue(const std::string& key, std::string* value); key 85 base/sys_info_chromeos.cc bool GetLsbReleaseValue(const std::string& key, std::string* value) { key 86 base/sys_info_chromeos.cc SysInfo::LsbReleaseMap::const_iterator iter = lsb_release_map_.find(key); key 115 base/sys_info_chromeos.cc std::string key, value; key 116 base/sys_info_chromeos.cc TrimWhitespaceASCII(pairs[i].first, TRIM_ALL, &key); key 118 base/sys_info_chromeos.cc if (key.empty()) key 120 base/sys_info_chromeos.cc lsb_release_map_[key] = value; key 125 base/sys_info_chromeos.cc std::string key = kLinuxStandardBaseVersionKeys[i]; key 126 base/sys_info_chromeos.cc if (GetLsbReleaseValue(key, &version) && !version.empty()) key 186 base/sys_info_chromeos.cc bool SysInfo::GetLsbReleaseValue(const std::string& key, std::string* value) { key 187 base/sys_info_chromeos.cc return GetChromeOSVersionInfo().GetLsbReleaseValue(key, value); key 73 base/test/android/javatests/src/org/chromium/base/test/util/AdvancedMockContext.java public void setFlag(String key) { key 74 base/test/android/javatests/src/org/chromium/base/test/util/AdvancedMockContext.java mFlags.put(key, true); key 77 base/test/android/javatests/src/org/chromium/base/test/util/AdvancedMockContext.java public void clearFlag(String key) { key 78 base/test/android/javatests/src/org/chromium/base/test/util/AdvancedMockContext.java mFlags.remove(key); key 81 base/test/android/javatests/src/org/chromium/base/test/util/AdvancedMockContext.java public boolean isFlagSet(String key) { key 82 base/test/android/javatests/src/org/chromium/base/test/util/AdvancedMockContext.java return mFlags.containsKey(key) && mFlags.get(key); key 93 base/test/android/javatests/src/org/chromium/base/test/util/AdvancedMockContext.java public MapBuilder add(String key, Object value) { key 94 base/test/android/javatests/src/org/chromium/base/test/util/AdvancedMockContext.java mData.put(key, value); key 40 base/test/android/javatests/src/org/chromium/base/test/util/InMemorySharedPreferences.java public String getString(String key, String defValue) { key 42 base/test/android/javatests/src/org/chromium/base/test/util/InMemorySharedPreferences.java if (mData.containsKey(key)) { key 43 base/test/android/javatests/src/org/chromium/base/test/util/InMemorySharedPreferences.java return (String) mData.get(key); key 51 base/test/android/javatests/src/org/chromium/base/test/util/InMemorySharedPreferences.java public Set<String> getStringSet(String key, Set<String> defValues) { key 53 base/test/android/javatests/src/org/chromium/base/test/util/InMemorySharedPreferences.java if (mData.containsKey(key)) { key 54 base/test/android/javatests/src/org/chromium/base/test/util/InMemorySharedPreferences.java return Collections.unmodifiableSet((Set<String>) mData.get(key)); key 61 base/test/android/javatests/src/org/chromium/base/test/util/InMemorySharedPreferences.java public int getInt(String key, int defValue) { key 63 base/test/android/javatests/src/org/chromium/base/test/util/InMemorySharedPreferences.java if (mData.containsKey(key)) { key 64 base/test/android/javatests/src/org/chromium/base/test/util/InMemorySharedPreferences.java return (Integer) mData.get(key); key 71 base/test/android/javatests/src/org/chromium/base/test/util/InMemorySharedPreferences.java public long getLong(String key, long defValue) { key 73 base/test/android/javatests/src/org/chromium/base/test/util/InMemorySharedPreferences.java if (mData.containsKey(key)) { key 74 base/test/android/javatests/src/org/chromium/base/test/util/InMemorySharedPreferences.java return (Long) mData.get(key); key 81 base/test/android/javatests/src/org/chromium/base/test/util/InMemorySharedPreferences.java public float getFloat(String key, float defValue) { key 83 base/test/android/javatests/src/org/chromium/base/test/util/InMemorySharedPreferences.java if (mData.containsKey(key)) { key 84 base/test/android/javatests/src/org/chromium/base/test/util/InMemorySharedPreferences.java return (Float) mData.get(key); key 91 base/test/android/javatests/src/org/chromium/base/test/util/InMemorySharedPreferences.java public boolean getBoolean(String key, boolean defValue) { key 93 base/test/android/javatests/src/org/chromium/base/test/util/InMemorySharedPreferences.java if (mData.containsKey(key)) { key 94 base/test/android/javatests/src/org/chromium/base/test/util/InMemorySharedPreferences.java return (Boolean) mData.get(key); key 101 base/test/android/javatests/src/org/chromium/base/test/util/InMemorySharedPreferences.java public boolean contains(String key) { key 103 base/test/android/javatests/src/org/chromium/base/test/util/InMemorySharedPreferences.java return mData.containsKey(key); key 133 base/test/android/javatests/src/org/chromium/base/test/util/InMemorySharedPreferences.java public SharedPreferences.Editor putString(String key, String value) { key 136 base/test/android/javatests/src/org/chromium/base/test/util/InMemorySharedPreferences.java mChanges.put(key, value); key 142 base/test/android/javatests/src/org/chromium/base/test/util/InMemorySharedPreferences.java public SharedPreferences.Editor putStringSet(String key, Set<String> values) { key 145 base/test/android/javatests/src/org/chromium/base/test/util/InMemorySharedPreferences.java mChanges.put(key, values); key 151 base/test/android/javatests/src/org/chromium/base/test/util/InMemorySharedPreferences.java public SharedPreferences.Editor putInt(String key, int value) { key 154 base/test/android/javatests/src/org/chromium/base/test/util/InMemorySharedPreferences.java mChanges.put(key, value); key 160 base/test/android/javatests/src/org/chromium/base/test/util/InMemorySharedPreferences.java public SharedPreferences.Editor putLong(String key, long value) { key 163 base/test/android/javatests/src/org/chromium/base/test/util/InMemorySharedPreferences.java mChanges.put(key, value); key 169 base/test/android/javatests/src/org/chromium/base/test/util/InMemorySharedPreferences.java public SharedPreferences.Editor putFloat(String key, float value) { key 172 base/test/android/javatests/src/org/chromium/base/test/util/InMemorySharedPreferences.java mChanges.put(key, value); key 178 base/test/android/javatests/src/org/chromium/base/test/util/InMemorySharedPreferences.java public SharedPreferences.Editor putBoolean(String key, boolean value) { key 181 base/test/android/javatests/src/org/chromium/base/test/util/InMemorySharedPreferences.java mChanges.put(key, value); key 187 base/test/android/javatests/src/org/chromium/base/test/util/InMemorySharedPreferences.java public SharedPreferences.Editor remove(String key) { key 191 base/test/android/javatests/src/org/chromium/base/test/util/InMemorySharedPreferences.java mChanges.put(key, this); key 220 base/test/android/javatests/src/org/chromium/base/test/util/InMemorySharedPreferences.java String key = entry.getKey(); key 224 base/test/android/javatests/src/org/chromium/base/test/util/InMemorySharedPreferences.java mData.remove(key); key 226 base/test/android/javatests/src/org/chromium/base/test/util/InMemorySharedPreferences.java mData.put(key, value); key 12 base/test/scoped_path_override.cc ScopedPathOverride::ScopedPathOverride(int key) : key_(key) { key 15 base/test/scoped_path_override.cc result = PathService::Override(key, temp_dir_.path()); key 19 base/test/scoped_path_override.cc ScopedPathOverride::ScopedPathOverride(int key, const base::FilePath& dir) key 20 base/test/scoped_path_override.cc : key_(key) { key 21 base/test/scoped_path_override.cc bool result = PathService::Override(key, dir); key 22 base/test/scoped_path_override.h explicit ScopedPathOverride(int key); key 24 base/test/scoped_path_override.h ScopedPathOverride(int key, const FilePath& dir); key 30 base/test/test_reg_util_win_unittest.cc base::win::RegKey key(HKEY_CURRENT_USER); key 31 base/test/test_reg_util_win_unittest.cc key.DeleteKey(fake_test_key_root_.c_str()); key 32 base/test/test_reg_util_win_unittest.cc key.DeleteKey(kTestKeyPath); key 36 base/test/test_reg_util_win_unittest.cc base::win::RegKey key(HKEY_CURRENT_USER); key 37 base/test/test_reg_util_win_unittest.cc key.DeleteKey(fake_test_key_root_.c_str()); key 41 base/test/test_reg_util_win_unittest.cc base::win::RegKey key; key 43 base/test/test_reg_util_win_unittest.cc key.Open(HKEY_CURRENT_USER, key_path.c_str(), KEY_READ)) key 48 base/test/test_reg_util_win_unittest.cc base::win::RegKey key; key 50 base/test/test_reg_util_win_unittest.cc key.Open(HKEY_CURRENT_USER, key_path.c_str(), KEY_READ)) key 55 base/test/test_reg_util_win_unittest.cc base::win::RegKey key; key 57 base/test/test_reg_util_win_unittest.cc key.Create(HKEY_CURRENT_USER, key_path.c_str(), KEY_ALL_ACCESS)); key 141 base/test/test_support_android.cc bool GetTestProviderPath(int key, base::FilePath* result) { key 142 base/test/test_support_android.cc switch (key) { key 155 base/test/test_support_android.cc void InitPathProvider(int key) { key 158 base/test/test_support_android.cc if (GetTestProviderPath(key, &path) && !PathService::Override(key, path)) key 159 base/test/test_support_android.cc PathService::RegisterProvider(&GetTestProviderPath, key, key + 1); key 95 base/test/trace_event_analyzer.cc arg_strings[it.key()] = str; key 97 base/test/trace_event_analyzer.cc arg_numbers[it.key()] = static_cast<double>(int_num); key 99 base/test/trace_event_analyzer.cc arg_numbers[it.key()] = static_cast<double>(boolean ? 1 : 0); key 101 base/test/trace_event_analyzer.cc arg_numbers[it.key()] = double_num; key 17 base/test/values_test_util.cc const std::string& key) { key 19 base/test/values_test_util.cc EXPECT_TRUE(value.GetBoolean(key, &boolean_value)) << key; key 20 base/test/values_test_util.cc EXPECT_EQ(expected_value, boolean_value) << key; key 25 base/test/values_test_util.cc const std::string& key) { key 27 base/test/values_test_util.cc EXPECT_TRUE(value.GetDictionary(key, &dict_value)) << key; key 28 base/test/values_test_util.cc EXPECT_TRUE(Value::Equals(dict_value, &expected_value)) << key; key 33 base/test/values_test_util.cc const std::string& key) { key 35 base/test/values_test_util.cc EXPECT_TRUE(value.GetInteger(key, &integer_value)) << key; key 36 base/test/values_test_util.cc EXPECT_EQ(expected_value, integer_value) << key; key 41 base/test/values_test_util.cc const std::string& key) { key 43 base/test/values_test_util.cc EXPECT_TRUE(value.GetList(key, &list_value)) << key; key 44 base/test/values_test_util.cc EXPECT_TRUE(Value::Equals(list_value, &expected_value)) << key; key 49 base/test/values_test_util.cc const std::string& key) { key 51 base/test/values_test_util.cc EXPECT_TRUE(value.GetString(key, &string_value)) << key; key 52 base/test/values_test_util.cc EXPECT_EQ(expected_value, string_value) << key; key 24 base/test/values_test_util.h const std::string& key); key 28 base/test/values_test_util.h const std::string& key); key 32 base/test/values_test_util.h const std::string& key); key 36 base/test/values_test_util.h const std::string& key); key 40 base/test/values_test_util.h const std::string& key); key 103 base/third_party/xdg_mime/xdgmimealias.c XdgAlias key; key 107 base/third_party/xdg_mime/xdgmimealias.c key.alias = (char *)alias; key 108 base/third_party/xdg_mime/xdgmimealias.c key.mime_type = NULL; key 110 base/third_party/xdg_mime/xdgmimealias.c entry = bsearch (&key, list->aliases, list->n_aliases, key 102 base/third_party/xdg_mime/xdgmimeicon.c XdgIcon key; key 106 base/third_party/xdg_mime/xdgmimeicon.c key.mime_type = (char *)mime_type; key 107 base/third_party/xdg_mime/xdgmimeicon.c key.icon_name = NULL; key 109 base/third_party/xdg_mime/xdgmimeicon.c entry = bsearch (&key, list->icons, list->n_icons, key 108 base/third_party/xdg_mime/xdgmimeparent.c XdgMimeParents key; key 112 base/third_party/xdg_mime/xdgmimeparent.c key.mime = (char *)mime; key 113 base/third_party/xdg_mime/xdgmimeparent.c key.parents = NULL; key 115 base/third_party/xdg_mime/xdgmimeparent.c entry = bsearch (&key, list->parents, list->n_mimes, key 59 base/threading/thread_local_storage.cc PlatformThreadLocalStorage::TLSKey key = key 61 base/threading/thread_local_storage.cc if (key == PlatformThreadLocalStorage::TLS_KEY_OUT_OF_INDEXES) { key 62 base/threading/thread_local_storage.cc CHECK(PlatformThreadLocalStorage::AllocTLS(&key)); key 69 base/threading/thread_local_storage.cc if (key == PlatformThreadLocalStorage::TLS_KEY_OUT_OF_INDEXES) { key 70 base/threading/thread_local_storage.cc PlatformThreadLocalStorage::TLSKey tmp = key; key 71 base/threading/thread_local_storage.cc CHECK(PlatformThreadLocalStorage::AllocTLS(&key) && key 72 base/threading/thread_local_storage.cc key != PlatformThreadLocalStorage::TLS_KEY_OUT_OF_INDEXES); key 80 base/threading/thread_local_storage.cc PlatformThreadLocalStorage::TLS_KEY_OUT_OF_INDEXES, key)) { key 84 base/threading/thread_local_storage.cc PlatformThreadLocalStorage::FreeTLS(key); key 85 base/threading/thread_local_storage.cc key = base::subtle::NoBarrier_Load(&g_native_tls_key); key 88 base/threading/thread_local_storage.cc CHECK(!PlatformThreadLocalStorage::GetTLSValue(key)); key 101 base/threading/thread_local_storage.cc PlatformThreadLocalStorage::SetTLSValue(key, stack_allocated_tls_data); key 106 base/threading/thread_local_storage.cc PlatformThreadLocalStorage::SetTLSValue(key, tls_data); key 125 base/threading/thread_local_storage.cc PlatformThreadLocalStorage::TLSKey key = key 127 base/threading/thread_local_storage.cc PlatformThreadLocalStorage::SetTLSValue(key, stack_allocated_tls_data); key 165 base/threading/thread_local_storage.cc PlatformThreadLocalStorage::SetTLSValue(key, NULL); key 176 base/threading/thread_local_storage.cc PlatformThreadLocalStorage::TLSKey key = key 178 base/threading/thread_local_storage.cc if (key == PlatformThreadLocalStorage::TLS_KEY_OUT_OF_INDEXES) key 180 base/threading/thread_local_storage.cc void *tls_data = GetTLSValue(key); key 201 base/threading/thread_local_storage.cc PlatformThreadLocalStorage::TLSKey key = key 203 base/threading/thread_local_storage.cc if (key == PlatformThreadLocalStorage::TLS_KEY_OUT_OF_INDEXES || key 204 base/threading/thread_local_storage.cc !PlatformThreadLocalStorage::GetTLSValue(key)) key 46 base/threading/thread_local_storage.h static bool AllocTLS(TLSKey* key); key 50 base/threading/thread_local_storage.h static void FreeTLS(TLSKey key); key 51 base/threading/thread_local_storage.h static void SetTLSValue(TLSKey key, void* value); key 52 base/threading/thread_local_storage.h static void* GetTLSValue(TLSKey key); key 13 base/threading/thread_local_storage_posix.cc bool PlatformThreadLocalStorage::AllocTLS(TLSKey* key) { key 14 base/threading/thread_local_storage_posix.cc return !pthread_key_create(key, key 18 base/threading/thread_local_storage_posix.cc void PlatformThreadLocalStorage::FreeTLS(TLSKey key) { key 19 base/threading/thread_local_storage_posix.cc int ret = pthread_key_delete(key); key 23 base/threading/thread_local_storage_posix.cc void* PlatformThreadLocalStorage::GetTLSValue(TLSKey key) { key 24 base/threading/thread_local_storage_posix.cc return pthread_getspecific(key); key 27 base/threading/thread_local_storage_posix.cc void PlatformThreadLocalStorage::SetTLSValue(TLSKey key, void* value) { key 28 base/threading/thread_local_storage_posix.cc int ret = pthread_setspecific(key, value); key 15 base/threading/thread_local_storage_win.cc bool PlatformThreadLocalStorage::AllocTLS(TLSKey* key) { key 18 base/threading/thread_local_storage_win.cc *key = value; key 24 base/threading/thread_local_storage_win.cc void PlatformThreadLocalStorage::FreeTLS(TLSKey key) { key 25 base/threading/thread_local_storage_win.cc BOOL ret = TlsFree(key); key 29 base/threading/thread_local_storage_win.cc void* PlatformThreadLocalStorage::GetTLSValue(TLSKey key) { key 30 base/threading/thread_local_storage_win.cc return TlsGetValue(key); key 33 base/threading/thread_local_storage_win.cc void PlatformThreadLocalStorage::SetTLSValue(TLSKey key, void* value) { key 34 base/threading/thread_local_storage_win.cc BOOL ret = TlsSetValue(key, value); key 51 base/values.cc copy->SetWithoutPathExpansion(it.key(), child_copy); key 382 base/values.cc bool DictionaryValue::HasKey(const std::string& key) const { key 383 base/values.cc DCHECK(IsStringUTF8(key)); key 384 base/values.cc ValueMap::const_iterator current_entry = dictionary_.find(key); key 409 base/values.cc std::string key(current_path, 0, delimiter_position); key 411 base/values.cc if (!current_dictionary->GetDictionary(key, &child_dictionary)) { key 413 base/values.cc current_dictionary->SetWithoutPathExpansion(key, child_dictionary); key 445 base/values.cc void DictionaryValue::SetWithoutPathExpansion(const std::string& key, key 450 base/values.cc dictionary_.insert(std::make_pair(key, in_value)); key 628 base/values.cc bool DictionaryValue::GetWithoutPathExpansion(const std::string& key, key 630 base/values.cc DCHECK(IsStringUTF8(key)); key 631 base/values.cc ValueMap::const_iterator entry_iterator = dictionary_.find(key); key 641 base/values.cc bool DictionaryValue::GetWithoutPathExpansion(const std::string& key, key 644 base/values.cc key, key 648 base/values.cc bool DictionaryValue::GetBooleanWithoutPathExpansion(const std::string& key, key 651 base/values.cc if (!GetWithoutPathExpansion(key, &value)) key 657 base/values.cc bool DictionaryValue::GetIntegerWithoutPathExpansion(const std::string& key, key 660 base/values.cc if (!GetWithoutPathExpansion(key, &value)) key 666 base/values.cc bool DictionaryValue::GetDoubleWithoutPathExpansion(const std::string& key, key 669 base/values.cc if (!GetWithoutPathExpansion(key, &value)) key 676 base/values.cc const std::string& key, key 679 base/values.cc if (!GetWithoutPathExpansion(key, &value)) key 685 base/values.cc bool DictionaryValue::GetStringWithoutPathExpansion(const std::string& key, key 688 base/values.cc if (!GetWithoutPathExpansion(key, &value)) key 695 base/values.cc const std::string& key, key 698 base/values.cc bool result = GetWithoutPathExpansion(key, &value); key 709 base/values.cc const std::string& key, key 714 base/values.cc key, key 719 base/values.cc const std::string& key, key 722 base/values.cc bool result = GetWithoutPathExpansion(key, &value); key 732 base/values.cc bool DictionaryValue::GetListWithoutPathExpansion(const std::string& key, key 736 base/values.cc key, key 757 base/values.cc bool DictionaryValue::RemoveWithoutPathExpansion(const std::string& key, key 759 base/values.cc DCHECK(IsStringUTF8(key)); key 760 base/values.cc ValueMap::iterator entry_iterator = dictionary_.find(key); key 804 base/values.cc if (GetDictionaryWithoutPathExpansion(it.key(), &sub_dict)) { key 811 base/values.cc SetWithoutPathExpansion(it.key(), merge_value->DeepCopy()); key 846 base/values.cc if (lhs_it.key() != rhs_it.key() || key 222 base/values.h bool HasKey(const std::string& key) const; key 254 base/values.h void SetWithoutPathExpansion(const std::string& key, Value* in_value); key 298 base/values.h bool GetWithoutPathExpansion(const std::string& key, key 300 base/values.h bool GetWithoutPathExpansion(const std::string& key, Value** out_value); key 301 base/values.h bool GetBooleanWithoutPathExpansion(const std::string& key, key 303 base/values.h bool GetIntegerWithoutPathExpansion(const std::string& key, key 305 base/values.h bool GetDoubleWithoutPathExpansion(const std::string& key, key 307 base/values.h bool GetStringWithoutPathExpansion(const std::string& key, key 309 base/values.h bool GetStringWithoutPathExpansion(const std::string& key, key 312 base/values.h const std::string& key, key 314 base/values.h bool GetDictionaryWithoutPathExpansion(const std::string& key, key 316 base/values.h bool GetListWithoutPathExpansion(const std::string& key, key 318 base/values.h bool GetListWithoutPathExpansion(const std::string& key, key 331 base/values.h virtual bool RemoveWithoutPathExpansion(const std::string& key, key 363 base/values.h const std::string& key() const { return it_->first; } key 258 base/values_unittest.cc std::string key = "test"; key 263 base/values_unittest.cc dict.Set(key, new DeletionTestValue(&deletion_flag)); key 270 base/values_unittest.cc dict.Set(key, new DeletionTestValue(&deletion_flag)); key 278 base/values_unittest.cc dict.Set(key, new DeletionTestValue(&deletion_flag)); key 280 base/values_unittest.cc dict.Set(key, Value::CreateNullValue()); key 286 base/values_unittest.cc std::string key = "test"; key 292 base/values_unittest.cc dict.Set(key, new DeletionTestValue(&deletion_flag)); key 294 base/values_unittest.cc EXPECT_TRUE(dict.HasKey(key)); key 296 base/values_unittest.cc EXPECT_TRUE(dict.Remove(key, &removed_item)); key 297 base/values_unittest.cc EXPECT_FALSE(dict.HasKey(key)); key 306 base/values_unittest.cc dict.Set(key, new DeletionTestValue(&deletion_flag)); key 308 base/values_unittest.cc EXPECT_TRUE(dict.HasKey(key)); key 309 base/values_unittest.cc EXPECT_TRUE(dict.Remove(key, NULL)); key 311 base/values_unittest.cc EXPECT_FALSE(dict.HasKey(key)); key 786 base/values_unittest.cc EXPECT_EQ("key1", it.key()); key 796 base/values_unittest.cc if (it.key() == "key1") { key 800 base/values_unittest.cc } else if (it.key() == "key2") { key 42 base/win/registry.cc RegKey::RegKey(HKEY key) key 43 base/win/registry.cc : key_(key), key 120 base/win/registry.cc void RegKey::Set(HKEY key) { key 121 base/win/registry.cc if (key_ != key) { key 123 base/win/registry.cc key_ = key; key 129 base/win/registry.cc HKEY key = key_; key 131 base/win/registry.cc return key; key 29 base/win/registry.h explicit RegKey(HKEY key); key 51 base/win/registry.h void Set(HKEY key); key 28 base/win/registry_unittest.cc RegKey key(HKEY_CURRENT_USER, L"", KEY_ALL_ACCESS); key 29 base/win/registry_unittest.cc key.DeleteKey(kRootKey); key 30 base/win/registry_unittest.cc ASSERT_NE(ERROR_SUCCESS, key.Open(HKEY_CURRENT_USER, kRootKey, KEY_READ)); key 31 base/win/registry_unittest.cc ASSERT_EQ(ERROR_SUCCESS, key.Create(HKEY_CURRENT_USER, kRootKey, KEY_READ)); key 36 base/win/registry_unittest.cc RegKey key(HKEY_CURRENT_USER, L"", KEY_SET_VALUE); key 37 base/win/registry_unittest.cc ASSERT_EQ(ERROR_SUCCESS, key.DeleteKey(kRootKey)); key 45 base/win/registry_unittest.cc RegKey key; key 49 base/win/registry_unittest.cc ASSERT_EQ(ERROR_SUCCESS, key.Create(HKEY_CURRENT_USER, foo_key.c_str(), key 53 base/win/registry_unittest.cc ASSERT_EQ(ERROR_SUCCESS, key.Open(HKEY_CURRENT_USER, foo_key.c_str(), key 55 base/win/registry_unittest.cc ASSERT_TRUE(key.Valid()); key 65 base/win/registry_unittest.cc ASSERT_EQ(ERROR_SUCCESS, key.WriteValue(kStringValueName, kStringData)); key 66 base/win/registry_unittest.cc ASSERT_EQ(ERROR_SUCCESS, key.WriteValue(kDWORDValueName, kDWORDData)); key 67 base/win/registry_unittest.cc ASSERT_EQ(ERROR_SUCCESS, key.WriteValue(kInt64ValueName, &kInt64Data, key 69 base/win/registry_unittest.cc EXPECT_EQ(3U, key.GetValueCount()); key 70 base/win/registry_unittest.cc EXPECT_TRUE(key.HasValue(kStringValueName)); key 71 base/win/registry_unittest.cc EXPECT_TRUE(key.HasValue(kDWORDValueName)); key 72 base/win/registry_unittest.cc EXPECT_TRUE(key.HasValue(kInt64ValueName)); key 78 base/win/registry_unittest.cc ASSERT_EQ(ERROR_SUCCESS, key.ReadValue(kStringValueName, &string_value)); key 79 base/win/registry_unittest.cc ASSERT_EQ(ERROR_SUCCESS, key.ReadValueDW(kDWORDValueName, &dword_value)); key 80 base/win/registry_unittest.cc ASSERT_EQ(ERROR_SUCCESS, key.ReadInt64(kInt64ValueName, &int64_value)); key 87 base/win/registry_unittest.cc ASSERT_NE(ERROR_SUCCESS, key.ReadValue(kNonExistent, &string_value)); key 88 base/win/registry_unittest.cc ASSERT_NE(ERROR_SUCCESS, key.ReadValueDW(kNonExistent, &dword_value)); key 89 base/win/registry_unittest.cc ASSERT_NE(ERROR_SUCCESS, key.ReadInt64(kNonExistent, &int64_value)); key 95 base/win/registry_unittest.cc ASSERT_EQ(ERROR_SUCCESS, key.DeleteValue(kStringValueName)); key 96 base/win/registry_unittest.cc ASSERT_EQ(ERROR_SUCCESS, key.DeleteValue(kDWORDValueName)); key 97 base/win/registry_unittest.cc ASSERT_EQ(ERROR_SUCCESS, key.DeleteValue(kInt64ValueName)); key 98 base/win/registry_unittest.cc EXPECT_EQ(0U, key.GetValueCount()); key 99 base/win/registry_unittest.cc EXPECT_FALSE(key.HasValue(kStringValueName)); key 100 base/win/registry_unittest.cc EXPECT_FALSE(key.HasValue(kDWORDValueName)); key 101 base/win/registry_unittest.cc EXPECT_FALSE(key.HasValue(kInt64ValueName)); key 106 base/win/registry_unittest.cc RegKey key; key 109 base/win/registry_unittest.cc ASSERT_EQ(ERROR_SUCCESS, key.Create(HKEY_CURRENT_USER, foo_key.c_str(), key 111 base/win/registry_unittest.cc ASSERT_EQ(ERROR_SUCCESS, key.Open(HKEY_CURRENT_USER, foo_key.c_str(), key 113 base/win/registry_unittest.cc ASSERT_TRUE(key.Valid()); key 118 base/win/registry_unittest.cc ASSERT_EQ(ERROR_SUCCESS, key.WriteValue(data.c_str(), data.c_str())); key 131 base/win/registry_unittest.cc RegKey key; key 134 base/win/registry_unittest.cc ASSERT_EQ(ERROR_SUCCESS, key.Create(HKEY_CURRENT_USER, foo_key.c_str(), key 136 base/win/registry_unittest.cc ASSERT_EQ(ERROR_SUCCESS, key.Open(HKEY_CURRENT_USER, foo_key.c_str(), key 138 base/win/registry_unittest.cc ASSERT_TRUE(key.Valid()); key 144 base/win/registry_unittest.cc ASSERT_EQ(ERROR_SUCCESS, key.WriteValue(kName, kData, key 130 base/win/win_util.cc base::win::RegKey key(HKEY_LOCAL_MACHINE, key 134 base/win/win_util.cc if (key.ReadValueDW(L"EnableLUA", &uac_enabled) != ERROR_SUCCESS) key 251 base/win/win_util.cc base::win::RegKey key(HKEY_LOCAL_MACHINE, key 255 base/win/win_util.cc if (key.ReadValue(NULL, key 150 base/win/windows_version.cc base::win::RegKey key(HKEY_LOCAL_MACHINE, kProcessorNameString, KEY_READ); key 152 base/win/windows_version.cc key.ReadValue(L"ProcessorNameString", &value); key 126 cc/quads/render_pass.h inline size_t hash_value(const cc::RenderPass::Id& key) { key 127 cc/quads/render_pass.h return base::HashPair(key.layer_id, key.index); key 132 cc/quads/render_pass.h size_t operator()(cc::RenderPass::Id key) const { key 133 cc/quads/render_pass.h return base::HashPair(key.layer_id, key.index); key 328 cc/resources/picture.cc PixelRefMapKey key(x, y); key 329 cc/resources/picture.cc pixel_refs_[key].push_back(it->pixel_ref); key 507 cc/resources/picture.cc PixelRefMapKey key(current_x_, current_y_); key 508 cc/resources/picture.cc PixelRefMap::const_iterator iter = picture_->pixel_refs_.find(key); key 91 cc/resources/picture_layer_tiling.cc TileMapKey key(i, j); key 92 cc/resources/picture_layer_tiling.cc DCHECK(tiles_.find(key) == tiles_.end()); key 106 cc/resources/picture_layer_tiling.cc tiles_[key] = candidate_tile; key 115 cc/resources/picture_layer_tiling.cc tiles_[key] = tile; key 138 cc/resources/picture_layer_tiling.cc TileMapKey key = iter.index(); key 139 cc/resources/picture_layer_tiling.cc TileMap::iterator find = tiles_.find(key); key 142 cc/resources/picture_layer_tiling.cc CreateTile(key.first, key.second, twin_tiling); key 192 cc/resources/picture_layer_tiling.cc TileMapKey key(iter.index()); key 193 cc/resources/picture_layer_tiling.cc TileMap::iterator find = tiles_.find(key); key 197 cc/resources/picture_layer_tiling.cc new_tile_keys.push_back(key); key 534 cc/resources/picture_layer_tiling.cc TileMapKey key(iter.index()); key 535 cc/resources/picture_layer_tiling.cc TileMap::iterator found = tiles_.find(key); key 550 cc/resources/picture_layer_tiling.cc TileMapKey key(iter.index()); key 551 cc/resources/picture_layer_tiling.cc CreateTile(key.first, key.second, twin_tiling); key 180 cc/resources/picture_pile.cc const PictureMapKey& key = iter.index(); key 182 cc/resources/picture_pile.cc PictureMap::iterator picture_it = picture_map_.find(key); key 197 cc/resources/picture_pile.cc const PictureMapKey& key = it.index(); key 198 cc/resources/picture_pile.cc PictureInfo& info = picture_map_[key]; key 200 cc/resources/picture_pile.cc gfx::Rect rect = PaddedRect(key); key 205 cc/resources/picture_pile.cc gfx::Rect tile = tiling_.TileBounds(key.first, key.second); key 262 cc/resources/picture_pile.cc const PictureMapKey& key = it.index(); key 263 cc/resources/picture_pile.cc gfx::Rect tile = PaddedRect(key); key 265 cc/resources/picture_pile.cc PictureInfo& info = picture_map_[key]; key 113 cc/resources/picture_pile_base.cc const PictureMapKey& key = it->first; key 114 cc/resources/picture_pile_base.cc if (key.first < min_toss_x && key.second < min_toss_y) { key 118 cc/resources/picture_pile_base.cc to_erase.push_back(key); key 222 cc/resources/picture_pile_base.cc gfx::Rect PicturePileBase::PaddedRect(const PictureMapKey& key) { key 223 cc/resources/picture_pile_base.cc gfx::Rect tile = tiling_.TileBounds(key.first, key.second); key 90 cc/resources/picture_pile_base.h gfx::Rect PaddedRect(const PictureMapKey& key); key 13 cc/test/paths.cc bool PathProvider(int key, base::FilePath* result) { key 15 cc/test/paths.cc switch (key) { key 73 chrome/android/java/src/org/chromium/chrome/browser/SSLClientCertificateRequest.java AndroidPrivateKey key = getPrivateKey(alias); key 76 chrome/android/java/src/org/chromium/chrome/browser/SSLClientCertificateRequest.java if (key == null || chain == null || chain.length == 0) { key 93 chrome/android/java/src/org/chromium/chrome/browser/SSLClientCertificateRequest.java mAndroidPrivateKey = key; key 124 chrome/android/java/src/org/chromium/chrome/browser/WebappAuthenticator.java private static boolean writeKeyToFile(Context context, String basename, SecretKey key) { key 126 chrome/android/java/src/org/chromium/chrome/browser/WebappAuthenticator.java byte[] keyBytes = key.getEncoded(); key 147 chrome/android/java/src/org/chromium/chrome/browser/WebappAuthenticator.java SecretKey key = readKeyFromFile(context, MAC_KEY_BASENAME, MAC_ALGORITHM_NAME); key 148 chrome/android/java/src/org/chromium/chrome/browser/WebappAuthenticator.java if (key != null) { key 149 chrome/android/java/src/org/chromium/chrome/browser/WebappAuthenticator.java sKey = key; key 236 chrome/android/java/src/org/chromium/chrome/browser/WebappAuthenticator.java SecretKey key = getKey(context); key 237 chrome/android/java/src/org/chromium/chrome/browser/WebappAuthenticator.java if (key == null) { key 244 chrome/android/java/src/org/chromium/chrome/browser/WebappAuthenticator.java mac.init(key); key 265 chrome/app/chrome_breakpad_client.cc base::UTF8ToUTF16(policy::key::kMetricsReportingEnabled); key 2177 chrome/browser/about_flags.cc void SetFlagToSwitchMapping(const std::string& key, key 2181 chrome/browser/about_flags.cc DCHECK(name_to_switch_map->end() == name_to_switch_map->find(key)); key 2182 chrome/browser/about_flags.cc (*name_to_switch_map)[key] = std::make_pair(switch_name, switch_value); key 95 chrome/browser/android/bookmarks/partner_bookmarks_shim.cc const NodeRenamingMapKey key(i->url(), i->GetTitle()); key 96 chrome/browser/android/bookmarks/partner_bookmarks_shim.cc NodeRenamingMap::const_iterator remap = node_rename_remove_map_.find(key); key 121 chrome/browser/android/bookmarks/partner_bookmarks_shim.cc const NodeRenamingMapKey key(node->url(), node->GetTitle()); key 122 chrome/browser/android/bookmarks/partner_bookmarks_shim.cc node_rename_remove_map_[key] = title; key 150 chrome/browser/android/bookmarks/partner_bookmarks_shim.cc const NodeRenamingMapKey key(node->url(), node->GetTitle()); key 151 chrome/browser/android/bookmarks/partner_bookmarks_shim.cc NodeRenamingMap::const_iterator i = node_rename_remove_map_.find(key); key 267 chrome/browser/android/bookmarks/partner_bookmarks_shim.cc const NodeRenamingMapKey key(GURL(url), provider_title); key 268 chrome/browser/android/bookmarks/partner_bookmarks_shim.cc node_rename_remove_map_[key] = mapped_title; key 1026 chrome/browser/apps/app_browsertest.cc std::string key(extension->id()); key 1027 chrome/browser/apps/app_browsertest.cc key += ".manifest.version"; key 1028 chrome/browser/apps/app_browsertest.cc dict->SetString(key, "1"); key 57 chrome/browser/apps/app_window_interactive_uitest.cc bool SimulateKeyPress(ui::KeyboardCode key) { key 60 chrome/browser/apps/app_window_interactive_uitest.cc key, key 71 chrome/browser/apps/web_view_interactive_browsertest.cc void SendKeyPressToPlatformApp(ui::KeyboardCode key) { key 74 chrome/browser/apps/web_view_interactive_browsertest.cc GetPlatformAppWindow(), key, false, false, false, false)); key 359 chrome/browser/autofill/autofill_interactive_uitest.cc void SendKeyToPageAndWait(ui::KeyboardCode key) { key 362 chrome/browser/autofill/autofill_interactive_uitest.cc GetWebContents(), key, false, false, false, false); key 370 chrome/browser/autofill/autofill_interactive_uitest.cc void SendKeyToPopupAndWait(ui::KeyboardCode key) { key 373 chrome/browser/autofill/autofill_interactive_uitest.cc event.windowsKeyCode = key; key 538 chrome/browser/background/background_contents_service.cc GetExtensionById(it.key(), false); key 546 chrome/browser/background/background_contents_service.cc << it.key(); key 551 chrome/browser/background/background_contents_service.cc LoadBackgroundContentsFromDictionary(profile, it.key(), contents); key 429 chrome/browser/bookmarks/bookmark_codec.cc DecodeMetaInfoHelper(*subdict, prefix + it.key() + ".", meta_info_map); key 431 chrome/browser/bookmarks/bookmark_codec.cc it.value().GetAsString(&(*meta_info_map)[prefix + it.key()]); key 86 chrome/browser/bookmarks/bookmark_model.cc bool BookmarkNode::GetMetaInfo(const std::string& key, key 91 chrome/browser/bookmarks/bookmark_model.cc MetaInfoMap::const_iterator it = meta_info_map_->find(key); key 99 chrome/browser/bookmarks/bookmark_model.cc bool BookmarkNode::SetMetaInfo(const std::string& key, key 104 chrome/browser/bookmarks/bookmark_model.cc MetaInfoMap::iterator it = meta_info_map_->find(key); key 106 chrome/browser/bookmarks/bookmark_model.cc (*meta_info_map_)[key] = value; key 116 chrome/browser/bookmarks/bookmark_model.cc bool BookmarkNode::DeleteMetaInfo(const std::string& key) { key 119 chrome/browser/bookmarks/bookmark_model.cc bool erased = meta_info_map_->erase(key) != 0; key 478 chrome/browser/bookmarks/bookmark_model.cc const std::string& key, key 481 chrome/browser/bookmarks/bookmark_model.cc if (node->GetMetaInfo(key, &old_value) && old_value == value) key 487 chrome/browser/bookmarks/bookmark_model.cc if (AsMutable(node)->SetMetaInfo(key, value) && store_.get()) key 514 chrome/browser/bookmarks/bookmark_model.cc const std::string& key) { key 516 chrome/browser/bookmarks/bookmark_model.cc if (!meta_info_map || meta_info_map->find(key) == meta_info_map->end()) key 522 chrome/browser/bookmarks/bookmark_model.cc if (AsMutable(node)->DeleteMetaInfo(key) && store_.get()) key 129 chrome/browser/bookmarks/bookmark_model.h bool GetMetaInfo(const std::string& key, std::string* value) const; key 130 chrome/browser/bookmarks/bookmark_model.h bool SetMetaInfo(const std::string& key, const std::string& value); key 131 chrome/browser/bookmarks/bookmark_model.h bool DeleteMetaInfo(const std::string& key); key 425 chrome/browser/bookmarks/bookmark_model.h const std::string& key, key 430 chrome/browser/bookmarks/bookmark_model.h const std::string& key); key 77 chrome/browser/bookmarks/bookmark_node_data.cc std::string key; key 79 chrome/browser/bookmarks/bookmark_node_data.cc if (!pickle->ReadString(iterator, &key) || key 83 chrome/browser/bookmarks/bookmark_node_data.cc meta_info_map[key] = value; key 75 chrome/browser/browser_keyevents_browsertest.cc ui::KeyboardCode key; key 275 chrome/browser/browser_keyevents_browsertest.cc browser(), test.key, test.ctrl, test.shift, test.alt, test.command)); key 286 chrome/browser/browser_keyevents_browsertest.cc data.key, data.ctrl, data.shift, data.alt, data.command, key 26 chrome/browser/browsing_data/mock_browsing_data_cookie_helper.cc std::string key = cookie.Name() + "=" + cookie.Value(); key 27 chrome/browser/browsing_data/mock_browsing_data_cookie_helper.cc CHECK(cookies_.find(key) != cookies_.end()); key 28 chrome/browser/browsing_data/mock_browsing_data_cookie_helper.cc cookies_[key] = false; key 25 chrome/browser/browsing_data/mock_browsing_data_database_helper.cc std::string key = origin + ":" + name; key 26 chrome/browser/browsing_data/mock_browsing_data_database_helper.cc CHECK(databases_.find(key) != databases_.end()); key 29 chrome/browser/browsing_data/mock_browsing_data_database_helper.cc databases_[key] = false; key 23 chrome/browser/browsing_data/mock_browsing_data_file_system_helper.cc std::string key = origin.spec(); key 24 chrome/browser/browsing_data/mock_browsing_data_file_system_helper.cc CHECK(file_systems_.find(key) != file_systems_.end()); key 26 chrome/browser/browsing_data/mock_browsing_data_file_system_helper.cc file_systems_[key] = false; key 2287 chrome/browser/chrome_content_browser_client.cc std::make_pair(iter.key(), value)); key 2386 chrome/browser/chrome_content_browser_client.cc RenderViewHost* rvh, const std::string& key, const std::string& value) { key 2394 chrome/browser/chrome_content_browser_client.cc key, base::Value::CreateStringValue(value)); key 240 chrome/browser/chrome_content_browser_client.h const std::string& key, key 40 chrome/browser/chromeos/accessibility/sticky_keys_browsertest.cc void SendKeyPress(ui::KeyboardCode key) { key 45 chrome/browser/chromeos/accessibility/sticky_keys_browsertest.cc key, key 491 chrome/browser/chromeos/app_mode/kiosk_app_data.cc const char* key, key 493 chrome/browser/chromeos/app_mode/kiosk_app_data.cc if (!response->GetString(key, value)) { key 494 chrome/browser/chromeos/app_mode/kiosk_app_data.cc LOG(ERROR) << "Webstore response error (" << key key 123 chrome/browser/chromeos/app_mode/kiosk_app_data.h const char* key, key 108 chrome/browser/chromeos/app_mode/kiosk_diagnosis_runner.cc (*sys_logs.get())[it->get()->key] = it->get()->value; key 167 chrome/browser/chromeos/audio/audio_devices_pref_handler_impl.cc dict_update->SetInteger(it.key(), mute); key 187 chrome/browser/chromeos/audio/audio_devices_pref_handler_impl.cc dict_update->SetDouble(it.key(), volume); key 119 chrome/browser/chromeos/display/display_preferences.cc LOG(WARNING) << "Invalid preference value for " << it.key(); key 123 chrome/browser/chromeos/display/display_preferences.cc if (it.key().find(",") != std::string::npos) { key 125 chrome/browser/chromeos/display/display_preferences.cc base::SplitString(it.key(), ',', &ids); key 149 chrome/browser/chromeos/display/display_preferences.cc if (!base::StringToInt64(it.key(), &id) || key 231 chrome/browser/chromeos/display/display_preferences_unittest.cc std::string key = base::Int64ToString(id1) + "," + base::Int64ToString(id2); key 232 chrome/browser/chromeos/display/display_preferences_unittest.cc EXPECT_TRUE(displays->GetDictionary(key, &layout_value)); key 316 chrome/browser/chromeos/display/display_preferences_unittest.cc EXPECT_TRUE(displays->GetDictionary(key, &layout_value)); key 337 chrome/browser/chromeos/display/display_preferences_unittest.cc EXPECT_TRUE(displays->GetDictionary(key, &layout_value)); key 369 chrome/browser/chromeos/display/display_preferences_unittest.cc key = base::Int64ToString(id1) + "," + base::Int64ToString(id2); key 370 chrome/browser/chromeos/display/display_preferences_unittest.cc EXPECT_TRUE(displays->GetDictionary(key, &layout_value)); key 395 chrome/browser/chromeos/display/display_preferences_unittest.cc key = base::Int64ToString(id1) + "," + base::Int64ToString(id2); key 396 chrome/browser/chromeos/display/display_preferences_unittest.cc EXPECT_TRUE(displays->GetDictionary(key, &layout_value)); key 474 chrome/browser/chromeos/display/display_preferences_unittest.cc std::string key = base::Int64ToString(id1) + "," + base::Int64ToString(id2); key 475 chrome/browser/chromeos/display/display_preferences_unittest.cc EXPECT_TRUE(displays->GetDictionary(key, &new_value)); key 484 chrome/browser/chromeos/display/display_preferences_unittest.cc EXPECT_TRUE(displays->GetDictionary(key, &new_value)); key 67 chrome/browser/chromeos/drive/file_system_util.cc const std::string& key) { key 88 chrome/browser/chromeos/drive/file_system_util.cc !dictionary_value->GetString(key, &result)) { key 90 chrome/browser/chromeos/drive/file_system_util.cc << file_path.value() << ". key = " << key; key 62 chrome/browser/chromeos/drive/resource_metadata_storage.cc std::string key; key 63 chrome/browser/chromeos/drive/resource_metadata_storage.cc key.push_back(kDBKeyDelimeter); key 64 chrome/browser/chromeos/drive/resource_metadata_storage.cc key.append("HEADER"); key 65 chrome/browser/chromeos/drive/resource_metadata_storage.cc return key; key 69 chrome/browser/chromeos/drive/resource_metadata_storage.cc bool IsChildEntryKey(const leveldb::Slice& key) { key 70 chrome/browser/chromeos/drive/resource_metadata_storage.cc return !key.empty() && key[key.size() - 1] == kDBKeyDelimeter; key 75 chrome/browser/chromeos/drive/resource_metadata_storage.cc std::string key(id); key 76 chrome/browser/chromeos/drive/resource_metadata_storage.cc key.push_back(kDBKeyDelimeter); key 77 chrome/browser/chromeos/drive/resource_metadata_storage.cc key.append(kCacheEntryKeySuffix); key 78 chrome/browser/chromeos/drive/resource_metadata_storage.cc return key; key 82 chrome/browser/chromeos/drive/resource_metadata_storage.cc bool IsCacheEntryKey(const leveldb::Slice& key) { key 86 chrome/browser/chromeos/drive/resource_metadata_storage.cc if (key.size() < 1 + expected_suffix.size() || key 87 chrome/browser/chromeos/drive/resource_metadata_storage.cc key[key.size() - expected_suffix.size() - 1] != kDBKeyDelimeter) key 91 chrome/browser/chromeos/drive/resource_metadata_storage.cc key.data() + key.size() - expected_suffix.size(), expected_suffix.size()); key 96 chrome/browser/chromeos/drive/resource_metadata_storage.cc std::string GetIdFromCacheEntryKey(const leveldb::Slice& key) { key 97 chrome/browser/chromeos/drive/resource_metadata_storage.cc DCHECK(IsCacheEntryKey(key)); key 100 chrome/browser/chromeos/drive/resource_metadata_storage.cc const int id_length = key.size() - 1 - kSuffixLength; key 101 chrome/browser/chromeos/drive/resource_metadata_storage.cc return std::string(key.data(), id_length); key 106 chrome/browser/chromeos/drive/resource_metadata_storage.cc std::string key; key 107 chrome/browser/chromeos/drive/resource_metadata_storage.cc key.push_back(kDBKeyDelimeter); key 108 chrome/browser/chromeos/drive/resource_metadata_storage.cc key.append(kIdEntryKeyPrefix); key 109 chrome/browser/chromeos/drive/resource_metadata_storage.cc key.push_back(kDBKeyDelimeter); key 110 chrome/browser/chromeos/drive/resource_metadata_storage.cc key.append(resource_id); key 111 chrome/browser/chromeos/drive/resource_metadata_storage.cc return key; key 115 chrome/browser/chromeos/drive/resource_metadata_storage.cc bool IsIdEntryKey(const leveldb::Slice& key) { key 120 chrome/browser/chromeos/drive/resource_metadata_storage.cc if (key.size() < 2 + expected_prefix.size()) key 122 chrome/browser/chromeos/drive/resource_metadata_storage.cc const leveldb::Slice key_substring(key.data() + 1, expected_prefix.size()); key 123 chrome/browser/chromeos/drive/resource_metadata_storage.cc return key[0] == kDBKeyDelimeter && key 125 chrome/browser/chromeos/drive/resource_metadata_storage.cc key[expected_prefix.size() + 1] == kDBKeyDelimeter; key 176 chrome/browser/chromeos/drive/resource_metadata_storage.cc return it_->key().ToString(); key 191 chrome/browser/chromeos/drive/resource_metadata_storage.cc std::string current_key = it_->key().ToString(); key 196 chrome/browser/chromeos/drive/resource_metadata_storage.cc it_->key().compare(cache_entry_key) == 0 && key 202 chrome/browser/chromeos/drive/resource_metadata_storage.cc DCHECK_EQ(current_key, it_->key().ToString()); key 212 chrome/browser/chromeos/drive/resource_metadata_storage.cc if (!IsChildEntryKey(it_->key()) && key 213 chrome/browser/chromeos/drive/resource_metadata_storage.cc !IsCacheEntryKey(it_->key()) && key 214 chrome/browser/chromeos/drive/resource_metadata_storage.cc !IsIdEntryKey(it_->key()) && key 273 chrome/browser/chromeos/drive/resource_metadata_storage.cc if (IsCacheEntryKey(it_->key()) && key 275 chrome/browser/chromeos/drive/resource_metadata_storage.cc id_ = GetIdFromCacheEntryKey(it_->key()); key 337 chrome/browser/chromeos/drive/resource_metadata_storage.cc if (IsCacheEntryKey(it->key())) { key 340 chrome/browser/chromeos/drive/resource_metadata_storage.cc const std::string& id = GetIdFromCacheEntryKey(it->key()); key 343 chrome/browser/chromeos/drive/resource_metadata_storage.cc batch.Delete(it->key()); key 350 chrome/browser/chromeos/drive/resource_metadata_storage.cc batch.Delete(it->key()); key 370 chrome/browser/chromeos/drive/resource_metadata_storage.cc if (!IsCacheEntryKey(it->key()) && !IsIdEntryKey(it->key())) key 371 chrome/browser/chromeos/drive/resource_metadata_storage.cc batch.Delete(it->key()); key 551 chrome/browser/chromeos/drive/resource_metadata_storage.cc if (IsCacheEntryKey(it->key())) { key 552 chrome/browser/chromeos/drive/resource_metadata_storage.cc const std::string& id = GetIdFromCacheEntryKey(it->key()); key 716 chrome/browser/chromeos/drive/resource_metadata_storage.cc it->Valid() && it->key().starts_with(leveldb::Slice(parent_id)); key 718 chrome/browser/chromeos/drive/resource_metadata_storage.cc if (IsChildEntryKey(it->key())) key 807 chrome/browser/chromeos/drive/resource_metadata_storage.cc std::string key = parent_id; key 808 chrome/browser/chromeos/drive/resource_metadata_storage.cc key.push_back(kDBKeyDelimeter); key 809 chrome/browser/chromeos/drive/resource_metadata_storage.cc key.append(child_name); key 810 chrome/browser/chromeos/drive/resource_metadata_storage.cc key.push_back(kDBKeyDelimeter); key 811 chrome/browser/chromeos/drive/resource_metadata_storage.cc return key; key 872 chrome/browser/chromeos/drive/resource_metadata_storage.cc it->key() != GetHeaderDBKey() || // Header entry must come first. key 887 chrome/browser/chromeos/drive/resource_metadata_storage.cc if (IsChildEntryKey(it->key())) { key 893 chrome/browser/chromeos/drive/resource_metadata_storage.cc if (IsCacheEntryKey(it->key())) key 897 chrome/browser/chromeos/drive/resource_metadata_storage.cc if (IsIdEntryKey(it->key())) { key 907 chrome/browser/chromeos/drive/resource_metadata_storage.cc leveldb::Slice(GetIdEntryKey(entry.resource_id())) == it->key(); key 938 chrome/browser/chromeos/drive/resource_metadata_storage.cc if (!status.ok() || leveldb::Slice(child_id) != it->key()) { key 268 chrome/browser/chromeos/drive/sync_client.cc void SyncClient::AddTask(const SyncTasks::key_type& key, key 273 chrome/browser/chromeos/drive/sync_client.cc SyncTasks::iterator it = tasks_.find(key); key 288 chrome/browser/chromeos/drive/sync_client.cc tasks_[key] = task; key 292 chrome/browser/chromeos/drive/sync_client.cc base::Bind(&SyncClient::StartTask, weak_ptr_factory_.GetWeakPtr(), key), key 296 chrome/browser/chromeos/drive/sync_client.cc void SyncClient::StartTask(const SyncTasks::key_type& key) { key 297 chrome/browser/chromeos/drive/sync_client.cc SyncTasks::iterator it = tasks_.find(key); key 342 chrome/browser/chromeos/drive/sync_client.cc const SyncTasks::key_type key(type, local_id); key 343 chrome/browser/chromeos/drive/sync_client.cc SyncTasks::iterator it = tasks_.find(key); key 121 chrome/browser/chromeos/drive/sync_client.h void AddTask(const SyncTasks::key_type& key, key 126 chrome/browser/chromeos/drive/sync_client.h void StartTask(const SyncTasks::key_type& key); key 173 chrome/browser/chromeos/extensions/device_local_account_external_policy_loader_unittest.cc store_.policy_map_.Set(policy::key::kExtensionInstallForcelist, key 94 chrome/browser/chromeos/extensions/external_cache.cc std::string id = it.key(); key 216 chrome/browser/chromeos/extensions/external_cache.cc downloader_->AddPendingExtension(it.key(), update_url, 0); key 221 chrome/browser/chromeos/extensions/external_cache.cc if (local_cache_.GetExtension(it.key(), &file_path, &version)) { key 235 chrome/browser/chromeos/extensions/external_cache.cc cached_extensions_->Set(it.key(), entry_copy); key 240 chrome/browser/chromeos/extensions/external_cache.cc !delegate_->GetInstalledExtensionVersion(it.key()).empty(); key 243 chrome/browser/chromeos/extensions/external_cache.cc cached_extensions_->Set(it.key(), entry->DeepCopy()); key 65 chrome/browser/chromeos/extensions/wallpaper_private_api.cc bool SaveData(int key, const std::string& file_name, const std::string& data) { key 67 chrome/browser/chromeos/extensions/wallpaper_private_api.cc CHECK(PathService::Get(key, &data_dir)); key 556 chrome/browser/chromeos/input_method/input_method_engine.cc ext_event->key = ui::FromXKeycodeToKeyValue(x11_keysym); key 606 chrome/browser/chromeos/input_method/input_method_engine.cc property->key = item.id; key 810 chrome/browser/chromeos/input_method/input_method_engine_browsertests.cc EXPECT_EQ("ID0", props[0].key); key 811 chrome/browser/chromeos/input_method/input_method_engine_browsertests.cc EXPECT_EQ("ID1", props[1].key); key 812 chrome/browser/chromeos/input_method/input_method_engine_browsertests.cc EXPECT_EQ("ID2", props[2].key); key 813 chrome/browser/chromeos/input_method/input_method_engine_browsertests.cc EXPECT_EQ("ID3", props[3].key); key 814 chrome/browser/chromeos/input_method/input_method_engine_browsertests.cc EXPECT_EQ("ID4", props[4].key); key 31 chrome/browser/chromeos/input_method/input_method_engine_interface.h std::string key; key 448 chrome/browser/chromeos/input_method/input_method_manager_impl.cc const std::string& key) { key 449 chrome/browser/chromeos/input_method/input_method_manager_impl.cc DCHECK(!key.empty()); key 452 chrome/browser/chromeos/input_method/input_method_manager_impl.cc HasInputMethodMenuItemForKey(key)) { key 456 chrome/browser/chromeos/input_method/input_method_manager_impl.cc engine->PropertyActivate(key); key 460 chrome/browser/chromeos/input_method/input_method_manager_impl.cc DVLOG(1) << "ActivateInputMethodMenuItem: unknown key: " << key; key 70 chrome/browser/chromeos/input_method/input_method_manager_impl.h virtual void ActivateInputMethodMenuItem(const std::string& key) OVERRIDE; key 780 chrome/browser/chromeos/input_method/input_method_manager_impl_unittest.cc menu_manager_->GetCurrentInputMethodMenuItemList().at(0).key); key 807 chrome/browser/chromeos/input_method/input_method_manager_impl_unittest.cc menu_manager_->GetCurrentInputMethodMenuItemList().at(0).key); key 820 chrome/browser/chromeos/input_method/input_method_manager_impl_unittest.cc menu_manager_->GetCurrentInputMethodMenuItemList().at(0).key); key 96 chrome/browser/chromeos/input_method/mock_input_method_manager.cc const std::string& key) { key 47 chrome/browser/chromeos/input_method/mock_input_method_manager.h virtual void ActivateInputMethodMenuItem(const std::string& key) OVERRIDE; key 225 chrome/browser/chromeos/login/chrome_restart_request.cc command_line->AppendSwitchASCII(it.key(), value); key 111 chrome/browser/chromeos/login/extended_authenticator.cc UserContext context(user_id, keys.front().key, std::string()); key 126 chrome/browser/chromeos/login/extended_authenticator.cc const cryptohome::KeyDefinition& key, key 133 chrome/browser/chromeos/login/extended_authenticator.cc key, key 140 chrome/browser/chromeos/login/extended_authenticator.cc const cryptohome::KeyDefinition& key, key 147 chrome/browser/chromeos/login/extended_authenticator.cc key, key 207 chrome/browser/chromeos/login/extended_authenticator.cc void ExtendedAuthenticator::DoAddKey(const cryptohome::KeyDefinition& key, key 222 chrome/browser/chromeos/login/extended_authenticator.cc key, key 232 chrome/browser/chromeos/login/extended_authenticator.cc const cryptohome::KeyDefinition& key, key 246 chrome/browser/chromeos/login/extended_authenticator.cc key, key 89 chrome/browser/chromeos/login/extended_authenticator.h const cryptohome::KeyDefinition& key, key 98 chrome/browser/chromeos/login/extended_authenticator.h const cryptohome::KeyDefinition& key, key 136 chrome/browser/chromeos/login/extended_authenticator.h void DoAddKey(const cryptohome::KeyDefinition& key, key 140 chrome/browser/chromeos/login/extended_authenticator.h void DoUpdateKeyAuthorized(const cryptohome::KeyDefinition& key, key 428 chrome/browser/chromeos/login/managed/locally_managed_user_creation_screen.cc *out_id = it.key(); key 516 chrome/browser/chromeos/login/managed/locally_managed_user_creation_screen.cc if (supervised_user_manager->FindBySyncId(it.key())) { key 536 chrome/browser/chromeos/login/managed/locally_managed_user_creation_screen.cc ui_copy->SetString("id", it.key()); key 538 chrome/browser/chromeos/login/managed/locally_managed_user_creation_screen.cc existing_users_->Set(it.key(), local_copy); key 54 chrome/browser/chromeos/login/managed/supervised_user_authentication.cc scoped_ptr<crypto::SymmetricKey> key( key 60 chrome/browser/chromeos/login/managed/supervised_user_authentication.cc key->GetRawKey(&raw_result); key 66 chrome/browser/chromeos/login/managed/supervised_user_authentication.cc scoped_ptr<crypto::SymmetricKey> key(crypto::SymmetricKey::GenerateRandomKey( key 69 chrome/browser/chromeos/login/managed/supervised_user_authentication.cc key->GetRawKey(&raw_result); key 133 chrome/browser/chromeos/login/managed/supervised_user_login_flow.cc cryptohome::KeyDefinition key(password, key 141 chrome/browser/chromeos/login/managed/supervised_user_login_flow.cc key.revision = revision; key 146 chrome/browser/chromeos/login/managed/supervised_user_login_flow.cc key.privileges = kCryptohomeManagedUserIncompleteKeyPrivileges; key 151 chrome/browser/chromeos/login/managed/supervised_user_login_flow.cc key, key 161 chrome/browser/chromeos/login/managed/supervised_user_login_flow.cc key.privileges = kCryptohomeManagedUserIncompleteKeyPrivileges; key 168 chrome/browser/chromeos/login/managed/supervised_user_login_flow.cc key, key 607 chrome/browser/chromeos/login/saml/saml_browsertest.cc policy.Set(policy::key::kSAMLOfflineSigninTimeLimit, key 18 chrome/browser/chromeos/login/screens/screen_context.cc bool ScreenContext::SetBoolean(const KeyType& key, bool value) { key 19 chrome/browser/chromeos/login/screens/screen_context.cc return Set(key, new base::FundamentalValue(value)); key 22 chrome/browser/chromeos/login/screens/screen_context.cc bool ScreenContext::SetInteger(const KeyType& key, int value) { key 23 chrome/browser/chromeos/login/screens/screen_context.cc return Set(key, new base::FundamentalValue(value)); key 26 chrome/browser/chromeos/login/screens/screen_context.cc bool ScreenContext::SetDouble(const KeyType& key, double value) { key 27 chrome/browser/chromeos/login/screens/screen_context.cc return Set(key, new base::FundamentalValue(value)); key 30 chrome/browser/chromeos/login/screens/screen_context.cc bool ScreenContext::SetString(const KeyType& key, const std::string& value) { key 31 chrome/browser/chromeos/login/screens/screen_context.cc return Set(key, new base::StringValue(value)); key 34 chrome/browser/chromeos/login/screens/screen_context.cc bool ScreenContext::SetString(const KeyType& key, const base::string16& value) { key 35 chrome/browser/chromeos/login/screens/screen_context.cc return Set(key, new base::StringValue(value)); key 38 chrome/browser/chromeos/login/screens/screen_context.cc bool ScreenContext::GetBoolean(const KeyType& key) { key 39 chrome/browser/chromeos/login/screens/screen_context.cc return Get<bool>(key); key 42 chrome/browser/chromeos/login/screens/screen_context.cc bool ScreenContext::GetBoolean(const KeyType& key, bool default_value) { key 43 chrome/browser/chromeos/login/screens/screen_context.cc return Get(key, default_value); key 46 chrome/browser/chromeos/login/screens/screen_context.cc int ScreenContext::GetInteger(const KeyType& key) { key 47 chrome/browser/chromeos/login/screens/screen_context.cc return Get<int>(key); key 50 chrome/browser/chromeos/login/screens/screen_context.cc int ScreenContext::GetInteger(const KeyType& key, int default_value) { key 51 chrome/browser/chromeos/login/screens/screen_context.cc return Get(key, default_value); key 54 chrome/browser/chromeos/login/screens/screen_context.cc double ScreenContext::GetDouble(const KeyType& key) { key 55 chrome/browser/chromeos/login/screens/screen_context.cc return Get<double>(key); key 58 chrome/browser/chromeos/login/screens/screen_context.cc double ScreenContext::GetDouble(const KeyType& key, double default_value) { key 59 chrome/browser/chromeos/login/screens/screen_context.cc return Get(key, default_value); key 62 chrome/browser/chromeos/login/screens/screen_context.cc std::string ScreenContext::GetString(const KeyType& key) { key 63 chrome/browser/chromeos/login/screens/screen_context.cc return Get<std::string>(key); key 66 chrome/browser/chromeos/login/screens/screen_context.cc std::string ScreenContext::GetString(const KeyType& key, key 68 chrome/browser/chromeos/login/screens/screen_context.cc return Get(key, default_value); key 71 chrome/browser/chromeos/login/screens/screen_context.cc base::string16 ScreenContext::GetString16(const KeyType& key) { key 72 chrome/browser/chromeos/login/screens/screen_context.cc return Get<base::string16>(key); key 75 chrome/browser/chromeos/login/screens/screen_context.cc base::string16 ScreenContext::GetString16(const KeyType& key, key 77 chrome/browser/chromeos/login/screens/screen_context.cc return Get(key, default_value); key 80 chrome/browser/chromeos/login/screens/screen_context.cc bool ScreenContext::HasKey(const KeyType& key) const { key 82 chrome/browser/chromeos/login/screens/screen_context.cc return storage_.HasKey(key); key 106 chrome/browser/chromeos/login/screens/screen_context.cc Set(it.key(), it.value().DeepCopy()); key 107 chrome/browser/chromeos/login/screens/screen_context.cc keys->push_back(it.key()); key 113 chrome/browser/chromeos/login/screens/screen_context.cc bool ScreenContext::Set(const KeyType& key, base::Value* value) { key 119 chrome/browser/chromeos/login/screens/screen_context.cc bool in_storage = storage_.Get(key, ¤t_value); key 125 chrome/browser/chromeos/login/screens/screen_context.cc changes_.Set(key, new_value->DeepCopy()); key 126 chrome/browser/chromeos/login/screens/screen_context.cc storage_.Set(key, new_value.release()); key 43 chrome/browser/chromeos/login/screens/screen_context.h bool SetBoolean(const KeyType& key, bool value); key 44 chrome/browser/chromeos/login/screens/screen_context.h bool SetInteger(const KeyType& key, int value); key 45 chrome/browser/chromeos/login/screens/screen_context.h bool SetDouble(const KeyType& key, double value); key 46 chrome/browser/chromeos/login/screens/screen_context.h bool SetString(const KeyType& key, const std::string& value); key 47 chrome/browser/chromeos/login/screens/screen_context.h bool SetString(const KeyType& key, const base::string16& value); key 49 chrome/browser/chromeos/login/screens/screen_context.h bool GetBoolean(const KeyType& key); key 50 chrome/browser/chromeos/login/screens/screen_context.h bool GetBoolean(const KeyType& key, bool default_value); key 51 chrome/browser/chromeos/login/screens/screen_context.h int GetInteger(const KeyType& key); key 52 chrome/browser/chromeos/login/screens/screen_context.h int GetInteger(const KeyType& key, int default_value); key 53 chrome/browser/chromeos/login/screens/screen_context.h double GetDouble(const KeyType& key); key 54 chrome/browser/chromeos/login/screens/screen_context.h double GetDouble(const KeyType& key, double default_value); key 55 chrome/browser/chromeos/login/screens/screen_context.h std::string GetString(const KeyType& key); key 56 chrome/browser/chromeos/login/screens/screen_context.h std::string GetString(const KeyType& key, const std::string& default_value); key 57 chrome/browser/chromeos/login/screens/screen_context.h base::string16 GetString16(const KeyType& key); key 58 chrome/browser/chromeos/login/screens/screen_context.h base::string16 GetString16(const KeyType& key, key 62 chrome/browser/chromeos/login/screens/screen_context.h bool HasKey(const KeyType& key) const; key 79 chrome/browser/chromeos/login/screens/screen_context.h bool Set(const KeyType& key, base::Value* value); key 82 chrome/browser/chromeos/login/screens/screen_context.h T Get(const KeyType& key) { key 85 chrome/browser/chromeos/login/screens/screen_context.h bool has_key = storage_.Get(key, &value); key 96 chrome/browser/chromeos/login/screens/screen_context.h T Get(const KeyType& key, const T& default_value) { key 98 chrome/browser/chromeos/login/screens/screen_context.h if (!HasKey(key)) key 100 chrome/browser/chromeos/login/screens/screen_context.h return Get<T>(key); key 274 chrome/browser/chromeos/login/screens/user_image_screen.cc .Get(policy::key::kUserAvatarImage)) { key 287 chrome/browser/chromeos/login/screens/user_image_screen.cc policy::key::kUserAvatarImage, key 304 chrome/browser/chromeos/login/supervised_user_manager_impl.cc const char* key, key 307 chrome/browser/chromeos/login/supervised_user_manager_impl.cc const base::DictionaryValue* dictionary = local_state->GetDictionary(key); key 313 chrome/browser/chromeos/login/supervised_user_manager_impl.cc const char* key, key 316 chrome/browser/chromeos/login/supervised_user_manager_impl.cc const base::DictionaryValue* dictionary = local_state->GetDictionary(key); key 321 chrome/browser/chromeos/login/supervised_user_manager_impl.cc const char* key, key 324 chrome/browser/chromeos/login/supervised_user_manager_impl.cc const base::DictionaryValue* dictionary = local_state->GetDictionary(key); key 330 chrome/browser/chromeos/login/supervised_user_manager_impl.cc const char* key, key 333 chrome/browser/chromeos/login/supervised_user_manager_impl.cc DictionaryPrefUpdate update(local_state, key); key 339 chrome/browser/chromeos/login/supervised_user_manager_impl.cc const char* key, key 342 chrome/browser/chromeos/login/supervised_user_manager_impl.cc DictionaryPrefUpdate update(local_state, key); key 347 chrome/browser/chromeos/login/supervised_user_manager_impl.cc const char* key, key 350 chrome/browser/chromeos/login/supervised_user_manager_impl.cc DictionaryPrefUpdate update(local_state, key); key 462 chrome/browser/chromeos/login/supervised_user_manager_impl.cc const char* key) { key 464 chrome/browser/chromeos/login/supervised_user_manager_impl.cc DictionaryPrefUpdate dict_update(prefs, key); key 490 chrome/browser/chromeos/login/supervised_user_manager_impl.cc it.key(), key 81 chrome/browser/chromeos/login/supervised_user_manager_impl.h const char* key, key 85 chrome/browser/chromeos/login/supervised_user_manager_impl.h const char* key, key 89 chrome/browser/chromeos/login/supervised_user_manager_impl.h const char* key, key 93 chrome/browser/chromeos/login/supervised_user_manager_impl.h const char* key, key 97 chrome/browser/chromeos/login/supervised_user_manager_impl.h const char* key, key 101 chrome/browser/chromeos/login/supervised_user_manager_impl.h const char* key, key 105 chrome/browser/chromeos/login/supervised_user_manager_impl.h const char* key); key 684 chrome/browser/chromeos/login/user_image_manager_impl.cc DCHECK_EQ(policy::key::kUserAvatarImage, policy); key 699 chrome/browser/chromeos/login/user_image_manager_impl.cc DCHECK_EQ(policy::key::kUserAvatarImage, policy); key 706 chrome/browser/chromeos/login/user_image_manager_impl.cc DCHECK_EQ(policy::key::kUserAvatarImage, policy); key 246 chrome/browser/chromeos/login/user_manager_impl.cc policy::key::kUserAvatarImage, key 254 chrome/browser/chromeos/login/user_manager_impl.cc policy::key::kWallpaperImage, key 982 chrome/browser/chromeos/login/user_manager_impl.cc if (policy == policy::key::kUserAvatarImage) key 984 chrome/browser/chromeos/login/user_manager_impl.cc else if (policy == policy::key::kWallpaperImage) key 992 chrome/browser/chromeos/login/user_manager_impl.cc if (policy == policy::key::kUserAvatarImage) key 994 chrome/browser/chromeos/login/user_manager_impl.cc else if (policy == policy::key::kWallpaperImage) key 1003 chrome/browser/chromeos/login/user_manager_impl.cc if (policy == policy::key::kUserAvatarImage) key 1005 chrome/browser/chromeos/login/user_manager_impl.cc else if (policy == policy::key::kWallpaperImage) key 150 chrome/browser/chromeos/mobile/mobile_activator.cc error_map.insert(ErrorMap::value_type(it.key(), value)); key 263 chrome/browser/chromeos/mobile_config.cc const std::string& internal_id = iter.key(); key 24 chrome/browser/chromeos/net/network_portal_detector_test_utils.cc EnumHistogramChecker* EnumHistogramChecker::Expect(int key, int value) { key 25 chrome/browser/chromeos/net/network_portal_detector_test_utils.cc expect_[key] = value; key 28 chrome/browser/chromeos/net/network_portal_detector_test_utils.h EnumHistogramChecker* Expect(int key, int value); key 95 chrome/browser/chromeos/options/vpn_config_view.cc const std::string& key) { key 97 chrome/browser/chromeos/options/vpn_config_view.cc if (!provider_properties->GetListWithoutPathExpansion(key, &pems)) key 1047 chrome/browser/chromeos/options/vpn_config_view.cc const std::string& key, key 1060 chrome/browser/chromeos/options/vpn_config_view.cc key.c_str())); key 132 chrome/browser/chromeos/options/vpn_config_view.h const std::string& key, key 1365 chrome/browser/chromeos/options/wifi_config_view.cc const std::string& key) { key 1372 chrome/browser/chromeos/options/wifi_config_view.cc property_ui_data->ParseOncProperty(onc_source, onc, onc_tag + '.' + key); key 1378 chrome/browser/chromeos/options/wifi_config_view.cc const std::string& key) { key 1382 chrome/browser/chromeos/options/wifi_config_view.cc ParseUIProperty(property_ui_data, network, onc_tag + '.' + key); key 94 chrome/browser/chromeos/options/wifi_config_view.h const std::string& key); key 100 chrome/browser/chromeos/options/wifi_config_view.h const std::string& key); key 218 chrome/browser/chromeos/policy/cloud_external_data_policy_observer_unittest.cc EXPECT_EQ(key::kUserAvatarImage, policy); key 225 chrome/browser/chromeos/policy/cloud_external_data_policy_observer_unittest.cc EXPECT_EQ(key::kUserAvatarImage, policy); key 233 chrome/browser/chromeos/policy/cloud_external_data_policy_observer_unittest.cc EXPECT_EQ(key::kUserAvatarImage, policy); key 243 chrome/browser/chromeos/policy/cloud_external_data_policy_observer_unittest.cc key::kUserAvatarImage, key 345 chrome/browser/chromeos/policy/cloud_external_data_policy_observer_unittest.cc key::kUserAvatarImage, key 350 chrome/browser/chromeos/policy/cloud_external_data_policy_observer_unittest.cc key::kUserAvatarImage).release()); key 765 chrome/browser/chromeos/policy/cloud_external_data_policy_observer_unittest.cc EXPECT_CALL(external_data_manager_, Fetch(key::kUserAvatarImage, _)) key 778 chrome/browser/chromeos/policy/cloud_external_data_policy_observer_unittest.cc EXPECT_CALL(external_data_manager_, Fetch(key::kUserAvatarImage, _)).Times(0); key 797 chrome/browser/chromeos/policy/cloud_external_data_policy_observer_unittest.cc EXPECT_CALL(external_data_manager_, Fetch(key::kUserAvatarImage, _)).Times(0); key 807 chrome/browser/chromeos/policy/cloud_external_data_policy_observer_unittest.cc EXPECT_CALL(external_data_manager_, Fetch(key::kUserAvatarImage, _)).Times(0); key 827 chrome/browser/chromeos/policy/cloud_external_data_policy_observer_unittest.cc EXPECT_CALL(external_data_manager_, Fetch(key::kUserAvatarImage, _)) key 840 chrome/browser/chromeos/policy/cloud_external_data_policy_observer_unittest.cc EXPECT_CALL(external_data_manager_, Fetch(key::kUserAvatarImage, _)).Times(0); key 861 chrome/browser/chromeos/policy/cloud_external_data_policy_observer_unittest.cc EXPECT_CALL(external_data_manager_, Fetch(key::kUserAvatarImage, _)).Times(0); key 871 chrome/browser/chromeos/policy/cloud_external_data_policy_observer_unittest.cc EXPECT_CALL(external_data_manager_, Fetch(key::kUserAvatarImage, _)) key 884 chrome/browser/chromeos/policy/cloud_external_data_policy_observer_unittest.cc EXPECT_CALL(external_data_manager_, Fetch(key::kUserAvatarImage, _)).Times(0); key 907 chrome/browser/chromeos/policy/cloud_external_data_policy_observer_unittest.cc EXPECT_CALL(external_data_manager_, Fetch(key::kUserAvatarImage, _)) key 920 chrome/browser/chromeos/policy/cloud_external_data_policy_observer_unittest.cc EXPECT_CALL(external_data_manager_, Fetch(key::kUserAvatarImage, _)) key 933 chrome/browser/chromeos/policy/cloud_external_data_policy_observer_unittest.cc EXPECT_CALL(external_data_manager_, Fetch(key::kUserAvatarImage, _)).Times(0); key 87 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc const char* key) { key 89 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc if (!dict->Get(key, &value)) key 95 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc const char* key) { key 96 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc scoped_ptr<base::Value> value = GetValue(dict, key); key 175 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc key::kOpenNetworkConfiguration, key 184 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc key::kDeviceOpenNetworkConfiguration, key 308 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc : ExtensionListPolicyHandler(key::kPinnedLauncherApps, key 336 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc : IntRangePolicyHandlerBase(key::kScreenMagnifierType, key 358 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc : SchemaValidatingPolicyHandler(key::kDeviceLoginScreenPowerManagement, key 360 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc key::kDeviceLoginScreenPowerManagement), key 375 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc key::kIdleAction, key 396 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc key::kPowerManagementIdleSettings, key 397 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc chrome_schema.GetKnownProperty(key::kPowerManagementIdleSettings), key 454 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc key::kScreenLockDelays, key 455 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc chrome_schema.GetKnownProperty(key::kScreenLockDelays), key 60 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos_unittest.cc policy_.Set(key::kScreenMagnifierType, key 79 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos_unittest.cc policy_.Set(key::kScreenMagnifierType, key 99 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos_unittest.cc EXPECT_TRUE(ExternalDataPolicyHandler(key::kUserAvatarImage) key 101 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos_unittest.cc EXPECT_TRUE(errors.GetErrors(key::kUserAvatarImage).empty()); key 106 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos_unittest.cc policy_map.Set(key::kUserAvatarImage, key 112 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos_unittest.cc EXPECT_FALSE(ExternalDataPolicyHandler(key::kUserAvatarImage) key 114 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos_unittest.cc EXPECT_FALSE(errors.GetErrors(key::kUserAvatarImage).empty()); key 121 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos_unittest.cc policy_map.Set(key::kUserAvatarImage, key 127 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos_unittest.cc EXPECT_FALSE(ExternalDataPolicyHandler(key::kUserAvatarImage) key 129 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos_unittest.cc EXPECT_FALSE(errors.GetErrors(key::kUserAvatarImage).empty()); key 137 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos_unittest.cc policy_map.Set(key::kUserAvatarImage, key 143 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos_unittest.cc EXPECT_FALSE(ExternalDataPolicyHandler(key::kUserAvatarImage) key 145 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos_unittest.cc EXPECT_FALSE(errors.GetErrors(key::kUserAvatarImage).empty()); key 152 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos_unittest.cc policy_map.Set(key::kUserAvatarImage, key 158 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos_unittest.cc EXPECT_FALSE(ExternalDataPolicyHandler(key::kUserAvatarImage) key 160 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos_unittest.cc EXPECT_FALSE(errors.GetErrors(key::kUserAvatarImage).empty()); key 168 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos_unittest.cc policy_map.Set(key::kUserAvatarImage, key 174 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos_unittest.cc EXPECT_FALSE(ExternalDataPolicyHandler(key::kUserAvatarImage) key 176 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos_unittest.cc EXPECT_FALSE(errors.GetErrors(key::kUserAvatarImage).empty()); key 186 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos_unittest.cc policy_map.Set(key::kUserAvatarImage, key 192 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos_unittest.cc EXPECT_TRUE(ExternalDataPolicyHandler(key::kUserAvatarImage) key 194 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos_unittest.cc EXPECT_TRUE(errors.GetErrors(key::kUserAvatarImage).empty()); key 227 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos_unittest.cc EXPECT_TRUE(errors.GetErrors(key::kOpenNetworkConfiguration).empty()); key 246 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos_unittest.cc policy_map.Set(key::kOpenNetworkConfiguration, key 255 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos_unittest.cc EXPECT_TRUE(errors.GetErrors(key::kOpenNetworkConfiguration).empty()); key 260 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos_unittest.cc policy_map.Set(key::kOpenNetworkConfiguration, key 269 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos_unittest.cc EXPECT_FALSE(errors.GetErrors(key::kOpenNetworkConfiguration).empty()); key 275 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos_unittest.cc policy_map.Set(key::kOpenNetworkConfiguration, key 284 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos_unittest.cc EXPECT_FALSE(errors.GetErrors(key::kOpenNetworkConfiguration).empty()); key 303 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos_unittest.cc policy_map.Set(key::kOpenNetworkConfiguration, key 313 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos_unittest.cc policy_map.GetValue(key::kOpenNetworkConfiguration); key 329 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos_unittest.cc policy_map.Set(key::kPinnedLauncherApps, POLICY_LEVEL_MANDATORY, key 340 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos_unittest.cc policy_map.Set(key::kPinnedLauncherApps, POLICY_LEVEL_MANDATORY, key 353 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos_unittest.cc EXPECT_TRUE(errors.GetErrors(key::kDeviceLoginScreenPowerManagement).empty()); key 358 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos_unittest.cc policy_map.Set(key::kDeviceLoginScreenPowerManagement, key 366 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos_unittest.cc EXPECT_TRUE(errors.GetErrors(key::kDeviceLoginScreenPowerManagement).empty()); key 371 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos_unittest.cc policy_map.Set(key::kDeviceLoginScreenPowerManagement, key 380 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos_unittest.cc errors.GetErrors(key::kDeviceLoginScreenPowerManagement).empty()); key 76 chrome/browser/chromeos/policy/device_cloud_policy_manager_chromeos.cc std::string GetMachineStatistic(const std::string& key) { key 80 chrome/browser/chromeos/policy/device_cloud_policy_manager_chromeos.cc if (!provider->GetMachineStatistic(key, &value)) key 88 chrome/browser/chromeos/policy/device_cloud_policy_manager_chromeos.cc bool GetMachineFlag(const std::string& key, bool default_value) { key 92 chrome/browser/chromeos/policy/device_cloud_policy_manager_chromeos.cc if (!provider->GetMachineFlag(key, &value)) key 144 chrome/browser/chromeos/policy/device_cloud_policy_manager_chromeos_unittest.cc .Set(key::kDeviceMetricsReportingEnabled, key 78 chrome/browser/chromeos/policy/device_cloud_policy_store_chromeos_unittest.cc key::kDeviceMetricsReportingEnabled))); key 912 chrome/browser/chromeos/policy/device_local_account_browsertest.cc broker->core()->store()->policy_map().Get(key::kUserAvatarImage); key 960 chrome/browser/chromeos/policy/device_local_account_browsertest.cc policy_entry = policies.Get(key::kUserAvatarImage); key 58 chrome/browser/chromeos/policy/device_local_account_policy_provider.cc key::kLidCloseAction, key 67 chrome/browser/chromeos/policy/device_local_account_policy_provider.cc key::kShelfAutoHideBehavior, key 75 chrome/browser/chromeos/policy/device_local_account_policy_provider.cc key::kShowLogoutButtonInTray, key 83 chrome/browser/chromeos/policy/device_local_account_policy_provider.cc key::kFullscreenAllowed, key 169 chrome/browser/chromeos/policy/device_local_account_policy_service.cc store_->policy_map().GetValue(key::kPolicyRefreshRate); key 179 chrome/browser/chromeos/policy/device_local_account_policy_service.cc store_->policy_map().GetValue(policy::key::kUserDisplayName); key 138 chrome/browser/chromeos/policy/device_local_account_policy_service_unittest.cc expected_policy_map_.Set(key::kDisableSpdy, key 779 chrome/browser/chromeos/policy/device_local_account_policy_service_unittest.cc expected_policy_map_.Set(key::kLidCloseAction, key 786 chrome/browser/chromeos/policy/device_local_account_policy_service_unittest.cc expected_policy_map_.Set(key::kShelfAutoHideBehavior, key 791 chrome/browser/chromeos/policy/device_local_account_policy_service_unittest.cc expected_policy_map_.Set(key::kShowLogoutButtonInTray, key 796 chrome/browser/chromeos/policy/device_local_account_policy_service_unittest.cc expected_policy_map_.Set(key::kFullscreenAllowed, key 862 chrome/browser/chromeos/policy/device_local_account_policy_service_unittest.cc .Set(key::kDisableSpdy, key 141 chrome/browser/chromeos/policy/device_local_account_policy_store.cc scoped_refptr<chromeos::OwnerKey> key = key 143 chrome/browser/chromeos/policy/device_local_account_policy_store.cc if (!key.get() || !key->public_key() || !device_policy_data) { key 171 chrome/browser/chromeos/policy/device_local_account_policy_store.cc validator->ValidateSignature(key->public_key_as_string(), key 42 chrome/browser/chromeos/policy/device_network_configuration_updater.cc key::kDeviceOpenNetworkConfiguration, key 116 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc policies->Set(key::kDeviceGuestModeEnabled, key 128 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc policies->Set(key::kDeviceShowUserNamesOnSignin, key 140 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc policies->Set(key::kDeviceAllowNewUsers, key 158 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc policies->Set(key::kDeviceUserWhitelist, key 169 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc policies->Set(key::kDeviceEphemeralUsersEnabled, key 212 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc policies->Set(key::kDeviceLocalAccounts, key 218 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc policies->Set(key::kDeviceLocalAccountAutoLoginId, key 225 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc policies->Set(key::kDeviceLocalAccountAutoLoginDelay, key 232 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc policies->Set(key::kDeviceLocalAccountAutoLoginBailoutEnabled, key 240 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc policies->Set(key::kDeviceLocalAccountPromptForNetworkWhenOffline, key 255 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc policies->Set(key::kSupervisedUsersEnabled, key 276 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc key::kDeviceIdleLogoutTimeout, key 283 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc policies->Set(key::kDeviceIdleLogoutWarningDuration, key 296 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc policies->Set(key::kDeviceLoginScreenSaverId, key 305 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc key::kDeviceLoginScreenSaverTimeout, key 325 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc policies->Set(key::kDeviceAppPack, key 340 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc policies->Set(key::kPinnedLauncherApps, key 356 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc proxy_settings->SetString(key::kProxyMode, container.proxy_mode()); key 358 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc proxy_settings->SetString(key::kProxyServer, container.proxy_server()); key 360 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc proxy_settings->SetString(key::kProxyPacUrl, container.proxy_pac_url()); key 362 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc proxy_settings->SetString(key::kProxyBypassList, key 372 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc policies->Set(key::kProxySettings, key 383 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc policies->Set(key::kDeviceDataRoamingEnabled, key 396 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc policies->Set(key::kDeviceOpenNetworkConfiguration, key 409 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc policies->Set(key::kReportDeviceVersionInfo, key 417 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc policies->Set(key::kReportDeviceActivityTimes, key 425 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc policies->Set(key::kReportDeviceBootMode, key 433 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc policies->Set(key::kReportDeviceLocation, key 441 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc policies->Set(key::kReportDeviceNetworkInterfaces, key 449 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc policies->Set(key::kReportDeviceUsers, key 464 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc policies->Set(key::kChromeOsReleaseChannel, key 476 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc policies->Set(key::kChromeOsReleaseChannelDelegated, key 488 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc policies->Set(key::kDeviceAutoUpdateDisabled, key 497 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc policies->Set(key::kDeviceTargetVersionPrefix, key 509 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc policies->Set(key::kDeviceUpdateScatterFactor, key 527 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc policies->Set(key::kDeviceUpdateAllowedConnectionTypes, key 536 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc key::kDeviceUpdateHttpDownloadsEnabled, key 544 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc policies->Set(key::kRebootAfterUpdate, key 553 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc policies->Set(key::kDeviceAutoUpdateP2PEnabled, key 570 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc key::kDeviceLoginScreenDefaultLargeCursorEnabled, key 580 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc key::kDeviceLoginScreenDefaultSpokenFeedbackEnabled, key 590 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc key::kDeviceLoginScreenDefaultHighContrastEnabled, key 600 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc key::kDeviceLoginScreenDefaultScreenMagnifierType, key 609 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc key::kDeviceLoginScreenDefaultVirtualKeyboardEnabled, key 626 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc key::kDevicePolicyRefreshRate, key 637 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc policies->Set(key::kDeviceMetricsReportingEnabled, key 655 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc policies->Set(key::kDeviceStartUpUrls, key 664 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc policies->Set(key::kSystemTimezone, key 675 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc policies->Set(key::kSystemUse24HourClock, key 688 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc policies->Set(key::kDeviceAllowRedeemChromeOsRegistrationOffers, key 700 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc policies->Set(key::kUptimeLimit, key 717 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc policies->Set(key::kDeviceStartUpFlags, key 726 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc policies->Set(key::kDeviceVariationsRestrictParameter, key 737 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc policies->Set(key::kAttestationEnabledForDevice, key 746 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc key::kAttestationForContentProtectionEnabled, key 762 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc key::kDeviceLoginScreenPowerManagement); key 764 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc policies->Set(key::kDeviceLoginScreenPowerManagement, key 776 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc policies->Set(key::kAutoCleanUpStrategy, key 282 chrome/browser/chromeos/policy/device_status_collector.cc if (base::StringToInt64(it.key(), ×tamp)) { key 291 chrome/browser/chromeos/policy/device_status_collector.cc copy->SetInteger(it.key(), new_activity_duration); key 297 chrome/browser/chromeos/policy/device_status_collector.cc copy->Remove(it.key(), NULL); key 356 chrome/browser/chromeos/policy/device_status_collector.cc if (base::StringToInt64(it.key(), &start_timestamp) && key 60 chrome/browser/chromeos/policy/enterprise_install_attributes.cc const std::string& key, key 62 chrome/browser/chromeos/policy/enterprise_install_attributes.cc std::map<std::string, std::string>::const_iterator entry = map.find(key); key 149 chrome/browser/chromeos/policy/login_profile_policy_provider.cc key::kDeviceLoginScreenDefaultLargeCursorEnabled, key 150 chrome/browser/chromeos/policy/login_profile_policy_provider.cc key::kLargeCursorEnabled, key 153 chrome/browser/chromeos/policy/login_profile_policy_provider.cc key::kDeviceLoginScreenDefaultSpokenFeedbackEnabled, key 154 chrome/browser/chromeos/policy/login_profile_policy_provider.cc key::kSpokenFeedbackEnabled, key 157 chrome/browser/chromeos/policy/login_profile_policy_provider.cc key::kDeviceLoginScreenDefaultHighContrastEnabled, key 158 chrome/browser/chromeos/policy/login_profile_policy_provider.cc key::kHighContrastEnabled, key 161 chrome/browser/chromeos/policy/login_profile_policy_provider.cc key::kDeviceLoginScreenDefaultScreenMagnifierType, key 162 chrome/browser/chromeos/policy/login_profile_policy_provider.cc key::kScreenMagnifierType, key 165 chrome/browser/chromeos/policy/login_profile_policy_provider.cc key::kDeviceLoginScreenDefaultVirtualKeyboardEnabled, key 166 chrome/browser/chromeos/policy/login_profile_policy_provider.cc key::kVirtualKeyboardEnabled, key 170 chrome/browser/chromeos/policy/login_profile_policy_provider.cc device_policy_map.GetValue(key::kDeviceLoginScreenPowerManagement); key 181 chrome/browser/chromeos/policy/login_profile_policy_provider.cc action.get(), key::kLidCloseAction, &user_policy_map); key 189 chrome/browser/chromeos/policy/login_profile_policy_provider.cc key::kUserActivityScreenDimDelayScale, key 198 chrome/browser/chromeos/policy/login_profile_policy_provider.cc key::kPowerManagementIdleSettings, key 306 chrome/browser/chromeos/policy/network_configuration_updater_unittest.cc policy.Set(key::kOpenNetworkConfiguration, key 439 chrome/browser/chromeos/policy/network_configuration_updater_unittest.cc policy.Set(key::kOpenNetworkConfiguration, key 462 chrome/browser/chromeos/policy/network_configuration_updater_unittest.cc policy.Set(key::kOpenNetworkConfiguration, POLICY_LEVEL_MANDATORY, key 503 chrome/browser/chromeos/policy/network_configuration_updater_unittest.cc if (GetParam() == key::kOpenNetworkConfiguration) key 505 chrome/browser/chromeos/policy/network_configuration_updater_unittest.cc DCHECK(GetParam() == key::kDeviceOpenNetworkConfiguration); key 512 chrome/browser/chromeos/policy/network_configuration_updater_unittest.cc if (GetParam() == key::kOpenNetworkConfiguration) key 518 chrome/browser/chromeos/policy/network_configuration_updater_unittest.cc if (GetParam() == key::kOpenNetworkConfiguration) key 524 chrome/browser/chromeos/policy/network_configuration_updater_unittest.cc if (GetParam() == key::kOpenNetworkConfiguration) { key 660 chrome/browser/chromeos/policy/network_configuration_updater_unittest.cc testing::Values(key::kDeviceOpenNetworkConfiguration, key 661 chrome/browser/chromeos/policy/network_configuration_updater_unittest.cc key::kOpenNetworkConfiguration)); key 75 chrome/browser/chromeos/policy/user_cloud_external_data_manager_browsertest.cc key::kHomepageLocation, key 84 chrome/browser/chromeos/policy/user_cloud_external_data_manager_browsertest.cc const PolicyMap::Entry* policy_entry = policies.Get(key::kHomepageLocation); key 493 chrome/browser/chromeos/policy/user_cloud_policy_store_chromeos.cc std::string* key = new std::string(); key 498 chrome/browser/chromeos/policy/user_cloud_policy_store_chromeos.cc key), key 501 chrome/browser/chromeos/policy/user_cloud_policy_store_chromeos.cc base::Owned(key), key 507 chrome/browser/chromeos/policy/user_cloud_policy_store_chromeos.cc std::string* key) { key 516 chrome/browser/chromeos/policy/user_cloud_policy_store_chromeos.cc const bool read_success = base::ReadFileToString(path, key, kKeySizeLimit); key 519 chrome/browser/chromeos/policy/user_cloud_policy_store_chromeos.cc if ((read_success && key->length() == 0) || key 520 chrome/browser/chromeos/policy/user_cloud_policy_store_chromeos.cc (!read_success && key->length() == kKeySizeLimit)) { key 523 chrome/browser/chromeos/policy/user_cloud_policy_store_chromeos.cc key->clear(); key 528 chrome/browser/chromeos/policy/user_cloud_policy_store_chromeos.cc if (key->empty()) key 533 chrome/browser/chromeos/policy/user_cloud_policy_store_chromeos.cc std::string* key, key 535 chrome/browser/chromeos/policy/user_cloud_policy_store_chromeos.cc policy_key_ = *key; key 108 chrome/browser/chromeos/policy/user_cloud_policy_store_chromeos.h std::string* key); key 111 chrome/browser/chromeos/policy/user_cloud_policy_store_chromeos.h void OnPolicyKeyReloaded(std::string* key, key 122 chrome/browser/chromeos/policy/user_cloud_policy_store_chromeos_unittest.cc store_->policy_map().Get(key::kHomepageLocation); key 159 chrome/browser/chromeos/policy/user_cloud_policy_store_chromeos_unittest.cc previous_policy.Set(key::kHomepageLocation, key 67 chrome/browser/chromeos/policy/user_network_configuration_updater.cc key::kOpenNetworkConfiguration, key 267 chrome/browser/chromeos/settings/device_settings_service_unittest.cc std::vector<uint8> key; key 268 chrome/browser/chromeos/settings/device_settings_service_unittest.cc ASSERT_TRUE(device_policy_.GetNewSigningKey()->ExportPublicKey(&key)); key 269 chrome/browser/chromeos/settings/device_settings_service_unittest.cc EXPECT_EQ(*device_settings_service_.GetOwnerKey()->public_key(), key); key 301 chrome/browser/chromeos/settings/device_settings_service_unittest.cc std::vector<uint8> key; key 302 chrome/browser/chromeos/settings/device_settings_service_unittest.cc ASSERT_TRUE(device_policy_.GetSigningKey()->ExportPublicKey(&key)); key 303 chrome/browser/chromeos/settings/device_settings_service_unittest.cc EXPECT_EQ(*device_settings_service_.GetOwnerKey()->public_key(), key); key 318 chrome/browser/chromeos/settings/device_settings_service_unittest.cc ASSERT_TRUE(device_policy_.GetSigningKey()->ExportPublicKey(&key)); key 319 chrome/browser/chromeos/settings/device_settings_service_unittest.cc EXPECT_EQ(*device_settings_service_.GetOwnerKey()->public_key(), key); key 344 chrome/browser/chromeos/settings/device_settings_service_unittest.cc std::vector<uint8> key; key 345 chrome/browser/chromeos/settings/device_settings_service_unittest.cc ASSERT_TRUE(device_policy_.GetSigningKey()->ExportPublicKey(&key)); key 346 chrome/browser/chromeos/settings/device_settings_service_unittest.cc EXPECT_EQ(*device_settings_service_.GetOwnerKey()->public_key(), key); key 358 chrome/browser/chromeos/settings/device_settings_service_unittest.cc ASSERT_TRUE(device_policy_.GetSigningKey()->ExportPublicKey(&key)); key 359 chrome/browser/chromeos/settings/device_settings_service_unittest.cc EXPECT_EQ(*device_settings_service_.GetOwnerKey()->public_key(), key); key 385 chrome/browser/chromeos/settings/device_settings_service_unittest.cc std::vector<uint8> key; key 386 chrome/browser/chromeos/settings/device_settings_service_unittest.cc ASSERT_TRUE(device_policy_.GetSigningKey()->ExportPublicKey(&key)); key 387 chrome/browser/chromeos/settings/device_settings_service_unittest.cc EXPECT_EQ(*device_settings_service_.GetOwnerKey()->public_key(), key); key 401 chrome/browser/chromeos/settings/device_settings_service_unittest.cc ASSERT_TRUE(device_policy_.GetSigningKey()->ExportPublicKey(&key)); key 402 chrome/browser/chromeos/settings/device_settings_service_unittest.cc EXPECT_EQ(*device_settings_service_.GetOwnerKey()->public_key(), key); key 429 chrome/browser/chromeos/settings/device_settings_service_unittest.cc std::vector<uint8> key; key 430 chrome/browser/chromeos/settings/device_settings_service_unittest.cc ASSERT_TRUE(device_policy_.GetSigningKey()->ExportPublicKey(&key)); key 431 chrome/browser/chromeos/settings/device_settings_service_unittest.cc EXPECT_EQ(*device_settings_service_.GetOwnerKey()->public_key(), key); key 446 chrome/browser/chromeos/settings/device_settings_service_unittest.cc ASSERT_TRUE(device_policy_.GetSigningKey()->ExportPublicKey(&key)); key 447 chrome/browser/chromeos/settings/device_settings_service_unittest.cc EXPECT_EQ(*device_settings_service_.GetOwnerKey()->public_key(), key); key 21 chrome/browser/chromeos/settings/mock_owner_key_util.cc const std::vector<uint8>& key) { key 34 chrome/browser/chromeos/settings/mock_owner_key_util.cc void MockOwnerKeyUtil::SetPublicKey(const std::vector<uint8>& key) { key 35 chrome/browser/chromeos/settings/mock_owner_key_util.cc public_key_ = key; key 39 chrome/browser/chromeos/settings/mock_owner_key_util.cc const crypto::RSAPrivateKey& key) { key 40 chrome/browser/chromeos/settings/mock_owner_key_util.cc key.ExportPublicKey(&public_key_); key 43 chrome/browser/chromeos/settings/mock_owner_key_util.cc void MockOwnerKeyUtil::SetPrivateKey(scoped_ptr<crypto::RSAPrivateKey> key) { key 44 chrome/browser/chromeos/settings/mock_owner_key_util.cc private_key_ = key.Pass(); key 25 chrome/browser/chromeos/settings/mock_owner_key_util.h const std::vector<uint8>& key) OVERRIDE; key 32 chrome/browser/chromeos/settings/mock_owner_key_util.h void SetPublicKey(const std::vector<uint8>& key); key 36 chrome/browser/chromeos/settings/mock_owner_key_util.h void SetPublicKeyFromPrivateKey(const crypto::RSAPrivateKey& key); key 39 chrome/browser/chromeos/settings/mock_owner_key_util.h void SetPrivateKey(scoped_ptr<crypto::RSAPrivateKey> key); key 69 chrome/browser/chromeos/settings/owner_key_util.cc const std::vector<uint8>& key) { key 70 chrome/browser/chromeos/settings/owner_key_util.cc return crypto::RSAPrivateKey::FindFromPublicKeyInfo(key); key 42 chrome/browser/chromeos/settings/owner_key_util.h const std::vector<uint8>& key) = 0; key 65 chrome/browser/chromeos/settings/owner_key_util.h const std::vector<uint8>& key) OVERRIDE; key 75 chrome/browser/chromeos/settings/token_encryptor.cc crypto::SymmetricKey* key, key 79 chrome/browser/chromeos/settings/token_encryptor.cc if (!encryptor.Init(key, crypto::Encryptor::CTR, std::string())) { key 97 chrome/browser/chromeos/settings/token_encryptor.cc crypto::SymmetricKey* key, key 110 chrome/browser/chromeos/settings/token_encryptor.cc if (!encryptor.Init(key, crypto::Encryptor::CTR, std::string())) { key 54 chrome/browser/chromeos/settings/token_encryptor.h std::string EncryptTokenWithKey(crypto::SymmetricKey* key, key 59 chrome/browser/chromeos/settings/token_encryptor.h std::string DecryptTokenWithKey(crypto::SymmetricKey* key, key 54 chrome/browser/chromeos/system/syslogs_provider.cc std::string key; key 57 chrome/browser/chromeos/system/syslogs_provider.cc return key; key 58 chrome/browser/chromeos/system/syslogs_provider.cc key = data->substr(0, equal_sign); key 61 chrome/browser/chromeos/system/syslogs_provider.cc return key; key 64 chrome/browser/chromeos/system/syslogs_provider.cc return key; key 157 chrome/browser/chromeos/system/syslogs_provider.cc std::string key = ReadKey(&data); key 158 chrome/browser/chromeos/system/syslogs_provider.cc base::TrimWhitespaceASCII(key, base::TRIM_ALL, &key); key 159 chrome/browser/chromeos/system/syslogs_provider.cc if (!key.empty()) { key 164 chrome/browser/chromeos/system/syslogs_provider.cc (*logs)[key] = kEmptyLogEntry; key 166 chrome/browser/chromeos/system/syslogs_provider.cc (*logs)[key] = value; key 168 chrome/browser/chromeos/system/syslogs_provider.cc LOG(WARNING) << "Invalid characters in system log entry: " << key; key 169 chrome/browser/chromeos/system/syslogs_provider.cc (*logs)[key] = kInvalidLogEntry; key 104 chrome/browser/chromeos/system/tray_accessibility_browsertest.cc policy_map.Set(policy::key::kShowAccessibilityOptionsInSystemTrayMenu, key 171 chrome/browser/chromeos/system_logs/debug_daemon_log_source.cc std::string key = it->first; key 179 chrome/browser/chromeos/system_logs/debug_daemon_log_source.cc (*response)[profile_prefix + key] = value; key 107 chrome/browser/chromeos/version_loader.cc std::string key = (format == VERSION_FULL) ? kFullVersionKey : kVersionKey; key 108 chrome/browser/chromeos/version_loader.cc if (!base::SysInfo::GetLsbReleaseValue(key, version)) { key 110 chrome/browser/chromeos/version_loader.cc << "No LSB version key: " << key; key 51 chrome/browser/component_updater/component_unpacker.cc std::vector<uint8> key(header.key_size); key 52 chrome/browser/component_updater/component_unpacker.cc len = fread(&key[0], sizeof(uint8), header.key_size, crx_file); key 65 chrome/browser/component_updater/component_unpacker.cc &key[0], key.size())) { key 79 chrome/browser/component_updater/component_unpacker.cc public_key_.swap(key); key 321 chrome/browser/content_settings/content_settings_default_provider.cc const std::string& content_type(i.key()); key 95 chrome/browser/content_settings/content_settings_origin_identifier_value_map.cc EntryMapKey key(content_type, resource_identifier); key 103 chrome/browser/content_settings/content_settings_origin_identifier_value_map.cc EntryMap::const_iterator it = entries_.find(key); key 128 chrome/browser/content_settings/content_settings_origin_identifier_value_map.cc EntryMapKey key(content_type, resource_identifier); key 129 chrome/browser/content_settings/content_settings_origin_identifier_value_map.cc EntryMap::const_iterator it = entries_.find(key); key 155 chrome/browser/content_settings/content_settings_origin_identifier_value_map.cc EntryMapKey key(content_type, resource_identifier); key 158 chrome/browser/content_settings/content_settings_origin_identifier_value_map.cc entries_[key][patterns].reset(value); key 166 chrome/browser/content_settings/content_settings_origin_identifier_value_map.cc EntryMapKey key(content_type, resource_identifier); key 168 chrome/browser/content_settings/content_settings_origin_identifier_value_map.cc entries_[key].erase(patterns); key 169 chrome/browser/content_settings/content_settings_origin_identifier_value_map.cc if (entries_[key].empty()) { key 170 chrome/browser/content_settings/content_settings_origin_identifier_value_map.cc entries_.erase(key); key 177 chrome/browser/content_settings/content_settings_origin_identifier_value_map.cc EntryMapKey key(content_type, resource_identifier); key 178 chrome/browser/content_settings/content_settings_origin_identifier_value_map.cc entries_.erase(key); key 396 chrome/browser/content_settings/content_settings_pref_provider.cc const std::string& pattern_str(i.key()); key 423 chrome/browser/content_settings/content_settings_pref_provider.cc const std::string& resource_identifier(j.key()); key 515 chrome/browser/content_settings/content_settings_pref_provider.cc const std::string& pattern_str(i.key()); key 187 chrome/browser/devtools/adb/android_rsa.cc scoped_ptr<crypto::RSAPrivateKey> key; key 190 chrome/browser/devtools/adb/android_rsa.cc key.reset(crypto::RSAPrivateKey::CreateFromPrivateKeyInfo(key_info)); key 192 chrome/browser/devtools/adb/android_rsa.cc if (!key) { key 193 chrome/browser/devtools/adb/android_rsa.cc key.reset(crypto::RSAPrivateKey::Create(2048)); key 195 chrome/browser/devtools/adb/android_rsa.cc if (!key || !key->ExportPrivateKey(&key_info)) key 203 chrome/browser/devtools/adb/android_rsa.cc return key.release(); key 206 chrome/browser/devtools/adb/android_rsa.cc std::string AndroidRSAPublicKey(crypto::RSAPrivateKey* key) { key 208 chrome/browser/devtools/adb/android_rsa.cc if (!key) key 211 chrome/browser/devtools/adb/android_rsa.cc key->ExportPublicKey(&public_key); key 261 chrome/browser/devtools/adb/android_rsa.cc std::string AndroidRSASign(crypto::RSAPrivateKey* key, key 265 chrome/browser/devtools/adb/android_rsa.cc if (!crypto::SignatureCreator::Sign(key, vector_as_array(&digest), key 18 chrome/browser/devtools/adb/android_rsa.h std::string AndroidRSAPublicKey(crypto::RSAPrivateKey* key); key 20 chrome/browser/devtools/adb/android_rsa.h std::string AndroidRSASign(crypto::RSAPrivateKey* key, key 193 chrome/browser/devtools/devtools_file_helper.cc result.insert(it.key()); key 358 chrome/browser/devtools/port_forwarding_controller.cc if (base::StringToInt(it.key(), &port_num) && key 359 chrome/browser/devtools/port_forwarding_controller.cc dict->GetString(it.key(), &location)) key 36 chrome/browser/download/download_dir_policy_handler.cc : TypeCheckingPolicyHandler(policy::key::kDownloadDirectory, key 71 chrome/browser/download/download_dir_policy_handler_unittest.cc policy.Set(policy::key::kDownloadDirectory, key 94 chrome/browser/download/download_dir_policy_handler_unittest.cc policy.Set(policy::key::kDownloadDirectory, key 114 chrome/browser/download/download_dir_policy_handler_unittest.cc policy.Set(policy::key::kDownloadDirectory, key 131 chrome/browser/download/download_dir_policy_handler_unittest.cc policy.Set(policy::key::kDownloadDirectory, key 153 chrome/browser/download/download_path_reservation_tracker.cc ReservationKey key, key 168 chrome/browser/download/download_path_reservation_tracker.cc DCHECK(!ContainsKey(reservations, key)); key 244 chrome/browser/download/download_path_reservation_tracker.cc reservations[key] = target_path; key 252 chrome/browser/download/download_path_reservation_tracker.cc void UpdateReservation(ReservationKey key, const base::FilePath& new_path) { key 255 chrome/browser/download/download_path_reservation_tracker.cc ReservationMap::iterator iter = g_reservation_map->find(key); key 268 chrome/browser/download/download_path_reservation_tracker.cc void RevokeReservation(ReservationKey key) { key 271 chrome/browser/download/download_path_reservation_tracker.cc DCHECK(ContainsKey(*g_reservation_map, key)); key 272 chrome/browser/download/download_path_reservation_tracker.cc g_reservation_map->erase(key); key 82 chrome/browser/drive/fake_drive_service.cc std::string key, value; key 91 chrome/browser/drive/fake_drive_service.cc key = key_value.token(); key 98 chrome/browser/drive/fake_drive_service.cc if (!key.empty() && key != "title") key 535 chrome/browser/enumerate_modules_model_win.cc std::wstring key(std::wstring(L"CLSID\\") + registration.Name() + key 538 chrome/browser/enumerate_modules_model_win.cc if (clsid.Open(HKEY_CLASSES_ROOT, key.c_str(), KEY_READ) != ERROR_SUCCESS) { key 121 chrome/browser/extensions/activity_log/activity_log_policy.cc details->SetBoolean(details_iterator.key(), true); key 614 chrome/browser/extensions/api/bookmark_manager_private/bookmark_manager_private_api.cc if (node->GetMetaInfo(params->key, &value)) key 628 chrome/browser/extensions/api/bookmark_manager_private/bookmark_manager_private_api.cc model->SetNodeMetaInfo(node, params->key, params->value); key 69 chrome/browser/extensions/api/browsing_data/browsing_data_api.cc int MaskForKey(const char* key) { key 70 chrome/browser/extensions/api/browsing_data/browsing_data_api.cc if (strcmp(key, extension_browsing_data_api_constants::kAppCacheKey) == 0) key 72 chrome/browser/extensions/api/browsing_data/browsing_data_api.cc if (strcmp(key, extension_browsing_data_api_constants::kCacheKey) == 0) key 74 chrome/browser/extensions/api/browsing_data/browsing_data_api.cc if (strcmp(key, extension_browsing_data_api_constants::kCookiesKey) == 0) key 76 chrome/browser/extensions/api/browsing_data/browsing_data_api.cc if (strcmp(key, extension_browsing_data_api_constants::kDownloadsKey) == 0) key 78 chrome/browser/extensions/api/browsing_data/browsing_data_api.cc if (strcmp(key, extension_browsing_data_api_constants::kFileSystemsKey) == 0) key 80 chrome/browser/extensions/api/browsing_data/browsing_data_api.cc if (strcmp(key, extension_browsing_data_api_constants::kFormDataKey) == 0) key 82 chrome/browser/extensions/api/browsing_data/browsing_data_api.cc if (strcmp(key, extension_browsing_data_api_constants::kHistoryKey) == 0) key 84 chrome/browser/extensions/api/browsing_data/browsing_data_api.cc if (strcmp(key, extension_browsing_data_api_constants::kIndexedDBKey) == 0) key 86 chrome/browser/extensions/api/browsing_data/browsing_data_api.cc if (strcmp(key, extension_browsing_data_api_constants::kLocalStorageKey) == 0) key 88 chrome/browser/extensions/api/browsing_data/browsing_data_api.cc if (strcmp(key, key 91 chrome/browser/extensions/api/browsing_data/browsing_data_api.cc if (strcmp(key, extension_browsing_data_api_constants::kPasswordsKey) == 0) key 93 chrome/browser/extensions/api/browsing_data/browsing_data_api.cc if (strcmp(key, extension_browsing_data_api_constants::kPluginDataKey) == 0) key 95 chrome/browser/extensions/api/browsing_data/browsing_data_api.cc if (strcmp(key, extension_browsing_data_api_constants::kWebSQLKey) == 0) key 372 chrome/browser/extensions/api/browsing_data/browsing_data_api.cc removal_mask |= MaskForKey(i.key().c_str()); key 102 chrome/browser/extensions/api/browsing_data/browsing_data_test.cc const std::string& key, key 105 chrome/browser/extensions/api/browsing_data/browsing_data_test.cc std::string("{\"") + key + "\": true}", expected_mask); key 405 chrome/browser/extensions/api/cast_streaming/performance_test.cc EventMapKey key; key 411 chrome/browser/extensions/api/cast_streaming/performance_test.cc key = *j; key 415 chrome/browser/extensions/api/cast_streaming/performance_test.cc EventMap::const_iterator i = event_map.lower_bound(key); key 418 chrome/browser/extensions/api/cast_streaming/performance_test.cc if (i->first.second == key.second) key 422 chrome/browser/extensions/api/cast_streaming/performance_test.cc if (fabs(i->first.second - key.second) < 1000) key 427 chrome/browser/extensions/api/cast_streaming/performance_test.cc if (fabs(i->first.second - key.second) < 1000) key 53 chrome/browser/extensions/api/commands/command_service.cc std::string key = extensions::Command::CommandPlatform() + ":" + key 61 chrome/browser/extensions/api/commands/command_service.cc key += ":" + extension_id; key 63 chrome/browser/extensions/api/commands/command_service.cc return key; key 66 chrome/browser/extensions/api/commands/command_service.cc bool IsForCurrentPlatform(const std::string& key) { key 68 chrome/browser/extensions/api/commands/command_service.cc key, extensions::Command::CommandPlatform() + ":", true); key 284 chrome/browser/extensions/api/commands/command_service.cc std::string key = GetPlatformKeybindingKeyForAccelerator(accelerator, key 287 chrome/browser/extensions/api/commands/command_service.cc if (bindings->HasKey(key)) { key 295 chrome/browser/extensions/api/commands/command_service.cc bindings->GetDictionary(key, &item); key 308 chrome/browser/extensions/api/commands/command_service.cc bindings->Set(key, keybinding); key 389 chrome/browser/extensions/api/commands/command_service.cc std::string shortcut = it.key(); key 537 chrome/browser/extensions/api/commands/command_service.cc if (!IsForCurrentPlatform(it.key())) key 556 chrome/browser/extensions/api/commands/command_service.cc keys_to_remove.push_back(it.key()); key 562 chrome/browser/extensions/api/commands/command_service.cc std::string key = *it; key 563 chrome/browser/extensions/api/commands/command_service.cc bindings->Remove(key, NULL); key 24 chrome/browser/extensions/api/context_menus/context_menus_api_helpers.h const MenuItem::ExtensionKey& key) { key 29 chrome/browser/extensions/api/context_menus/context_menus_api_helpers.h new extensions::MenuItem::Id(is_off_the_record, key)); key 85 chrome/browser/extensions/api/declarative/declarative_api.cc RulesRegistryService::WebViewKey key( key 90 chrome/browser/extensions/api/declarative/declarative_api.cc rules_registry_ = rules_registry_service->GetRulesRegistry(key, event_name); key 106 chrome/browser/extensions/api/declarative/rules_registry.cc RulesDictionaryKey key(extension_id, rule_id); key 107 chrome/browser/extensions/api/declarative/rules_registry.cc if (rules_.find(key) != rules_.end()) key 120 chrome/browser/extensions/api/declarative/rules_registry.cc RulesDictionaryKey key(extension_id, rule_id); key 121 chrome/browser/extensions/api/declarative/rules_registry.cc rules_[key] = *i; key 180 chrome/browser/extensions/api/declarative/rules_registry.cc const RulesDictionaryKey& key = i->first; key 182 chrome/browser/extensions/api/declarative/rules_registry.cc if (key.first == extension_id) key 183 chrome/browser/extensions/api/declarative/rules_registry.cc rules_.erase(key); key 210 chrome/browser/extensions/api/declarative/rules_registry.cc const RulesDictionaryKey& key = i->first; key 211 chrome/browser/extensions/api/declarative/rules_registry.cc if (key.first == extension_id) key 71 chrome/browser/extensions/api/declarative/rules_registry_service.cc RulesRegistryKey key(declarative_webrequest_constants::kOnRequest, key 75 chrome/browser/extensions/api/declarative/rules_registry_service.cc if (ContainsKey(rule_registries_, key)) key 143 chrome/browser/extensions/api/declarative/rules_registry_service.cc RulesRegistryKey key(event_name, rule_registry->webview_key()); key 144 chrome/browser/extensions/api/declarative/rules_registry_service.cc DCHECK(rule_registries_.find(key) == rule_registries_.end()); key 145 chrome/browser/extensions/api/declarative/rules_registry_service.cc rule_registries_[key] = rule_registry; key 153 chrome/browser/extensions/api/declarative/rules_registry_service.cc RulesRegistryKey key(event_name, webview_key); key 154 chrome/browser/extensions/api/declarative/rules_registry_service.cc RulesRegistryMap::const_iterator i = rule_registries_.find(key); key 166 chrome/browser/extensions/api/declarative/rules_registry_service.cc const RulesRegistryKey& key = it->first; key 167 chrome/browser/extensions/api/declarative/rules_registry_service.cc const WebViewKey& webview_key = key.webview_key; key 179 chrome/browser/extensions/api/declarative/rules_registry_service.cc registries_to_delete.insert(key); key 58 chrome/browser/extensions/api/declarative/rules_registry_service_unittest.cc const RulesRegistry::WebViewKey key(0, 0); key 60 chrome/browser/extensions/api/declarative/rules_registry_service_unittest.cc new TestRulesRegistry(content::BrowserThread::UI, "ui", key); key 63 chrome/browser/extensions/api/declarative/rules_registry_service_unittest.cc new TestRulesRegistry(content::BrowserThread::IO, "io", key); key 71 chrome/browser/extensions/api/declarative/rules_registry_service_unittest.cc EXPECT_TRUE(registry_service.GetRulesRegistry(key, "ui").get()); key 72 chrome/browser/extensions/api/declarative/rules_registry_service_unittest.cc EXPECT_TRUE(registry_service.GetRulesRegistry(key, "io").get()); key 73 chrome/browser/extensions/api/declarative/rules_registry_service_unittest.cc EXPECT_FALSE(registry_service.GetRulesRegistry(key, "foo").get()); key 77 chrome/browser/extensions/api/declarative/rules_registry_service_unittest.cc base::Bind(&InsertRule, registry_service.GetRulesRegistry(key, "ui"), key 82 chrome/browser/extensions/api/declarative/rules_registry_service_unittest.cc base::Bind(&InsertRule, registry_service.GetRulesRegistry(key, "io"), key 88 chrome/browser/extensions/api/declarative/rules_registry_service_unittest.cc registry_service.GetRulesRegistry(key, "ui"), 1)); key 93 chrome/browser/extensions/api/declarative/rules_registry_service_unittest.cc registry_service.GetRulesRegistry(key, "io"), 1)); key 104 chrome/browser/extensions/api/declarative/rules_registry_service_unittest.cc registry_service.GetRulesRegistry(key, "ui"), 0)); key 109 chrome/browser/extensions/api/declarative/rules_registry_service_unittest.cc registry_service.GetRulesRegistry(key, "io"), 0)); key 153 chrome/browser/extensions/api/declarative/rules_registry_service_unittest.cc const RulesRegistry::WebViewKey key(kEmbedderProcessID, kWebViewInstanceID); key 158 chrome/browser/extensions/api/declarative/rules_registry_service_unittest.cc key, key 25 chrome/browser/extensions/api/declarative/rules_registry_unittest.cc const RulesRegistry::WebViewKey key(0, 0); key 28 chrome/browser/extensions/api/declarative/rules_registry_unittest.cc new TestRulesRegistry(content::BrowserThread::UI, "" /*event_name*/, key); key 135 chrome/browser/extensions/api/declarative/rules_registry_unittest.cc const RulesRegistry::WebViewKey key(0, 0); key 138 chrome/browser/extensions/api/declarative/rules_registry_unittest.cc new TestRulesRegistry(content::BrowserThread::UI, "" /*event_name*/, key); key 53 chrome/browser/extensions/api/declarative/rules_registry_with_cache_unittest.cc std::string key; key 54 chrome/browser/extensions/api/declarative/rules_registry_with_cache_unittest.cc CHECK(Extension::ProducePEM("test extension 1", &key)); key 55 chrome/browser/extensions/api/declarative/rules_registry_with_cache_unittest.cc manifest_extra.SetString(manifest_keys::kPublicKey, key); key 60 chrome/browser/extensions/api/declarative/rules_registry_with_cache_unittest.cc CHECK(Extension::ProducePEM("test extension 2", &key)); key 61 chrome/browser/extensions/api/declarative/rules_registry_with_cache_unittest.cc manifest_extra.SetString(manifest_keys::kPublicKey, key); key 96 chrome/browser/extensions/api/declarative_content/content_condition.cc const std::string& condition_attribute_name = iter.key(); key 156 chrome/browser/extensions/api/declarative_webrequest/webrequest_condition.cc const std::string& condition_attribute_name = iter.key(); key 470 chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute.cc if (it.key() == keys::kNamePrefixKey) { key 473 chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute.cc } else if (it.key() == keys::kNameSuffixKey) { key 476 chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute.cc } else if (it.key() == keys::kNameContainsKey) { key 479 chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute.cc } else if (it.key() == keys::kNameEqualsKey) { key 482 chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute.cc } else if (it.key() == keys::kValuePrefixKey) { key 484 chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute.cc } else if (it.key() == keys::kValueSuffixKey) { key 486 chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute.cc } else if (it.key() == keys::kValueContainsKey) { key 488 chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute.cc } else if (it.key() == keys::kValueEqualsKey) { key 394 chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute_unittest.cc const std::string& key, key 407 chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute_unittest.cc WebRequestConditionAttribute::Create(key, &contains_headers, &error); key 410 chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute_unittest.cc EXPECT_EQ(key, attribute->GetName()); key 53 chrome/browser/extensions/api/diagnostics/diagnostics_api_chromeos.cc *ip = iterator.key(); key 541 chrome/browser/extensions/api/downloads/downloads_api.cc filter_types.Get().find(query_json_field.key()); key 1807 chrome/browser/extensions/api/downloads/downloads_api.cc new_fields.insert(iter.key()); key 1808 chrome/browser/extensions/api/downloads/downloads_api.cc if (IsDownloadDeltaField(iter.key())) { key 1810 chrome/browser/extensions/api/downloads/downloads_api.cc if (!data->json().HasKey(iter.key()) || key 1811 chrome/browser/extensions/api/downloads/downloads_api.cc (data->json().Get(iter.key(), &old_value) && key 1813 chrome/browser/extensions/api/downloads/downloads_api.cc delta->Set(iter.key() + ".current", iter.value().DeepCopy()); key 1815 chrome/browser/extensions/api/downloads/downloads_api.cc delta->Set(iter.key() + ".previous", old_value->DeepCopy()); key 1825 chrome/browser/extensions/api/downloads/downloads_api.cc if ((new_fields.find(iter.key()) == new_fields.end()) && key 1826 chrome/browser/extensions/api/downloads/downloads_api.cc IsDownloadDeltaField(iter.key())) { key 1828 chrome/browser/extensions/api/downloads/downloads_api.cc delta->Set(iter.key() + ".previous", iter.value().DeepCopy()); key 137 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc if (!right_dict->HasKey(iter.key()) || key 138 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc (right_dict->Get(iter.key(), &right_value) && key 215 chrome/browser/extensions/api/feedback_private/feedback_private_api.cc (*sys_logs.get())[it->get()->key] = it->get()->value; key 19 chrome/browser/extensions/api/feedback_private/feedback_service.cc const std::string& key, key 22 chrome/browser/extensions/api/feedback_private/feedback_service.cc sys_info_value.Set("key", new base::StringValue(key)); key 134 chrome/browser/extensions/api/font_settings/font_settings_api.cc const char* key) { key 138 chrome/browser/extensions/api/font_settings/font_settings_api.cc event_name, key)); key 187 chrome/browser/extensions/api/font_settings/font_settings_api.cc const std::string& key, key 196 chrome/browser/extensions/api/font_settings/font_settings_api.cc dict->Set(key, pref->GetValue()->DeepCopy()); key 44 chrome/browser/extensions/api/font_settings/font_settings_api.h const char* key); key 62 chrome/browser/extensions/api/font_settings/font_settings_api.h const std::string& key, key 66 chrome/browser/extensions/api/gcm/gcm_api.cc bool IsMessageKeyValid(const std::string& key) { key 67 chrome/browser/extensions/api/gcm/gcm_api.cc std::string lower = StringToLowerASCII(key); key 68 chrome/browser/extensions/api/gcm/gcm_api.cc return !key.empty() && key 69 chrome/browser/extensions/api/gcm/gcm_api.cc key.compare(0, arraysize(kCollapseKey) - 1, kCollapseKey) != 0 && key 197 chrome/browser/extensions/api/identity/account_tracker.cc std::string key = fetcher->account_key(); key 199 chrome/browser/extensions/api/identity/account_tracker.cc StopTrackingAccount(key); key 139 chrome/browser/extensions/api/identity/identity_api.cc void IdentityAPI::SetCachedToken(const ExtensionTokenKey& key, key 141 chrome/browser/extensions/api/identity/identity_api.cc CachedTokens::iterator it = token_cache_.find(key); key 145 chrome/browser/extensions/api/identity/identity_api.cc token_cache_.insert(std::make_pair(key, token_data)); key 164 chrome/browser/extensions/api/identity/identity_api.cc const ExtensionTokenKey& key) { key 165 chrome/browser/extensions/api/identity/identity_api.cc return token_cache_[key]; key 102 chrome/browser/extensions/api/identity/identity_api.h void SetCachedToken(const ExtensionTokenKey& key, key 107 chrome/browser/extensions/api/identity/identity_api.h const IdentityTokenCacheValue& GetCachedToken(const ExtensionTokenKey& key); key 396 chrome/browser/extensions/api/identity/identity_apitest.cc ExtensionTokenKey key(extension_id_, GetPrimaryAccountId(), oauth_scopes_); key 397 chrome/browser/extensions/api/identity/identity_apitest.cc id_api()->SetCachedToken(key, token_data); key 401 chrome/browser/extensions/api/identity/identity_apitest.cc ExtensionTokenKey key(extension_id_, GetPrimaryAccountId(), oauth_scopes_); key 402 chrome/browser/extensions/api/identity/identity_apitest.cc return id_api()->GetCachedToken(key); key 407 chrome/browser/extensions/api/identity/identity_apitest.cc ExtensionTokenKey key(extension_id_, GetPrimaryAccountId(), oauth_scopes_); key 408 chrome/browser/extensions/api/identity/identity_apitest.cc id_api()->mint_queue()->RequestStart(type, key, request); key 413 chrome/browser/extensions/api/identity/identity_apitest.cc ExtensionTokenKey key(extension_id_, GetPrimaryAccountId(), oauth_scopes_); key 414 chrome/browser/extensions/api/identity/identity_apitest.cc id_api()->mint_queue()->RequestComplete(type, key, request); key 1120 chrome/browser/extensions/api/identity/identity_apitest.cc ExtensionTokenKey key(extensions::id_util::GenerateId(kExtensionId), key 1123 chrome/browser/extensions/api/identity/identity_apitest.cc id_api()->SetCachedToken(key, token_data); key 32 chrome/browser/extensions/api/identity/identity_mint_queue.cc const ExtensionTokenKey& key, key 34 chrome/browser/extensions/api/identity/identity_mint_queue.cc RequestQueue& request_queue = GetRequestQueueMap(type)[key]; key 44 chrome/browser/extensions/api/identity/identity_mint_queue.cc const ExtensionTokenKey& key, key 46 chrome/browser/extensions/api/identity/identity_mint_queue.cc RequestQueue& request_queue = GetRequestQueueMap(type)[key]; key 54 chrome/browser/extensions/api/identity/identity_mint_queue.cc const ExtensionTokenKey& key, key 56 chrome/browser/extensions/api/identity/identity_mint_queue.cc GetRequestQueueMap(MINT_TYPE_INTERACTIVE)[key].remove(request); key 57 chrome/browser/extensions/api/identity/identity_mint_queue.cc GetRequestQueueMap(MINT_TYPE_NONINTERACTIVE)[key].remove(request); key 61 chrome/browser/extensions/api/identity/identity_mint_queue.cc const ExtensionTokenKey& key) { key 63 chrome/browser/extensions/api/identity/identity_mint_queue.cc return !ContainsKey(request_queue_map, key) || key 64 chrome/browser/extensions/api/identity/identity_mint_queue.cc (request_queue_map.find(key))->second.empty(); key 45 chrome/browser/extensions/api/identity/identity_mint_queue.h const ExtensionTokenKey& key, key 49 chrome/browser/extensions/api/identity/identity_mint_queue.h const ExtensionTokenKey& key, key 54 chrome/browser/extensions/api/identity/identity_mint_queue.h void RequestCancel(const ExtensionTokenKey& key, key 57 chrome/browser/extensions/api/identity/identity_mint_queue.h const ExtensionTokenKey& key); key 35 chrome/browser/extensions/api/identity/identity_mint_queue_unittest.cc scoped_ptr<ExtensionTokenKey> key(ExtensionIdToKey("ext_id")); key 40 chrome/browser/extensions/api/identity/identity_mint_queue_unittest.cc queue.RequestStart(type, *key, &request1); key 41 chrome/browser/extensions/api/identity/identity_mint_queue_unittest.cc queue.RequestComplete(type, *key, &request1); key 44 chrome/browser/extensions/api/identity/identity_mint_queue_unittest.cc queue.RequestStart(type, *key, &request2); key 45 chrome/browser/extensions/api/identity/identity_mint_queue_unittest.cc queue.RequestComplete(type, *key, &request2); key 52 chrome/browser/extensions/api/identity/identity_mint_queue_unittest.cc scoped_ptr<ExtensionTokenKey> key(ExtensionIdToKey("ext_id")); key 56 chrome/browser/extensions/api/identity/identity_mint_queue_unittest.cc queue.RequestStart(type, *key, &request1); key 57 chrome/browser/extensions/api/identity/identity_mint_queue_unittest.cc queue.RequestComplete(type, *key, &request1); key 64 chrome/browser/extensions/api/identity/identity_mint_queue_unittest.cc scoped_ptr<ExtensionTokenKey> key(ExtensionIdToKey("ext_id")); key 70 chrome/browser/extensions/api/identity/identity_mint_queue_unittest.cc queue.RequestStart(type, *key, &request1); key 71 chrome/browser/extensions/api/identity/identity_mint_queue_unittest.cc queue.RequestStart(type, *key, &request2); key 72 chrome/browser/extensions/api/identity/identity_mint_queue_unittest.cc queue.RequestStart(type, *key, &request3); key 75 chrome/browser/extensions/api/identity/identity_mint_queue_unittest.cc queue.RequestComplete(type, *key, &request1); key 78 chrome/browser/extensions/api/identity/identity_mint_queue_unittest.cc queue.RequestComplete(type, *key, &request2); key 80 chrome/browser/extensions/api/identity/identity_mint_queue_unittest.cc queue.RequestComplete(type, *key, &request3); key 105 chrome/browser/extensions/api/identity/identity_mint_queue_unittest.cc scoped_ptr<ExtensionTokenKey> key(ExtensionIdToKey("ext_id")); key 108 chrome/browser/extensions/api/identity/identity_mint_queue_unittest.cc EXPECT_TRUE(queue.empty(type, *key)); key 110 chrome/browser/extensions/api/identity/identity_mint_queue_unittest.cc queue.RequestStart(type, *key, &request1); key 111 chrome/browser/extensions/api/identity/identity_mint_queue_unittest.cc EXPECT_FALSE(queue.empty(type, *key)); key 112 chrome/browser/extensions/api/identity/identity_mint_queue_unittest.cc queue.RequestComplete(type, *key, &request1); key 113 chrome/browser/extensions/api/identity/identity_mint_queue_unittest.cc EXPECT_TRUE(queue.empty(type, *key)); key 120 chrome/browser/extensions/api/identity/identity_mint_queue_unittest.cc scoped_ptr<ExtensionTokenKey> key(ExtensionIdToKey("ext_id")); key 127 chrome/browser/extensions/api/identity/identity_mint_queue_unittest.cc queue.RequestStart(type, *key, &request1); key 128 chrome/browser/extensions/api/identity/identity_mint_queue_unittest.cc queue.RequestStart(type, *key, &request2); key 129 chrome/browser/extensions/api/identity/identity_mint_queue_unittest.cc queue.RequestStart(type, *key, &request3); key 135 chrome/browser/extensions/api/identity/identity_mint_queue_unittest.cc queue.RequestCancel(*key, &request1); key 136 chrome/browser/extensions/api/identity/identity_mint_queue_unittest.cc queue.RequestCancel(*key, &request3); key 137 chrome/browser/extensions/api/identity/identity_mint_queue_unittest.cc queue.RequestCancel(*key, &request2); key 138 chrome/browser/extensions/api/identity/identity_mint_queue_unittest.cc queue.RequestCancel(*key, &request4); key 192 chrome/browser/extensions/api/input_ime/input_ime_api.cc key_data_value.key = event.key; key 550 chrome/browser/extensions/api/input_ime/input_ime_api.cc event.key = key_data[i]->key; key 23 chrome/browser/extensions/api/messaging/native_messaging_policy_handler_unittest.cc policy::key::kNativeMessagingBlacklist, kTestPref, true); key 25 chrome/browser/extensions/api/messaging/native_messaging_policy_handler_unittest.cc policy_map.Set(policy::key::kNativeMessagingBlacklist, key 37 chrome/browser/extensions/api/messaging/native_messaging_policy_handler_unittest.cc policy_map.Set(policy::key::kNativeMessagingBlacklist, key 49 chrome/browser/extensions/api/messaging/native_messaging_policy_handler_unittest.cc policy_map.Set(policy::key::kNativeMessagingBlacklist, key 61 chrome/browser/extensions/api/messaging/native_messaging_policy_handler_unittest.cc policy_map.Set(policy::key::kNativeMessagingBlacklist, key 71 chrome/browser/extensions/api/messaging/native_messaging_policy_handler_unittest.cc errors.GetErrors(policy::key::kNativeMessagingBlacklist).empty()); key 82 chrome/browser/extensions/api/messaging/native_messaging_policy_handler_unittest.cc policy::key::kNativeMessagingBlacklist, kTestPref, true); key 87 chrome/browser/extensions/api/messaging/native_messaging_policy_handler_unittest.cc policy_map.Set(policy::key::kNativeMessagingBlacklist, key 99 chrome/browser/extensions/api/messaging/native_messaging_policy_handler_unittest.cc policy_map.Set(policy::key::kNativeMessagingBlacklist, key 109 chrome/browser/extensions/api/messaging/native_messaging_policy_handler_unittest.cc policy_map.Set(policy::key::kNativeMessagingBlacklist, key 70 chrome/browser/extensions/api/messaging/native_messaging_test_util.cc base::string16 key = L"SOFTWARE\\Google\\Chrome\\NativeMessagingHosts\\" + key 73 chrome/browser/extensions/api/messaging/native_messaging_test_util.cc root_key, key.c_str(), key 34 chrome/browser/extensions/api/messaging/native_process_launcher_win.cc base::win::RegKey key; key 36 chrome/browser/extensions/api/messaging/native_process_launcher_win.cc if (key.Open(root_key, kNativeMessagingRegistryKey, key 38 chrome/browser/extensions/api/messaging/native_process_launcher_win.cc key.OpenKey(host_name.c_str(), key 40 chrome/browser/extensions/api/messaging/native_process_launcher_win.cc key.ReadValue(NULL, result) != ERROR_SUCCESS) { key 18 chrome/browser/extensions/api/music_manager_private/device_id.cc bool ComputeHmacSha256(const std::string& key, key 24 chrome/browser/extensions/api/music_manager_private/device_id.cc bool result = hmac.Init(key) && key 404 chrome/browser/extensions/api/networking_private/networking_private_apitest.cc policy.Set(policy::key::kOpenNetworkConfiguration, key 77 chrome/browser/extensions/api/preference/preference_api_prefs_unittest.cc const std::string& key, key 80 chrome/browser/extensions/api/preference/preference_api_prefs_unittest.cc const std::string& key, key 84 chrome/browser/extensions/api/preference/preference_api_prefs_unittest.cc const std::string& key, key 126 chrome/browser/extensions/api/preference/preference_api_prefs_unittest.cc const std::string& key, key 130 chrome/browser/extensions/api/preference/preference_api_prefs_unittest.cc extension->id(), key, kExtensionPrefsScopeRegular, value); key 135 chrome/browser/extensions/api/preference/preference_api_prefs_unittest.cc const std::string& key, key 139 chrome/browser/extensions/api/preference/preference_api_prefs_unittest.cc extension->id(), key, kExtensionPrefsScopeIncognitoPersistent, value); key 144 chrome/browser/extensions/api/preference/preference_api_prefs_unittest.cc const std::string& key, key 148 chrome/browser/extensions/api/preference/preference_api_prefs_unittest.cc extension->id(), key, kExtensionPrefsScopeIncognitoSessionOnly, value); key 36 chrome/browser/extensions/api/signed_in_devices/id_mapping_helper.cc return it.key(); key 24 chrome/browser/extensions/api/storage/policy_value_store.cc scoped_ptr<ValueStore::Error> ReadOnlyError(scoped_ptr<std::string> key) { key 26 chrome/browser/extensions/api/storage/policy_value_store.cc ValueStore::READ_ONLY, "This is a read-only store.", key.Pass())); key 86 chrome/browser/extensions/api/storage/policy_value_store.cc if (!current_policy.HasKey(it.key())) key 87 chrome/browser/extensions/api/storage/policy_value_store.cc removed_keys.push_back(it.key()); key 122 chrome/browser/extensions/api/storage/policy_value_store.cc size_t PolicyValueStore::GetBytesInUse(const std::string& key) { key 139 chrome/browser/extensions/api/storage/policy_value_store.cc ValueStore::ReadResult PolicyValueStore::Get(const std::string& key) { key 140 chrome/browser/extensions/api/storage/policy_value_store.cc return delegate_->Get(key); key 153 chrome/browser/extensions/api/storage/policy_value_store.cc WriteOptions options, const std::string& key, const base::Value& value) { key 154 chrome/browser/extensions/api/storage/policy_value_store.cc return MakeWriteResult(ReadOnlyError(util::NewKey(key))); key 162 chrome/browser/extensions/api/storage/policy_value_store.cc ValueStore::WriteResult PolicyValueStore::Remove(const std::string& key) { key 163 chrome/browser/extensions/api/storage/policy_value_store.cc return MakeWriteResult(ReadOnlyError(util::NewKey(key))); key 177 chrome/browser/extensions/api/storage/policy_value_store.cc bool PolicyValueStore::RestoreKey(const std::string& key) { key 178 chrome/browser/extensions/api/storage/policy_value_store.cc return delegate_->RestoreKey(key); key 43 chrome/browser/extensions/api/storage/policy_value_store.h virtual size_t GetBytesInUse(const std::string& key) OVERRIDE; key 46 chrome/browser/extensions/api/storage/policy_value_store.h virtual ReadResult Get(const std::string& key) OVERRIDE; key 51 chrome/browser/extensions/api/storage/policy_value_store.h const std::string& key, key 55 chrome/browser/extensions/api/storage/policy_value_store.h virtual WriteResult Remove(const std::string& key) OVERRIDE; key 60 chrome/browser/extensions/api/storage/policy_value_store.h virtual bool RestoreKey(const std::string& key) OVERRIDE; key 52 chrome/browser/extensions/api/storage/policy_value_store_unittest.cc const std::string& key, key 54 chrome/browser/extensions/api/storage/policy_value_store_unittest.cc return delegate()->Set(options, key, value); key 62 chrome/browser/extensions/api/storage/policy_value_store_unittest.cc virtual WriteResult Remove(const std::string& key) OVERRIDE { key 63 chrome/browser/extensions/api/storage/policy_value_store_unittest.cc return delegate()->Remove(key); key 53 chrome/browser/extensions/api/storage/setting_sync_data.cc specifics.key() << " had bad JSON for value: " << specifics.value(); key 59 chrome/browser/extensions/api/storage/setting_sync_data.cc specifics.key(), key 66 chrome/browser/extensions/api/storage/setting_sync_data.cc const std::string& key, key 68 chrome/browser/extensions/api/storage/setting_sync_data.cc : internal_(new Internal(change_type, extension_id, key, value.Pass())) {} key 91 chrome/browser/extensions/api/storage/setting_sync_data.cc const std::string& key, key 95 chrome/browser/extensions/api/storage/setting_sync_data.cc key_(key), key 37 chrome/browser/extensions/api/storage/setting_sync_data.h const std::string& key, key 49 chrome/browser/extensions/api/storage/setting_sync_data.h const std::string& key() const; key 62 chrome/browser/extensions/api/storage/setting_sync_data.h const std::string& key, key 40 chrome/browser/extensions/api/storage/settings_sync_processor.cc synced_keys_.insert(i.key()); key 56 chrome/browser/extensions/api/storage/settings_sync_processor.cc const std::string& key = i->key(); key 59 chrome/browser/extensions/api/storage/settings_sync_processor.cc if (synced_keys_.count(key)) { key 62 chrome/browser/extensions/api/storage/settings_sync_processor.cc extension_id_, key, *value, type_)); key 66 chrome/browser/extensions/api/storage/settings_sync_processor.cc extension_id_, key, *value, type_)); key 67 chrome/browser/extensions/api/storage/settings_sync_processor.cc added_keys.insert(key); key 70 chrome/browser/extensions/api/storage/settings_sync_processor.cc if (synced_keys_.count(key)) { key 73 chrome/browser/extensions/api/storage/settings_sync_processor.cc extension_id_, key, type_)); key 74 chrome/browser/extensions/api/storage/settings_sync_processor.cc deleted_keys.insert(key); key 76 chrome/browser/extensions/api/storage/settings_sync_processor.cc LOG(WARNING) << "Deleted " << key << " but not in synced_keys_"; key 105 chrome/browser/extensions/api/storage/settings_sync_processor.cc synced_keys_.insert(i->key()); key 107 chrome/browser/extensions/api/storage/settings_sync_processor.cc synced_keys_.erase(i->key()); key 132 chrome/browser/extensions/api/storage/settings_sync_unittest.cc const std::string& extension_id, const std::string& key) { key 136 chrome/browser/extensions/api/storage/settings_sync_unittest.cc if (it->extension_id() == extension_id && it->key() == key) { key 142 chrome/browser/extensions/api/storage/settings_sync_unittest.cc key << " (out of " << changes_.size() << ")"; key 151 chrome/browser/extensions/api/storage/settings_sync_unittest.cc extension_id << "/" << key << " (out of " << changes_.size() << ")"; key 1421 chrome/browser/extensions/api/storage/settings_sync_unittest.cc EXPECT_EQ("key.with.spot", sync_data.key()); key 26 chrome/browser/extensions/api/storage/settings_sync_util.cc const std::string& key, key 30 chrome/browser/extensions/api/storage/settings_sync_util.cc specifics->set_key(key); key 40 chrome/browser/extensions/api/storage/settings_sync_util.cc const std::string& key, key 44 chrome/browser/extensions/api/storage/settings_sync_util.cc extension_id, key, value, specifics->mutable_extension_setting()); key 51 chrome/browser/extensions/api/storage/settings_sync_util.cc const std::string& key, key 59 chrome/browser/extensions/api/storage/settings_sync_util.cc key, key 67 chrome/browser/extensions/api/storage/settings_sync_util.cc key, key 77 chrome/browser/extensions/api/storage/settings_sync_util.cc extension_id + "/" + key, key, specifics); key 82 chrome/browser/extensions/api/storage/settings_sync_util.cc const std::string& key, key 88 chrome/browser/extensions/api/storage/settings_sync_util.cc CreateData(extension_id, key, value, type)); key 93 chrome/browser/extensions/api/storage/settings_sync_util.cc const std::string& key, key 99 chrome/browser/extensions/api/storage/settings_sync_util.cc CreateData(extension_id, key, value, type)); key 104 chrome/browser/extensions/api/storage/settings_sync_util.cc const std::string& key, key 110 chrome/browser/extensions/api/storage/settings_sync_util.cc CreateData(extension_id, key, no_value, type)); key 30 chrome/browser/extensions/api/storage/settings_sync_util.h const std::string& key, key 37 chrome/browser/extensions/api/storage/settings_sync_util.h const std::string& key, key 44 chrome/browser/extensions/api/storage/settings_sync_util.h const std::string& key, key 51 chrome/browser/extensions/api/storage/settings_sync_util.h const std::string& key, key 27 chrome/browser/extensions/api/storage/sync_storage_backend.cc extension_id, it.key(), it.value(), type)); key 190 chrome/browser/extensions/api/storage/sync_storage_backend.cc DCHECK(!sync_data->HasKey(data.key())) << "Duplicate settings for " key 192 chrome/browser/extensions/api/storage/sync_storage_backend.cc << data.key(); key 193 chrome/browser/extensions/api/storage/sync_storage_backend.cc sync_data->SetWithoutPathExpansion(data.key(), data.value().DeepCopy()); key 38 chrome/browser/extensions/api/storage/syncable_settings_storage.cc size_t SyncableSettingsStorage::GetBytesInUse(const std::string& key) { key 40 chrome/browser/extensions/api/storage/syncable_settings_storage.cc return delegate_->GetBytesInUse(key); key 55 chrome/browser/extensions/api/storage/syncable_settings_storage.cc const std::string& key) { key 57 chrome/browser/extensions/api/storage/syncable_settings_storage.cc return delegate_->Get(key); key 72 chrome/browser/extensions/api/storage/syncable_settings_storage.cc WriteOptions options, const std::string& key, const base::Value& value) { key 74 chrome/browser/extensions/api/storage/syncable_settings_storage.cc WriteResult result = delegate_->Set(options, key, value); key 94 chrome/browser/extensions/api/storage/syncable_settings_storage.cc const std::string& key) { key 96 chrome/browser/extensions/api/storage/syncable_settings_storage.cc WriteResult result = delegate_->Remove(key); key 136 chrome/browser/extensions/api/storage/syncable_settings_storage.cc bool SyncableSettingsStorage::RestoreKey(const std::string& key) { key 144 chrome/browser/extensions/api/storage/syncable_settings_storage.cc return delegate_->RestoreKey(key); key 197 chrome/browser/extensions/api/storage/syncable_settings_storage.cc changes.push_back(ValueStoreChange(i.key(), NULL, i.value().DeepCopy())); key 222 chrome/browser/extensions/api/storage/syncable_settings_storage.cc if (new_sync_state->RemoveWithoutPathExpansion(it.key(), &sync_value)) { key 231 chrome/browser/extensions/api/storage/syncable_settings_storage.cc it.key(), key 240 chrome/browser/extensions/api/storage/syncable_settings_storage.cc it.key(), key 248 chrome/browser/extensions/api/storage/syncable_settings_storage.cc std::string key = first_entry.key(); key 250 chrome/browser/extensions/api/storage/syncable_settings_storage.cc CHECK(new_sync_state->RemoveWithoutPathExpansion(key, &value)); key 255 chrome/browser/extensions/api/storage/syncable_settings_storage.cc key, key 290 chrome/browser/extensions/api/storage/syncable_settings_storage.cc const std::string& key = it->key(); key 295 chrome/browser/extensions/api/storage/syncable_settings_storage.cc ReadResult maybe_settings = Get(it->key()); key 301 chrome/browser/extensions/api/storage/syncable_settings_storage.cc extension_id_.c_str(), key.c_str(), key 306 chrome/browser/extensions/api/storage/syncable_settings_storage.cc maybe_settings->settings().RemoveWithoutPathExpansion(key, key 315 chrome/browser/extensions/api/storage/syncable_settings_storage.cc error = OnSyncAdd(key, value.DeepCopy(), &changes); key 320 chrome/browser/extensions/api/storage/syncable_settings_storage.cc extension_id_ << "/" << key; key 322 chrome/browser/extensions/api/storage/syncable_settings_storage.cc key, current_value.release(), value.DeepCopy(), &changes); key 329 chrome/browser/extensions/api/storage/syncable_settings_storage.cc key, current_value.release(), value.DeepCopy(), &changes); key 333 chrome/browser/extensions/api/storage/syncable_settings_storage.cc extension_id_ << "/" << key; key 334 chrome/browser/extensions/api/storage/syncable_settings_storage.cc error = OnSyncAdd(key, value.DeepCopy(), &changes); key 340 chrome/browser/extensions/api/storage/syncable_settings_storage.cc error = OnSyncDelete(key, current_value.release(), &changes); key 344 chrome/browser/extensions/api/storage/syncable_settings_storage.cc extension_id_ << "/" << key; key 370 chrome/browser/extensions/api/storage/syncable_settings_storage.cc const std::string& key, key 374 chrome/browser/extensions/api/storage/syncable_settings_storage.cc WriteResult result = delegate_->Set(IGNORE_QUOTA, key, *new_value); key 383 chrome/browser/extensions/api/storage/syncable_settings_storage.cc changes->push_back(ValueStoreChange(key, NULL, new_value)); key 388 chrome/browser/extensions/api/storage/syncable_settings_storage.cc const std::string& key, key 394 chrome/browser/extensions/api/storage/syncable_settings_storage.cc WriteResult result = delegate_->Set(IGNORE_QUOTA, key, *new_value); key 403 chrome/browser/extensions/api/storage/syncable_settings_storage.cc changes->push_back(ValueStoreChange(key, old_value, new_value)); key 408 chrome/browser/extensions/api/storage/syncable_settings_storage.cc const std::string& key, key 412 chrome/browser/extensions/api/storage/syncable_settings_storage.cc WriteResult result = delegate_->Remove(key); key 421 chrome/browser/extensions/api/storage/syncable_settings_storage.cc changes->push_back(ValueStoreChange(key, old_value, NULL)); key 37 chrome/browser/extensions/api/storage/syncable_settings_storage.h virtual size_t GetBytesInUse(const std::string& key) OVERRIDE; key 40 chrome/browser/extensions/api/storage/syncable_settings_storage.h virtual ReadResult Get(const std::string& key) OVERRIDE; key 45 chrome/browser/extensions/api/storage/syncable_settings_storage.h const std::string& key, key 49 chrome/browser/extensions/api/storage/syncable_settings_storage.h virtual WriteResult Remove(const std::string& key) OVERRIDE; key 53 chrome/browser/extensions/api/storage/syncable_settings_storage.h virtual bool RestoreKey(const std::string& key) OVERRIDE; key 86 chrome/browser/extensions/api/storage/syncable_settings_storage.h const std::string& key, key 90 chrome/browser/extensions/api/storage/syncable_settings_storage.h const std::string& key, key 95 chrome/browser/extensions/api/storage/syncable_settings_storage.h const std::string& key, key 29 chrome/browser/extensions/api/web_request/upload_data_presenter.cc const std::string& key) { key 31 chrome/browser/extensions/api/web_request/upload_data_presenter.cc if (!dictionary->GetList(key, &list)) { key 33 chrome/browser/extensions/api/web_request/upload_data_presenter.cc dictionary->SetWithoutPathExpansion(key, list); key 44 chrome/browser/extensions/api/web_request/upload_data_presenter.cc void AppendKeyValuePair(const char* key, key 48 chrome/browser/extensions/api/web_request/upload_data_presenter.cc dictionary->SetWithoutPathExpansion(key, value); key 37 chrome/browser/extensions/api/web_request/upload_data_presenter.h void AppendKeyValuePair(const char* key, key 554 chrome/browser/extensions/api/web_request/web_request_api.cc if (it.key() == "urls") { key 572 chrome/browser/extensions/api/web_request/web_request_api.cc } else if (it.key() == "types") { key 584 chrome/browser/extensions/api/web_request/web_request_api.cc } else if (it.key() == "tabId") { key 587 chrome/browser/extensions/api/web_request/web_request_api.cc } else if (it.key() == "windowId") { key 665 chrome/browser/extensions/api/web_request/web_request_api.cc RulesRegistryKey key(profile, webview_key); key 667 chrome/browser/extensions/api/web_request/web_request_api.cc rules_registries_[key] = rules_registry; key 669 chrome/browser/extensions/api/web_request/web_request_api.cc rules_registries_.erase(key); key 233 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc for (std::vector<std::string>::const_iterator key = key 235 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc key != delta->deleted_request_headers.end(); key 236 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc ++key) { key 237 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc deleted_headers->Append(new base::StringValue(*key)); key 703 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc const std::string& key, key 710 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc if (key == modification.name() && value == modification.value()) key 721 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc const std::string& key) { key 728 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc if (*i == key) key 766 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc const std::string& key = modification.name(); key 770 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc if (removed_headers.find(key) != removed_headers.end() && key 772 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc winning_extension_id = FindRemoveRequestHeader(deltas, key); key 773 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc conflicting_header = key; key 779 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc if (set_headers.find(key) != set_headers.end() && key 782 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc if (!request_headers->GetHeader(key, ¤t_value) || key 785 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc FindSetRequestHeader(deltas, key, current_value); key 786 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc conflicting_header = key; key 796 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc std::vector<std::string>::iterator key; key 797 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc for (key = (*delta)->deleted_request_headers.begin(); key 798 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc key != (*delta)->deleted_request_headers.end() && key 800 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc ++key) { key 801 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc if (set_headers.find(*key) != set_headers.end()) { key 803 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc request_headers->GetHeader(*key, ¤t_value); key 805 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc FindSetRequestHeader(deltas, *key, current_value); key 806 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc conflicting_header = *key; key 826 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc std::vector<std::string>::iterator key; key 827 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc for (key = (*delta)->deleted_request_headers.begin(); key 828 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc key != (*delta)->deleted_request_headers.end(); key 829 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc ++key) { key 830 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc request_headers->RemoveHeader(*key); key 831 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc removed_headers.insert(*key); key 1095 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc const std::string& key) { key 1096 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc std::string lower_key = StringToLowerASCII(key); key 101 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc bool Contains(const Collection& collection, const Key& key) { key 102 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc return std::find(collection.begin(), collection.end(), key) != key 757 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc const char* key; key 863 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc response->request_headers->SetHeader(mod.key, mod.value); key 866 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc response->request_headers->RemoveHeader(mod.key); key 943 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc std::string key; key 945 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc ASSERT_TRUE(header->GetString(keys::kHeaderNameKey, &key)); key 947 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc observed_headers.SetHeader(key, value); key 82 chrome/browser/extensions/api/webrtc_logging_private/webrtc_logging_private_api.cc meta_data[(*it)->key] = (*it)->value; key 31 chrome/browser/extensions/api/webview/webview_api.cc int MaskForKey(const char* key) { key 32 chrome/browser/extensions/api/webview/webview_api.cc if (strcmp(key, extension_browsing_data_api_constants::kAppCacheKey) == 0) key 34 chrome/browser/extensions/api/webview/webview_api.cc if (strcmp(key, extension_browsing_data_api_constants::kCookiesKey) == 0) key 36 chrome/browser/extensions/api/webview/webview_api.cc if (strcmp(key, extension_browsing_data_api_constants::kFileSystemsKey) == 0) key 38 chrome/browser/extensions/api/webview/webview_api.cc if (strcmp(key, extension_browsing_data_api_constants::kIndexedDBKey) == 0) key 40 chrome/browser/extensions/api/webview/webview_api.cc if (strcmp(key, extension_browsing_data_api_constants::kLocalStorageKey) == 0) key 42 chrome/browser/extensions/api/webview/webview_api.cc if (strcmp(key, extension_browsing_data_api_constants::kWebSQLKey) == 0) key 191 chrome/browser/extensions/api/webview/webview_api.cc remove_mask |= MaskForKey(i.key().c_str()); key 83 chrome/browser/extensions/convert_user_script.cc std::string key; key 85 chrome/browser/extensions/convert_user_script.cc base::Base64Encode(std::string(raw, crypto::kSHA256Length), &key); key 102 chrome/browser/extensions/convert_user_script.cc root->SetString(keys::kPublicKey, key); key 53 chrome/browser/extensions/convert_web_app.cc std::string key; key 56 chrome/browser/extensions/convert_web_app.cc base::Base64Encode(std::string(raw, crypto::kSHA256Length), &key); key 57 chrome/browser/extensions/convert_web_app.cc return key; key 165 chrome/browser/extensions/default_apps.cc if (!IsOldDefaultApp(i.key())) key 166 chrome/browser/extensions/default_apps.cc new_default_apps.insert(i.key()); key 229 chrome/browser/extensions/error_console/error_console.cc base::UTF8ToUTF16(iter->key), key 213 chrome/browser/extensions/extension_action.h const typename Map::key_type& key) { key 214 chrome/browser/extensions/extension_action.h typename Map::const_iterator iter = map->find(key); key 36 chrome/browser/extensions/extension_commands_global_registry_apitest.cc void SendNativeKeyEventToXDisplay(ui::KeyboardCode key, key 62 chrome/browser/extensions/extension_commands_global_registry_apitest.cc XKeysymForWindowsKeyCode(key, false))); key 74 chrome/browser/extensions/extension_function_test_utils.cc bool GetBoolean(base::DictionaryValue* val, const std::string& key) { key 76 chrome/browser/extensions/extension_function_test_utils.cc if (!val->GetBoolean(key, &result)) key 77 chrome/browser/extensions/extension_function_test_utils.cc ADD_FAILURE() << key << " does not exist or is not a boolean."; key 81 chrome/browser/extensions/extension_function_test_utils.cc int GetInteger(base::DictionaryValue* val, const std::string& key) { key 83 chrome/browser/extensions/extension_function_test_utils.cc if (!val->GetInteger(key, &result)) key 84 chrome/browser/extensions/extension_function_test_utils.cc ADD_FAILURE() << key << " does not exist or is not an integer."; key 88 chrome/browser/extensions/extension_function_test_utils.cc std::string GetString(base::DictionaryValue* val, const std::string& key) { key 90 chrome/browser/extensions/extension_function_test_utils.cc if (!val->GetString(key, &result)) key 91 chrome/browser/extensions/extension_function_test_utils.cc ADD_FAILURE() << key << " does not exist or is not a string."; key 38 chrome/browser/extensions/extension_function_test_utils.h bool GetBoolean(base::DictionaryValue* val, const std::string& key); key 39 chrome/browser/extensions/extension_function_test_utils.h int GetInteger(base::DictionaryValue* val, const std::string& key); key 40 chrome/browser/extensions/extension_function_test_utils.h std::string GetString(base::DictionaryValue* val, const std::string& key); key 112 chrome/browser/extensions/extension_ui_unittest.cc EXPECT_TRUE(actual_output_data->Get(field.key(), &actual_value)) << key 113 chrome/browser/extensions/extension_ui_unittest.cc field.key() + " is missing" + paths_details; key 114 chrome/browser/extensions/extension_ui_unittest.cc EXPECT_TRUE(expected_value->Equals(actual_value)) << field.key() + key 292 chrome/browser/extensions/extension_web_ui.cc it.key() + url->spec().substr(override.length())); key 316 chrome/browser/extensions/extension_web_ui.cc const std::string& key = iter->first; key 318 chrome/browser/extensions/extension_web_ui.cc if (!all_overrides->GetList(key, &page_overrides)) { key 320 chrome/browser/extensions/extension_web_ui.cc all_overrides->Set(key, page_overrides); key 110 chrome/browser/extensions/external_provider_impl.cc const std::string& extension_id = i.key(); key 78 chrome/browser/extensions/external_registry_loader_win.cc base::win::RegKey key; key 82 chrome/browser/extensions/external_registry_loader_win.cc if (key.Open(HKEY_LOCAL_MACHINE, key 84 chrome/browser/extensions/external_registry_loader_win.cc if (key.Open(HKEY_CURRENT_USER, key 101 chrome/browser/extensions/external_registry_loader_win.cc if (key.ReadValue(kRegistryExtensionInstallParam, &extension_dist_id) == key 110 chrome/browser/extensions/external_registry_loader_win.cc if (key.ReadValue(kRegistryExtensionUpdateUrl, &extension_update_url) key 119 chrome/browser/extensions/external_registry_loader_win.cc if (key.ReadValue(kRegistryExtensionPath, &extension_path_str) key 151 chrome/browser/extensions/external_registry_loader_win.cc if (key.ReadValue(kRegistryExtensionVersion, &extension_version) key 390 chrome/browser/extensions/image_loader.cc const std::pair<int, int> key = std::make_pair( key 394 chrome/browser/extensions/image_loader.cc image_skia_map[key].AddRepresentation( key 121 chrome/browser/extensions/install_signer.cc const char* key, key 126 chrome/browser/extensions/install_signer.cc dictionary->Set(key, id_list); key 134 chrome/browser/extensions/install_signer.cc const char* key, key 137 chrome/browser/extensions/install_signer.cc if (!dictionary.GetList(key, &id_list)) key 69 chrome/browser/extensions/isolated_app_browsertest.cc std::string key = key 81 chrome/browser/extensions/isolated_app_browsertest.cc if (key == "expect") { key 84 chrome/browser/extensions/isolated_app_browsertest.cc } else if (key == "set") { key 62 chrome/browser/extensions/menu_manager.cc const char* key, key 65 chrome/browser/extensions/menu_manager.cc properties->SetString(key, id.string_uid); key 67 chrome/browser/extensions/menu_manager.cc properties->SetInteger(key, id.uid); key 99 chrome/browser/extensions/menu_manager.cc const std::string& key, key 101 chrome/browser/extensions/menu_manager.cc if (!dict.HasKey(key)) key 105 chrome/browser/extensions/menu_manager.cc if (!dict.GetListWithoutPathExpansion(key, &list)) key 338 chrome/browser/extensions/menu_manager.cc const MenuItem::ExtensionKey& key) { key 339 chrome/browser/extensions/menu_manager.cc MenuItemMap::iterator i = context_items_.find(key); key 347 chrome/browser/extensions/menu_manager.cc const MenuItem::ExtensionKey& key = item->id().extension_key; key 350 chrome/browser/extensions/menu_manager.cc if (key.empty() || ContainsKey(items_by_id_, item->id())) key 353 chrome/browser/extensions/menu_manager.cc DCHECK_EQ(extension->id(), key.extension_id); key 355 chrome/browser/extensions/menu_manager.cc bool first_item = !ContainsKey(context_items_, key); key 356 chrome/browser/extensions/menu_manager.cc context_items_[key].push_back(item); key 363 chrome/browser/extensions/menu_manager.cc SanitizeRadioList(context_items_[key]); key 560 chrome/browser/extensions/menu_manager.cc const MenuItem::ExtensionKey& key = item->id().extension_key; key 561 chrome/browser/extensions/menu_manager.cc if (context_items_.find(key) == context_items_.end()) { key 565 chrome/browser/extensions/menu_manager.cc list = &context_items_[key]; key 601 chrome/browser/extensions/menu_manager.cc const std::string& key, const GURL& url) { key 603 chrome/browser/extensions/menu_manager.cc dictionary->SetString(key, url.possibly_invalid_spec()); key 64 chrome/browser/extensions/menu_manager_unittest.cc const MenuItem::ExtensionKey key(extension->id()); key 65 chrome/browser/extensions/menu_manager_unittest.cc MenuItem::Id id(incognito, key); key 75 chrome/browser/extensions/menu_manager_unittest.cc const MenuItem::ExtensionKey key(extension->id()); key 76 chrome/browser/extensions/menu_manager_unittest.cc MenuItem::Id id(false, key); key 138 chrome/browser/extensions/menu_manager_unittest.cc const MenuItem::ExtensionKey key(extension->id()); key 139 chrome/browser/extensions/menu_manager_unittest.cc MenuItem::Id id(false, key); key 289 chrome/browser/extensions/menu_manager_unittest.cc const MenuItem::ExtensionKey key(extension->id()); key 305 chrome/browser/extensions/menu_manager_unittest.cc ASSERT_EQ(1u, manager_.MenuItems(key)->size()); key 316 chrome/browser/extensions/menu_manager_unittest.cc ASSERT_EQ(1u, manager_.MenuItems(key)->size()); key 326 chrome/browser/extensions/menu_manager_unittest.cc ASSERT_EQ(1u, manager_.MenuItems(key)->size()); key 331 chrome/browser/extensions/menu_manager_unittest.cc ASSERT_EQ(NULL, manager_.MenuItems(key)); key 101 chrome/browser/extensions/policy_handlers.cc : policy::TypeCheckingPolicyHandler(policy::key::kExtensionInstallForcelist, key 24 chrome/browser/extensions/policy_handlers_unittest.cc policy::key::kExtensionInstallBlacklist, kTestPref, true); key 26 chrome/browser/extensions/policy_handlers_unittest.cc policy_map.Set(policy::key::kExtensionInstallBlacklist, key 37 chrome/browser/extensions/policy_handlers_unittest.cc policy_map.Set(policy::key::kExtensionInstallBlacklist, key 47 chrome/browser/extensions/policy_handlers_unittest.cc policy_map.Set(policy::key::kExtensionInstallBlacklist, key 57 chrome/browser/extensions/policy_handlers_unittest.cc policy_map.Set(policy::key::kExtensionInstallBlacklist, key 66 chrome/browser/extensions/policy_handlers_unittest.cc errors.GetErrors(policy::key::kExtensionInstallBlacklist).empty()); key 76 chrome/browser/extensions/policy_handlers_unittest.cc policy::key::kExtensionInstallBlacklist, kTestPref, false); key 83 chrome/browser/extensions/policy_handlers_unittest.cc policy_map.Set(policy::key::kExtensionInstallBlacklist, key 93 chrome/browser/extensions/policy_handlers_unittest.cc policy_map.Set(policy::key::kExtensionInstallBlacklist, key 109 chrome/browser/extensions/policy_handlers_unittest.cc policy_map.Set(policy::key::kExtensionInstallForcelist, key 119 chrome/browser/extensions/policy_handlers_unittest.cc policy_map.Set(policy::key::kExtensionInstallForcelist, key 131 chrome/browser/extensions/policy_handlers_unittest.cc policy_map.Set(policy::key::kExtensionInstallForcelist, key 142 chrome/browser/extensions/policy_handlers_unittest.cc policy_map.Set(policy::key::kExtensionInstallForcelist, key 153 chrome/browser/extensions/policy_handlers_unittest.cc policy_map.Set(policy::key::kExtensionInstallForcelist, key 175 chrome/browser/extensions/policy_handlers_unittest.cc policy_map.Set(policy::key::kExtensionInstallForcelist, key 187 chrome/browser/extensions/policy_handlers_unittest.cc policy_map.Set(policy::key::kExtensionInstallForcelist, key 197 chrome/browser/extensions/policy_handlers_unittest.cc policy_map.Set(policy::key::kExtensionInstallForcelist, key 212 chrome/browser/extensions/policy_handlers_unittest.cc policy::key::kExtensionInstallSources, kTestPref); key 214 chrome/browser/extensions/policy_handlers_unittest.cc policy_map.Set(policy::key::kExtensionInstallSources, key 224 chrome/browser/extensions/policy_handlers_unittest.cc policy_map.Set(policy::key::kExtensionInstallSources, key 234 chrome/browser/extensions/policy_handlers_unittest.cc policy_map.Set(policy::key::kExtensionInstallSources, key 244 chrome/browser/extensions/policy_handlers_unittest.cc policy_map.Set(policy::key::kExtensionInstallSources, key 252 chrome/browser/extensions/policy_handlers_unittest.cc EXPECT_FALSE(errors.GetErrors(policy::key::kExtensionInstallSources).empty()); key 257 chrome/browser/extensions/policy_handlers_unittest.cc policy_map.Set(policy::key::kExtensionInstallSources, key 265 chrome/browser/extensions/policy_handlers_unittest.cc EXPECT_FALSE(errors.GetErrors(policy::key::kExtensionInstallSources).empty()); key 274 chrome/browser/extensions/policy_handlers_unittest.cc policy::key::kExtensionInstallSources, kTestPref); key 277 chrome/browser/extensions/policy_handlers_unittest.cc policy_map.Set(policy::key::kExtensionInstallSources, key 516 chrome/browser/extensions/sandboxed_unpacker.cc std::vector<uint8> key; key 517 chrome/browser/extensions/sandboxed_unpacker.cc key.resize(header.key_size); key 518 chrome/browser/extensions/sandboxed_unpacker.cc len = fread(&key.front(), sizeof(uint8), header.key_size, file.get()); key 548 chrome/browser/extensions/sandboxed_unpacker.cc &key.front(), key 549 chrome/browser/extensions/sandboxed_unpacker.cc key.size())) { key 575 chrome/browser/extensions/sandboxed_unpacker.cc std::string(reinterpret_cast<char*>(&key.front()), key.size()); key 785 chrome/browser/extensions/sandboxed_unpacker.cc base::FilePath relative_path = base::FilePath::FromUTF8Unsafe(it.key()); key 34 chrome/browser/extensions/settings_api_helpers.cc std::string key; key 37 chrome/browser/extensions/settings_api_helpers.cc key = prefs::kHomePage; key 40 chrome/browser/extensions/settings_api_helpers.cc key = prefs::kRestoreOnStartup; key 43 chrome/browser/extensions/settings_api_helpers.cc key = prefs::kDefaultSearchProviderEnabled; key 50 chrome/browser/extensions/settings_api_helpers.cc !preference_api->DoesExtensionControlPref((*it)->id(), key, NULL)) key 21 chrome/browser/extensions/state_store.cc const std::string& key) { key 22 chrome/browser/extensions/state_store.cc return extension_id + "." + key; key 102 chrome/browser/extensions/state_store.cc void StateStore::RegisterKey(const std::string& key) { key 103 chrome/browser/extensions/state_store.cc registered_keys_.insert(key); key 107 chrome/browser/extensions/state_store.cc const std::string& key, key 111 chrome/browser/extensions/state_store.cc GetFullKey(extension_id, key), callback)); key 116 chrome/browser/extensions/state_store.cc const std::string& key, key 120 chrome/browser/extensions/state_store.cc GetFullKey(extension_id, key), base::Passed(&value))); key 124 chrome/browser/extensions/state_store.cc const std::string& key) { key 127 chrome/browser/extensions/state_store.cc GetFullKey(extension_id, key))); key 168 chrome/browser/extensions/state_store.cc for (std::set<std::string>::iterator key = registered_keys_.begin(); key 169 chrome/browser/extensions/state_store.cc key != registered_keys_.end(); ++key) { key 172 chrome/browser/extensions/state_store.cc GetFullKey(extension_id, *key))); key 38 chrome/browser/extensions/state_store.h void RegisterKey(const std::string& key); key 43 chrome/browser/extensions/state_store.h const std::string& key, key 48 chrome/browser/extensions/state_store.h const std::string& key, key 53 chrome/browser/extensions/state_store.h const std::string& key); key 474 chrome/browser/extensions/updater/extension_updater_unittest.cc std::string key = key_val[0]; key 475 chrome/browser/extensions/updater/extension_updater_unittest.cc EXPECT_TRUE(result->find(key) == result->end()); key 476 chrome/browser/extensions/updater/extension_updater_unittest.cc (*result)[key] = (key_val.size() == 2) ? key_val[1] : std::string(); key 53 chrome/browser/feedback/feedback_data.cc std::string key = it->first; key 59 chrome/browser/feedback/feedback_data.cc base::TrimString(key, "\n ", &key); key 64 chrome/browser/feedback/feedback_data.cc key + "=" + kMultilineIndicatorString + key 69 chrome/browser/feedback/feedback_data.cc syslogs_string.append(key + "=" + value + "\n"); key 83 chrome/browser/feedback/feedback_util.cc const std::string& key, const std::string& value) { key 85 chrome/browser/feedback/feedback_util.cc if (key == "" || value == "") return; key 88 chrome/browser/feedback/feedback_util.cc log_value.set_key(key); key 225 chrome/browser/first_run/upgrade_util_win.cc base::win::RegKey key; key 226 chrome/browser/first_run/upgrade_util_win.cc if (key.Open(reg_root, dist->GetVersionKey().c_str(), key 230 chrome/browser/first_run/upgrade_util_win.cc if (key.ReadValue(google_update::kRegRenameCmdField, key 72 chrome/browser/geolocation/chrome_access_token_store.cc GURL url(it.key()); key 76 chrome/browser/geolocation/chrome_access_token_store.cc providers_to_remove.push_back(it.key()); key 60 chrome/browser/google/google_util.cc url_parse::Component query(0, str.length()), key, value; key 61 chrome/browser/google/google_util.cc while (url_parse::ExtractQueryKeyValue(str.c_str(), &query, &key, key 63 chrome/browser/google/google_util.cc if ((key.len == 1) && (str[key.begin] == 'q') && value.is_nonempty()) key 148 chrome/browser/guestview/guestview.cc std::pair<int, int> key(embedder_render_process_id_, guest_instance_id_); key 149 chrome/browser/guestview/guestview.cc embedder_guestview_map.Get().insert(std::make_pair(key, this)); key 180 chrome/browser/guestview/guestview.cc std::pair<int, int> key(embedder_render_process_id_, guest_instance_id_); key 181 chrome/browser/guestview/guestview.cc embedder_guestview_map.Get().erase(key); key 114 chrome/browser/icon_manager.cc CacheKey key(group, client_request.size); key 115 chrome/browser/icon_manager.cc IconMap::iterator it = icon_cache_.find(key); key 126 chrome/browser/icon_manager.cc icon_cache_[key] = result; key 150 chrome/browser/importer/ie_importer_browsertest_win.cc base::win::RegKey key; key 151 chrome/browser/importer/ie_importer_browsertest_win.cc if (key.Create(HKEY_CURRENT_USER, key_path.c_str(), KEY_WRITE) != key 155 chrome/browser/importer/ie_importer_browsertest_win.cc if (key.WriteValue(L"Order", &blob[0], blob.size(), REG_BINARY) != key 599 chrome/browser/importer/ie_importer_browsertest_win.cc base::win::RegKey key; key 601 chrome/browser/importer/ie_importer_browsertest_win.cc key.Create(HKEY_CURRENT_USER, key_path.c_str(), KEY_WRITE)); key 603 chrome/browser/importer/ie_importer_browsertest_win.cc key.WriteValue(L"Order", kBadBinary[i].data, kBadBinary[i].length, key 635 chrome/browser/importer/ie_importer_browsertest_win.cc base::win::RegKey key; key 637 chrome/browser/importer/ie_importer_browsertest_win.cc key.Create(HKEY_CURRENT_USER, key_path.c_str(), KEY_WRITE)); key 638 chrome/browser/importer/ie_importer_browsertest_win.cc key.WriteValue(L"Test1", 1); key 661 chrome/browser/importer/ie_importer_browsertest_win.cc base::win::RegKey key; key 663 chrome/browser/importer/ie_importer_browsertest_win.cc key.Create(HKEY_CURRENT_USER, key_path.c_str(), KEY_WRITE)); key 664 chrome/browser/importer/ie_importer_browsertest_win.cc key.WriteValue(L"Start Page", L"http://www.test.com/"); key 76 chrome/browser/importer/in_process_importer_bridge.cc virtual bool KeepParameter(const std::string& key, key 240 chrome/browser/internal_auth.cc void ChangeKey(const std::string& key) { key 246 chrome/browser/internal_auth.cc if (key.size() != kKeySizeInBytes) key 250 chrome/browser/internal_auth.cc if (!new_engine->Init(key)) key 253 chrome/browser/internal_auth.cc key_ = key; key 340 chrome/browser/internal_auth.cc std::string key = base::RandBytesAsString(kKeySizeInBytes); key 341 chrome/browser/internal_auth.cc if (!new_engine->Init(key)) key 345 chrome/browser/internal_auth.cc g_verification_service.Get().ChangeKey(key); key 346 chrome/browser/internal_auth.cc std::fill(key.begin(), key.end(), 0); key 447 chrome/browser/internal_auth.cc void InternalAuthVerification::ChangeKey(const std::string& key) { key 449 chrome/browser/internal_auth.cc g_verification_service.Get().ChangeKey(key); key 34 chrome/browser/internal_auth.h static void ChangeKey(const std::string& key); key 79 chrome/browser/internal_auth_unittest.cc std::string key = dummy; key 83 chrome/browser/internal_auth_unittest.cc map[key] = value; key 473 chrome/browser/io_thread.cc policy::key::kDisableSpdy) != NULL; key 48 chrome/browser/local_discovery/device_description.cc std::string key = i->substr(0, equals_pos); key 51 chrome/browser/local_discovery/device_description.cc if (LowerCaseEqualsASCII(key, kPrivetTxtKeyName)) { key 53 chrome/browser/local_discovery/device_description.cc } else if (LowerCaseEqualsASCII(key, kPrivetTxtKeyDescription)) { key 55 chrome/browser/local_discovery/device_description.cc } else if (LowerCaseEqualsASCII(key, kPrivetTxtKeyURL)) { key 57 chrome/browser/local_discovery/device_description.cc } else if (LowerCaseEqualsASCII(key, kPrivetTxtKeyType)) { key 59 chrome/browser/local_discovery/device_description.cc } else if (LowerCaseEqualsASCII(key, kPrivetTxtKeyID)) { key 61 chrome/browser/local_discovery/device_description.cc } else if (LowerCaseEqualsASCII(key, kPrivetTxtKeyConnectionState)) { key 42 chrome/browser/managed_mode/chromeos/managed_user_password_service.cc const std::string& key) { key 43 chrome/browser/managed_mode/chromeos/managed_user_password_service.cc if (key != managed_users::kChromeOSPasswordData) key 55 chrome/browser/managed_mode/chromeos/managed_user_password_service.cc const base::Value* value = settings_service_->GetValue(mu_id, key); key 29 chrome/browser/managed_mode/chromeos/managed_user_password_service.h void OnSharedSettingsChange(const std::string& mu_id, const std::string& key); key 56 chrome/browser/managed_mode/chromeos/manager_password_service.cc const std::string& key) { key 57 chrome/browser/managed_mode/chromeos/manager_password_service.cc if (key != managed_users::kChromeOSPasswordData) key 67 chrome/browser/managed_mode/chromeos/manager_password_service.cc const base::Value* value = settings_service_->GetValue(mu_id, key); key 47 chrome/browser/managed_mode/chromeos/manager_password_service.h void OnSharedSettingsChange(const std::string& mu_id, const std::string& key); key 52 chrome/browser/managed_mode/managed_user_refresh_token_fetcher_unittest.cc const std::string& key, key 55 chrome/browser/managed_mode/managed_user_refresh_token_fetcher_unittest.cc return net::GetValueForKeyInQuery(url, key, value); key 247 chrome/browser/managed_mode/managed_user_registration_utility.cc std::string key; key 251 chrome/browser/managed_mode/managed_user_registration_utility.cc value->GetString(ManagedUserSyncService::kPasswordSignatureKey, &key) && key 252 chrome/browser/managed_mode/managed_user_registration_utility.cc !key.empty() && key 254 chrome/browser/managed_mode/managed_user_registration_utility.cc &key) && key 255 chrome/browser/managed_mode/managed_user_registration_utility.cc !key.empty(); key 467 chrome/browser/managed_mode/managed_user_service.cc std::string key = ManagedUserSettingsService::MakeSplitSettingKey( key 490 chrome/browser/managed_mode/managed_user_service.cc GetSettingsService()->UploadItem(key, dict.PassAs<base::Value>()); key 521 chrome/browser/managed_mode/managed_user_service.cc GURL url(it.key()); key 677 chrome/browser/managed_mode/managed_user_service.cc (*host_map)[it.key()] = allow; key 690 chrome/browser/managed_mode/managed_user_service.cc (*url_map)[GURL(it.key())] = allow; key 707 chrome/browser/managed_mode/managed_user_service.cc std::string key = ManagedUserSettingsService::MakeSplitSettingKey( key 716 chrome/browser/managed_mode/managed_user_service.cc GetSettingsService()->UploadItem(key, dict.PassAs<base::Value>()); key 105 chrome/browser/managed_mode/managed_user_settings_service.cc const std::string& key) { key 106 chrome/browser/managed_mode/managed_user_settings_service.cc return prefix + kSplitSettingKeySeparator + key; key 109 chrome/browser/managed_mode/managed_user_settings_service.cc void ManagedUserSettingsService::UploadItem(const std::string& key, key 111 chrome/browser/managed_mode/managed_user_settings_service.cc DCHECK(!SettingShouldApplyToPrefs(key)); key 113 chrome/browser/managed_mode/managed_user_settings_service.cc std::string key_suffix = key; key 120 chrome/browser/managed_mode/managed_user_settings_service.cc SyncData data = CreateSyncDataForSetting(key, *value); key 138 chrome/browser/managed_mode/managed_user_settings_service.cc const std::string& key, key 141 chrome/browser/managed_mode/managed_user_settings_service.cc local_settings_->SetWithoutPathExpansion(key, value.release()); key 143 chrome/browser/managed_mode/managed_user_settings_service.cc local_settings_->RemoveWithoutPathExpansion(key, NULL); key 196 chrome/browser/managed_mode/managed_user_settings_service.cc std::string key_suffix = it.key(); key 198 chrome/browser/managed_mode/managed_user_settings_service.cc SyncData data = CreateSyncDataForSetting(it.key(), it.value()); key 231 chrome/browser/managed_mode/managed_user_settings_service.cc data.push_back(CreateSyncDataForSetting(it.key(), it.value())); key 240 chrome/browser/managed_mode/managed_user_settings_service.cc MakeSplitSettingKey(it.key(), jt.key()), jt.value())); key 256 chrome/browser/managed_mode/managed_user_settings_service.cc std::string key = managed_user_setting.name(); key 257 chrome/browser/managed_mode/managed_user_settings_service.cc base::DictionaryValue* dict = GetDictionaryAndSplitKey(&key); key 263 chrome/browser/managed_mode/managed_user_settings_service.cc if (dict->HasKey(key)) { key 265 chrome/browser/managed_mode/managed_user_settings_service.cc << "Value for key " << key << " already exists"; key 268 chrome/browser/managed_mode/managed_user_settings_service.cc << "Value for key " << key << " doesn't exist yet"; key 270 chrome/browser/managed_mode/managed_user_settings_service.cc dict->SetWithoutPathExpansion(key, value.release()); key 274 chrome/browser/managed_mode/managed_user_settings_service.cc DLOG_IF(WARNING, !dict->HasKey(key)) << "Trying to delete nonexistent " key 275 chrome/browser/managed_mode/managed_user_settings_service.cc << "key " << key; key 276 chrome/browser/managed_mode/managed_user_settings_service.cc dict->RemoveWithoutPathExpansion(key, NULL); key 293 chrome/browser/managed_mode/managed_user_settings_service.cc void ManagedUserSettingsService::OnPrefValueChanged(const std::string& key) {} key 302 chrome/browser/managed_mode/managed_user_settings_service.cc const std::string& key) const { key 305 chrome/browser/managed_mode/managed_user_settings_service.cc if (store_->GetMutableValue(key, &value)) { key 310 chrome/browser/managed_mode/managed_user_settings_service.cc store_->SetValue(key, dict); key 329 chrome/browser/managed_mode/managed_user_settings_service.cc std::string* key) const { key 330 chrome/browser/managed_mode/managed_user_settings_service.cc size_t pos = key->find_first_of(kSplitSettingKeySeparator); key 335 chrome/browser/managed_mode/managed_user_settings_service.cc std::string prefix = key->substr(0, pos); key 342 chrome/browser/managed_mode/managed_user_settings_service.cc key->erase(0, pos + 1); key 356 chrome/browser/managed_mode/managed_user_settings_service.cc if (!SettingShouldApplyToPrefs(it.key())) key 359 chrome/browser/managed_mode/managed_user_settings_service.cc settings->Set(it.key(), it.value().DeepCopy()); key 365 chrome/browser/managed_mode/managed_user_settings_service.cc if (!SettingShouldApplyToPrefs(it.key())) key 368 chrome/browser/managed_mode/managed_user_settings_service.cc settings->Set(it.key(), it.value().DeepCopy()); key 93 chrome/browser/managed_mode/managed_user_settings_service.h const std::string& key); key 100 chrome/browser/managed_mode/managed_user_settings_service.h void UploadItem(const std::string& key, scoped_ptr<base::Value> value); key 103 chrome/browser/managed_mode/managed_user_settings_service.h void SetLocalSettingForTesting(const std::string& key, key 127 chrome/browser/managed_mode/managed_user_settings_service.h virtual void OnPrefValueChanged(const std::string& key) OVERRIDE; key 131 chrome/browser/managed_mode/managed_user_settings_service.h base::DictionaryValue* GetOrCreateDictionary(const std::string& key) const; key 140 chrome/browser/managed_mode/managed_user_settings_service.h base::DictionaryValue* GetDictionaryAndSplitKey(std::string* key) const; key 79 chrome/browser/managed_mode/managed_user_settings_service_unittest.cc void UploadSplitItem(const std::string& key, const std::string& value) { key 80 chrome/browser/managed_mode/managed_user_settings_service_unittest.cc split_items_.SetStringWithoutPathExpansion(key, value); key 83 chrome/browser/managed_mode/managed_user_settings_service_unittest.cc key), key 104 chrome/browser/managed_mode/managed_user_settings_service_unittest.cc std::string key = key 106 chrome/browser/managed_mode/managed_user_settings_service_unittest.cc EXPECT_TRUE(split_items_.GetWithoutPathExpansion(key, &expected_value)); key 186 chrome/browser/managed_mode/managed_user_settings_service_unittest.cc it.key()), key 40 chrome/browser/managed_mode/managed_user_shared_settings_service.cc const std::string& key) { key 42 chrome/browser/managed_mode/managed_user_shared_settings_service.cc if (!parent->GetDictionaryWithoutPathExpansion(key, &dict)) { key 44 chrome/browser/managed_mode/managed_user_shared_settings_service.cc parent->SetWithoutPathExpansion(key, dict); key 72 chrome/browser/managed_mode/managed_user_shared_settings_service.cc const std::string& key, key 86 chrome/browser/managed_mode/managed_user_shared_settings_service.cc mu_id, key, *value, acknowledged); key 100 chrome/browser/managed_mode/managed_user_shared_settings_service.cc const std::string& key, key 107 chrome/browser/managed_mode/managed_user_shared_settings_service.cc bool has_key = update_dict->GetDictionaryWithoutPathExpansion(key, &dict); key 110 chrome/browser/managed_mode/managed_user_shared_settings_service.cc update_dict->SetWithoutPathExpansion(key, dict); key 118 chrome/browser/managed_mode/managed_user_shared_settings_service.cc SyncData data = CreateSyncDataForSetting(mu_id, key, value, acknowledged); key 129 chrome/browser/managed_mode/managed_user_shared_settings_service.cc const std::string& key) { key 137 chrome/browser/managed_mode/managed_user_shared_settings_service.cc if (!dict->GetDictionaryWithoutPathExpansion(key, &settings)) key 149 chrome/browser/managed_mode/managed_user_shared_settings_service.cc const std::string& key, key 151 chrome/browser/managed_mode/managed_user_shared_settings_service.cc SetValueInternal(mu_id, key, value, true); key 171 chrome/browser/managed_mode/managed_user_shared_settings_service.cc const std::string& key, key 178 chrome/browser/managed_mode/managed_user_shared_settings_service.cc specifics.mutable_managed_user_shared_setting()->set_key(key); key 182 chrome/browser/managed_mode/managed_user_shared_settings_service.cc std::string title = mu_id + ":" + key; key 215 chrome/browser/managed_mode/managed_user_shared_settings_service.cc const std::string& key = managed_user_shared_setting.key(); key 216 chrome/browser/managed_mode/managed_user_shared_settings_service.cc DictionaryValue* dict = FindOrCreateDictionary(update.Get(), key); key 224 chrome/browser/managed_mode/managed_user_shared_settings_service.cc callbacks_.Notify(mu_id, key); key 226 chrome/browser/managed_mode/managed_user_shared_settings_service.cc seen_keys[mu_id].insert(key); key 240 chrome/browser/managed_mode/managed_user_shared_settings_service.cc const std::set<std::string>& seen = seen_keys[it.key()]; key 244 chrome/browser/managed_mode/managed_user_shared_settings_service.cc if (seen.count(jt.key()) > 0) key 247 chrome/browser/managed_mode/managed_user_shared_settings_service.cc SyncData data = CreateSyncDataForValue(it.key(), jt.key(), jt.value()); key 283 chrome/browser/managed_mode/managed_user_shared_settings_service.cc data.push_back(CreateSyncDataForValue(it.key(), jt.key(), jt.value())); key 300 chrome/browser/managed_mode/managed_user_shared_settings_service.cc const std::string& key = managed_user_shared_setting.key(); key 305 chrome/browser/managed_mode/managed_user_shared_settings_service.cc bool has_key = update_dict->GetDictionaryWithoutPathExpansion(key, &dict); key 320 chrome/browser/managed_mode/managed_user_shared_settings_service.cc update_dict->SetWithoutPathExpansion(key, dict); key 331 chrome/browser/managed_mode/managed_user_shared_settings_service.cc update_dict->RemoveWithoutPathExpansion(key, NULL); key 333 chrome/browser/managed_mode/managed_user_shared_settings_service.cc NOTREACHED() << "Trying to delete nonexistent key " << key; key 341 chrome/browser/managed_mode/managed_user_shared_settings_service.cc callbacks_.Notify(mu_id, key); key 58 chrome/browser/managed_mode/managed_user_shared_settings_service.h const base::Value* GetValue(const std::string& mu_id, const std::string& key); key 64 chrome/browser/managed_mode/managed_user_shared_settings_service.h const std::string& key, key 78 chrome/browser/managed_mode/managed_user_shared_settings_service.h const std::string& key, key 84 chrome/browser/managed_mode/managed_user_shared_settings_service.h const std::string& key, key 111 chrome/browser/managed_mode/managed_user_shared_settings_service_unittest.cc ToJson(settings_service_.GetValue(setting.mu_id(), setting.key()))); key 125 chrome/browser/managed_mode/managed_user_shared_settings_service_unittest.cc void OnSettingChanged(const std::string& mu_id, const std::string& key) { key 126 chrome/browser/managed_mode/managed_user_shared_settings_service_unittest.cc const Value* value = settings_service_.GetValue(mu_id, key); key 130 chrome/browser/managed_mode/managed_user_shared_settings_service_unittest.cc mu_id, key, *value, true)); key 14 chrome/browser/managed_mode/managed_user_shared_settings_update.cc const std::string& key, key 19 chrome/browser/managed_mode/managed_user_shared_settings_update.cc key_(key), key 22 chrome/browser/managed_mode/managed_user_shared_settings_update.cc service->SetValueInternal(mu_id, key, *value_, false); key 31 chrome/browser/managed_mode/managed_user_shared_settings_update.cc const std::string& key) { key 35 chrome/browser/managed_mode/managed_user_shared_settings_update.cc if (key != key_) key 38 chrome/browser/managed_mode/managed_user_shared_settings_update.cc const base::Value* value = service_->GetValue(mu_id, key); key 33 chrome/browser/managed_mode/managed_user_shared_settings_update.h const std::string& key, key 43 chrome/browser/managed_mode/managed_user_shared_settings_update.h const std::string& key); key 438 chrome/browser/managed_mode/managed_user_sync_service.cc if (seen_ids.find(it.key()) != seen_ids.end()) key 444 chrome/browser/managed_mode/managed_user_sync_service.cc CreateSyncDataFromDictionaryEntry(it.key(), it.value()))); key 472 chrome/browser/managed_mode/managed_user_sync_service.cc data.push_back(CreateSyncDataFromDictionaryEntry(it.key(), it.value())); key 62 chrome/browser/managed_mode/supervised_user_pref_mapping_service.cc const std::string& key) { key 64 chrome/browser/managed_mode/supervised_user_pref_mapping_service.cc if (key != managed_users::kChromeAvatarIndex) key 67 chrome/browser/managed_mode/supervised_user_pref_mapping_service.cc const base::Value* value = shared_settings_->GetValue(mu_id, key); key 42 chrome/browser/managed_mode/supervised_user_pref_mapping_service.h void OnSharedSettingChanged(const std::string& mu_id, const std::string& key); key 58 chrome/browser/managed_mode/supervised_user_pref_store.cc bool SupervisedUserPrefStore::GetValue(const std::string& key, key 61 chrome/browser/managed_mode/supervised_user_pref_store.cc return prefs_->GetValue(key, value); key 29 chrome/browser/managed_mode/supervised_user_pref_store.h virtual bool GetValue(const std::string& key, key 37 chrome/browser/managed_mode/supervised_user_pref_store_unittest.cc virtual void OnPrefValueChanged(const std::string& key) OVERRIDE; key 58 chrome/browser/managed_mode/supervised_user_pref_store_unittest.cc const std::string& key) { key 60 chrome/browser/managed_mode/supervised_user_pref_store_unittest.cc ASSERT_TRUE(pref_store_->GetValue(key, &value)); key 61 chrome/browser/managed_mode/supervised_user_pref_store_unittest.cc changed_prefs_.Set(key, value->DeepCopy()); key 189 chrome/browser/media/encrypted_media_istypesupported_browsertest.cc bool IsConcreteSupportedKeySystem(const std::string& key) { key 192 chrome/browser/media/encrypted_media_istypesupported_browsertest.cc command.append(key); key 152 chrome/browser/media/webrtc_browsertest_perf.cc static std::string ExtractSsrcIdentifier(const std::string& key) { key 155 chrome/browser/media/webrtc_browsertest_perf.cc size_t key_end_pos = key.find("-"); key 156 chrome/browser/media/webrtc_browsertest_perf.cc CHECK(key_end_pos != std::string::npos) << "Could not parse key " << key; key 157 chrome/browser/media/webrtc_browsertest_perf.cc return key.substr(key_start_pos, key_end_pos - key_start_pos); key 168 chrome/browser/media/webrtc_browsertest_perf.cc if (stats_iterator.key().find("ssrc_") != std::string::npos) key 169 chrome/browser/media/webrtc_browsertest_perf.cc result.insert(ExtractSsrcIdentifier(stats_iterator.key())); key 40 chrome/browser/media_galleries/fileapi/iphoto_file_util.cc bool ContainsElement(const std::vector<T>& collection, const T& key) { key 43 chrome/browser/media_galleries/fileapi/iphoto_file_util.cc if (*it == key) key 99 chrome/browser/media_galleries/fileapi/picasa_data_provider.cc const std::string& key, key 105 chrome/browser/media_galleries/fileapi/picasa_data_provider.cc AlbumImagesMap::const_iterator it = albums_images_.find(key); key 50 chrome/browser/media_galleries/fileapi/picasa_data_provider.h scoped_ptr<AlbumImages> FindAlbumImages(const std::string& key, key 35 chrome/browser/media_galleries/fileapi/picasa_file_util.cc base::File::Error FindAlbumInfo(const std::string& key, key 41 chrome/browser/media_galleries/fileapi/picasa_file_util.cc AlbumMap::const_iterator it = map->find(key); key 36 chrome/browser/media_galleries/fileapi/picasa_finder.cc base::win::RegKey key; key 37 chrome/browser/media_galleries/fileapi/picasa_finder.cc if (key.Open(HKEY_CURRENT_USER, kPicasaRegistryPath, KEY_READ) != key 38 chrome/browser/media_galleries/fileapi/picasa_finder.cc ERROR_SUCCESS || !key.Valid()) { key 43 chrome/browser/media_galleries/fileapi/picasa_finder.cc if (key.ReadValue(kPicasaRegistryAppDataPathKey, &value) != ERROR_SUCCESS) key 991 chrome/browser/media_galleries/media_galleries_preferences.cc if (!extensions::Extension::IdIsValid(iter.key())) { key 996 chrome/browser/media_galleries/media_galleries_preferences.cc GetGalleryPermissionsFromPrefs(iter.key()); key 1225 chrome/browser/media_galleries/media_galleries_preferences.cc if (!extensions::Extension::IdIsValid(iter.key())) { key 1229 chrome/browser/media_galleries/media_galleries_preferences.cc UnsetGalleryPermissionInPrefs(iter.key(), gallery_id); key 115 chrome/browser/media_galleries/media_galleries_test_util.cc base::win::RegKey key(HKEY_CURRENT_USER, picasa::kPicasaRegistryPath, key 117 chrome/browser/media_galleries/media_galleries_test_util.cc key.WriteValue(picasa::kPicasaRegistryAppDataPathKey, path.value().c_str()); key 18 chrome/browser/net/disk_cache_dir_policy_handler.cc : TypeCheckingPolicyHandler(key::kDiskCacheDir, base::Value::TYPE_STRING) {} key 31 chrome/browser/net/disk_cache_dir_policy_handler_unittest.cc policy_.Set(key::kDiskCacheDir, key 43 chrome/browser/net/disk_cache_dir_policy_handler_unittest.cc policy_.Set(key::kDiskCacheDir, key 101 chrome/browser/net/evicted_domain_cookie_counter.cc EvictedDomainCookieCounter::EvictedCookieKey key(GetKey(cookie)); key 105 chrome/browser/net/evicted_domain_cookie_counter.cc StoreEvictedCookie(key, cookie, current_time); key 107 chrome/browser/net/evicted_domain_cookie_counter.cc ProcessNewCookie(key, cookie, current_time); key 170 chrome/browser/net/evicted_domain_cookie_counter.cc const EvictedCookieKey& key, key 179 chrome/browser/net/evicted_domain_cookie_counter.cc EvictedCookieMap::value_type(key, evicted_cookie)); key 190 chrome/browser/net/evicted_domain_cookie_counter.cc const EvictedCookieKey& key, key 193 chrome/browser/net/evicted_domain_cookie_counter.cc EvictedCookieMap::iterator it = evicted_cookies_.find(key); key 118 chrome/browser/net/evicted_domain_cookie_counter.h void StoreEvictedCookie(const EvictedCookieKey& key, key 124 chrome/browser/net/evicted_domain_cookie_counter.h void ProcessNewCookie(const EvictedCookieKey& key, key 92 chrome/browser/net/firefox_proxy_settings.cc std::string key = line.substr(start_key, stop_key - start_key); key 111 chrome/browser/net/firefox_proxy_settings.cc prefs->SetBoolean(key, is_value_true); key 122 chrome/browser/net/firefox_proxy_settings.cc prefs->SetString(key, value); key 124 chrome/browser/net/firefox_proxy_settings.cc VLOG(1) << "Non UTF8 value for key " << key << ", ignored."; key 131 chrome/browser/net/firefox_proxy_settings.cc prefs->SetInteger(key, int_value); key 420 chrome/browser/net/http_pipelining_compatibility_client.cc const std::string& key = kv_pairs[i].first; key 426 chrome/browser/net/http_pipelining_compatibility_client.cc if (key == "were_all_requests_http_1_1") { key 428 chrome/browser/net/http_pipelining_compatibility_client.cc } else if (key == "max_pipeline_depth") { key 342 chrome/browser/net/http_server_properties_manager.cc const std::string& server_str = it.key(); key 372 chrome/browser/net/http_server_properties_manager.cc const std::string& id_str = dict_it.key(); key 691 chrome/browser/net/http_server_properties_manager.cc std::string key = base::StringPrintf("%u", id); key 692 chrome/browser/net/http_server_properties_manager.cc spdy_settings_dict->SetInteger(key, value); key 66 chrome/browser/net/proxy_policy_handler.cc const base::Value* mode = GetProxyPolicyValue(policies, key::kProxyMode); key 67 chrome/browser/net/proxy_policy_handler.cc const base::Value* server = GetProxyPolicyValue(policies, key::kProxyServer); key 69 chrome/browser/net/proxy_policy_handler.cc GetProxyPolicyValue(policies, key::kProxyServerMode); key 70 chrome/browser/net/proxy_policy_handler.cc const base::Value* pac_url = GetProxyPolicyValue(policies, key::kProxyPacUrl); key 72 chrome/browser/net/proxy_policy_handler.cc GetProxyPolicyValue(policies, key::kProxyBypassList); key 75 chrome/browser/net/proxy_policy_handler.cc errors->AddError(key::kProxySettings, key 76 chrome/browser/net/proxy_policy_handler.cc key::kProxyMode, key 99 chrome/browser/net/proxy_policy_handler.cc errors->AddError(key::kProxySettings, key 100 chrome/browser/net/proxy_policy_handler.cc key::kProxyPacUrl, key 104 chrome/browser/net/proxy_policy_handler.cc errors->AddError(key::kProxySettings, key 105 chrome/browser/net/proxy_policy_handler.cc key::kProxyBypassList, key 109 chrome/browser/net/proxy_policy_handler.cc errors->AddError(key::kProxySettings, key 110 chrome/browser/net/proxy_policy_handler.cc key::kProxyServer, key 122 chrome/browser/net/proxy_policy_handler.cc errors->AddError(key::kProxySettings, key 123 chrome/browser/net/proxy_policy_handler.cc mode ? key::kProxyMode : key::kProxyServerMode, key 133 chrome/browser/net/proxy_policy_handler.cc const base::Value* mode = GetProxyPolicyValue(policies, key::kProxyMode); key 134 chrome/browser/net/proxy_policy_handler.cc const base::Value* server = GetProxyPolicyValue(policies, key::kProxyServer); key 136 chrome/browser/net/proxy_policy_handler.cc GetProxyPolicyValue(policies, key::kProxyServerMode); key 137 chrome/browser/net/proxy_policy_handler.cc const base::Value* pac_url = GetProxyPolicyValue(policies, key::kProxyPacUrl); key 139 chrome/browser/net/proxy_policy_handler.cc GetProxyPolicyValue(policies, key::kProxyBypassList); key 214 chrome/browser/net/proxy_policy_handler.cc const base::Value* value = policies.GetValue(key::kProxySettings); key 234 chrome/browser/net/proxy_policy_handler.cc const base::Value* mode = GetProxyPolicyValue(policies, key::kProxyMode); key 235 chrome/browser/net/proxy_policy_handler.cc const base::Value* server = GetProxyPolicyValue(policies, key::kProxyServer); key 237 chrome/browser/net/proxy_policy_handler.cc GetProxyPolicyValue(policies, key::kProxyServerMode); key 238 chrome/browser/net/proxy_policy_handler.cc const base::Value* pac_url = GetProxyPolicyValue(policies, key::kProxyPacUrl); key 244 chrome/browser/net/proxy_policy_handler.cc errors->AddError(key::kProxySettings, key 245 chrome/browser/net/proxy_policy_handler.cc key::kProxyServerMode, key 247 chrome/browser/net/proxy_policy_handler.cc key::kProxyMode); key 250 chrome/browser/net/proxy_policy_handler.cc errors->AddError(key::kProxySettings, key 251 chrome/browser/net/proxy_policy_handler.cc key::kProxyMode, key 259 chrome/browser/net/proxy_policy_handler.cc errors->AddError(key::kProxySettings, key 260 chrome/browser/net/proxy_policy_handler.cc key::kProxyMode, key 266 chrome/browser/net/proxy_policy_handler.cc errors->AddError(key::kProxySettings, key 267 chrome/browser/net/proxy_policy_handler.cc key::kProxyPacUrl, key 271 chrome/browser/net/proxy_policy_handler.cc errors->AddError(key::kProxySettings, key 272 chrome/browser/net/proxy_policy_handler.cc key::kProxyServer, key 279 chrome/browser/net/proxy_policy_handler.cc errors->AddError(key::kProxySettings, key 280 chrome/browser/net/proxy_policy_handler.cc key::kProxyServerMode, key 296 chrome/browser/net/proxy_policy_handler.cc errors->AddError(key::kProxySettings, key 297 chrome/browser/net/proxy_policy_handler.cc key::kProxyServer, key 299 chrome/browser/net/proxy_policy_handler.cc errors->AddError(key::kProxySettings, key 300 chrome/browser/net/proxy_policy_handler.cc key::kProxyPacUrl, key 306 chrome/browser/net/proxy_policy_handler.cc errors->AddError(key::kProxySettings, key 307 chrome/browser/net/proxy_policy_handler.cc key::kProxyServer, key 309 chrome/browser/net/proxy_policy_handler.cc errors->AddError(key::kProxySettings, key 310 chrome/browser/net/proxy_policy_handler.cc key::kProxyPacUrl, key 323 chrome/browser/net/proxy_policy_handler.cc errors->AddError(key::kProxySettings, key 324 chrome/browser/net/proxy_policy_handler.cc key::kProxyServerMode, key 77 chrome/browser/net/proxy_policy_handler_unittest.cc policy.Set(key::kProxyBypassList, key 82 chrome/browser/net/proxy_policy_handler_unittest.cc policy.Set(key::kProxyServer, key 88 chrome/browser/net/proxy_policy_handler_unittest.cc key::kProxyServerMode, POLICY_LEVEL_MANDATORY, POLICY_SCOPE_USER, key 103 chrome/browser/net/proxy_policy_handler_unittest.cc key::kProxyServerMode, POLICY_LEVEL_MANDATORY, POLICY_SCOPE_USER, key 107 chrome/browser/net/proxy_policy_handler_unittest.cc policy.Set(key::kProxyBypassList, key 112 chrome/browser/net/proxy_policy_handler_unittest.cc policy.Set(key::kProxyServer, key 128 chrome/browser/net/proxy_policy_handler_unittest.cc key::kProxyServerMode, POLICY_LEVEL_MANDATORY, POLICY_SCOPE_USER, key 140 chrome/browser/net/proxy_policy_handler_unittest.cc policy.Set(key::kProxyServerMode, POLICY_LEVEL_MANDATORY, POLICY_SCOPE_USER, key 151 chrome/browser/net/proxy_policy_handler_unittest.cc policy.Set(key::kProxyMode, key 164 chrome/browser/net/proxy_policy_handler_unittest.cc key::kProxyServerMode, POLICY_LEVEL_MANDATORY, POLICY_SCOPE_USER, key 177 chrome/browser/net/proxy_policy_handler_unittest.cc policy.Set(key::kProxyMode, key 191 chrome/browser/net/proxy_policy_handler_unittest.cc policy.Set(key::kProxyPacUrl, key 196 chrome/browser/net/proxy_policy_handler_unittest.cc policy.Set(key::kProxyMode, key 210 chrome/browser/net/proxy_policy_handler_unittest.cc policy.Set(key::kProxyMode, key 224 chrome/browser/net/proxy_policy_handler_unittest.cc policy.Set(key::kProxyServer, key 229 chrome/browser/net/proxy_policy_handler_unittest.cc policy.Set(key::kProxyPacUrl, key 234 chrome/browser/net/proxy_policy_handler_unittest.cc policy.Set(key::kProxyMode, key 248 chrome/browser/net/proxy_policy_handler_unittest.cc policy.Set(key::kProxyServerMode, POLICY_LEVEL_MANDATORY, POLICY_SCOPE_USER, key 259 chrome/browser/net/proxy_policy_handler_unittest.cc policy.Set(key::kProxyMode, key 272 chrome/browser/net/proxy_policy_handler_unittest.cc policy.Set(key::kProxyServerMode, POLICY_LEVEL_MANDATORY, POLICY_SCOPE_USER, key 276 chrome/browser/net/proxy_policy_handler_unittest.cc policy.Set(key::kProxyMode, key 291 chrome/browser/net/proxy_policy_handler_unittest.cc policy.Set(key::kProxyPacUrl, key 296 chrome/browser/net/proxy_policy_handler_unittest.cc policy.Set(key::kProxyBypassList, key 301 chrome/browser/net/proxy_policy_handler_unittest.cc policy.Set(key::kProxyServer, key 307 chrome/browser/net/proxy_policy_handler_unittest.cc policy.Set(key::kProxyServerMode, POLICY_LEVEL_MANDATORY, key 617 chrome/browser/net/spdyproxy/data_reduction_proxy_settings.cc std::string key; key 627 chrome/browser/net/spdyproxy/data_reduction_proxy_settings.cc key = command_line.GetSwitchValueASCII(switches::kSpdyProxyAuthValue); key 630 chrome/browser/net/spdyproxy/data_reduction_proxy_settings.cc key = SPDY_PROXY_AUTH_VALUE; key 636 chrome/browser/net/spdyproxy/data_reduction_proxy_settings.cc DCHECK(!key.empty()); key 639 chrome/browser/net/spdyproxy/data_reduction_proxy_settings.cc base::StringPrintf("%" PRId64 "%s%" PRId64, salt, key.c_str(), salt); key 45 chrome/browser/net/sqlite_server_bound_cert_store_unittest.cc static void ReadTestKeyAndCert(std::string* key, std::string* cert) { key 50 chrome/browser/net/sqlite_server_bound_cert_store_unittest.cc ASSERT_TRUE(base::ReadFileToString(key_path, key)); key 118 chrome/browser/notifications/message_center_notification_manager.h const char* key, key 40 chrome/browser/notifications/sync_notifier/chrome_notifier_delegate_unittest.cc const std::string& key, key 43 chrome/browser/notifications/sync_notifier/chrome_notifier_delegate_unittest.cc image_url,app_id, key, key 115 chrome/browser/notifications/sync_notifier/chrome_notifier_service.cc const std::string& key = incoming->GetKey(); key 116 chrome/browser/notifications/sync_notifier/chrome_notifier_service.cc DCHECK_GT(key.length(), 0U); key 117 chrome/browser/notifications/sync_notifier/chrome_notifier_service.cc SyncedNotification* found = FindNotificationById(key); key 221 chrome/browser/notifications/sync_notifier/chrome_notifier_service.cc const std::string& key = new_notification->GetKey(); key 222 chrome/browser/notifications/sync_notifier/chrome_notifier_service.cc DCHECK_GT(key.length(), 0U); key 223 chrome/browser/notifications/sync_notifier/chrome_notifier_service.cc SyncedNotification* found = FindNotificationById(key); key 244 chrome/browser/notifications/sync_notifier/chrome_notifier_service.cc FreeNotificationById(key); key 440 chrome/browser/notifications/sync_notifier/chrome_notifier_service.cc const std::string& key) { key 442 chrome/browser/notifications/sync_notifier/chrome_notifier_service.cc SyncedNotification* notification = FindNotificationById(key); key 56 chrome/browser/notifications/sync_notifier/chrome_notifier_service_unittest.cc return specifics.coalesced_notification().key(); key 157 chrome/browser/notifications/sync_notifier/chrome_notifier_service_unittest.cc const std::string& key, key 160 chrome/browser/notifications/sync_notifier/chrome_notifier_service_unittest.cc app_id, key, read_state); key 428 chrome/browser/notifications/sync_notifier/chrome_notifier_service_unittest.cc const std::string& key = notification1->GetKey(); key 430 chrome/browser/notifications/sync_notifier/chrome_notifier_service_unittest.cc notifier.FindNotificationById(key); key 82 chrome/browser/notifications/sync_notifier/sync_notifier_test_utils.cc const std::string& key, key 111 chrome/browser/notifications/sync_notifier/sync_notifier_test_utils.cc coalesced_notification->set_key(key); key 102 chrome/browser/notifications/sync_notifier/sync_notifier_test_utils.h const std::string& key, key 426 chrome/browser/notifications/sync_notifier/synced_notification.cc return specifics_.coalesced_notification().key(); key 23 chrome/browser/parsers/metadata_parser.h virtual bool GetNext(std::string* key, std::string* value) = 0; key 47 chrome/browser/parsers/metadata_parser.h virtual bool GetProperty(const std::string& key, std::string* value) = 0; key 33 chrome/browser/parsers/metadata_parser_filebase.cc bool FileMetadataParser::GetProperty(const std::string& key, key 35 chrome/browser/parsers/metadata_parser_filebase.cc PropertyMap::iterator it = properties_.find(key.c_str()); key 40 chrome/browser/parsers/metadata_parser_filebase.cc *value = properties_[key.c_str()]; key 55 chrome/browser/parsers/metadata_parser_filebase.cc bool FileMetadataPropertyIterator::GetNext(std::string* key, key 60 chrome/browser/parsers/metadata_parser_filebase.cc *key = it->first; key 27 chrome/browser/parsers/metadata_parser_filebase.h virtual bool GetProperty(const std::string& key, std::string* value) OVERRIDE; key 46 chrome/browser/parsers/metadata_parser_filebase.h virtual bool GetNext(std::string* key, std::string* value) OVERRIDE; key 82 chrome/browser/parsers/metadata_parser_filebase_unittest.cc std::string key, value; key 85 chrome/browser/parsers/metadata_parser_filebase_unittest.cc EXPECT_TRUE(iter->GetNext(&key, &value)); key 88 chrome/browser/parsers/metadata_parser_filebase_unittest.cc ASSERT_TRUE(expectations.find(key) != expectations.end()); key 89 chrome/browser/parsers/metadata_parser_filebase_unittest.cc EXPECT_EQ(expectations[key], value); key 91 chrome/browser/parsers/metadata_parser_filebase_unittest.cc expectations.erase(key); key 95 chrome/browser/parsers/metadata_parser_filebase_unittest.cc EXPECT_FALSE(iter->GetNext(&key, &value)); key 57 chrome/browser/password_manager/native_backend_kwallet_x_unittest.cc bool hasEntry(const std::string& folder, const std::string& key) const { key 59 chrome/browser/password_manager/native_backend_kwallet_x_unittest.cc return it != data_.end() && it->second.find(key) != it->second.end(); key 74 chrome/browser/password_manager/native_backend_kwallet_x_unittest.cc bool readEntry(const std::string& folder, const std::string& key, key 78 chrome/browser/password_manager/native_backend_kwallet_x_unittest.cc Folder::const_iterator fit = it->second.find(key); key 92 chrome/browser/password_manager/native_backend_kwallet_x_unittest.cc bool removeEntry(const std::string& folder, const std::string& key) { key 95 chrome/browser/password_manager/native_backend_kwallet_x_unittest.cc return it->second.erase(key) > 0; key 99 chrome/browser/password_manager/native_backend_kwallet_x_unittest.cc bool writeEntry(const std::string& folder, const std::string& key, key 103 chrome/browser/password_manager/native_backend_kwallet_x_unittest.cc it->second[key] = value; key 381 chrome/browser/password_manager/native_backend_kwallet_x_unittest.cc std::string key; key 385 chrome/browser/password_manager/native_backend_kwallet_x_unittest.cc EXPECT_TRUE(reader.PopString(&key)); key 391 chrome/browser/password_manager/native_backend_kwallet_x_unittest.cc writer.AppendBool(wallet_.hasEntry(folder_name, key)); key 393 chrome/browser/password_manager/native_backend_kwallet_x_unittest.cc writer.AppendInt32(wallet_.removeEntry(folder_name, key) ? 0 : 1); key 413 chrome/browser/password_manager/native_backend_kwallet_x_unittest.cc std::string key; key 417 chrome/browser/password_manager/native_backend_kwallet_x_unittest.cc EXPECT_TRUE(reader.PopString(&key)); key 421 chrome/browser/password_manager/native_backend_kwallet_x_unittest.cc if (wallet_.readEntry(folder_name, key, &value)) { key 430 chrome/browser/password_manager/native_backend_kwallet_x_unittest.cc std::string key; key 436 chrome/browser/password_manager/native_backend_kwallet_x_unittest.cc EXPECT_TRUE(reader.PopString(&key)); key 443 chrome/browser/password_manager/native_backend_kwallet_x_unittest.cc wallet_.writeEntry(folder_name, key, key 118 chrome/browser/password_manager/password_generation_interactive_uitest.cc void SendKeyToPopup(ui::KeyboardCode key) { key 120 chrome/browser/password_manager/password_generation_interactive_uitest.cc event.windowsKeyCode = key; key 106 chrome/browser/performance_monitor/database.cc bool Database::AddStateValue(const std::string& key, const std::string& value) { key 109 chrome/browser/performance_monitor/database.cc leveldb::Status insert_status = state_db_->Put(write_options_, key, value); key 113 chrome/browser/performance_monitor/database.cc std::string Database::GetStateValue(const std::string& key) { key 116 chrome/browser/performance_monitor/database.cc state_db_->Get(read_options_, key, &result); key 125 chrome/browser/performance_monitor/database.cc std::string key = key_builder_->CreateEventKey(event.time(), event.type()); key 126 chrome/browser/performance_monitor/database.cc leveldb::Status status = event_db_->Put(write_options_, key, value); key 147 chrome/browser/performance_monitor/database.cc results.push_back(ActiveIntervalToTimeRange(it->key().ToString(), key 152 chrome/browser/performance_monitor/database.cc it->Valid() && it->key().ToString() < end_key; key 154 chrome/browser/performance_monitor/database.cc results.push_back(ActiveIntervalToTimeRange(it->key().ToString(), key 172 chrome/browser/performance_monitor/database.cc it->Valid() && it->key().ToString() <= end_key; key 176 chrome/browser/performance_monitor/database.cc key_builder_->EventKeyToEventType(it->key().ToString()); key 182 chrome/browser/performance_monitor/database.cc invalid_entries.Delete(it->key()); key 204 chrome/browser/performance_monitor/database.cc it->Valid() && it->key().ToString() <= end_key; key 207 chrome/browser/performance_monitor/database.cc key_builder_->EventKeyToEventType(it->key().ToString()); key 275 chrome/browser/performance_monitor/database.cc recent_it->Valid() && recent_it->key().ToString() <= recent_end_key; key 278 chrome/browser/performance_monitor/database.cc key_builder_->SplitRecentKey(recent_it->key().ToString()); key 286 chrome/browser/performance_monitor/database.cc recent_it->key().ToString() <= recent_end_of_time_key; key 289 chrome/browser/performance_monitor/database.cc key_builder_->SplitRecentKey(recent_it->key().ToString()); key 304 chrome/browser/performance_monitor/database.cc if (metric_it->Valid() && metric_it->key().ToString() <= metric_end_key) { key 321 chrome/browser/performance_monitor/database.cc key_builder_->SplitRecentKey(it->key().ToString()); key 371 chrome/browser/performance_monitor/database.cc it->Valid() && it->key().ToString() <= end_key; key 374 chrome/browser/performance_monitor/database.cc key_builder_->SplitMetricKey(it->key().ToString()); key 378 chrome/browser/performance_monitor/database.cc invalid_entries.Delete(it->key()); key 405 chrome/browser/performance_monitor/database.cc it->Valid() && it->key().ToString() <= end_key; key 407 chrome/browser/performance_monitor/database.cc MetricKey split_key = key_builder_->SplitMetricKey(it->key().ToString()); key 414 chrome/browser/performance_monitor/database.cc invalid_entries.Delete(it->key()); key 555 chrome/browser/performance_monitor/database.cc RecentKey split_key = key_builder_->SplitRecentKey(it->key().ToString()); key 558 chrome/browser/performance_monitor/database.cc it->key().ToString(); key 567 chrome/browser/performance_monitor/database.cc max_value_map_[it->key().ToString()] = key 124 chrome/browser/performance_monitor/database.h bool AddStateValue(const std::string& key, const std::string& value); key 126 chrome/browser/performance_monitor/database.h std::string GetStateValue(const std::string& key); key 55 chrome/browser/performance_monitor/database_unittest.cc std::string key = database_->key_builder_->CreateEventKey(time, type); key 57 chrome/browser/performance_monitor/database_unittest.cc database_->event_db_->Put(database_->write_options_, key, "fake_event"); key 409 chrome/browser/performance_monitor/database_unittest.cc std::string key("version"); key 411 chrome/browser/performance_monitor/database_unittest.cc db_->AddStateValue(key, value); key 412 chrome/browser/performance_monitor/database_unittest.cc EXPECT_EQ(db_->GetStateValue(key), value); key 416 chrome/browser/performance_monitor/database_unittest.cc std::string key("version"); key 419 chrome/browser/performance_monitor/database_unittest.cc db_->AddStateValue(key, value_1); key 420 chrome/browser/performance_monitor/database_unittest.cc db_->AddStateValue(key, value_2); key 421 chrome/browser/performance_monitor/database_unittest.cc EXPECT_EQ(db_->GetStateValue(key), value_2); key 227 chrome/browser/performance_monitor/key_builder.cc RecentKey KeyBuilder::SplitRecentKey(const std::string& key) { key 229 chrome/browser/performance_monitor/key_builder.cc base::SplitString(key, kDelimiter, &split); key 237 chrome/browser/performance_monitor/key_builder.cc MetricKey KeyBuilder::SplitMetricKey(const std::string& key) { key 239 chrome/browser/performance_monitor/key_builder.cc base::SplitString(key, kDelimiter, &split); key 82 chrome/browser/performance_monitor/key_builder.h EventType EventKeyToEventType(const std::string& key); key 83 chrome/browser/performance_monitor/key_builder.h RecentKey SplitRecentKey(const std::string& key); key 84 chrome/browser/performance_monitor/key_builder.h MetricKey SplitMetricKey(const std::string& key); key 245 chrome/browser/performance_monitor/performance_monitor_browsertest.cc void AddStateValue(const std::string& key, const std::string& value) { key 251 chrome/browser/performance_monitor/performance_monitor_browsertest.cc key, key 119 chrome/browser/platform_util_win.cc base::win::RegKey key; key 122 chrome/browser/platform_util_win.cc key.Open(HKEY_CLASSES_ROOT, registry_path.c_str(), KEY_READ); key 123 chrome/browser/platform_util_win.cc if (!key.Valid()) key 126 chrome/browser/platform_util_win.cc key.ReadValue(NULL, NULL, &size, NULL); key 249 chrome/browser/plugins/plugin_finder.cc const std::string& identifier = plugin_it.key(); key 64 chrome/browser/plugins/plugin_prefs.cc base::FilePath key = ConvertMapKey(plugin); key 65 chrome/browser/plugins/plugin_prefs.cc std::map<base::FilePath, bool>::const_iterator iter = state_.find(key); key 124 chrome/browser/policy/cloud/cloud_policy_browsertest.cc expected->Set(key::kShowHomeButton, POLICY_LEVEL_MANDATORY, POLICY_SCOPE_USER, key 126 chrome/browser/policy/cloud/cloud_policy_browsertest.cc expected->Set(key::kRestoreOnStartup, POLICY_LEVEL_MANDATORY, key 132 chrome/browser/policy/cloud/cloud_policy_browsertest.cc key::kURLBlacklist, POLICY_LEVEL_MANDATORY, POLICY_SCOPE_USER, key 135 chrome/browser/policy/cloud/cloud_policy_browsertest.cc key::kMaxInvalidationFetchDelay, POLICY_LEVEL_MANDATORY, key 138 chrome/browser/policy/cloud/cloud_policy_browsertest.cc key::kHomepageLocation, POLICY_LEVEL_RECOMMENDED, key 282 chrome/browser/policy/cloud/cloud_policy_invalidator.cc policy_map.GetValue(key::kMaxInvalidationFetchDelay); key 294 chrome/browser/policy/cloud/cloud_policy_invalidator_unittest.cc key::kMaxInvalidationFetchDelay, key 68 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kHomepageLocation, key 71 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kHomepageIsNewTabPage, key 74 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kRestoreOnStartupURLs, key 77 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kAlternateErrorPagesEnabled, key 80 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kSearchSuggestEnabled, key 83 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kDnsPrefetchingEnabled, key 86 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kBuiltInDnsClientEnabled, key 89 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kQuickCheckEnabled, key 92 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kDisableSpdy, key 95 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kSafeBrowsingEnabled, key 98 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kForceSafeSearch, key 101 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kPasswordManagerEnabled, key 104 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kPasswordManagerAllowShowPasswords, key 107 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kPrintingEnabled, key 110 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kDisablePrintPreview, key 113 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kMetricsReportingEnabled, key 116 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kApplicationLocaleValue, key 119 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kDisabledPlugins, key 122 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kDisabledPluginsExceptions, key 125 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kEnabledPlugins, key 128 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kShowHomeButton, key 131 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kSavingBrowserHistoryDisabled, key 134 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kAllowDeletingBrowserHistory, key 137 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kDeveloperToolsDisabled, key 140 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kBlockThirdPartyCookies, key 143 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kDefaultCookiesSetting, key 146 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kDefaultImagesSetting, key 149 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kDefaultPluginsSetting, key 152 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kDefaultPopupsSetting, key 155 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kAutoSelectCertificateForUrls, key 158 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kCookiesAllowedForUrls, key 161 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kCookiesBlockedForUrls, key 164 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kCookiesSessionOnlyForUrls, key 167 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kImagesAllowedForUrls, key 170 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kImagesBlockedForUrls, key 173 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kJavaScriptAllowedForUrls, key 176 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kJavaScriptBlockedForUrls, key 179 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kPluginsAllowedForUrls, key 182 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kPluginsBlockedForUrls, key 185 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kPopupsAllowedForUrls, key 188 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kPopupsBlockedForUrls, key 191 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kNotificationsAllowedForUrls, key 194 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kNotificationsBlockedForUrls, key 197 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kDefaultNotificationsSetting, key 200 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kDefaultGeolocationSetting, key 203 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kSigninAllowed, key 206 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kEnableOriginBoundCerts, key 209 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kDisableSSLRecordSplitting, key 212 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kEnableOnlineRevocationChecks, key 215 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kRequireOnlineRevocationChecksForLocalAnchors, key 218 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kAuthSchemes, key 221 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kDisableAuthNegotiateCnameLookup, key 224 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kEnableAuthNegotiatePort, key 227 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kAuthServerWhitelist, key 230 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kAuthNegotiateDelegateWhitelist, key 233 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kGSSAPILibraryName, key 236 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kAllowCrossOriginAuthPrompt, key 239 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kDisable3DAPIs, key 242 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kDisablePluginFinder, key 245 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kDiskCacheSize, key 248 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kMediaCacheSize, key 251 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kPolicyRefreshRate, key 254 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kDevicePolicyRefreshRate, key 257 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kDefaultBrowserSettingEnabled, key 260 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kRemoteAccessHostFirewallTraversal, key 263 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kRemoteAccessHostRequireTwoFactor, key 266 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kRemoteAccessHostDomain, key 269 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kRemoteAccessHostTalkGadgetPrefix, key 272 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kRemoteAccessHostRequireCurtain, key 275 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kRemoteAccessHostAllowClientPairing, key 278 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kRemoteAccessHostAllowGnubbyAuth, key 281 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kCloudPrintProxyEnabled, key 284 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kCloudPrintSubmitEnabled, key 287 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kTranslateEnabled, key 290 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kAllowOutdatedPlugins, key 293 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kAlwaysAuthorizePlugins, key 296 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kBookmarkBarEnabled, key 299 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kEditBookmarksEnabled, key 302 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kAllowFileSelectionDialogs, key 305 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kImportBookmarks, key 308 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kImportHistory, key 311 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kImportHomepage, key 314 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kImportSearchEngine, key 317 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kImportSavedPasswords, key 320 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kMaxConnectionsPerProxy, key 323 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kURLWhitelist, key 326 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kRestrictSigninToPattern, key 329 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kDefaultMediaStreamSetting, key 332 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kDisableSafeBrowsingProceedAnyway, key 335 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kSpellCheckServiceEnabled, key 338 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kDisableScreenshots, key 341 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kAudioCaptureAllowed, key 344 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kVideoCaptureAllowed, key 347 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kAudioCaptureAllowedUrls, key 350 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kVideoCaptureAllowedUrls, key 353 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kHideWebStoreIcon, key 356 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kVariationsRestrictParameter, key 359 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kSupervisedUserCreationEnabled, key 362 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kForceEphemeralProfiles, key 367 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kFullscreenAllowed, key 370 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kFullscreenAllowed, key 376 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kChromeOsLockOnIdleSuspend, key 379 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kChromeOsReleaseChannel, key 382 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kDriveDisabled, key 385 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kDriveDisabledOverCellular, key 388 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kExternalStorageDisabled, key 391 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kAudioOutputAllowed, key 394 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kShowLogoutButtonInTray, key 397 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kShelfAutoHideBehavior, key 400 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kSessionLengthLimit, key 403 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kWaitForInitialUserActivity, key 406 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kPowerManagementUsesAudioActivity, key 409 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kPowerManagementUsesVideoActivity, key 412 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kAllowScreenWakeLocks, key 415 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kWaitForInitialUserActivity, key 418 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kTermsOfServiceURL, key 421 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kShowAccessibilityOptionsInSystemTrayMenu, key 424 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kLargeCursorEnabled, key 427 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kSpokenFeedbackEnabled, key 430 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kHighContrastEnabled, key 433 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kVirtualKeyboardEnabled, key 436 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kDeviceLoginScreenDefaultLargeCursorEnabled, key 439 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kDeviceLoginScreenDefaultSpokenFeedbackEnabled, key 442 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kDeviceLoginScreenDefaultHighContrastEnabled, key 445 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kDeviceLoginScreenDefaultVirtualKeyboardEnabled, key 448 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kRebootAfterUpdate, key 451 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kAttestationEnabledForUser, key 454 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kChromeOsMultiProfileUserBehavior, key 457 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kKeyboardDefaultToFunctionKeys, key 463 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kBackgroundModeEnabled, key 469 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kDataCompressionProxyEnabled, key 475 chrome/browser/policy/configuration_policy_handler_list_factory.cc { key::kNativeMessagingUserLevelHosts, key 541 chrome/browser/policy/configuration_policy_handler_list_factory.cc key::kExtensionInstallWhitelist, key 546 chrome/browser/policy/configuration_policy_handler_list_factory.cc key::kExtensionInstallBlacklist, key 553 chrome/browser/policy/configuration_policy_handler_list_factory.cc key::kExtensionInstallSources, key 557 chrome/browser/policy/configuration_policy_handler_list_factory.cc key::kExtensionAllowedTypes, key 569 chrome/browser/policy/configuration_policy_handler_list_factory.cc key::kNativeMessagingWhitelist, key 574 chrome/browser/policy/configuration_policy_handler_list_factory.cc key::kNativeMessagingBlacklist, key 587 chrome/browser/policy/configuration_policy_handler_list_factory.cc key::kAttestationExtensionWhitelist, key 604 chrome/browser/policy/configuration_policy_handler_list_factory.cc new IntRangePolicyHandler(key::kScreenDimDelayAC, key 610 chrome/browser/policy/configuration_policy_handler_list_factory.cc new IntRangePolicyHandler(key::kScreenOffDelayAC, key 616 chrome/browser/policy/configuration_policy_handler_list_factory.cc new IntRangePolicyHandler(key::kIdleWarningDelayAC, key 622 chrome/browser/policy/configuration_policy_handler_list_factory.cc key::kIdleDelayAC, prefs::kPowerAcIdleDelayMs, 0, INT_MAX, true)); key 624 chrome/browser/policy/configuration_policy_handler_list_factory.cc new IntRangePolicyHandler(key::kScreenDimDelayBattery, key 630 chrome/browser/policy/configuration_policy_handler_list_factory.cc new IntRangePolicyHandler(key::kScreenOffDelayBattery, key 636 chrome/browser/policy/configuration_policy_handler_list_factory.cc new IntRangePolicyHandler(key::kIdleWarningDelayBattery, key 642 chrome/browser/policy/configuration_policy_handler_list_factory.cc new IntRangePolicyHandler(key::kIdleDelayBattery, key 648 chrome/browser/policy/configuration_policy_handler_list_factory.cc key::kIdleActionAC, key 654 chrome/browser/policy/configuration_policy_handler_list_factory.cc key::kIdleActionBattery, key 664 chrome/browser/policy/configuration_policy_handler_list_factory.cc new IntRangePolicyHandler(key::kScreenLockDelayAC, key 670 chrome/browser/policy/configuration_policy_handler_list_factory.cc new IntRangePolicyHandler(key::kScreenLockDelayBattery, key 677 chrome/browser/policy/configuration_policy_handler_list_factory.cc new IntRangePolicyHandler(key::kSAMLOfflineSigninTimeLimit, key 684 chrome/browser/policy/configuration_policy_handler_list_factory.cc key::kLidCloseAction, key 691 chrome/browser/policy/configuration_policy_handler_list_factory.cc key::kPresentationScreenDimDelayScale, key 698 chrome/browser/policy/configuration_policy_handler_list_factory.cc key::kUserActivityScreenDimDelayScale, key 705 chrome/browser/policy/configuration_policy_handler_list_factory.cc key::kUptimeLimit, prefs::kUptimeLimit, 3600, INT_MAX, true))); key 708 chrome/browser/policy/configuration_policy_handler_list_factory.cc key::kDeviceLoginScreenDefaultScreenMagnifierType, key 727 chrome/browser/policy/configuration_policy_handler_list_factory.cc new ExternalDataPolicyHandler(key::kUserAvatarImage))); key 729 chrome/browser/policy/configuration_policy_handler_list_factory.cc new ExternalDataPolicyHandler(key::kWallpaperImage))); key 16 chrome/browser/policy/file_selection_dialogs_policy_handler.cc : TypeCheckingPolicyHandler(key::kAllowFileSelectionDialogs, key 30 chrome/browser/policy/file_selection_dialogs_policy_handler_unittest.cc policy_.Set(key::kAllowFileSelectionDialogs, key 43 chrome/browser/policy/file_selection_dialogs_policy_handler_unittest.cc policy_.Set(key::kAllowFileSelectionDialogs, key 25 chrome/browser/policy/javascript_policy_handler.cc policies.GetValue(key::kJavascriptEnabled); key 27 chrome/browser/policy/javascript_policy_handler.cc policies.GetValue(key::kDefaultJavaScriptSetting); key 31 chrome/browser/policy/javascript_policy_handler.cc errors->AddError(key::kJavascriptEnabled, key 37 chrome/browser/policy/javascript_policy_handler.cc errors->AddError(key::kDefaultJavaScriptSetting, key 43 chrome/browser/policy/javascript_policy_handler.cc errors->AddError(key::kJavascriptEnabled, key 45 chrome/browser/policy/javascript_policy_handler.cc key::kDefaultJavaScriptSetting); key 55 chrome/browser/policy/javascript_policy_handler.cc policies.GetValue(key::kDefaultJavaScriptSetting); key 61 chrome/browser/policy/javascript_policy_handler.cc policies.GetValue(key::kJavascriptEnabled); key 27 chrome/browser/policy/javascript_policy_handler_unittest.cc policy.Set(key::kJavascriptEnabled, key 34 chrome/browser/policy/javascript_policy_handler_unittest.cc policy.Set(key::kJavascriptEnabled, key 49 chrome/browser/policy/javascript_policy_handler_unittest.cc policy.Set(key::kJavascriptEnabled, key 60 chrome/browser/policy/javascript_policy_handler_unittest.cc policy.Set(key::kDefaultJavaScriptSetting, key 47 chrome/browser/policy/managed_bookmarks_policy_handler.cc : TypeCheckingPolicyHandler(key::kManagedBookmarks, key 624 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kDisableScreenshots, key 762 chrome/browser/policy/policy_browsertest.cc key::kApplicationLocaleValue, POLICY_LEVEL_MANDATORY, POLICY_SCOPE_USER, key 806 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kBookmarkBarEnabled, POLICY_LEVEL_MANDATORY, key 817 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kBookmarkBarEnabled, POLICY_LEVEL_MANDATORY, key 853 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kDefaultCookiesSetting, POLICY_LEVEL_MANDATORY, key 898 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kDefaultSearchProviderEnabled, POLICY_LEVEL_MANDATORY, key 900 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kDefaultSearchProviderKeyword, key 903 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kDefaultSearchProviderSearchURL, key 909 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kDefaultSearchProviderAlternateURLs, POLICY_LEVEL_MANDATORY, key 911 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kDefaultSearchProviderSearchTermsReplacementKey, key 915 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kDefaultSearchProviderImageURL, key 919 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kDefaultSearchProviderImageURLPostParams, key 923 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kDefaultSearchProviderNewTabURL, key 954 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kDefaultSearchProviderEnabled, POLICY_LEVEL_MANDATORY, key 968 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kProxyServerMode, key 978 chrome/browser/policy/policy_browsertest.cc expected_value->SetInteger(key::kProxyServerMode, 3); key 979 chrome/browser/policy/policy_browsertest.cc expected.Set(key::kProxySettings, key 1029 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kForceSafeSearch, POLICY_LEVEL_MANDATORY, key 1083 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kDefaultSearchProviderEnabled, POLICY_LEVEL_MANDATORY, key 1085 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kDefaultSearchProviderKeyword, key 1088 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kDefaultSearchProviderSearchURL, key 1091 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kDefaultSearchProviderInstantURL, key 1097 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kDefaultSearchProviderAlternateURLs, POLICY_LEVEL_MANDATORY, key 1099 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kDefaultSearchProviderSearchTermsReplacementKey, key 1179 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kDisable3DAPIs, POLICY_LEVEL_MANDATORY, key 1187 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kDisable3DAPIs, POLICY_LEVEL_MANDATORY, key 1199 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kDisableSpdy, POLICY_LEVEL_MANDATORY, key 1206 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kDisableSpdy, POLICY_LEVEL_MANDATORY, key 1235 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kDisabledPlugins, POLICY_LEVEL_MANDATORY, key 1262 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kDisabledPlugins, POLICY_LEVEL_MANDATORY, key 1274 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kDisabledPluginsExceptions, POLICY_LEVEL_MANDATORY, key 1303 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kEnabledPlugins, POLICY_LEVEL_MANDATORY, key 1312 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kDisabledPlugins, POLICY_LEVEL_MANDATORY, key 1356 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kAlwaysAuthorizePlugins, POLICY_LEVEL_MANDATORY, key 1380 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kDeveloperToolsDisabled, POLICY_LEVEL_MANDATORY, key 1424 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kHideWebStoreIcon, POLICY_LEVEL_MANDATORY, key 1456 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kDownloadDirectory, POLICY_LEVEL_MANDATORY, key 1473 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kExtensionInstallBlacklist, POLICY_LEVEL_MANDATORY, key 1504 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kExtensionInstallBlacklist, POLICY_LEVEL_MANDATORY, key 1528 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kExtensionInstallBlacklist, POLICY_LEVEL_MANDATORY, key 1530 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kExtensionInstallWhitelist, POLICY_LEVEL_MANDATORY, key 1563 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kExtensionInstallForcelist, POLICY_LEVEL_MANDATORY, key 1671 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kExtensionAllowedTypes, POLICY_LEVEL_MANDATORY, key 1723 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kExtensionInstallSources, POLICY_LEVEL_MANDATORY, key 1764 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kHomepageLocation, POLICY_LEVEL_MANDATORY, key 1773 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kHomepageIsNewTabPage, POLICY_LEVEL_MANDATORY, key 1792 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kIncognitoEnabled, POLICY_LEVEL_MANDATORY, key 1800 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kIncognitoEnabled, POLICY_LEVEL_MANDATORY, key 1819 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kJavascriptEnabled, POLICY_LEVEL_MANDATORY, key 1836 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kDefaultJavaScriptSetting, POLICY_LEVEL_MANDATORY, key 1847 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kSavingBrowserHistoryDisabled, POLICY_LEVEL_MANDATORY, key 1859 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kSavingBrowserHistoryDisabled, POLICY_LEVEL_MANDATORY, key 1886 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kTranslateEnabled, POLICY_LEVEL_MANDATORY, key 1927 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kTranslateEnabled, POLICY_LEVEL_MANDATORY, key 1967 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kURLBlacklist, POLICY_LEVEL_MANDATORY, key 1980 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kURLWhitelist, POLICY_LEVEL_MANDATORY, key 2017 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kURLBlacklist, POLICY_LEVEL_MANDATORY, key 2027 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kURLBlacklist, POLICY_LEVEL_MANDATORY, key 2039 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kDisabledSchemes, POLICY_LEVEL_MANDATORY, key 2051 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kURLWhitelist, POLICY_LEVEL_MANDATORY, key 2054 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kURLBlacklist, POLICY_LEVEL_MANDATORY, key 2066 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kFullscreenAllowed, key 2081 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kFullscreenAllowed, key 2143 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kAudioOutputAllowed, POLICY_LEVEL_MANDATORY, key 2154 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kAudioOutputAllowed, POLICY_LEVEL_MANDATORY, key 2190 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kSessionLengthLimit, POLICY_LEVEL_MANDATORY, key 2201 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kSessionLengthLimit, POLICY_LEVEL_MANDATORY, key 2232 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kWaitForInitialUserActivity, POLICY_LEVEL_MANDATORY, key 2243 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kSessionLengthLimit, POLICY_LEVEL_MANDATORY, key 2279 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kWaitForInitialUserActivity, POLICY_LEVEL_MANDATORY, key 2283 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kSessionLengthLimit, POLICY_LEVEL_MANDATORY, key 2294 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kSessionLengthLimit, POLICY_LEVEL_MANDATORY, key 2315 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kLargeCursorEnabled, POLICY_LEVEL_MANDATORY, key 2339 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kSpokenFeedbackEnabled, POLICY_LEVEL_MANDATORY, key 2363 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kHighContrastEnabled, POLICY_LEVEL_MANDATORY, key 2387 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kScreenMagnifierType, POLICY_LEVEL_MANDATORY, key 2408 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kScreenMagnifierType, POLICY_LEVEL_MANDATORY, key 2432 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kVirtualKeyboardEnabled, POLICY_LEVEL_MANDATORY, key 2501 chrome/browser/policy/policy_browsertest.cc key::kRestoreOnStartup, POLICY_LEVEL_MANDATORY, POLICY_SCOPE_USER, key 2506 chrome/browser/policy/policy_browsertest.cc key::kHomepageIsNewTabPage, POLICY_LEVEL_MANDATORY, POLICY_SCOPE_USER, key 2509 chrome/browser/policy/policy_browsertest.cc key::kHomepageLocation, POLICY_LEVEL_MANDATORY, POLICY_SCOPE_USER, key 2521 chrome/browser/policy/policy_browsertest.cc key::kRestoreOnStartup, POLICY_LEVEL_MANDATORY, POLICY_SCOPE_USER, key 2526 chrome/browser/policy/policy_browsertest.cc key::kHomepageIsNewTabPage, POLICY_LEVEL_MANDATORY, POLICY_SCOPE_USER, key 2542 chrome/browser/policy/policy_browsertest.cc key::kRestoreOnStartup, POLICY_LEVEL_MANDATORY, POLICY_SCOPE_USER, key 2546 chrome/browser/policy/policy_browsertest.cc key::kRestoreOnStartupURLs, POLICY_LEVEL_MANDATORY, POLICY_SCOPE_USER, key 2555 chrome/browser/policy/policy_browsertest.cc key::kRestoreOnStartup, POLICY_LEVEL_MANDATORY, POLICY_SCOPE_USER, key 2566 chrome/browser/policy/policy_browsertest.cc key::kRestoreOnStartup, POLICY_LEVEL_MANDATORY, POLICY_SCOPE_USER, key 2628 chrome/browser/policy/policy_browsertest.cc key::kShowHomeButton, POLICY_LEVEL_MANDATORY, POLICY_SCOPE_USER, key 2631 chrome/browser/policy/policy_browsertest.cc key::kBookmarkBarEnabled, POLICY_LEVEL_MANDATORY, POLICY_SCOPE_USER, key 2634 chrome/browser/policy/policy_browsertest.cc key::kHomepageLocation, POLICY_LEVEL_MANDATORY, POLICY_SCOPE_USER, key 2791 chrome/browser/policy/policy_browsertest.cc ConfigurePolicyMap(&policies, key::kAudioCaptureAllowed, NULL, NULL); key 2822 chrome/browser/policy/policy_browsertest.cc ConfigurePolicyMap(&policies, key::kAudioCaptureAllowed, key 2823 chrome/browser/policy/policy_browsertest.cc key::kAudioCaptureAllowedUrls, allow_pattern[i]); key 2848 chrome/browser/policy/policy_browsertest.cc ConfigurePolicyMap(&policies, key::kVideoCaptureAllowed, NULL, NULL); key 2879 chrome/browser/policy/policy_browsertest.cc ConfigurePolicyMap(&policies, key::kVideoCaptureAllowed, key 2880 chrome/browser/policy/policy_browsertest.cc key::kVideoCaptureAllowedUrls, allow_pattern[i]); key 2909 chrome/browser/policy/policy_browsertest.cc key::kVariationsRestrictParameter, key 2936 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kNativeMessagingBlacklist, POLICY_LEVEL_MANDATORY, key 2951 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kNativeMessagingBlacklist, POLICY_LEVEL_MANDATORY, key 2968 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kNativeMessagingBlacklist, POLICY_LEVEL_MANDATORY, key 2970 chrome/browser/policy/policy_browsertest.cc policies.Set(key::kNativeMessagingWhitelist, POLICY_LEVEL_MANDATORY, key 22 chrome/browser/policy/policy_path_parser_win.cc std::wstring key_name(base::ASCIIToWide(policy::key::kUserDataDir)); key 23 chrome/browser/policy/policy_path_parser_win.cc base::win::RegKey key(hive, policy::kRegistryChromePolicyKey, KEY_READ); key 24 chrome/browser/policy/policy_path_parser_win.cc if (key.ReadValue(key_name.c_str(), &value) == ERROR_SUCCESS) { key 239 chrome/browser/policy/policy_prefs_browsertest.cc PolicyTestCase* policy_test_case = GetPolicyTestCase(dict, it.key()); key 241 chrome/browser/policy/policy_prefs_browsertest.cc policy_test_cases_[it.key()] = policy_test_case; key 364 chrome/browser/policy/policy_prefs_browsertest.cc policies.push_back(it.key()); key 465 chrome/browser/policy/policy_prefs_browsertest.cc EXPECT_TRUE(ContainsKey(policy_test_cases.map(), it.key())) key 466 chrome/browser/policy/policy_prefs_browsertest.cc << "Missing policy test case for: " << it.key(); key 498 chrome/browser/policy/policy_prefs_browsertest.cc const PolicyDetails* policy_details = GetChromePolicyDetails(it.key()); key 501 chrome/browser/policy/policy_prefs_browsertest.cc it.key(), key 507 chrome/browser/policy/policy_prefs_browsertest.cc it.key()) : key 91 chrome/browser/policy/test/local_policy_test_server.cc const crypto::RSAPrivateKey* key, const std::string& signature) { key 95 chrome/browser/policy/test/local_policy_test_server.cc if (!key->ExportPrivateKey(&signing_key_bits)) key 44 chrome/browser/policy/test/local_policy_test_server.h bool SetSigningKeyAndSignature(const crypto::RSAPrivateKey* key, key 353 chrome/browser/predictors/autocomplete_action_predictor.cc const DBCacheKey key = { it->user_text, *url_it }; key 357 chrome/browser/predictors/autocomplete_action_predictor.cc row.user_text = key.user_text; key 358 chrome/browser/predictors/autocomplete_action_predictor.cc row.url = key.url; key 360 chrome/browser/predictors/autocomplete_action_predictor.cc DBCacheMap::iterator it = db_cache_.find(key); key 368 chrome/browser/predictors/autocomplete_action_predictor.cc DCHECK(db_id_cache_.find(key) != db_id_cache_.end()); key 369 chrome/browser/predictors/autocomplete_action_predictor.cc row.id = db_id_cache_.find(key)->second; key 403 chrome/browser/predictors/autocomplete_action_predictor.cc const DBCacheKey key = { it->user_text, it->url }; key 406 chrome/browser/predictors/autocomplete_action_predictor.cc DCHECK(db_cache_.find(key) == db_cache_.end()); key 408 chrome/browser/predictors/autocomplete_action_predictor.cc db_cache_[key] = value; key 409 chrome/browser/predictors/autocomplete_action_predictor.cc db_id_cache_[key] = it->id; key 415 chrome/browser/predictors/autocomplete_action_predictor.cc const DBCacheKey key = { it->user_text, it->url }; key 417 chrome/browser/predictors/autocomplete_action_predictor.cc DBCacheMap::iterator db_it = db_cache_.find(key); key 419 chrome/browser/predictors/autocomplete_action_predictor.cc DCHECK(db_id_cache_.find(key) != db_id_cache_.end()); key 444 chrome/browser/predictors/autocomplete_action_predictor.cc const DBCacheKey key = { it->user_text, it->url }; key 446 chrome/browser/predictors/autocomplete_action_predictor.cc db_cache_[key] = value; key 447 chrome/browser/predictors/autocomplete_action_predictor.cc db_id_cache_[key] = it->id; key 554 chrome/browser/predictors/autocomplete_action_predictor.cc const DBCacheKey key = { user_text, match.destination_url }; key 560 chrome/browser/predictors/autocomplete_action_predictor.cc const DBCacheMap::const_iterator iter = db_cache_.find(key); key 175 chrome/browser/predictors/autocomplete_action_predictor_unittest.cc AutocompleteActionPredictor::DBCacheKey key = { row.user_text, row.url }; key 176 chrome/browser/predictors/autocomplete_action_predictor_unittest.cc ASSERT_TRUE(db_cache()->find(key) != db_cache()->end()); key 231 chrome/browser/predictors/autocomplete_action_predictor_unittest.cc const DBCacheKey key = { test_url_db[0].user_text, test_url_db[0].url }; key 232 chrome/browser/predictors/autocomplete_action_predictor_unittest.cc DBCacheMap::const_iterator it = db_cache()->find(key); key 240 chrome/browser/predictors/autocomplete_action_predictor_unittest.cc DBIdCacheMap::const_iterator id_it = db_id_cache()->find(key); key 252 chrome/browser/predictors/autocomplete_action_predictor_unittest.cc const DBCacheKey key = { test_url_db[0].user_text, test_url_db[0].url }; key 253 chrome/browser/predictors/autocomplete_action_predictor_unittest.cc DBCacheMap::const_iterator it = db_cache()->find(key); key 256 chrome/browser/predictors/autocomplete_action_predictor_unittest.cc DBIdCacheMap::const_iterator id_it = db_id_cache()->find(key); key 261 chrome/browser/predictors/autocomplete_action_predictor_unittest.cc update_row.user_text = key.user_text; key 262 chrome/browser/predictors/autocomplete_action_predictor_unittest.cc update_row.url = key.url; key 269 chrome/browser/predictors/autocomplete_action_predictor_unittest.cc DBCacheMap::const_iterator update_it = db_cache()->find(key); key 275 chrome/browser/predictors/autocomplete_action_predictor_unittest.cc DBIdCacheMap::const_iterator update_id_it = db_id_cache()->find(key); key 309 chrome/browser/predictors/autocomplete_action_predictor_unittest.cc DBCacheKey key = { test_url_db[i].user_text, test_url_db[i].url }; key 312 chrome/browser/predictors/autocomplete_action_predictor_unittest.cc EXPECT_EQ(deleted, db_cache()->find(key) == db_cache()->end()); key 313 chrome/browser/predictors/autocomplete_action_predictor_unittest.cc EXPECT_EQ(deleted, db_id_cache()->find(key) == db_id_cache()->end()); key 73 chrome/browser/prefs/chrome_pref_service_unittest.cc void ClearListValue(PrefService* prefs, const char* key) { key 74 chrome/browser/prefs/chrome_pref_service_unittest.cc ListPrefUpdate updater(prefs, key); key 78 chrome/browser/prefs/chrome_pref_service_unittest.cc void ClearDictionaryValue(PrefService* prefs, const char* key) { key 79 chrome/browser/prefs/chrome_pref_service_unittest.cc DictionaryPrefUpdate updater(prefs, key); key 21 chrome/browser/prefs/pref_hash_calculator.cc std::string GetDigestString(const std::string& key, key 25 chrome/browser/prefs/pref_hash_calculator.cc if (!hmac.Init(key) || !hmac.Sign(message, &digest[0], digest.size())) { key 34 chrome/browser/prefs/pref_hash_calculator.cc bool VerifyDigestString(const std::string& key, key 40 chrome/browser/prefs/pref_hash_calculator.cc hmac.Init(key) && key 206 chrome/browser/prefs/pref_hash_store_impl.cc split_macs.find(it.key()); key 208 chrome/browser/prefs/pref_hash_store_impl.cc invalid_keys->push_back(it.key()); key 212 chrome/browser/prefs/pref_hash_store_impl.cc keyed_path.replace(common_part_length, std::string::npos, it.key()); key 222 chrome/browser/prefs/pref_hash_store_impl.cc invalid_keys->push_back(it.key()); key 231 chrome/browser/prefs/pref_hash_store_impl.cc invalid_keys->push_back(it.key()); key 268 chrome/browser/prefs/pref_hash_store_impl.cc keyed_path.replace(common_part_length, std::string::npos, it.key()); key 278 chrome/browser/prefs/pref_hash_store_impl.cc const std::string& key, key 285 chrome/browser/prefs/pref_hash_store_impl.cc if (!hashed_prefs || !hashed_prefs->GetDictionary(key, &split_mac_dictionary)) key 294 chrome/browser/prefs/pref_hash_store_impl.cc split_macs->insert(make_pair(it.key(), mac_string)); key 406 chrome/browser/prefs/pref_model_associator.cc if (result->GetWithoutPathExpansion(it.key(), &to_key_value)) { key 410 chrome/browser/prefs/pref_model_associator.cc result->SetWithoutPathExpansion(it.key(), merged_value); key 415 chrome/browser/prefs/pref_model_associator.cc result->SetWithoutPathExpansion(it.key(), from_value->DeepCopy()); key 118 chrome/browser/prefs/profile_pref_store_manager.cc virtual bool GetValue(const std::string& key, key 121 chrome/browser/prefs/profile_pref_store_manager.cc if (!dictionary_->Get(key, &tmp)) key 171 chrome/browser/prefs/profile_pref_store_manager.cc virtual void OnPrefValueChanged(const std::string& key) OVERRIDE; key 188 chrome/browser/prefs/profile_pref_store_manager.cc const std::string& key) {} key 51 chrome/browser/prefs/profile_pref_store_manager_unittest.cc virtual void OnPrefValueChanged(const std::string& key) OVERRIDE { key 55 chrome/browser/prefs/profile_pref_store_manager_unittest.cc FirstEqualsPredicate(key))) key 56 chrome/browser/prefs/profile_pref_store_manager_unittest.cc << "Unregistered key " << key << " was changed."; key 126 chrome/browser/prefs/proxy_policy_unittest.cc policy.Set(key::kProxyMode, POLICY_LEVEL_MANDATORY, POLICY_SCOPE_USER, key 128 chrome/browser/prefs/proxy_policy_unittest.cc policy.Set(key::kProxyBypassList, POLICY_LEVEL_MANDATORY, POLICY_SCOPE_USER, key 130 chrome/browser/prefs/proxy_policy_unittest.cc policy.Set(key::kProxyServer, POLICY_LEVEL_MANDATORY, POLICY_SCOPE_USER, key 160 chrome/browser/prefs/proxy_policy_unittest.cc policy.Set(key::kProxyMode, POLICY_LEVEL_MANDATORY, POLICY_SCOPE_USER, key 187 chrome/browser/prefs/proxy_policy_unittest.cc policy.Set(key::kProxyMode, POLICY_LEVEL_MANDATORY, POLICY_SCOPE_USER, key 210 chrome/browser/prefs/proxy_policy_unittest.cc policy.Set(key::kProxyMode, POLICY_LEVEL_MANDATORY, POLICY_SCOPE_USER, key 186 chrome/browser/prefs/synced_pref_change_registrar_browsertest.cc policies.Set(policy::key::kShowHomeButton, key 207 chrome/browser/prefs/synced_pref_change_registrar_browsertest.cc policies.Set(policy::key::kShowHomeButton, key 23 chrome/browser/prefs/tracked/pref_service_hash_store_contents.cc PrefServiceMutableDictionary(const std::string& key, key 35 chrome/browser/prefs/tracked/pref_service_hash_store_contents.cc const std::string& key, key 37 chrome/browser/prefs/tracked/pref_service_hash_store_contents.cc : key_(key), update_(pref_service, prefs::kProfilePreferenceHashes) { key 18 chrome/browser/prefs/tracked/segregated_pref_store.cc const std::string& key) { key 25 chrome/browser/prefs/tracked/segregated_pref_store.cc PrefStore::Observer, outer_->observers_, OnPrefValueChanged(key)); key 87 chrome/browser/prefs/tracked/segregated_pref_store.cc bool SegregatedPrefStore::GetValue(const std::string& key, key 89 chrome/browser/prefs/tracked/segregated_pref_store.cc return StoreForKey(key)->GetValue(key, result); key 92 chrome/browser/prefs/tracked/segregated_pref_store.cc void SegregatedPrefStore::SetValue(const std::string& key, base::Value* value) { key 93 chrome/browser/prefs/tracked/segregated_pref_store.cc StoreForKey(key)->SetValue(key, value); key 96 chrome/browser/prefs/tracked/segregated_pref_store.cc void SegregatedPrefStore::RemoveValue(const std::string& key) { key 97 chrome/browser/prefs/tracked/segregated_pref_store.cc StoreForKey(key)->RemoveValue(key); key 100 chrome/browser/prefs/tracked/segregated_pref_store.cc bool SegregatedPrefStore::GetMutableValue(const std::string& key, key 102 chrome/browser/prefs/tracked/segregated_pref_store.cc return StoreForKey(key)->GetMutableValue(key, result); key 105 chrome/browser/prefs/tracked/segregated_pref_store.cc void SegregatedPrefStore::ReportValueChanged(const std::string& key) { key 106 chrome/browser/prefs/tracked/segregated_pref_store.cc StoreForKey(key)->ReportValueChanged(key); key 109 chrome/browser/prefs/tracked/segregated_pref_store.cc void SegregatedPrefStore::SetValueSilently(const std::string& key, key 111 chrome/browser/prefs/tracked/segregated_pref_store.cc StoreForKey(key)->SetValueSilently(key, value); key 155 chrome/browser/prefs/tracked/segregated_pref_store.cc SegregatedPrefStore::StoreForKey(const std::string& key) const { key 156 chrome/browser/prefs/tracked/segregated_pref_store.cc if (ContainsKey(selected_preference_names_, key) || key 157 chrome/browser/prefs/tracked/segregated_pref_store.cc selected_pref_store_->GetValue(key, NULL)) { key 163 chrome/browser/prefs/tracked/segregated_pref_store.cc PersistentPrefStore* SegregatedPrefStore::StoreForKey(const std::string& key) { key 164 chrome/browser/prefs/tracked/segregated_pref_store.cc if (ContainsKey(selected_preference_names_, key)) key 172 chrome/browser/prefs/tracked/segregated_pref_store.cc if (selected_pref_store_->GetValue(key, &value)) { key 175 chrome/browser/prefs/tracked/segregated_pref_store.cc default_pref_store_->SetValue(key, migrated_value.release()); key 177 chrome/browser/prefs/tracked/segregated_pref_store.cc selected_pref_store_->RemoveValue(key); key 52 chrome/browser/prefs/tracked/segregated_pref_store.h virtual bool GetValue(const std::string& key, key 56 chrome/browser/prefs/tracked/segregated_pref_store.h virtual void SetValue(const std::string& key, base::Value* value) OVERRIDE; key 57 chrome/browser/prefs/tracked/segregated_pref_store.h virtual void RemoveValue(const std::string& key) OVERRIDE; key 60 chrome/browser/prefs/tracked/segregated_pref_store.h virtual bool GetMutableValue(const std::string& key, key 62 chrome/browser/prefs/tracked/segregated_pref_store.h virtual void ReportValueChanged(const std::string& key) OVERRIDE; key 63 chrome/browser/prefs/tracked/segregated_pref_store.h virtual void SetValueSilently(const std::string& key, key 79 chrome/browser/prefs/tracked/segregated_pref_store.h virtual void OnPrefValueChanged(const std::string& key) OVERRIDE; key 95 chrome/browser/prefs/tracked/segregated_pref_store.h const PersistentPrefStore* StoreForKey(const std::string& key) const; key 100 chrome/browser/prefs/tracked/segregated_pref_store.h PersistentPrefStore* StoreForKey(const std::string& key); key 1642 chrome/browser/prerender/prerender_manager.cc std::string key = LoggedInPredictorTable::GetKey(url); key 1645 chrome/browser/prerender/prerender_manager.cc if (logged_in_state_->count(key)) key 1647 chrome/browser/prerender/prerender_manager.cc (*logged_in_state_)[key] = base::Time::Now().ToInternalValue(); key 102 chrome/browser/prerender/prerender_util.cc url_parse::Component key, value; key 103 chrome/browser/prerender/prerender_util.cc while (url_parse::ExtractQueryKeyValue(url.spec().c_str(), &query, &key, key 105 chrome/browser/prerender/prerender_util.cc if (key.len != 3 || strncmp(url.spec().c_str() + key.begin, "url", key.len)) key 128 chrome/browser/prerender/prerender_util.cc url_parse::Component key, value; key 129 chrome/browser/prerender/prerender_util.cc while (url_parse::ExtractQueryKeyValue(url.spec().c_str(), &query, &key, key 131 chrome/browser/prerender/prerender_util.cc if (key.len != 3 || strncmp(url.spec().c_str() + key.begin, "lpe", key.len)) key 137 chrome/browser/profile_resetter/automatic_profile_resetter.cc pref_names.push_back(it.key()); key 112 chrome/browser/profile_resetter/automatic_profile_resetter_delegate_unittest.cc SCOPED_TRACE(testing::Message("Key: ") << it.key()); key 113 chrome/browser/profile_resetter/automatic_profile_resetter_delegate_unittest.cc if (it.key() == "enabled" || it.key() == "synced_guid") { key 115 chrome/browser/profile_resetter/automatic_profile_resetter_delegate_unittest.cc EXPECT_FALSE(details.HasKey(it.key())); key 120 chrome/browser/profile_resetter/automatic_profile_resetter_delegate_unittest.cc ASSERT_TRUE(details.Get(it.key(), &actual_value)); key 121 chrome/browser/profile_resetter/automatic_profile_resetter_delegate_unittest.cc if (it.key() == "id") { key 123 chrome/browser/profile_resetter/automatic_profile_resetter_delegate_unittest.cc } else if (it.key() == "encodings") { key 73 chrome/browser/profile_resetter/brandcoded_default_settings.cc if (extensions::Extension::IdIsValid(extension_id.key())) key 74 chrome/browser/profile_resetter/brandcoded_default_settings.cc extension_ids->push_back(extension_id.key()); key 15 chrome/browser/profile_resetter/jtl_instructions.h #define OP_NAVIGATE(key) std::string(1, '\x00') + key key 126 chrome/browser/profile_resetter/jtl_interpreter.cc if (context->GetHash(i.key()) != hashed_key_) key 44 chrome/browser/profile_resetter/resettable_settings_snapshot.cc const base::string16& key, key 47 chrome/browser/profile_resetter/resettable_settings_snapshot.cc results->SetString("key", key); key 28 chrome/browser/profiles/incognito_mode_policy_handler.cc policies.GetValue(key::kIncognitoModeAvailability); key 35 chrome/browser/profiles/incognito_mode_policy_handler.cc errors->AddError(key::kIncognitoModeAvailability, key 41 chrome/browser/profiles/incognito_mode_policy_handler.cc errors->AddError(key::kIncognitoModeAvailability, key 48 chrome/browser/profiles/incognito_mode_policy_handler.cc policies.GetValue(key::kIncognitoEnabled); key 51 chrome/browser/profiles/incognito_mode_policy_handler.cc errors->AddError(key::kIncognitoEnabled, key 63 chrome/browser/profiles/incognito_mode_policy_handler.cc policies.GetValue(key::kIncognitoModeAvailability); key 65 chrome/browser/profiles/incognito_mode_policy_handler.cc policies.GetValue(key::kIncognitoEnabled); key 36 chrome/browser/profiles/incognito_mode_policy_handler_unittest.cc policy.Set(key::kIncognitoEnabled, POLICY_LEVEL_MANDATORY, key 43 chrome/browser/profiles/incognito_mode_policy_handler_unittest.cc policy.Set(key::kIncognitoModeAvailability, POLICY_LEVEL_MANDATORY, key 657 chrome/browser/profiles/profile_impl.cc const std::string& host(i.key()); key 247 chrome/browser/profiles/profile_info_cache.cc cache->GetDictionaryWithoutPathExpansion(it.key(), &info); key 250 chrome/browser/profiles/profile_info_cache.cc sorted_keys_.insert(FindPositionForProfile(it.key(), name), it.key()); key 272 chrome/browser/profiles/profile_info_cache.cc std::string key = CacheKeyFromProfilePath(profile_path); key 286 chrome/browser/profiles/profile_info_cache.cc cache->SetWithoutPathExpansion(key, info.release()); key 288 chrome/browser/profiles/profile_info_cache.cc sorted_keys_.insert(FindPositionForProfile(key, name), key); key 323 chrome/browser/profiles/profile_info_cache.cc std::string key = CacheKeyFromProfilePath(profile_path); key 324 chrome/browser/profiles/profile_info_cache.cc cache->Remove(key, NULL); key 325 chrome/browser/profiles/profile_info_cache.cc sorted_keys_.erase(std::find(sorted_keys_.begin(), sorted_keys_.end(), key)); key 448 chrome/browser/profiles/profile_info_cache.cc std::string key = CacheKeyFromProfilePath(path); key 459 chrome/browser/profiles/profile_info_cache.cc return LoadAvatarPictureFromPath(key, image_path); key 465 chrome/browser/profiles/profile_info_cache.cc std::string key = kDefaultAvatarIconResourceFileNames[avatar_index]; key 470 chrome/browser/profiles/profile_info_cache.cc user_data_dir.AppendASCII(kHighResAvatarFolderName).AppendASCII(key); key 471 chrome/browser/profiles/profile_info_cache.cc return LoadAvatarPictureFromPath(key, image_path); key 475 chrome/browser/profiles/profile_info_cache.cc const std::string& key, key 478 chrome/browser/profiles/profile_info_cache.cc if (cached_avatar_images_.count(key)) { key 479 chrome/browser/profiles/profile_info_cache.cc if (cached_avatar_images_[key]->IsEmpty()) key 481 chrome/browser/profiles/profile_info_cache.cc return cached_avatar_images_[key]; key 485 chrome/browser/profiles/profile_info_cache.cc if (cached_avatar_images_loading_[key]) key 487 chrome/browser/profiles/profile_info_cache.cc cached_avatar_images_loading_[key] = true; key 493 chrome/browser/profiles/profile_info_cache.cc const_cast<ProfileInfoCache*>(this)->AsWeakPtr(), key, image)); key 533 chrome/browser/profiles/profile_info_cache.cc void ProfileInfoCache::OnAvatarPictureLoaded(const std::string& key, key 537 chrome/browser/profiles/profile_info_cache.cc cached_avatar_images_loading_[key] = false; key 539 chrome/browser/profiles/profile_info_cache.cc delete cached_avatar_images_[key]; key 541 chrome/browser/profiles/profile_info_cache.cc cached_avatar_images_[key] = *image; key 544 chrome/browser/profiles/profile_info_cache.cc cached_avatar_images_[key] = new gfx::Image(); key 738 chrome/browser/profiles/profile_info_cache.cc std::string key = CacheKeyFromProfilePath(path); key 742 chrome/browser/profiles/profile_info_cache.cc cached_avatar_images_.find(key); key 762 chrome/browser/profiles/profile_info_cache.cc cached_avatar_images_[key] = new gfx::Image(*image); key 1029 chrome/browser/profiles/profile_info_cache.cc std::string key = CacheKeyFromProfilePath(GetPathOfProfileAtIndex(index)); key 1031 chrome/browser/profiles/profile_info_cache.cc std::find(sorted_keys_.begin(), sorted_keys_.end(), key); key 1034 chrome/browser/profiles/profile_info_cache.cc sorted_keys_.insert(FindPositionForProfile(key, name), key); key 185 chrome/browser/profiles/profile_info_cache.h const std::string& key, key 187 chrome/browser/profiles/profile_info_cache.h void OnAvatarPictureLoaded(const std::string& key, key 577 chrome/browser/renderer_context_menu/render_view_context_menu.cc const MenuItem::ExtensionKey key( key 580 chrome/browser/renderer_context_menu/render_view_context_menu.cc key, PrintableSelectionText(), &index); key 221 chrome/browser/rlz/rlz_unittest.cc RegKey key(HKEY_CURRENT_USER, reg_path.c_str(), KEY_SET_VALUE); key 223 chrome/browser/rlz/rlz_unittest.cc LONG result = key.DeleteValue(name); key 227 chrome/browser/rlz/rlz_unittest.cc ASSERT_EQ(ERROR_SUCCESS, key.WriteValue(name, brand16.c_str())); key 96 chrome/browser/safe_browsing/malware_details_unittest.cc void WriteToEntry(disk_cache::Backend* cache, const std::string& key, key 100 chrome/browser/safe_browsing/malware_details_unittest.cc int rv = cache->CreateEntry(key, &entry, cb.callback()); key 103 chrome/browser/safe_browsing/malware_details_unittest.cc rv = cache->OpenEntry(key, &entry, cb.callback()); key 26 chrome/browser/safe_browsing/ping_manager_unittest.cc std::string key = google_apis::GetAPIKey(); key 27 chrome/browser/safe_browsing/ping_manager_unittest.cc if (!key.empty()) { key 30 chrome/browser/safe_browsing/ping_manager_unittest.cc net::EscapeQueryParamValue(key, true).c_str()); key 38 chrome/browser/safe_browsing/protocol_manager_unittest.cc std::string key = google_apis::GetAPIKey(); key 39 chrome/browser/safe_browsing/protocol_manager_unittest.cc if (!key.empty()) { key 42 chrome/browser/safe_browsing/protocol_manager_unittest.cc net::EscapeQueryParamValue(key, true).c_str()); key 968 chrome/browser/safe_browsing/safe_browsing_database_unittest.cc const SBPrefix key = SBPrefixForString("www.evil.com/malware.html"); key 971 chrome/browser/safe_browsing/safe_browsing_database_unittest.cc if (iter->full_hash.prefix == key) { key 489 chrome/browser/safe_browsing/safe_browsing_util.cc SBFullHash key = SBFullHashForString(patterns[i]); key 490 chrome/browser/safe_browsing/safe_browsing_util.cc int index = GetHashIndex(key, full_hashes); key 78 chrome/browser/search/local_ntp_source.cc const std::string& key, key 80 chrome/browser/search/local_ntp_source.cc dictionary->SetString(key, l10n_util::GetStringUTF16(resource_id)); key 46 chrome/browser/search/suggestions/suggestions_service.cc std::string GetExperimentParam(const std::string& key) { key 48 chrome/browser/search/suggestions/suggestions_service.cc key); key 25 chrome/browser/search_engines/default_search_policy_handler.cc { key::kDefaultSearchProviderEnabled, key 28 chrome/browser/search_engines/default_search_policy_handler.cc { key::kDefaultSearchProviderName, key 31 chrome/browser/search_engines/default_search_policy_handler.cc { key::kDefaultSearchProviderKeyword, key 34 chrome/browser/search_engines/default_search_policy_handler.cc { key::kDefaultSearchProviderSearchURL, key 37 chrome/browser/search_engines/default_search_policy_handler.cc { key::kDefaultSearchProviderSuggestURL, key 40 chrome/browser/search_engines/default_search_policy_handler.cc { key::kDefaultSearchProviderInstantURL, key 43 chrome/browser/search_engines/default_search_policy_handler.cc { key::kDefaultSearchProviderIconURL, key 46 chrome/browser/search_engines/default_search_policy_handler.cc { key::kDefaultSearchProviderEncodings, key 49 chrome/browser/search_engines/default_search_policy_handler.cc { key::kDefaultSearchProviderAlternateURLs, key 52 chrome/browser/search_engines/default_search_policy_handler.cc { key::kDefaultSearchProviderSearchTermsReplacementKey, key 55 chrome/browser/search_engines/default_search_policy_handler.cc { key::kDefaultSearchProviderImageURL, key 58 chrome/browser/search_engines/default_search_policy_handler.cc { key::kDefaultSearchProviderNewTabURL, key 61 chrome/browser/search_engines/default_search_policy_handler.cc { key::kDefaultSearchProviderSearchURLPostParams, key 64 chrome/browser/search_engines/default_search_policy_handler.cc { key::kDefaultSearchProviderSuggestURLPostParams, key 67 chrome/browser/search_engines/default_search_policy_handler.cc { key::kDefaultSearchProviderInstantURLPostParams, key 70 chrome/browser/search_engines/default_search_policy_handler.cc { key::kDefaultSearchProviderImageURLPostParams, key 78 chrome/browser/search_engines/default_search_policy_handler.cc : TypeCheckingPolicyHandler(key::kDefaultSearchProviderEncodings, key 114 chrome/browser/search_engines/default_search_policy_handler.cc if (policy_name == key::kDefaultSearchProviderEncodings) { key 142 chrome/browser/search_engines/default_search_policy_handler.cc if (policy_name != key::kDefaultSearchProviderEnabled && key 155 chrome/browser/search_engines/default_search_policy_handler.cc errors->AddError(key::kDefaultSearchProviderSearchURL, url ? key 285 chrome/browser/search_engines/default_search_policy_handler.cc policies.GetValue(key::kDefaultSearchProviderEnabled); key 295 chrome/browser/search_engines/default_search_policy_handler.cc *url_value = policies.GetValue(key::kDefaultSearchProviderSearchURL); key 72 chrome/browser/search_engines/default_search_policy_handler_unittest.cc policy->Set(key::kDefaultSearchProviderEnabled, POLICY_LEVEL_MANDATORY, key 74 chrome/browser/search_engines/default_search_policy_handler_unittest.cc policy->Set(key::kDefaultSearchProviderSearchURL, POLICY_LEVEL_MANDATORY, key 77 chrome/browser/search_engines/default_search_policy_handler_unittest.cc policy->Set(key::kDefaultSearchProviderName, POLICY_LEVEL_MANDATORY, key 79 chrome/browser/search_engines/default_search_policy_handler_unittest.cc policy->Set(key::kDefaultSearchProviderKeyword, POLICY_LEVEL_MANDATORY, key 82 chrome/browser/search_engines/default_search_policy_handler_unittest.cc policy->Set(key::kDefaultSearchProviderSuggestURL, POLICY_LEVEL_MANDATORY, key 85 chrome/browser/search_engines/default_search_policy_handler_unittest.cc policy->Set(key::kDefaultSearchProviderIconURL, POLICY_LEVEL_MANDATORY, key 88 chrome/browser/search_engines/default_search_policy_handler_unittest.cc policy->Set(key::kDefaultSearchProviderEncodings, POLICY_LEVEL_MANDATORY, key 90 chrome/browser/search_engines/default_search_policy_handler_unittest.cc policy->Set(key::kDefaultSearchProviderAlternateURLs, POLICY_LEVEL_MANDATORY, key 92 chrome/browser/search_engines/default_search_policy_handler_unittest.cc policy->Set(key::kDefaultSearchProviderSearchTermsReplacementKey, key 95 chrome/browser/search_engines/default_search_policy_handler_unittest.cc policy->Set(key::kDefaultSearchProviderImageURL, key 98 chrome/browser/search_engines/default_search_policy_handler_unittest.cc policy->Set(key::kDefaultSearchProviderImageURLPostParams, key 101 chrome/browser/search_engines/default_search_policy_handler_unittest.cc policy->Set(key::kDefaultSearchProviderNewTabURL, key 110 chrome/browser/search_engines/default_search_policy_handler_unittest.cc policy.Set(key::kDefaultSearchProviderEnabled, POLICY_LEVEL_MANDATORY, key 112 chrome/browser/search_engines/default_search_policy_handler_unittest.cc policy.Set(key::kDefaultSearchProviderSearchURL, POLICY_LEVEL_MANDATORY, key 235 chrome/browser/search_engines/default_search_policy_handler_unittest.cc policy.Erase(key::kDefaultSearchProviderSearchURL); key 261 chrome/browser/search_engines/default_search_policy_handler_unittest.cc policy.Set(key::kDefaultSearchProviderSearchURL, POLICY_LEVEL_MANDATORY, key 287 chrome/browser/search_engines/default_search_policy_handler_unittest.cc policy.Set(key::kDefaultSearchProviderEnabled, POLICY_LEVEL_MANDATORY, key 152 chrome/browser/search_engines/template_url.cc url_parse::Component query, key, value; key 154 chrome/browser/search_engines/template_url.cc while (url_parse::ExtractQueryKeyValue(params.c_str(), &query, &key, key 156 chrome/browser/search_engines/template_url.cc if (key.is_nonempty() && value.is_nonempty()) { key 162 chrome/browser/search_engines/template_url.cc return params.substr(key.begin, key.len); key 496 chrome/browser/search_engines/template_url.cc url_parse::Component query, key, value; key 499 chrome/browser/search_engines/template_url.cc while (url_parse::ExtractQueryKeyValue(params.c_str(), &query, &key, key 501 chrome/browser/search_engines/template_url.cc if (key.is_nonempty()) { key 502 chrome/browser/search_engines/template_url.cc if (params.substr(key.begin, key.len) == search_term_key_) { key 1207 chrome/browser/search_engines/template_url.cc url_parse::Component query, key, value; key 1209 chrome/browser/search_engines/template_url.cc while (url_parse::ExtractQueryKeyValue(params[i].c_str(), &query, &key, key 1211 chrome/browser/search_engines/template_url.cc if (key.is_nonempty() && key 1212 chrome/browser/search_engines/template_url.cc params[i].substr(key.begin, key.len) == key 80 chrome/browser/search_engines/template_url_parser.cc void AppendParamToQuery(const std::string& key, key 85 chrome/browser/search_engines/template_url_parser.cc if (!key.empty()) { key 86 chrome/browser/search_engines/template_url_parser.cc query->append(key); key 397 chrome/browser/search_engines/template_url_parser.cc std::string key, value; key 402 chrome/browser/search_engines/template_url_parser.cc key = XMLCharToString(val); key 408 chrome/browser/search_engines/template_url_parser.cc if (!key.empty() && key 409 chrome/browser/search_engines/template_url_parser.cc (!parameter_filter_ || parameter_filter_->KeepParameter(key, value))) key 410 chrome/browser/search_engines/template_url_parser.cc extra_params_.push_back(Param(key, value)); key 427 chrome/browser/search_engines/template_url_parser.cc url_parse::Component key, value; key 429 chrome/browser/search_engines/template_url_parser.cc while (url_parse::ExtractQueryKeyValue(url_spec, &query, &key, &value)) { key 430 chrome/browser/search_engines/template_url_parser.cc std::string key_str(url_spec, key.begin, key.len); key 23 chrome/browser/search_engines/template_url_parser.h virtual bool KeepParameter(const std::string& key, key 25 chrome/browser/search_engines/template_url_parser_unittest.cc virtual bool KeepParameter(const std::string& key, key 43 chrome/browser/search_engines/template_url_parser_unittest.cc bool ParamFilterImpl::KeepParameter(const std::string& key, key 45 chrome/browser/search_engines/template_url_parser_unittest.cc return (name_str_.empty() || key.find(name_str_) == std::string::npos) && key 644 chrome/browser/services/gcm/gcm_profile_service.cc std::pair<std::string, std::string> key(app_id, message.id); key 645 chrome/browser/services/gcm/gcm_profile_service.cc if (send_callbacks_.find(key) != send_callbacks_.end()) { key 650 chrome/browser/services/gcm/gcm_profile_service.cc send_callbacks_[key] = callback; key 20 chrome/browser/sessions/restore_on_startup_policy_handler.cc : TypeCheckingPolicyHandler(key::kRestoreOnStartup, key 47 chrome/browser/sessions/restore_on_startup_policy_handler.cc policies.GetValue(key::kHomepageIsNewTabPage); key 63 chrome/browser/sessions/restore_on_startup_policy_handler.cc policies.GetValue(key::kHomepageLocation); key 83 chrome/browser/sessions/restore_on_startup_policy_handler.cc const base::Value* restore_policy = policies.GetValue(key::kRestoreOnStartup); key 97 chrome/browser/sessions/restore_on_startup_policy_handler.cc policies.GetValue(key::kCookiesSessionOnlyForUrls); key 101 chrome/browser/sessions/restore_on_startup_policy_handler.cc errors->AddError(key::kCookiesSessionOnlyForUrls, key 103 chrome/browser/sessions/restore_on_startup_policy_handler.cc key::kRestoreOnStartup); key 107 chrome/browser/sessions/restore_on_startup_policy_handler.cc policies.GetValue(key::kClearSiteDataOnExit); key 111 chrome/browser/sessions/restore_on_startup_policy_handler.cc errors->AddError(key::kClearSiteDataOnExit, key 113 chrome/browser/sessions/restore_on_startup_policy_handler.cc key::kRestoreOnStartup); key 50 chrome/browser/sessions/restore_on_startup_policy_handler_unittest.cc SetPolicyValue(key::kRestoreOnStartup, new base::FundamentalValue(false)); key 75 chrome/browser/sessions/restore_on_startup_policy_handler_unittest.cc SetPolicyValue(key::kRestoreOnStartup, key 89 chrome/browser/sessions/restore_on_startup_policy_handler_unittest.cc key::kRestoreOnStartup, key 102 chrome/browser/sessions/restore_on_startup_policy_handler_unittest.cc key::kRestoreOnStartup, key 106 chrome/browser/sessions/restore_on_startup_policy_handler_unittest.cc SetPolicyValue(key::kCookiesSessionOnlyForUrls, urls.release()); key 110 chrome/browser/sessions/restore_on_startup_policy_handler_unittest.cc EXPECT_TRUE(key::kCookiesSessionOnlyForUrls == errors().begin()->first); key 113 chrome/browser/sessions/restore_on_startup_policy_handler_unittest.cc base::ASCIIToUTF16(key::kRestoreOnStartup)), key 121 chrome/browser/sessions/restore_on_startup_policy_handler_unittest.cc key::kRestoreOnStartup, key 123 chrome/browser/sessions/restore_on_startup_policy_handler_unittest.cc SetPolicyValue(key::kClearSiteDataOnExit, new base::FundamentalValue(true)); key 127 chrome/browser/sessions/restore_on_startup_policy_handler_unittest.cc EXPECT_TRUE(key::kClearSiteDataOnExit == errors().begin()->first); key 130 chrome/browser/sessions/restore_on_startup_policy_handler_unittest.cc base::ASCIIToUTF16(key::kRestoreOnStartup)), key 138 chrome/browser/sessions/restore_on_startup_policy_handler_unittest.cc key::kRestoreOnStartup, key 148 chrome/browser/sessions/restore_on_startup_policy_handler_unittest.cc key::kRestoreOnStartup, key 158 chrome/browser/sessions/restore_on_startup_policy_handler_unittest.cc key::kRestoreOnStartup, key 174 chrome/browser/sessions/restore_on_startup_policy_handler_unittest.cc SetPolicyValue(key::kRestoreOnStartup, new base::FundamentalValue(false)); key 182 chrome/browser/sessions/restore_on_startup_policy_handler_unittest.cc SetPolicyValue(key::kRestoreOnStartup, key 195 chrome/browser/sessions/restore_on_startup_policy_handler_unittest.cc key::kRestoreOnStartup, key 206 chrome/browser/sessions/restore_on_startup_policy_handler_unittest.cc key::kRestoreOnStartup, key 209 chrome/browser/sessions/restore_on_startup_policy_handler_unittest.cc key::kHomepageIsNewTabPage, key 220 chrome/browser/sessions/restore_on_startup_policy_handler_unittest.cc key::kRestoreOnStartup, key 223 chrome/browser/sessions/restore_on_startup_policy_handler_unittest.cc key::kHomepageIsNewTabPage, key 237 chrome/browser/sessions/restore_on_startup_policy_handler_unittest.cc key::kRestoreOnStartup, key 240 chrome/browser/sessions/restore_on_startup_policy_handler_unittest.cc key::kHomepageIsNewTabPage, key 251 chrome/browser/sessions/restore_on_startup_policy_handler_unittest.cc key::kRestoreOnStartup, key 254 chrome/browser/sessions/restore_on_startup_policy_handler_unittest.cc key::kHomepageIsNewTabPage, key 257 chrome/browser/sessions/restore_on_startup_policy_handler_unittest.cc key::kHomepageLocation, key 267 chrome/browser/sessions/restore_on_startup_policy_handler_unittest.cc key::kRestoreOnStartup, key 269 chrome/browser/sessions/restore_on_startup_policy_handler_unittest.cc SetPolicyValue(key::kHomepageIsNewTabPage, new base::FundamentalValue(false)); key 270 chrome/browser/sessions/restore_on_startup_policy_handler_unittest.cc SetPolicyValue(key::kHomepageLocation, key 381 chrome/browser/shell_integration_win.cc base::win::RegKey key(HKEY_CURRENT_USER, key 383 chrome/browser/shell_integration_win.cc if (key.Valid() && (key.ReadValue(L"Progid", &app_cmd) == ERROR_SUCCESS) && key 389 chrome/browser/shell_integration_win.cc base::win::RegKey key(HKEY_CLASSES_ROOT, key_path.c_str(), KEY_READ); key 391 chrome/browser/shell_integration_win.cc if (key.Valid() && (key.ReadValue(L"", &app_cmd) == ERROR_SUCCESS) && key 252 chrome/browser/speech/tts_linux.cc std::string key; key 253 chrome/browser/speech/tts_linux.cc key.append(native_data.name); key 254 chrome/browser/speech/tts_linux.cc key.append(" "); key 255 chrome/browser/speech/tts_linux.cc key.append(native_data.module); key 257 chrome/browser/speech/tts_linux.cc std::pair<std::string, SPDChromeVoice>(key, native_data)); key 63 chrome/browser/sync/about_sync_util.cc StringSyncStat(base::ListValue* section, const std::string& key); key 73 chrome/browser/sync/about_sync_util.cc const std::string& key) { key 75 chrome/browser/sync/about_sync_util.cc stat_->SetString("stat_name", key); key 93 chrome/browser/sync/about_sync_util.cc BoolSyncStat(base::ListValue* section, const std::string& key); key 101 chrome/browser/sync/about_sync_util.cc BoolSyncStat::BoolSyncStat(base::ListValue* section, const std::string& key) { key 103 chrome/browser/sync/about_sync_util.cc stat_->SetString("stat_name", key); key 116 chrome/browser/sync/about_sync_util.cc IntSyncStat(base::ListValue* section, const std::string& key); key 124 chrome/browser/sync/about_sync_util.cc IntSyncStat::IntSyncStat(base::ListValue* section, const std::string& key) { key 126 chrome/browser/sync/about_sync_util.cc stat_->SetString("stat_name", key); key 801 chrome/browser/sync/glue/bookmark_change_processor.cc meta_info_map[specifics.meta_info(i).key()] = key 264 chrome/browser/sync/profile_sync_service_android.cc std::string key = ConvertJavaStringToUTF8(env, passphrase); key 265 chrome/browser/sync/profile_sync_service_android.cc return sync_service_->SetDecryptionPassphrase(key); key 271 chrome/browser/sync/profile_sync_service_android.cc std::string key = ConvertJavaStringToUTF8(env, passphrase); key 273 chrome/browser/sync/profile_sync_service_android.cc key, key 618 chrome/browser/sync/profile_sync_service_autofill_unittest.cc base::UTF16ToUTF8(entry.key().name()), key 619 chrome/browser/sync/profile_sync_service_autofill_unittest.cc base::UTF16ToUTF8(entry.key().value())); key 675 chrome/browser/sync/profile_sync_service_autofill_unittest.cc AutofillKey key(base::UTF8ToUTF16(autofill.name()), key 684 chrome/browser/sync/profile_sync_service_autofill_unittest.cc AutofillEntry(key, timestamps.front(), timestamps.back())); key 842 chrome/browser/sync/profile_sync_service_autofill_unittest.cc base::UTF16ToUTF8(entry_.key().name()), key 843 chrome/browser/sync/profile_sync_service_autofill_unittest.cc base::UTF16ToUTF8(entry_.key().value())); key 845 chrome/browser/sync/profile_sync_service_autofill_unittest.cc new_autofill.set_name(base::UTF16ToUTF8(entry_.key().name())); key 846 chrome/browser/sync/profile_sync_service_autofill_unittest.cc new_autofill.set_value(base::UTF16ToUTF8(entry_.key().value())); key 1239 chrome/browser/sync/profile_sync_service_autofill_unittest.cc changes.push_back(AutofillChange(AutofillChange::ADD, added_entry.key())); key 1297 chrome/browser/sync/profile_sync_service_autofill_unittest.cc updated_entry.key())); key 1323 chrome/browser/sync/profile_sync_service_autofill_unittest.cc original_entry.key())); key 1411 chrome/browser/sync/profile_sync_service_autofill_unittest.cc DVLOG(1) << "Entry " << i << ": " << sync_entries[i].key().name() key 1412 chrome/browser/sync/profile_sync_service_autofill_unittest.cc << ", " << sync_entries[i].key().value(); key 593 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc meta_info_map->find(specifics.meta_info(i).key()); key 16 chrome/browser/sync/sync_policy_handler.cc : policy::TypeCheckingPolicyHandler(policy::key::kSyncDisabled, key 28 chrome/browser/sync/sync_policy_handler_unittest.cc policy.Set(policy::key::kSyncDisabled, key 43 chrome/browser/sync/sync_policy_handler_unittest.cc policy.Set(policy::key::kSyncDisabled, key 77 chrome/browser/sync/test/integration/autofill_helper.cc void RemoveKeyDontBlockForSync(int profile, const AutofillKey& key) { key 92 chrome/browser/sync/test/integration/autofill_helper.cc wds->RemoveFormValueForElementName(key.name(), key.value()); key 210 chrome/browser/sync/test/integration/autofill_helper.cc void RemoveKey(int profile, const AutofillKey& key) { key 211 chrome/browser/sync/test/integration/autofill_helper.cc RemoveKeyDontBlockForSync(profile, key); key 219 chrome/browser/sync/test/integration/autofill_helper.cc RemoveKeyDontBlockForSync(profile, it->key()); key 50 chrome/browser/sync/test/integration/autofill_helper.h void RemoveKey(int profile, const autofill::AutofillKey& key); key 81 chrome/browser/sync_file_system/drive_backend/drive_backend_util.h const typename Container::key_type& key, key 83 chrome/browser/sync_file_system/drive_backend/drive_backend_util.h typename Container::const_iterator found = container.find(key); key 214 chrome/browser/sync_file_system/drive_backend/metadata_database.cc std::string key = itr->key().ToString(); key 216 chrome/browser/sync_file_system/drive_backend/metadata_database.cc if (key == kServiceMetadataKey) { key 228 chrome/browser/sync_file_system/drive_backend/metadata_database.cc if (StartsWithASCII(key, kFileMetadataKeyPrefix, true)) { key 229 chrome/browser/sync_file_system/drive_backend/metadata_database.cc std::string file_id = RemovePrefix(key, kFileMetadataKeyPrefix); key 242 chrome/browser/sync_file_system/drive_backend/metadata_database.cc if (StartsWithASCII(key, kFileTrackerKeyPrefix, true)) { key 244 chrome/browser/sync_file_system/drive_backend/metadata_database.cc if (!base::StringToInt64(RemovePrefix(key, kFileTrackerKeyPrefix), key 34 chrome/browser/sync_file_system/drive_backend/metadata_database_index.cc const typename Container::key_type& key) { key 35 chrome/browser/sync_file_system/drive_backend/metadata_database_index.cc typename Container::const_iterator found = container.find(key); key 146 chrome/browser/sync_file_system/drive_backend/metadata_db_migration_util.cc std::string key = itr->key().ToString(); key 147 chrome/browser/sync_file_system/drive_backend/metadata_db_migration_util.cc if (!StartsWithASCII(key, kDriveMetadataKeyPrefix, true)) key 149 chrome/browser/sync_file_system/drive_backend/metadata_db_migration_util.cc std::string serialized_url(RemovePrefix(key, kDriveMetadataKeyPrefix)); key 160 chrome/browser/sync_file_system/drive_backend/metadata_db_migration_util.cc write_batch.Delete(key); key 205 chrome/browser/sync_file_system/drive_backend/metadata_db_migration_util.cc std::string key = itr->key().ToString(); key 208 chrome/browser/sync_file_system/drive_backend/metadata_db_migration_util.cc if (StartsWithASCII(key, kSyncRootDirectoryKey, true)) { key 209 chrome/browser/sync_file_system/drive_backend/metadata_db_migration_util.cc write_batch.Put(key, RemoveWapiIdPrefix(itr->value().ToString())); key 214 chrome/browser/sync_file_system/drive_backend/metadata_db_migration_util.cc if (StartsWithASCII(key, kDriveMetadataKeyPrefix, true)) { key 223 chrome/browser/sync_file_system/drive_backend/metadata_db_migration_util.cc write_batch.Put(key, metadata_string); key 228 chrome/browser/sync_file_system/drive_backend/metadata_db_migration_util.cc if (StartsWithASCII(key, kDriveBatchSyncOriginKeyPrefix, true)) { key 229 chrome/browser/sync_file_system/drive_backend/metadata_db_migration_util.cc write_batch.Delete(key); key 234 chrome/browser/sync_file_system/drive_backend/metadata_db_migration_util.cc if (StartsWithASCII(key, kDriveIncrementalSyncOriginKeyPrefix, true)) { key 235 chrome/browser/sync_file_system/drive_backend/metadata_db_migration_util.cc write_batch.Put(key, RemoveWapiIdPrefix(itr->value().ToString())); key 240 chrome/browser/sync_file_system/drive_backend/metadata_db_migration_util.cc if (StartsWithASCII(key, kDriveDisabledOriginKeyPrefix, true)) { key 241 chrome/browser/sync_file_system/drive_backend/metadata_db_migration_util.cc write_batch.Put(key, RemoveWapiIdPrefix(itr->value().ToString())); key 299 chrome/browser/sync_file_system/drive_backend/metadata_db_migration_util_unittest.cc itr->key().ToString(), true)); key 1102 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc UploadKey key) { key 1104 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc UploadCallbackMap::iterator found = upload_callback_map_.find(key); key 237 chrome/browser/sync_file_system/drive_backend_v1/api_util.h UploadFileCallback GetAndUnregisterUploadCallback(UploadKey key); key 200 chrome/browser/sync_file_system/drive_backend_v1/drive_metadata_store.cc std::string key = itr->key().ToString(); key 201 chrome/browser/sync_file_system/drive_backend_v1/drive_metadata_store.cc if (key == kChangeStampKey) { key 208 chrome/browser/sync_file_system/drive_backend_v1/drive_metadata_store.cc if (key == kSyncRootDirectoryKey) { key 216 chrome/browser/sync_file_system/drive_backend_v1/drive_metadata_store.cc if (StartsWithASCII(key, kDriveMetadataKeyPrefix, true)) { key 219 chrome/browser/sync_file_system/drive_backend_v1/drive_metadata_store.cc MetadataKeyToOriginAndPath(key, &origin, &path); key 236 chrome/browser/sync_file_system/drive_backend_v1/drive_metadata_store.cc if (StartsWithASCII(key, kDriveIncrementalSyncOriginKeyPrefix, true)) { key 237 chrome/browser/sync_file_system/drive_backend_v1/drive_metadata_store.cc GURL origin(RemovePrefix(key, kDriveIncrementalSyncOriginKeyPrefix)); key 249 chrome/browser/sync_file_system/drive_backend_v1/drive_metadata_store.cc if (StartsWithASCII(key, kDriveDisabledOriginKeyPrefix, true)) { key 250 chrome/browser/sync_file_system/drive_backend_v1/drive_metadata_store.cc GURL origin(RemovePrefix(key, kDriveDisabledOriginKeyPrefix)); key 543 chrome/browser/sync_file_system/drive_backend_v1/drive_metadata_store.cc std::string key = CreateKeyForOriginRoot(origin, sync_type); key 544 chrome/browser/sync_file_system/drive_backend_v1/drive_metadata_store.cc DCHECK(!key.empty()); key 547 chrome/browser/sync_file_system/drive_backend_v1/drive_metadata_store.cc batch->Put(key, drive_backend::RemoveWapiIdPrefix(resource_id)); key 554 chrome/browser/sync_file_system/local/local_file_change_tracker.cc if (!DeserializeSyncableFileSystemURL(iter->key().ToString(), &url)) { key 94 chrome/browser/themes/browser_theme_pack.cc const char* key; key 198 chrome/browser/themes/browser_theme_pack.cc int GetPersistentIDByNameHelper(const std::string& key, key 202 chrome/browser/themes/browser_theme_pack.cc if (image_table[i].key != NULL && key 203 chrome/browser/themes/browser_theme_pack.cc base::strcasecmp(key.c_str(), image_table[i].key) == 0) { key 210 chrome/browser/themes/browser_theme_pack.cc int GetPersistentIDByName(const std::string& key) { key 211 chrome/browser/themes/browser_theme_pack.cc return GetPersistentIDByNameHelper(key, key 266 chrome/browser/themes/browser_theme_pack.cc const char* key; key 316 chrome/browser/themes/browser_theme_pack.cc int GetIntForString(const std::string& key, key 320 chrome/browser/themes/browser_theme_pack.cc if (base::strcasecmp(key.c_str(), table[i].key) == 0) { key 329 chrome/browser/themes/browser_theme_pack.cc int key; key 976 chrome/browser/themes/browser_theme_pack.cc int id = GetIntForString(iter.key(), kTintTable, kTintTableLength); key 1049 chrome/browser/themes/browser_theme_pack.cc int id = GetIntForString(iter.key(), kColorTable, kColorTableLength); key 1128 chrome/browser/themes/browser_theme_pack.cc int property_id = GetIntForString(iter.key(), kDisplayProperties, key 1183 chrome/browser/themes/browser_theme_pack.cc if (GetScaleFactorFromManifestKey(inner_iter.key(), &scale_factor) && key 1186 chrome/browser/themes/browser_theme_pack.cc AddFileAtScaleToMap(iter.key(), key 1196 chrome/browser/themes/browser_theme_pack.cc AddFileAtScaleToMap(iter.key(), key 1333 chrome/browser/themes/browser_theme_pack.cc int prs_id = kFrameTintMap[i].key; key 1425 chrome/browser/themes/browser_theme_pack.cc int prs_id = kTabBackgroundMap[i].key; key 1529 chrome/browser/themes/browser_theme_pack.cc const std::string& key, key 1532 chrome/browser/themes/browser_theme_pack.cc if (base::StringToInt(key, &percent)) { key 205 chrome/browser/themes/browser_theme_pack.h bool GetScaleFactorFromManifestKey(const std::string& key, key 23 chrome/browser/themes/theme_service_gtk.cc int key = rtl_enabled ? -id : id; key 26 chrome/browser/themes/theme_service_gtk.cc GdkPixbufMap::const_iterator pixbufs_iter = gdk_pixbufs_.find(key); key 41 chrome/browser/themes/theme_service_gtk.cc gdk_pixbufs_[key] = pixbuf; key 93 chrome/browser/ui/app_list/search/common/webservice_cache.cc cleanup_keys.push_back(it.key()); key 96 chrome/browser/ui/app_list/search/common/webservice_cache.cc cache_.Put(it.key(), payload); key 98 chrome/browser/ui/app_list/search/history_data_store.cc const std::string& query = it.key(); key 30 chrome/browser/ui/ash/ime_controller_chromeos.cc ui::KeyboardCode key = accelerator.key_code(); key 35 chrome/browser/ui/ash/ime_controller_chromeos.cc if (key >= ui::VKEY_0 && key <= ui::VKEY_9) { key 44 chrome/browser/ui/ash/ime_controller_chromeos.cc ui::Accelerator remapped_accelerator(key, modifiers); key 248 chrome/browser/ui/ash/launcher/app_window_launcher_item_controller.cc const void* key, key 250 chrome/browser/ui/ash/launcher/app_window_launcher_item_controller.cc if (key == aura::client::kDrawAttentionKey) { key 71 chrome/browser/ui/ash/launcher/app_window_launcher_item_controller.h const void* key, key 124 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc std::string key = GetPrefKeyForRootWindow(root_window); key 125 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc if (key.empty()) key 131 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc if (!shelf_prefs->GetDictionary(key, &prefs)) { key 133 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc shelf_prefs->Set(key, prefs); key 779 chrome/browser/ui/ash/system_tray_delegate_chromeos.cc property.key = menu_list[i].key; key 790 chrome/browser/ui/ash/system_tray_delegate_chromeos.cc void SystemTrayDelegateChromeOS::ActivateIMEProperty(const std::string& key) { key 791 chrome/browser/ui/ash/system_tray_delegate_chromeos.cc input_method::InputMethodManager::Get()->ActivateInputMethodMenuItem(key); key 108 chrome/browser/ui/ash/system_tray_delegate_chromeos.h virtual void ActivateIMEProperty(const std::string& key) OVERRIDE; key 212 chrome/browser/ui/ash/system_tray_delegate_win.cc virtual void ActivateIMEProperty(const std::string& key) OVERRIDE { key 32 chrome/browser/ui/ash/volume_controller_browsertest_chromeos.cc virtual bool Initialize(SoundKey key, key 34 chrome/browser/ui/ash/volume_controller_browsertest_chromeos.cc is_sound_initialized_[key] = true; key 38 chrome/browser/ui/ash/volume_controller_browsertest_chromeos.cc virtual bool Play(SoundKey key) OVERRIDE { key 39 chrome/browser/ui/ash/volume_controller_browsertest_chromeos.cc ++num_play_requests_[key]; key 47 chrome/browser/ui/ash/volume_controller_browsertest_chromeos.cc bool is_sound_initialized(SoundKey key) const { key 48 chrome/browser/ui/ash/volume_controller_browsertest_chromeos.cc return is_sound_initialized_[key]; key 51 chrome/browser/ui/ash/volume_controller_browsertest_chromeos.cc int num_play_requests(SoundKey key) const { key 52 chrome/browser/ui/ash/volume_controller_browsertest_chromeos.cc return num_play_requests_[key]; key 2839 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc std::string key = base::IntToString(i); key 2841 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc key, key 2845 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc key, key 2858 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc suggested_shipping_.SetCheckedItem(key); key 2879 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc std::string key = base::IntToString(i); key 2881 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc key, key 2885 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc suggested_cc_billing_.SetEnabled(key, allowed); key 2889 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc first_active_instrument_key = key; key 2896 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc default_instrument_key = key; key 3363 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc const std::string& key) const { key 3364 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc return !key.empty() && key 3365 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc key != kAddNewItemKey && key 3366 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc key != kManageItemsKey && key 3367 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc key != kSameAsBillingKey; key 528 chrome/browser/ui/autofill/autofill_dialog_controller_impl.h bool IsASuggestionItemKey(const std::string& key) const; key 35 chrome/browser/ui/autofill/autofill_dialog_models.cc const std::string& key, const base::string16& display_label) { key 36 chrome/browser/ui/autofill/autofill_dialog_models.cc Item item = { key, true }; key 42 chrome/browser/ui/autofill/autofill_dialog_models.cc const std::string& key, key 45 chrome/browser/ui/autofill/autofill_dialog_models.cc AddKeyedItem(key, display_label); key 50 chrome/browser/ui/autofill/autofill_dialog_models.cc const std::string& key, key 53 chrome/browser/ui/autofill/autofill_dialog_models.cc AddKeyedItem(key, display_label); key 58 chrome/browser/ui/autofill/autofill_dialog_models.cc const std::string& key, key 62 chrome/browser/ui/autofill/autofill_dialog_models.cc AddKeyedItemWithIcon(key, display_label, icon); key 73 chrome/browser/ui/autofill/autofill_dialog_models.cc return items_[index].key; key 80 chrome/browser/ui/autofill/autofill_dialog_models.cc return items_[checked_item_].key; key 85 chrome/browser/ui/autofill/autofill_dialog_models.cc if (items_[i].key == item_key) { key 136 chrome/browser/ui/autofill/autofill_dialog_models.cc if (items_[i].key == item_key) key 43 chrome/browser/ui/autofill/autofill_dialog_models.h void AddKeyedItem(const std::string& key, key 48 chrome/browser/ui/autofill/autofill_dialog_models.h void AddKeyedItemWithIcon(const std::string& key, key 54 chrome/browser/ui/autofill/autofill_dialog_models.h void AddKeyedItemWithMinorText(const std::string& key, key 61 chrome/browser/ui/autofill/autofill_dialog_models.h const std::string& key, key 100 chrome/browser/ui/autofill/autofill_dialog_models.h std::string key; // The key of the item. key 70 chrome/browser/ui/cocoa/applescript/window_applescript.h - (id)valueForUndefinedKey:(NSString*)key; key 71 chrome/browser/ui/cocoa/applescript/window_applescript.h - (void)setValue:(id)value forUndefinedKey:(NSString*)key; key 191 chrome/browser/ui/cocoa/content_settings/cookie_details.h key:(const base::string16&)key key 31 chrome/browser/ui/cocoa/multi_key_equivalent_button.h - (void)addKeyEquivalent:(KeyEquivalentAndModifierMask)key; key 1101 chrome/browser/ui/gtk/browser_window_gtk.cc GdkEventKey* os_event = &event.os_event->key; key 1169 chrome/browser/ui/gtk/browser_window_gtk.cc GdkEventKey* os_event = &event.os_event->key; key 13 chrome/browser/ui/gtk/constrained_window_gtk.cc gboolean OnKeyPress(GtkWidget* sender, GdkEventKey* key, gpointer user_data) { key 14 chrome/browser/ui/gtk/constrained_window_gtk.cc if (key->keyval == GDK_Escape) { key 1014 chrome/browser/ui/gtk/find_bar_gtk.cc bar->MaybeForwardKeyEventToRenderer(&(event->key))) { key 108 chrome/browser/ui/gtk/gconf_titlebar_listener.cc bool GConfTitlebarListener::HandleGError(GError* error, const char* key) { key 110 chrome/browser/ui/gtk/gconf_titlebar_listener.cc LOG(ERROR) << "Error with gconf key '" << key << "': " << error->message; key 51 chrome/browser/ui/gtk/gconf_titlebar_listener.h bool HandleGError(GError* error, const char* key); key 613 chrome/browser/ui/gtk/gtk_chrome_cookie_view.cc const base::string16& key, key 620 chrome/browser/ui/gtk/gtk_chrome_cookie_view.cc UTF16ToUTF8(key).c_str()); key 178 chrome/browser/ui/gtk/gtk_chrome_cookie_view.h const base::string16& key, key 991 chrome/browser/ui/gtk/panels/panel_gtk.cc GdkEventKey* os_event = &event.os_event->key; key 195 chrome/browser/ui/gtk/web_dialog_gtk.cc GdkEventKey* os_event = &event.os_event->key; key 91 chrome/browser/ui/libgtk2ui/gconf_titlebar_listener.cc bool GConfTitlebarListener::HandleGError(GError* error, const char* key) { key 93 chrome/browser/ui/libgtk2ui/gconf_titlebar_listener.cc LOG(ERROR) << "Error with gconf key '" << key << "': " << error->message; key 36 chrome/browser/ui/libgtk2ui/gconf_titlebar_listener.h bool HandleGError(GError* error, const char* key); key 78 chrome/browser/ui/libgtk2ui/x11_input_method_context_impl_gtk2.cc event->key.type = event_type; key 79 chrome/browser/ui/libgtk2ui/x11_input_method_context_impl_gtk2.cc event->key.window = window; key 81 chrome/browser/ui/libgtk2ui/x11_input_method_context_impl_gtk2.cc event->key.send_event = xkey.send_event; key 82 chrome/browser/ui/libgtk2ui/x11_input_method_context_impl_gtk2.cc event->key.time = xkey.time; key 83 chrome/browser/ui/libgtk2ui/x11_input_method_context_impl_gtk2.cc event->key.state = xkey.state; key 84 chrome/browser/ui/libgtk2ui/x11_input_method_context_impl_gtk2.cc event->key.keyval = keysym; key 85 chrome/browser/ui/libgtk2ui/x11_input_method_context_impl_gtk2.cc event->key.length = 0; key 86 chrome/browser/ui/libgtk2ui/x11_input_method_context_impl_gtk2.cc event->key.string = NULL; key 87 chrome/browser/ui/libgtk2ui/x11_input_method_context_impl_gtk2.cc event->key.hardware_keycode = xkey.keycode; key 88 chrome/browser/ui/libgtk2ui/x11_input_method_context_impl_gtk2.cc event->key.group = keyboard_group; key 89 chrome/browser/ui/libgtk2ui/x11_input_method_context_impl_gtk2.cc event->key.is_modifier = is_modifier; key 168 chrome/browser/ui/libgtk2ui/x11_input_method_context_impl_gtk2.cc gtk_im_context_set_client_window(gtk_context_, event->key.window); key 173 chrome/browser/ui/libgtk2ui/x11_input_method_context_impl_gtk2.cc gdk_window_get_origin(event->key.window, &x, &y); key 181 chrome/browser/ui/libgtk2ui/x11_input_method_context_impl_gtk2.cc commit_signal_trap_.StartTrap(event->key.keyval); key 183 chrome/browser/ui/libgtk2ui/x11_input_method_context_impl_gtk2.cc &event->key); key 38 chrome/browser/ui/login/login_prompt_unittest.cc std::string key = GetSignonRealm(GURL(url[i]), *auth_info.get()); key 39 chrome/browser/ui/login/login_prompt_unittest.cc EXPECT_EQ(expected[i], key); key 172 chrome/browser/ui/omnibox/omnibox_view_browsertest.cc ui::KeyboardCode key, key 175 chrome/browser/ui/omnibox/omnibox_view_browsertest.cc browser, key, key 182 chrome/browser/ui/omnibox/omnibox_view_browsertest.cc void SendKey(ui::KeyboardCode key, int modifiers) { key 183 chrome/browser/ui/omnibox/omnibox_view_browsertest.cc SendKeyForBrowser(browser(), key, modifiers); key 192 chrome/browser/ui/omnibox/omnibox_view_browsertest.cc ui::KeyboardCode key, key 198 chrome/browser/ui/omnibox/omnibox_view_browsertest.cc browser, key, key 1033 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc policy_map_.Set(policy::key::kMetricsReportingEnabled, key 1375 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc policy_map_.Set(policy::key::kRestoreOnStartup, key 1383 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc policy_map_.Set(policy::key::kRestoreOnStartupURLs, key 980 chrome/browser/ui/sync/one_click_signin_helper.cc const std::string& key = pair.first; key 982 chrome/browser/ui/sync/one_click_signin_helper.cc if (key == "email") { key 984 chrome/browser/ui/sync/one_click_signin_helper.cc } else if (key == "sessionindex") { key 134 chrome/browser/ui/toolbar/toolbar_model_impl.cc url_parse::Component query(0, query_str.length()), key, value; key 136 chrome/browser/ui/toolbar/toolbar_model_impl.cc while (url_parse::ExtractQueryKeyValue(query_str.c_str(), &query, &key, key 138 chrome/browser/ui/toolbar/toolbar_model_impl.cc if (key.is_nonempty() && query_str.substr(key.begin, key.len) == kChipKey) { key 374 chrome/browser/ui/views/constrained_window_views_browsertest.cc ui::KeyEvent key(native_key_event, false); key 375 chrome/browser/ui/views/constrained_window_views_browsertest.cc ui::KeyEvent* native_ui_key_event = &key; key 125 chrome/browser/ui/views/extensions/extension_installed_bubble_view.cc base::string16 key; // Keyboard shortcut or keyword to display in bubble. key 138 chrome/browser/ui/views/extensions/extension_installed_bubble_view.cc key = command.accelerator().GetShortcutText(); key 149 chrome/browser/ui/views/extensions/extension_installed_bubble_view.cc key = base::UTF8ToUTF16(extensions::OmniboxInfo::GetKeyword(extension)); key 188 chrome/browser/ui/views/extensions/extension_installed_bubble_view.cc how_to_use_ = new views::Label(GetHowToUseDescription(key)); key 293 chrome/browser/ui/views/extensions/extension_installed_bubble_view.cc base::string16 GetHowToUseDescription(const base::string16& key) { key 296 chrome/browser/ui/views/extensions/extension_installed_bubble_view.cc if (!key.empty()) { key 298 chrome/browser/ui/views/extensions/extension_installed_bubble_view.cc IDS_EXTENSION_INSTALLED_BROWSER_ACTION_INFO_WITH_SHORTCUT, key); key 305 chrome/browser/ui/views/extensions/extension_installed_bubble_view.cc if (!key.empty()) { key 307 chrome/browser/ui/views/extensions/extension_installed_bubble_view.cc IDS_EXTENSION_INSTALLED_PAGE_ACTION_INFO_WITH_SHORTCUT, key); key 315 chrome/browser/ui/views/extensions/extension_installed_bubble_view.cc IDS_EXTENSION_INSTALLED_OMNIBOX_KEYWORD_INFO, key); key 193 chrome/browser/ui/views/find_bar_host.cc ui::KeyboardCode key = accelerator.key_code(); key 194 chrome/browser/ui/views/find_bar_host.cc if (key == ui::VKEY_RETURN && accelerator.IsCtrlDown()) { key 200 chrome/browser/ui/views/find_bar_host.cc } else if (key == ui::VKEY_ESCAPE) { key 34 chrome/browser/ui/views/keyboard_access_browsertest.cc void SendKeyPress(Browser* browser, ui::KeyboardCode key) { key 36 chrome/browser/ui/views/keyboard_access_browsertest.cc browser->window()->GetNativeWindow(), key, false, false, false, false)); key 106 chrome/browser/ui/views/profile_reset_bubble_view.cc base::string16 key; key 107 chrome/browser/ui/views/profile_reset_bubble_view.cc if (!dictionary->GetString("key", &key)) key 116 chrome/browser/ui/views/profile_reset_bubble_view.cc views::Label* left_text_label = new views::Label(key); key 199 chrome/browser/ui/webui/chromeos/drive_internals_ui.cc const std::string& key, key 202 chrome/browser/ui/webui/chromeos/drive_internals_ui.cc dict->SetString("key", key); key 471 chrome/browser/ui/webui/chromeos/drive_internals_ui.cc const std::string key = kDriveRelatedPreferences[i]; key 474 chrome/browser/ui/webui/chromeos/drive_internals_ui.cc (pref_service->GetBoolean(key.c_str()) ? "true" : "false"); key 475 chrome/browser/ui/webui/chromeos/drive_internals_ui.cc AppendKeyValue(&preferences, key, value); key 783 chrome/browser/ui/webui/chromeos/drive_internals_ui.cc const char* const key = kPathPreferences[i]; key 784 chrome/browser/ui/webui/chromeos/drive_internals_ui.cc AppendKeyValue(&paths, key, key 785 chrome/browser/ui/webui/chromeos/drive_internals_ui.cc profile->GetPrefs()->GetFilePath(key).AsUTF8Unsafe()); key 19 chrome/browser/ui/webui/chromeos/login/base_screen_handler.cc void LocalizedValuesBuilder::Add(const std::string& key, key 21 chrome/browser/ui/webui/chromeos/login/base_screen_handler.cc dict_->SetString(key, message); key 24 chrome/browser/ui/webui/chromeos/login/base_screen_handler.cc void LocalizedValuesBuilder::Add(const std::string& key, key 26 chrome/browser/ui/webui/chromeos/login/base_screen_handler.cc dict_->SetString(key, message); key 29 chrome/browser/ui/webui/chromeos/login/base_screen_handler.cc void LocalizedValuesBuilder::Add(const std::string& key, int message_id) { key 30 chrome/browser/ui/webui/chromeos/login/base_screen_handler.cc dict_->SetString(key, key 34 chrome/browser/ui/webui/chromeos/login/base_screen_handler.cc void LocalizedValuesBuilder::AddF(const std::string& key, key 37 chrome/browser/ui/webui/chromeos/login/base_screen_handler.cc dict_->SetString(key, key 41 chrome/browser/ui/webui/chromeos/login/base_screen_handler.cc void LocalizedValuesBuilder::AddF(const std::string& key, key 45 chrome/browser/ui/webui/chromeos/login/base_screen_handler.cc dict_->SetString(key, key 49 chrome/browser/ui/webui/chromeos/login/base_screen_handler.cc void LocalizedValuesBuilder::AddF(const std::string& key, key 52 chrome/browser/ui/webui/chromeos/login/base_screen_handler.cc AddF(key, message_id, l10n_util::GetStringUTF16(message_id_a)); key 55 chrome/browser/ui/webui/chromeos/login/base_screen_handler.cc void LocalizedValuesBuilder::AddF(const std::string& key, key 59 chrome/browser/ui/webui/chromeos/login/base_screen_handler.cc AddF(key, message_id, key 33 chrome/browser/ui/webui/chromeos/login/base_screen_handler.h void Add(const std::string& key, const std::string& message); key 37 chrome/browser/ui/webui/chromeos/login/base_screen_handler.h void Add(const std::string& key, const base::string16& message); key 41 chrome/browser/ui/webui/chromeos/login/base_screen_handler.h void Add(const std::string& key, int message_id); key 46 chrome/browser/ui/webui/chromeos/login/base_screen_handler.h void AddF(const std::string& key, key 53 chrome/browser/ui/webui/chromeos/login/base_screen_handler.h void AddF(const std::string& key, key 61 chrome/browser/ui/webui/chromeos/login/base_screen_handler.h void AddF(const std::string& key, key 69 chrome/browser/ui/webui/chromeos/login/base_screen_handler.h void AddF(const std::string& key, key 974 chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc void SigninScreenHandler::OnKeyEvent(ui::KeyEvent* key) { key 975 chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc if (key->type() == ui::ET_KEY_PRESSED && key 976 chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc key->key_code() == ui::VKEY_CAPITAL) { key 308 chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h virtual void OnKeyEvent(ui::KeyEvent* key) OVERRIDE; key 127 chrome/browser/ui/webui/chromeos/salsa_ui.cc int SalsaUI::WhitelistIndex(const char* key) const { key 128 chrome/browser/ui/webui/chromeos/salsa_ui.cc if (!key) key 133 chrome/browser/ui/webui/chromeos/salsa_ui.cc if (!strcmp(key, kWhitelist[i])) key 41 chrome/browser/ui/webui/chromeos/salsa_ui.h int WhitelistIndex(const char* key) const; key 37 chrome/browser/ui/webui/downloads_dom_handler_browsertest.cc if (left_dict->HasKey(iter.key()) && key 38 chrome/browser/ui/webui/downloads_dom_handler_browsertest.cc left_dict->Get(iter.key(), &left_value) && key 40 chrome/browser/ui/webui/downloads_dom_handler_browsertest.cc LOG(WARNING) << iter.key(); key 59 chrome/browser/ui/webui/extensions/extension_error_handler.h const std::string& key, key 48 chrome/browser/ui/webui/extensions/extension_error_ui_util.cc const std::string& key, key 52 chrome/browser/ui/webui/extensions/extension_error_ui_util.cc ManifestHighlighter highlighter(contents, key, specific); key 185 chrome/browser/ui/webui/flash_ui.cc const base::string16& key, key 188 chrome/browser/ui/webui/flash_ui.cc results->SetString("key", key); key 194 chrome/browser/ui/webui/flash_ui.cc const base::string16& key, key 196 chrome/browser/ui/webui/flash_ui.cc AddPair(list, key, ASCIIToUTF16(value)); key 53 chrome/browser/ui/webui/identity_internals_ui_browsertest.cc extensions::ExtensionTokenKey key( key 59 chrome/browser/ui/webui/identity_internals_ui_browsertest.cc ->SetCachedToken(key, token_cache_value); key 159 chrome/browser/ui/webui/nacl_ui.cc const base::string16& key, key 162 chrome/browser/ui/webui/nacl_ui.cc results->SetString("key", key); key 1125 chrome/browser/ui/webui/net_internals/net_internals_ui.cc const net::HostCache::Key& key = it.key(); key 1130 chrome/browser/ui/webui/net_internals/net_internals_ui.cc entry_dict->SetString("hostname", key.hostname); key 1132 chrome/browser/ui/webui/net_internals/net_internals_ui.cc static_cast<int>(key.address_family)); key 61 chrome/browser/ui/webui/net_internals/net_internals_ui_browsertest.cc net::HostCache::Key key(hostname, net::ADDRESS_FAMILY_UNSPECIFIED, 0); key 800 chrome/browser/ui/webui/options/browser_options_handler.cc policy::key::kUserAvatarImage, key 804 chrome/browser/ui/webui/options/browser_options_handler.cc policy::key::kWallpaperImage, key 851 chrome/browser/ui/webui/options/browser_options_handler.cc .Get(policy::key::kUserAvatarImage)); key 137 chrome/browser/ui/webui/options/certificate_manager_browsertest.cc policy.Set(policy::key::kOpenNetworkConfiguration, key 576 chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc const char* key, key 582 chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc settings->Set(key, dict); key 741 chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc bool AppendPropertyKeyIfPresent(const std::string& key, key 744 chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc if (old_properties.HasKey(key)) { key 745 chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc property_keys->push_back(key); key 751 chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc bool AddStringPropertyIfChanged(const std::string& key, key 756 chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc if (!old_properties.GetStringWithoutPathExpansion(key, &old_value) || key 758 chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc new_properties->SetStringWithoutPathExpansion(key, new_value); key 764 chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc bool AddIntegerPropertyIfChanged(const std::string& key, key 769 chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc if (!old_properties.GetIntegerWithoutPathExpansion(key, &old_value) || key 771 chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc new_properties->SetIntegerWithoutPathExpansion(key, new_value); key 38 chrome/browser/ui/webui/options/chromeos/user_image_source.cc url_parse::Component key, value; key 40 chrome/browser/ui/webui/options/chromeos/user_image_source.cc while (ExtractQueryKeyValue(url_spec.c_str(), &query, &key, &value)) { key 41 chrome/browser/ui/webui/options/chromeos/user_image_source.cc if (url_spec.substr(key.begin, key.len) == kKeyAnimated) { key 168 chrome/browser/ui/webui/options/managed_user_import_handler.cc managed_user->SetString("id", it.key()); key 173 chrome/browser/ui/webui/options/managed_user_import_handler.cc service->GetValue(it.key(), managed_users::kChromeAvatarIndex); key 196 chrome/browser/ui/webui/options/managed_user_import_handler.cc managed_user_ids.find(it.key()) != managed_user_ids.end(); key 238 chrome/browser/ui/webui/options/managed_user_import_handler.cc const std::string& key) { key 239 chrome/browser/ui/webui/options/managed_user_import_handler.cc if (key == managed_users::kChromeAvatarIndex) key 83 chrome/browser/ui/webui/options/managed_user_import_handler.h const std::string& key); key 227 chrome/browser/ui/webui/options/preferences_browsertest.cc const std::string& key, key 230 chrome/browser/ui/webui/options/preferences_browsertest.cc EXPECT_TRUE(dict.Get(key, &actual)) << "Was checking key: " << key; key 232 chrome/browser/ui/webui/options/preferences_browsertest.cc EXPECT_EQ(expected, *actual) << "Was checking key: " << key; key 454 chrome/browser/ui/webui/options/preferences_browsertest.cc policy_names_.push_back(policy::key::kAlternateErrorPagesEnabled); key 460 chrome/browser/ui/webui/options/preferences_browsertest.cc policy_names_.push_back(policy::key::kRestoreOnStartup); key 467 chrome/browser/ui/webui/options/preferences_browsertest.cc policy_names_.push_back(policy::key::kRestoreOnStartupURLs); key 888 chrome/browser/ui/webui/options/preferences_browsertest.cc SetONCPolicy(policy::key::kOpenNetworkConfiguration, key 913 chrome/browser/ui/webui/options/preferences_browsertest.cc SetONCPolicy(policy::key::kDeviceOpenNetworkConfiguration, key 938 chrome/browser/ui/webui/options/preferences_browsertest.cc policy_names_.push_back(policy::key::kProxyMode); key 67 chrome/browser/ui/webui/options/preferences_browsertest.h const std::string& key, key 278 chrome/browser/ui/webui/performance_monitor/performance_monitor_handler.cc if (data.key() == "eventType") key 280 chrome/browser/ui/webui/performance_monitor/performance_monitor_handler.cc else if (data.key() == "time") { key 297 chrome/browser/ui/webui/performance_monitor/performance_monitor_handler.cc GetLocalizedStringFromEventProperty(data.key())); key 303 chrome/browser/ui/webui/performance_monitor/performance_monitor_handler.cc localized_event->SetWithoutPathExpansion(data.key(), value); key 31 chrome/browser/ui/webui/performance_monitor/performance_monitor_l10n.h base::string16 GetLocalizedStringFromEventProperty(const std::string& key); key 625 chrome/browser/ui/webui/policy_ui.cc chrome_policy_names->SetBoolean(it.key(), true); key 656 chrome/browser/ui/webui/policy_ui.cc policy_names->SetBoolean(prop.key(), true); key 183 chrome/browser/ui/webui/policy_ui_browsertest.cc PopulateExpectedPolicy(it.key(), std::string(), NULL, false)); key 204 chrome/browser/ui/webui/policy_ui_browsertest.cc values.Set(policy::key::kRestoreOnStartupURLs, key 209 chrome/browser/ui/webui/policy_ui_browsertest.cc expected_values[policy::key::kRestoreOnStartupURLs] = "aaa,bbb,ccc"; key 210 chrome/browser/ui/webui/policy_ui_browsertest.cc values.Set(policy::key::kHomepageLocation, key 215 chrome/browser/ui/webui/policy_ui_browsertest.cc expected_values[policy::key::kHomepageLocation] = "http://google.com"; key 216 chrome/browser/ui/webui/policy_ui_browsertest.cc values.Set(policy::key::kRestoreOnStartup, key 221 chrome/browser/ui/webui/policy_ui_browsertest.cc expected_values[policy::key::kRestoreOnStartup] = "4"; key 222 chrome/browser/ui/webui/policy_ui_browsertest.cc values.Set(policy::key::kShowHomeButton, key 227 chrome/browser/ui/webui/policy_ui_browsertest.cc expected_values[policy::key::kShowHomeButton] = "true"; key 250 chrome/browser/ui/webui/policy_ui_browsertest.cc expected_values.find(props.key()); key 253 chrome/browser/ui/webui/policy_ui_browsertest.cc const policy::PolicyMap::Entry* metadata = values.Get(props.key()); key 257 chrome/browser/ui/webui/policy_ui_browsertest.cc PopulateExpectedPolicy(props.key(), value, metadata, false)); key 105 chrome/browser/ui/webui/sync_setup_handler_unittest.cc const std::string& key, key 109 chrome/browser/ui/webui/sync_setup_handler_unittest.cc EXPECT_FALSE(dictionary->HasKey(key)) << key 110 chrome/browser/ui/webui/sync_setup_handler_unittest.cc "Did not expect to find value for " << key; key 113 chrome/browser/ui/webui/sync_setup_handler_unittest.cc EXPECT_TRUE(dictionary->GetBoolean(key, &actual_value)) << key 114 chrome/browser/ui/webui/sync_setup_handler_unittest.cc "No value found for " << key; key 116 chrome/browser/ui/webui/sync_setup_handler_unittest.cc "Mismatch found for " << key; key 121 chrome/browser/ui/webui/sync_setup_handler_unittest.cc const std::string& key, key 123 chrome/browser/ui/webui/sync_setup_handler_unittest.cc return CheckBool(dictionary, key, expected_value, false); key 196 chrome/browser/ui/webui/translate_internals/translate_internals_handler.cc const std::string& key = *it; key 197 chrome/browser/ui/webui/translate_internals/translate_internals_handler.cc const PrefService::Preference* pref = prefs->FindPreference(key.c_str()); key 199 chrome/browser/ui/webui/translate_internals/translate_internals_handler.cc dict.Set(key, pref->GetValue()->DeepCopy()); key 57 chrome/browser/ui/webui/translate_internals/translate_internals_ui.cc std::string key = "language-" + it.key(); key 60 chrome/browser/ui/webui/translate_internals/translate_internals_ui.cc source->AddString(key, value); key 159 chrome/browser/web_resource/notification_promo.cc copy->SetWithoutPathExpansion(it.key(), child_copy); key 134 chrome/browser/webdata/autocomplete_syncable_service.cc new_db_entries[it->key()] = key 244 chrome/browser/webdata/autocomplete_syncable_service.cc (*db_entries)[it->key()] = key 333 chrome/browser/webdata/autocomplete_syncable_service.cc AutofillKey key(autofill_specifics.name().c_str(), key 335 chrome/browser/webdata/autocomplete_syncable_service.cc AutocompleteEntryMap::iterator it = loaded_data->find(key); key 345 chrome/browser/webdata/autocomplete_syncable_service.cc new_entries->push_back(AutofillEntry(key, date_created, date_last_used)); key 353 chrome/browser/webdata/autocomplete_syncable_service.cc it->second.second->key(), date_created, date_last_used); key 369 chrome/browser/webdata/autocomplete_syncable_service.cc autofill->set_name(base::UTF16ToUTF8(entry.key().name())); key 370 chrome/browser/webdata/autocomplete_syncable_service.cc autofill->set_value(base::UTF16ToUTF8(entry.key().value())); key 401 chrome/browser/webdata/autocomplete_syncable_service.cc change->key().name(), change->key().value(), key 406 chrome/browser/webdata/autocomplete_syncable_service.cc AutofillEntry entry(change->key(), date_created, date_last_used); key 418 chrome/browser/webdata/autocomplete_syncable_service.cc AutofillEntry entry(change->key(), base::Time(), base::Time()); key 442 chrome/browser/webdata/autocomplete_syncable_service.cc std::string tag(KeyToTag(base::UTF16ToUTF8(entry.key().name()), key 443 chrome/browser/webdata/autocomplete_syncable_service.cc base::UTF16ToUTF8(entry.key().value()))); key 26 chrome/common/child_process_logging_win.cc void SetCrashKeyValueTrampoline(const base::StringPiece& key, key 38 chrome/common/child_process_logging_win.cc (set_crash_key)(base::UTF8ToWide(key).data(), key 43 chrome/common/child_process_logging_win.cc void ClearCrashKeyValueTrampoline(const base::StringPiece& key) { key 54 chrome/common/child_process_logging_win.cc (clear_crash_key)(base::UTF8ToWide(key).data()); key 123 chrome/common/chrome_paths.cc bool PathProvider(int key, base::FilePath* result) { key 125 chrome/common/chrome_paths.cc switch (key) { key 160 chrome/common/chrome_paths.cc switch (key) { key 294 chrome/common/crash_keys.cc std::string key = base::StringPrintf(kSwitch, key_i++); key 295 chrome/common/crash_keys.cc base::debug::SetCrashKeyValue(key, switch_str); key 329 chrome/common/crash_keys.cc std::string key = base::StringPrintf(kExtensionID, i + 1); key 331 chrome/common/crash_keys.cc base::debug::ClearCrashKey(key); key 333 chrome/common/crash_keys.cc base::debug::SetCrashKeyValue(key, *it); key 343 chrome/common/crash_keys.cc std::string key = base::StringPrintf(kPrinterInfo, i + 1); key 347 chrome/common/crash_keys.cc base::debug::SetCrashKeyValue(key, value); key 353 chrome/common/crash_keys.cc std::string key = base::StringPrintf(kPrinterInfo, i + 1); key 354 chrome/common/crash_keys.cc base::debug::ClearCrashKey(key); key 32 chrome/common/crash_keys_unittest.cc bool HasCrashKey(const std::string& key) { key 33 chrome/common/crash_keys_unittest.cc return keys_.find(key) != keys_.end(); key 36 chrome/common/crash_keys_unittest.cc std::string GetKeyValue(const std::string& key) { key 37 chrome/common/crash_keys_unittest.cc std::map<std::string, std::string>::const_iterator it = keys_.find(key); key 44 chrome/common/crash_keys_unittest.cc static void SetCrashKeyValue(const base::StringPiece& key, key 46 chrome/common/crash_keys_unittest.cc self_->keys_[key.as_string()] = value.as_string(); key 49 chrome/common/crash_keys_unittest.cc static void ClearCrashKey(const base::StringPiece& key) { key 50 chrome/common/crash_keys_unittest.cc self_->keys_.erase(key.as_string()); key 159 chrome/common/crash_keys_unittest.cc std::string key = base::StringPrintf(crash_keys::kExtensionID, i); key 160 chrome/common/crash_keys_unittest.cc EXPECT_FALSE(HasCrashKey(key)) << key; key 90 chrome/common/extensions/api/commands/commands_handler.cc if (!binding->Parse(command, iter.key(), command_index, error)) key 40 chrome/common/extensions/api/extension_action/action_info.cc const std::string& key) { key 42 chrome/common/extensions/api/extension_action/action_info.cc extension->GetManifestData(key)); key 243 chrome/common/extensions/api/extension_api_unittest.cc if (iter.key().find(".") == std::string::npos) key 244 chrome/common/extensions/api/extension_api_unittest.cc api.RegisterSchemaResource(iter.key(), 0); key 315 chrome/common/extensions/api/extension_api_unittest.cc if (iter.key().find(".") == std::string::npos) key 316 chrome/common/extensions/api/extension_api_unittest.cc api.RegisterSchemaResource(iter.key(), 0); key 129 chrome/common/extensions/api/file_handlers/file_handlers_parser.cc if (!LoadFileHandler(iter.key(), *handler, &info->file_handlers, error)) key 229 chrome/common/extensions/api/networking_private/networking_private_crypto.cc PK11_PrivDecryptPKCS1(private_key->key(), key 155 chrome/common/extensions/api/url_handlers/url_handlers_parser.cc if (!ParseUrlHandler(iter.key(), *handler, &info->handlers, error)) { key 77 chrome/common/extensions/command.cc ui::KeyboardCode key = ui::VKEY_UNKNOWN; key 98 chrome/common/extensions/command.cc key = ui::VKEY_UNKNOWN; key 123 chrome/common/extensions/command.cc if (key != ui::VKEY_UNKNOWN) { key 125 chrome/common/extensions/command.cc key = ui::VKEY_UNKNOWN; key 130 chrome/common/extensions/command.cc key = ui::VKEY_OEM_COMMA; key 132 chrome/common/extensions/command.cc key = ui::VKEY_OEM_PERIOD; key 134 chrome/common/extensions/command.cc key = ui::VKEY_UP; key 136 chrome/common/extensions/command.cc key = ui::VKEY_DOWN; key 138 chrome/common/extensions/command.cc key = ui::VKEY_LEFT; key 140 chrome/common/extensions/command.cc key = ui::VKEY_RIGHT; key 142 chrome/common/extensions/command.cc key = ui::VKEY_INSERT; key 144 chrome/common/extensions/command.cc key = ui::VKEY_DELETE; key 146 chrome/common/extensions/command.cc key = ui::VKEY_HOME; key 148 chrome/common/extensions/command.cc key = ui::VKEY_END; key 150 chrome/common/extensions/command.cc key = ui::VKEY_PRIOR; key 152 chrome/common/extensions/command.cc key = ui::VKEY_NEXT; key 154 chrome/common/extensions/command.cc key = ui::VKEY_TAB; key 157 chrome/common/extensions/command.cc key = ui::VKEY_MEDIA_NEXT_TRACK; key 160 chrome/common/extensions/command.cc key = ui::VKEY_MEDIA_PLAY_PAUSE; key 163 chrome/common/extensions/command.cc key = ui::VKEY_MEDIA_PREV_TRACK; key 166 chrome/common/extensions/command.cc key = ui::VKEY_MEDIA_STOP; key 169 chrome/common/extensions/command.cc key = static_cast<ui::KeyboardCode>(ui::VKEY_A + (tokens[i][0] - 'A')); key 172 chrome/common/extensions/command.cc key = static_cast<ui::KeyboardCode>(ui::VKEY_0 + (tokens[i][0] - '0')); key 174 chrome/common/extensions/command.cc key = ui::VKEY_UNKNOWN; key 198 chrome/common/extensions/command.cc if (key == ui::VKEY_UNKNOWN || (ctrl && alt) || (command && alt) || key 208 chrome/common/extensions/command.cc if ((key == ui::VKEY_MEDIA_NEXT_TRACK || key 209 chrome/common/extensions/command.cc key == ui::VKEY_MEDIA_PREV_TRACK || key 210 chrome/common/extensions/command.cc key == ui::VKEY_MEDIA_PLAY_PAUSE || key 211 chrome/common/extensions/command.cc key == ui::VKEY_MEDIA_STOP) && key 221 chrome/common/extensions/command.cc return ui::Accelerator(key, modifiers); key 424 chrome/common/extensions/command.cc suggestions[iter.key()] = suggested_key_string; key 475 chrome/common/extensions/command.cc std::string key = platform; key 476 chrome/common/extensions/command.cc if (suggestions.find(key) == suggestions.end()) key 477 chrome/common/extensions/command.cc key = values::kKeybindingPlatformDefault; key 478 chrome/common/extensions/command.cc if (suggestions.find(key) == suggestions.end()) { key 510 chrome/common/extensions/command.cc if (iter->first == key) { key 59 chrome/common/extensions/command_unittest.cc const char* key; key 124 chrome/common/extensions/command_unittest.cc input->SetString("suggested_key", kTests[i].key); key 128 chrome/common/extensions/command_unittest.cc "| key: |" + kTests[i].key + key 146 chrome/common/extensions/command_unittest.cc if (kTests[i].key[0] != '\0') { key 149 chrome/common/extensions/command_unittest.cc key_dict->SetString("default", kTests[i].key); key 150 chrome/common/extensions/command_unittest.cc key_dict->SetString("windows", kTests[i].key); key 151 chrome/common/extensions/command_unittest.cc key_dict->SetString("mac", kTests[i].key); key 491 chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/openid.php foreach ($this->data as $key => $val) { key 492 chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/openid.php if (substr($key, 0, strlen('openid_ns_')) == 'openid_ns_' key 495 chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/openid.php $alias = substr($key, strlen('openid_ns_')); key 506 chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/openid.php foreach ($this->data as $key => $value) { key 508 chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/openid.php if (substr($key, 0, strlen($keyMatch)) != $keyMatch) { key 511 chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/openid.php $key = substr($key, strlen($keyMatch)); key 512 chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/openid.php if (!isset($this->data['openid_' . $alias . '_type_' . $key])) { key 518 chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/openid.php $key = substr($this->data['openid_' . $alias . '_type_' . $key], key 520 chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/openid.php $attributes[$key] = $value; key 529 chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/openid.php foreach ($this->data as $key => $value) { key 531 chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/openid.php if (substr($key, 0, strlen($keyMatch)) != $keyMatch) { key 534 chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/openid.php $key = substr($key, strlen($keyMatch)); key 535 chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/openid.php if (!isset($sreg_to_ax[$key])) { key 539 chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/openid.php $attributes[$sreg_to_ax[$key]] = $value; key 11 chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/OAuth.php public $key; key 14 chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/OAuth.php function __construct($key, $secret, $callback_url=NULL) { key 15 chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/OAuth.php $this->key = $key; key 27 chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/OAuth.php public $key; key 34 chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/OAuth.php function __construct($key, $secret) { key 35 chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/OAuth.php $this->key = $key; key 45 chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/OAuth.php OAuthUtil::urlencode_rfc3986($this->key) . key 114 chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/OAuth.php $key = implode('&', $key_parts); key 116 chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/OAuth.php return base64_encode(hash_hmac('sha1', $base_string, $key, true)); key 146 chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/OAuth.php $key = implode('&', $key_parts); key 147 chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/OAuth.php $request->base_string = $key; key 149 chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/OAuth.php return $key; key 298 chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/OAuth.php "oauth_consumer_key" => $consumer->key); key 300 chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/OAuth.php $defaults['oauth_token'] = $token->key; key 781 chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/OAuth.php foreach ($headers AS $key => $value) { key 782 chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/OAuth.php $key = str_replace( key 785 chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/OAuth.php ucwords(strtolower(str_replace("-", " ", $key))) key 787 chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/OAuth.php $out[$key] = $value; key 798 chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/OAuth.php foreach ($_SERVER as $key => $value) { key 799 chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/OAuth.php if (substr($key, 0, 5) == "HTTP_") { key 803 chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/OAuth.php $key = str_replace( key 806 chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/OAuth.php ucwords(strtolower(str_replace("_", " ", substr($key, 5)))) key 808 chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/OAuth.php $out[$key] = $value; key 62 chrome/common/extensions/extension_l10n_util.cc bool LocalizeManifestValue(const std::string& key, key 67 chrome/common/extensions/extension_l10n_util.cc if (!manifest->GetString(key, &result)) key 73 chrome/common/extensions/extension_l10n_util.cc manifest->SetString(key, result); key 78 chrome/common/extensions/extension_l10n_util.cc bool LocalizeManifestListValue(const std::string& key, key 83 chrome/common/extensions/extension_l10n_util.cc if (!manifest->GetList(key, &list)) key 156 chrome/common/extensions/extension_l10n_util.cc std::string key(keys::kBrowserAction); key 157 chrome/common/extensions/extension_l10n_util.cc key.append("."); key 158 chrome/common/extensions/extension_l10n_util.cc key.append(keys::kPageActionDefaultTitle); key 159 chrome/common/extensions/extension_l10n_util.cc if (!LocalizeManifestValue(key, messages, manifest, error)) key 163 chrome/common/extensions/extension_l10n_util.cc key.assign(keys::kPageAction); key 164 chrome/common/extensions/extension_l10n_util.cc key.append("."); key 165 chrome/common/extensions/extension_l10n_util.cc key.append(keys::kPageActionDefaultTitle); key 166 chrome/common/extensions/extension_l10n_util.cc if (!LocalizeManifestValue(key, messages, manifest, error)) key 175 chrome/common/extensions/extension_l10n_util.cc key.assign(keys::kFileBrowserHandlers); key 191 chrome/common/extensions/extension_l10n_util.cc key.assign(keys::kMediaGalleriesHandlers); key 234 chrome/common/extensions/extension_l10n_util.cc key.assign(base::StringPrintf("commands.%s.description", key 235 chrome/common/extensions/extension_l10n_util.cc iter.key().c_str())); key 236 chrome/common/extensions/extension_l10n_util.cc if (!LocalizeManifestValue(key, messages, manifest, error)) key 248 chrome/common/extensions/extension_l10n_util.cc key.assign(base::StringPrintf( key 249 chrome/common/extensions/extension_l10n_util.cc "%s.%s", keys::kOverrideSearchProvider, iter.key().c_str())); key 250 chrome/common/extensions/extension_l10n_util.cc bool success = (key == keys::kSettingsOverrideAlternateUrls) ? key 251 chrome/common/extensions/extension_l10n_util.cc LocalizeManifestListValue(key, messages, manifest, error) : key 252 chrome/common/extensions/extension_l10n_util.cc LocalizeManifestValue(key, messages, manifest, error); key 41 chrome/common/extensions/manifest_handler_helpers.cc std::string key = base::IntToString(icon_sizes[i]); key 42 chrome/common/extensions/manifest_handler_helpers.cc if (icons_value->HasKey(key)) { key 44 chrome/common/extensions/manifest_handler_helpers.cc if (!icons_value->GetString(key, &icon_path)) { key 46 chrome/common/extensions/manifest_handler_helpers.cc errors::kInvalidIconPath, key); key 52 chrome/common/extensions/manifest_handler_helpers.cc errors::kInvalidIconPath, key); key 27 chrome/common/extensions/manifest_handlers/app_launch_info.cc const char* key, key 32 chrome/common/extensions/manifest_handlers/app_launch_info.cc if (manifest->Get(key, &temp)) { key 36 chrome/common/extensions/manifest_handlers/app_launch_info.cc key); key 43 chrome/common/extensions/manifest_handlers/app_launch_info.cc key); key 47 chrome/common/extensions/manifest_unittest.cc const std::string& key, key 52 chrome/common/extensions/manifest_unittest.cc manifest_value->Set(key, value); key 54 chrome/common/extensions/manifest_unittest.cc manifest_value->Remove(key, NULL); key 41 chrome/common/extensions/manifest_url_handler.cc const std::string& key) { key 43 chrome/common/extensions/manifest_url_handler.cc static_cast<ManifestURL*>(extension->GetManifestData(key)); key 284 chrome/common/extensions/manifest_url_handler.cc std::string page = iter.key(); key 79 chrome/common/extensions/message_bundle.cc std::string key(StringToLowerASCII(message_it.key())); key 80 chrome/common/extensions/message_bundle.cc if (!IsValidName(message_it.key())) key 81 chrome/common/extensions/message_bundle.cc return BadKeyMessage(key, error); key 83 chrome/common/extensions/message_bundle.cc if (!GetMessageValue(message_it.key(), message_it.value(), &value, error)) key 86 chrome/common/extensions/message_bundle.cc dictionary_[key] = value; key 132 chrome/common/extensions/message_bundle.cc bool MessageBundle::GetMessageValue(const std::string& key, key 139 chrome/common/extensions/message_bundle.cc *error = base::StringPrintf("Not a valid tree for key %s.", key.c_str()); key 145 chrome/common/extensions/message_bundle.cc "There is no \"%s\" element for key %s.", kMessageKey, key.c_str()); key 150 chrome/common/extensions/message_bundle.cc if (!GetPlaceholders(*name_tree, key, &placeholders, error)) key 179 chrome/common/extensions/message_bundle.cc const std::string& content_key(it.key()); key 129 chrome/common/extensions/message_bundle.h bool GetMessageValue(const std::string& key, key 149 chrome/common/importer/firefox_importer_utils.cc std::string key = line.substr(0, equal); key 150 chrome/common/importer/firefox_importer_utils.cc if (key == "LastVersion") { key 153 chrome/common/importer/firefox_importer_utils.cc } else if (key == "LastAppDir") { key 28 chrome/common/importer/ie_importer_test_registry_overrider_win.cc bool GetTestKeyFromEnvironment(base::string16* key) { key 33 chrome/common/importer/ie_importer_test_registry_overrider_win.cc *key = base::UTF8ToUTF16(value); key 66 chrome/common/importer/ie_importer_test_registry_overrider_win.cc base::string16 key; key 67 chrome/common/importer/ie_importer_test_registry_overrider_win.cc if (!GetTestKeyFromEnvironment(&key)) key 69 chrome/common/importer/ie_importer_test_registry_overrider_win.cc return key; key 114 chrome/common/metrics/metrics_log_base.cc void MetricsLogBase::RecordUserAction(const char* key) { key 118 chrome/common/metrics/metrics_log_base.cc user_action->set_name_hash(Hash(key)); key 59 chrome/common/metrics/metrics_log_base.h void RecordUserAction(const char* key); key 28 chrome/common/metrics/variations/experiment_labels.cc const base::string16 key = key 30 chrome/common/metrics/variations/experiment_labels.cc DCHECK_LE(key.size(), 8U); key 33 chrome/common/metrics/variations/experiment_labels.cc base::string16 label(key); key 57 chrome/common/net/net_resource_provider.cc base::StringPiece NetResourceProvider(int key) { key 60 chrome/common/net/net_resource_provider.cc if (IDR_DIR_HEADER_HTML == key) key 63 chrome/common/net/net_resource_provider.cc return ResourceBundle::GetSharedInstance().GetRawDataResource(key); key 13 chrome/common/net/net_resource_provider.h base::StringPiece NetResourceProvider(int key); key 28 chrome/common/net/x509_certificate_model_openssl.cc std::string key; key 30 chrome/common/net/x509_certificate_model_openssl.cc if (!x509_util::ParsePrincipalKeyAndValueByIndex(name, i, &key, &value)) key 32 chrome/common/net/x509_certificate_model_openssl.cc ret += key; key 168 chrome/installer/gcapi/gcapi.cc HKEY key = NULL; key 171 chrome/installer/gcapi/gcapi.cc NULL, &key, &disposition) == ERROR_SUCCESS) { key 179 chrome/installer/gcapi/gcapi.cc if (::RegQueryValueEx(key, company, 0, &value_type, key 188 chrome/installer/gcapi/gcapi.cc ::RegDeleteValue(key, company); key 193 chrome/installer/gcapi/gcapi.cc ::RegSetValueEx(key, company, 0, REG_DWORD, (LPBYTE)&value, key 198 chrome/installer/gcapi/gcapi.cc ::RegCloseKey(key); key 205 chrome/installer/gcapi/gcapi.cc RegKey key; key 206 chrome/installer/gcapi/gcapi.cc return key.Open(root_key, kChromeRegClientsKey, KEY_READ) == ERROR_SUCCESS && key 207 chrome/installer/gcapi/gcapi.cc key.HasValue(kChromeRegVersion); key 212 chrome/installer/gcapi/gcapi.cc RegKey key; key 214 chrome/installer/gcapi/gcapi.cc return key.Open(root, subkey, KEY_READ) == ERROR_SUCCESS && key 215 chrome/installer/gcapi/gcapi.cc key.ReadValueDW(kC1FKey, &value) == ERROR_SUCCESS && key 276 chrome/installer/gcapi/gcapi.cc HKEY key = NULL; key 280 chrome/installer/gcapi/gcapi.cc &key, &disposition) == ERROR_SUCCESS) { key 281 chrome/installer/gcapi/gcapi.cc if (::RegSetValueEx(key, str, 0, REG_SZ, (LPBYTE)str, key 284 chrome/installer/gcapi/gcapi.cc RegDeleteValue(key, str); key 287 chrome/installer/gcapi/gcapi.cc RegCloseKey(key); key 749 chrome/installer/gcapi/gcapi.cc RegKey key; key 751 chrome/installer/gcapi/gcapi.cc if (key.Open(HKEY_CURRENT_USER, kChromeRegClientStateKey, key 753 chrome/installer/gcapi/gcapi.cc key.ReadValueDW(kRelaunchAllowedAfterValue, key 775 chrome/installer/gcapi/gcapi.cc RegKey key; key 776 chrome/installer/gcapi/gcapi.cc if (key.Create(HKEY_CURRENT_USER, kChromeRegClientStateKey, key 778 chrome/installer/gcapi/gcapi.cc key.WriteValue(kRelaunchBrandcodeValue, key 780 chrome/installer/gcapi/gcapi.cc key.WriteValue(kRelaunchAllowedAfterValue, key 59 chrome/installer/mini_installer/mini_installer.cc LONG Open(HKEY key, const wchar_t* sub_key, REGSAM access); key 86 chrome/installer/mini_installer/mini_installer.cc LONG RegKey::Open(HKEY key, const wchar_t* sub_key, REGSAM access) { key 88 chrome/installer/mini_installer/mini_installer.cc return ::RegOpenKeyEx(key, sub_key, NULL, access, &key_); key 133 chrome/installer/mini_installer/mini_installer.cc RegKey key; key 135 chrome/installer/mini_installer/mini_installer.cc if (key.Open(root_key, sub_key, KEY_QUERY_VALUE) == ERROR_SUCCESS && key 136 chrome/installer/mini_installer/mini_installer.cc key.ReadValue(value_name, value, size) == ERROR_SUCCESS) { key 144 chrome/installer/mini_installer/mini_installer.cc RegKey* key) { key 148 chrome/installer/mini_installer/mini_installer.cc (key->Open(root_key, client_state_key.get(), access) == ERROR_SUCCESS); key 158 chrome/installer/mini_installer/mini_installer.cc RegKey key; key 183 chrome/installer/mini_installer/mini_installer.cc if (OpenClientStateKey(root_key, app_guid, key_access, &key)) { key 185 chrome/installer/mini_installer/mini_installer.cc ret = key.ReadValue(kApRegistryValueName, value.get(), value.capacity()); key 190 chrome/installer/mini_installer/mini_installer.cc key.Close(); key 195 chrome/installer/mini_installer/mini_installer.cc key.Close(); key 200 chrome/installer/mini_installer/mini_installer.cc if (!key.is_valid()) { key 201 chrome/installer/mini_installer/mini_installer.cc if (!OpenClientStateKey(root_key, app_guid, key_access, &key)) key 205 chrome/installer/mini_installer/mini_installer.cc ret = key.ReadValue(kApRegistryValueName, value.get(), value.capacity()); key 219 chrome/installer/mini_installer/mini_installer.cc key.WriteValue(kApRegistryValueName, value.get()); key 231 chrome/installer/mini_installer/mini_installer.cc RegKey key; key 232 chrome/installer/mini_installer/mini_installer.cc return OpenClientStateKey(root_key, app_guid, KEY_QUERY_VALUE, &key) && key 233 chrome/installer/mini_installer/mini_installer.cc (key.ReadValue(kUninstallRegistryValueName, path, size) == ERROR_SUCCESS); key 438 chrome/installer/setup/setup_util_unittest.cc base::win::RegKey key; key 691 chrome/installer/setup/uninstall.cc base::win::RegKey key; key 706 chrome/installer/setup/uninstall.cc } else if (key.Open(HKEY_LOCAL_MACHINE, key 709 chrome/installer/setup/uninstall.cc (key.Open(HKEY_LOCAL_MACHINE, (classes_path + assoc).c_str(), key 711 chrome/installer/setup/uninstall.cc key.WriteValue(NULL, replacement_prog_id) != ERROR_SUCCESS)) { key 42 chrome/installer/util/app_command.cc bool AppCommand::Initialize(const base::win::RegKey& key) { key 43 chrome/installer/util/app_command.cc if (!key.Valid()) { key 51 chrome/installer/util/app_command.cc result = key.ReadValue(google_update::kRegCommandLineField, &cmd_line); key 63 chrome/installer/util/app_command.cc key.ReadValueDW(kNameBoolVars[i].name, &value); key 34 chrome/installer/util/app_command.h bool Initialize(const base::win::RegKey& key); key 22 chrome/installer/util/app_commands.cc bool AppCommands::Initialize(const base::win::RegKey& key) { key 23 chrome/installer/util/app_commands.cc if (!key.Valid()) { key 36 chrome/installer/util/app_commands.cc for (RegistryKeyIterator key_iterator(key.Handle(), kEmptyString); key 39 chrome/installer/util/app_commands.cc result = cmd_key.Open(key.Handle(), name, KEY_QUERY_VALUE); key 39 chrome/installer/util/app_commands.h bool Initialize(const base::win::RegKey& key); key 142 chrome/installer/util/channel_info.cc bool ChannelInfo::Initialize(const RegKey& key) { key 143 chrome/installer/util/channel_info.cc LONG result = key.ReadValue(google_update::kRegApField, &value_); key 148 chrome/installer/util/channel_info.cc bool ChannelInfo::Write(RegKey* key) const { key 149 chrome/installer/util/channel_info.cc DCHECK(key); key 152 chrome/installer/util/channel_info.cc key->DeleteValue(google_update::kRegApField) : key 153 chrome/installer/util/channel_info.cc key->WriteValue(google_update::kRegApField, value_.c_str()); key 28 chrome/installer/util/channel_info.h bool Initialize(const base::win::RegKey& key); key 32 chrome/installer/util/channel_info.h bool Write(base::win::RegKey* key) const; key 94 chrome/installer/util/chrome_app_host_distribution.cc base::string16 key(google_update::kRegPathClientState); key 95 chrome/installer/util/chrome_app_host_distribution.cc key.append(L"\\"); key 96 chrome/installer/util/chrome_app_host_distribution.cc key.append(kChromeAppHostGuid); key 97 chrome/installer/util/chrome_app_host_distribution.cc return key; key 101 chrome/installer/util/chrome_app_host_distribution.cc base::string16 key(google_update::kRegPathClientStateMedium); key 102 chrome/installer/util/chrome_app_host_distribution.cc key.append(L"\\"); key 103 chrome/installer/util/chrome_app_host_distribution.cc key.append(kChromeAppHostGuid); key 104 chrome/installer/util/chrome_app_host_distribution.cc return key; key 127 chrome/installer/util/chrome_app_host_distribution.cc base::string16 key(google_update::kRegPathClients); key 128 chrome/installer/util/chrome_app_host_distribution.cc key.append(L"\\"); key 129 chrome/installer/util/chrome_app_host_distribution.cc key.append(kChromeAppHostGuid); key 130 chrome/installer/util/chrome_app_host_distribution.cc return key; key 86 chrome/installer/util/chrome_frame_distribution.cc base::string16 key(google_update::kRegPathClientState); key 87 chrome/installer/util/chrome_frame_distribution.cc key.append(L"\\"); key 88 chrome/installer/util/chrome_frame_distribution.cc key.append(kChromeFrameGuid); key 89 chrome/installer/util/chrome_frame_distribution.cc return key; key 93 chrome/installer/util/chrome_frame_distribution.cc base::string16 key(google_update::kRegPathClientStateMedium); key 94 chrome/installer/util/chrome_frame_distribution.cc key.append(L"\\"); key 95 chrome/installer/util/chrome_frame_distribution.cc key.append(kChromeFrameGuid); key 96 chrome/installer/util/chrome_frame_distribution.cc return key; key 117 chrome/installer/util/chrome_frame_distribution.cc base::string16 key(google_update::kRegPathClients); key 118 chrome/installer/util/chrome_frame_distribution.cc key.append(L"\\"); key 119 chrome/installer/util/chrome_frame_distribution.cc key.append(kChromeFrameGuid); key 120 chrome/installer/util/chrome_frame_distribution.cc return key; key 18 chrome/installer/util/compat_checks.cc base::win::RegKey key(HKEY_LOCAL_MACHINE, kProductKey, KEY_READ); key 20 chrome/installer/util/compat_checks.cc key.ReadValue(L"ProductVersion", &version_str); key 40 chrome/installer/util/copy_reg_key_work_item_unittest.cc RegKey key; key 49 chrome/installer/util/copy_reg_key_work_item_unittest.cc key.Open(test_data_.root_key(), destination_path_.c_str(), key 54 chrome/installer/util/copy_reg_key_work_item_unittest.cc key.Open(test_data_.root_key(), destination_path_.c_str(), key 61 chrome/installer/util/copy_reg_key_work_item_unittest.cc RegKey key; key 73 chrome/installer/util/copy_reg_key_work_item_unittest.cc key.Open(test_data_.root_key(), destination_path_.c_str(), key 80 chrome/installer/util/copy_reg_key_work_item_unittest.cc RegKey key; key 92 chrome/installer/util/copy_reg_key_work_item_unittest.cc key.Open(test_data_.root_key(), destination_path_.c_str(), key 98 chrome/installer/util/copy_reg_key_work_item_unittest.cc RegKey key; key 101 chrome/installer/util/copy_reg_key_work_item_unittest.cc key.Create(test_data_.root_key(), destination_path_.c_str(), key 105 chrome/installer/util/copy_reg_key_work_item_unittest.cc test_data_.non_empty_key_path().c_str(), key.Handle(), key 107 chrome/installer/util/copy_reg_key_work_item_unittest.cc key.Close(); key 133 chrome/installer/util/copy_reg_key_work_item_unittest.cc RegKey key; key 136 chrome/installer/util/copy_reg_key_work_item_unittest.cc key.Create(test_data_.root_key(), destination_path_.c_str(), key 140 chrome/installer/util/copy_reg_key_work_item_unittest.cc test_data_.non_empty_key_path().c_str(), key.Handle(), key 142 chrome/installer/util/copy_reg_key_work_item_unittest.cc key.Close(); key 50 chrome/installer/util/create_reg_key_work_item.cc RegKey key; key 58 chrome/installer/util/create_reg_key_work_item.cc if (key.CreateWithDisposition(predefined_root_, key_path.c_str(), key 25 chrome/installer/util/create_reg_key_work_item_unittest.cc RegKey key(HKEY_CURRENT_USER, L"", KEY_ALL_ACCESS); key 26 chrome/installer/util/create_reg_key_work_item_unittest.cc key.DeleteKey(test_root); key 27 chrome/installer/util/create_reg_key_work_item_unittest.cc ASSERT_NE(ERROR_SUCCESS, key.Open(HKEY_CURRENT_USER, test_root, KEY_READ)); key 28 chrome/installer/util/create_reg_key_work_item_unittest.cc ASSERT_EQ(ERROR_SUCCESS, key.Create(HKEY_CURRENT_USER, test_root, key 34 chrome/installer/util/create_reg_key_work_item_unittest.cc RegKey key(HKEY_CURRENT_USER, L"", KEY_ALL_ACCESS); key 35 chrome/installer/util/create_reg_key_work_item_unittest.cc ASSERT_EQ(ERROR_SUCCESS, key.DeleteKey(test_root)); key 42 chrome/installer/util/create_reg_key_work_item_unittest.cc RegKey key; key 47 chrome/installer/util/create_reg_key_work_item_unittest.cc key.Create(HKEY_CURRENT_USER, parent_key.value().c_str(), KEY_READ)); key 63 chrome/installer/util/create_reg_key_work_item_unittest.cc key.Open(HKEY_CURRENT_USER, key_to_create.value().c_str(), KEY_READ)); key 69 chrome/installer/util/create_reg_key_work_item_unittest.cc key.Open(HKEY_CURRENT_USER, top_key_to_create.value().c_str(), KEY_READ)); key 71 chrome/installer/util/create_reg_key_work_item_unittest.cc key.Open(HKEY_CURRENT_USER, parent_key.value().c_str(), KEY_READ)); key 75 chrome/installer/util/create_reg_key_work_item_unittest.cc RegKey key; key 80 chrome/installer/util/create_reg_key_work_item_unittest.cc key.Create(HKEY_CURRENT_USER, key_to_create.value().c_str(), KEY_READ)); key 89 chrome/installer/util/create_reg_key_work_item_unittest.cc key.Open(HKEY_CURRENT_USER, key_to_create.value().c_str(), KEY_READ)); key 96 chrome/installer/util/create_reg_key_work_item_unittest.cc key.Open(HKEY_CURRENT_USER, key_to_create.value().c_str(), KEY_READ)); key 100 chrome/installer/util/create_reg_key_work_item_unittest.cc RegKey key; key 117 chrome/installer/util/create_reg_key_work_item_unittest.cc key.Open(HKEY_CURRENT_USER, key_to_create_3.value().c_str(), KEY_READ)); key 123 chrome/installer/util/create_reg_key_work_item_unittest.cc key.Create(HKEY_CURRENT_USER, key_to_create_4.value().c_str(), KEY_READ)); key 129 chrome/installer/util/create_reg_key_work_item_unittest.cc key.Open(HKEY_CURRENT_USER, key_to_create_3.value().c_str(), KEY_READ)); key 133 chrome/installer/util/create_reg_key_work_item_unittest.cc key.Open(HKEY_CURRENT_USER, key_to_create_2.value().c_str(), KEY_READ)); key 135 chrome/installer/util/create_reg_key_work_item_unittest.cc key.Open(HKEY_CURRENT_USER, key_to_create_4.value().c_str(), KEY_READ)); key 139 chrome/installer/util/create_reg_key_work_item_unittest.cc RegKey key; key 156 chrome/installer/util/create_reg_key_work_item_unittest.cc key.Open(HKEY_CURRENT_USER, key_to_create_3.value().c_str(), KEY_READ)); key 157 chrome/installer/util/create_reg_key_work_item_unittest.cc key.Close(); key 163 chrome/installer/util/create_reg_key_work_item_unittest.cc key.Open(HKEY_CURRENT_USER, key_to_create_3.value().c_str(), KEY_READ)); key 170 chrome/installer/util/create_reg_key_work_item_unittest.cc key.Open(HKEY_CURRENT_USER, key_to_create_1.value().c_str(), KEY_READ)); key 174 chrome/installer/util/create_reg_key_work_item_unittest.cc RegKey key; key 186 chrome/installer/util/create_reg_key_work_item_unittest.cc EXPECT_EQ(ERROR_SUCCESS, key.Open(HKEY_CURRENT_USER, key 188 chrome/installer/util/create_reg_key_work_item_unittest.cc EXPECT_EQ(ERROR_SUCCESS, key.WriteValue(L"name", L"value")); key 189 chrome/installer/util/create_reg_key_work_item_unittest.cc key.Close(); key 195 chrome/installer/util/create_reg_key_work_item_unittest.cc key.Open(HKEY_CURRENT_USER, key_to_create.value().c_str(), KEY_READ)); key 37 chrome/installer/util/delete_reg_key_work_item_unittest.cc RegKey key; key 43 chrome/installer/util/delete_reg_key_work_item_unittest.cc EXPECT_NE(ERROR_SUCCESS, key.Open(test_data_.root_key(), key_path.c_str(), key 47 chrome/installer/util/delete_reg_key_work_item_unittest.cc EXPECT_NE(ERROR_SUCCESS, key.Open(test_data_.root_key(), key_path.c_str(), key 54 chrome/installer/util/delete_reg_key_work_item_unittest.cc RegKey key; key 59 chrome/installer/util/delete_reg_key_work_item_unittest.cc EXPECT_NE(ERROR_SUCCESS, key.Open(test_data_.root_key(), key_path.c_str(), key 63 chrome/installer/util/delete_reg_key_work_item_unittest.cc EXPECT_EQ(ERROR_SUCCESS, key.Open(test_data_.root_key(), key_path.c_str(), key 70 chrome/installer/util/delete_reg_key_work_item_unittest.cc RegKey key; key 75 chrome/installer/util/delete_reg_key_work_item_unittest.cc EXPECT_NE(ERROR_SUCCESS, key.Open(test_data_.root_key(), key_path.c_str(), key 87 chrome/installer/util/delete_reg_key_work_item_unittest.cc RegKey key; key 89 chrome/installer/util/delete_reg_key_work_item_unittest.cc EXPECT_EQ(ERROR_SUCCESS, key.Create(test_data_.root_key(), key_name.c_str(), key 91 chrome/installer/util/delete_reg_key_work_item_unittest.cc EXPECT_EQ(ERROR_SUCCESS, key.WriteValue(NULL, key_name.c_str())); key 95 chrome/installer/util/delete_reg_key_work_item_unittest.cc EXPECT_EQ(ERROR_SUCCESS, subkey.Create(key.Handle(), L"Subkey", key 114 chrome/installer/util/delete_reg_key_work_item_unittest.cc key.Close(); key 118 chrome/installer/util/delete_reg_key_work_item_unittest.cc EXPECT_EQ(ERROR_SUCCESS, key.Open(test_data_.root_key(), key_name.c_str(), key 122 chrome/installer/util/delete_reg_key_work_item_unittest.cc EXPECT_EQ(ERROR_SUCCESS, key.Open(test_data_.root_key(), key_name.c_str(), key 125 chrome/installer/util/delete_reg_key_work_item_unittest.cc EXPECT_EQ(ERROR_SUCCESS, key.ReadValue(NULL, &str_value)); key 127 chrome/installer/util/delete_reg_key_work_item_unittest.cc EXPECT_EQ(ERROR_SUCCESS, key.OpenKey(L"Subkey", KEY_READ | WRITE_DAC)); key 129 chrome/installer/util/delete_reg_key_work_item_unittest.cc EXPECT_EQ(ERROR_SUCCESS, key.ReadValueDW(L"SomeValue", &dw_value)); key 133 chrome/installer/util/delete_reg_key_work_item_unittest.cc RegSetKeySecurity(key.Handle(), DACL_SECURITY_INFORMATION, key 136 chrome/installer/util/delete_reg_key_work_item_unittest.cc EXPECT_EQ(ERROR_SUCCESS, key.OpenKey(L"Subkey2", KEY_QUERY_VALUE)); key 137 chrome/installer/util/delete_reg_key_work_item_unittest.cc EXPECT_EQ(ERROR_SUCCESS, key.ReadValueDW(L"", &dw_value)); key 36 chrome/installer/util/delete_reg_value_work_item.cc RegKey key; key 39 chrome/installer/util/delete_reg_value_work_item.cc LONG result = key.Open(predefined_root_, key_path_.c_str(), key 42 chrome/installer/util/delete_reg_value_work_item.cc result = key.ReadValue(value_name_.c_str(), NULL, &size, &type); key 56 chrome/installer/util/delete_reg_value_work_item.cc result = key.ReadValue(value_name_.c_str(), &previous_value_[0], &size, key 65 chrome/installer/util/delete_reg_value_work_item.cc result = key.DeleteValue(value_name_.c_str()); key 85 chrome/installer/util/delete_reg_value_work_item.cc RegKey key; key 86 chrome/installer/util/delete_reg_value_work_item.cc LONG result = key.Open(predefined_root_, key_path_.c_str(), key 93 chrome/installer/util/delete_reg_value_work_item.cc result = key.WriteValue(value_name_.c_str(), previous_value, key 28 chrome/installer/util/delete_reg_value_work_item_unittest.cc RegKey key(HKEY_CURRENT_USER, L"", KEY_ALL_ACCESS); key 29 chrome/installer/util/delete_reg_value_work_item_unittest.cc key.DeleteKey(kTestRoot); key 30 chrome/installer/util/delete_reg_value_work_item_unittest.cc ASSERT_NE(ERROR_SUCCESS, key.Open(HKEY_CURRENT_USER, kTestRoot, KEY_READ)); key 32 chrome/installer/util/delete_reg_value_work_item_unittest.cc key.Create(HKEY_CURRENT_USER, kTestRoot, KEY_READ)); key 37 chrome/installer/util/delete_reg_value_work_item_unittest.cc RegKey key(HKEY_CURRENT_USER, L"", KEY_ALL_ACCESS); key 38 chrome/installer/util/delete_reg_value_work_item_unittest.cc ASSERT_EQ(ERROR_SUCCESS, key.DeleteKey(kTestRoot)); key 47 chrome/installer/util/delete_reg_value_work_item_unittest.cc RegKey key; key 52 chrome/installer/util/delete_reg_value_work_item_unittest.cc key.Create(HKEY_CURRENT_USER, parent_key.c_str(), KEY_READ | KEY_WRITE)); key 55 chrome/installer/util/delete_reg_value_work_item_unittest.cc ASSERT_EQ(ERROR_SUCCESS, key.WriteValue(name_str.c_str(), data_str.c_str())); key 58 chrome/installer/util/delete_reg_value_work_item_unittest.cc ASSERT_EQ(ERROR_SUCCESS, key.WriteValue(name_dword.c_str(), data_dword)); key 61 chrome/installer/util/delete_reg_value_work_item_unittest.cc ASSERT_EQ(ERROR_SUCCESS, RegSetValueEx(key.Handle(), name_empty.c_str(), NULL, key 78 chrome/installer/util/delete_reg_value_work_item_unittest.cc EXPECT_FALSE(key.HasValue(name_str.c_str())); key 79 chrome/installer/util/delete_reg_value_work_item_unittest.cc EXPECT_FALSE(key.HasValue(name_dword.c_str())); key 80 chrome/installer/util/delete_reg_value_work_item_unittest.cc EXPECT_FALSE(key.HasValue(name_empty.c_str())); key 88 chrome/installer/util/delete_reg_value_work_item_unittest.cc EXPECT_EQ(ERROR_SUCCESS, key.ReadValue(name_str.c_str(), &read_str)); key 89 chrome/installer/util/delete_reg_value_work_item_unittest.cc EXPECT_EQ(ERROR_SUCCESS, key.ReadValueDW(name_dword.c_str(), &read_dword)); key 96 chrome/installer/util/delete_reg_value_work_item_unittest.cc EXPECT_EQ(ERROR_SUCCESS, key.ReadValue(name_empty.c_str(), NULL, &size, key 104 chrome/installer/util/delete_reg_value_work_item_unittest.cc RegKey key; key 109 chrome/installer/util/delete_reg_value_work_item_unittest.cc key.Create(HKEY_CURRENT_USER, parent_key.c_str(), KEY_READ | KEY_WRITE)); key 112 chrome/installer/util/delete_reg_value_work_item_unittest.cc EXPECT_FALSE(key.HasValue(name_str.c_str())); key 113 chrome/installer/util/delete_reg_value_work_item_unittest.cc EXPECT_FALSE(key.HasValue(name_dword.c_str())); key 125 chrome/installer/util/delete_reg_value_work_item_unittest.cc EXPECT_FALSE(key.HasValue(name_str.c_str())); key 126 chrome/installer/util/delete_reg_value_work_item_unittest.cc EXPECT_FALSE(key.HasValue(name_dword.c_str())); key 131 chrome/installer/util/delete_reg_value_work_item_unittest.cc EXPECT_FALSE(key.HasValue(name_str.c_str())); key 132 chrome/installer/util/delete_reg_value_work_item_unittest.cc EXPECT_FALSE(key.HasValue(name_dword.c_str())); key 192 chrome/installer/util/google_chrome_distribution.cc base::string16 key(google_update::kRegPathClientState); key 193 chrome/installer/util/google_chrome_distribution.cc key.append(L"\\"); key 194 chrome/installer/util/google_chrome_distribution.cc key.append(product_guid()); key 195 chrome/installer/util/google_chrome_distribution.cc return key; key 199 chrome/installer/util/google_chrome_distribution.cc base::string16 key(google_update::kRegPathClientStateMedium); key 200 chrome/installer/util/google_chrome_distribution.cc key.append(L"\\"); key 201 chrome/installer/util/google_chrome_distribution.cc key.append(product_guid()); key 202 chrome/installer/util/google_chrome_distribution.cc return key; key 261 chrome/installer/util/google_chrome_distribution.cc base::string16 key(google_update::kRegPathClients); key 262 chrome/installer/util/google_chrome_distribution.cc key.append(L"\\"); key 263 chrome/installer/util/google_chrome_distribution.cc key.append(product_guid()); key 264 chrome/installer/util/google_chrome_distribution.cc return key; key 58 chrome/installer/util/google_update_settings.cc RegKey key(HKEY_CURRENT_USER, reg_path.c_str(), KEY_READ); key 59 chrome/installer/util/google_update_settings.cc if (key.ReadValue(name, value) != ERROR_SUCCESS) { key 94 chrome/installer/util/google_update_settings.cc RegKey key(HKEY_LOCAL_MACHINE, reg_path.c_str(), KEY_SET_VALUE); key 95 chrome/installer/util/google_update_settings.cc key.WriteValue(google_update::kRegAggregateMethod, aggregate); key 96 chrome/installer/util/google_update_settings.cc return (key.WriteValue(uniquename.c_str(), value.c_str()) == ERROR_SUCCESS); key 99 chrome/installer/util/google_update_settings.cc RegKey key(HKEY_CURRENT_USER, dist->GetStateKey().c_str(), KEY_SET_VALUE); key 100 chrome/installer/util/google_update_settings.cc return (key.WriteValue(name, value.c_str()) == ERROR_SUCCESS); key 129 chrome/installer/util/google_update_settings.cc RegKey key(HKEY_CURRENT_USER, reg_path.c_str(), KEY_READ | KEY_WRITE); key 131 chrome/installer/util/google_update_settings.cc if (key.ReadValue(name, &value) != ERROR_SUCCESS) key 133 chrome/installer/util/google_update_settings.cc return (key.WriteValue(name, L"") == ERROR_SUCCESS); key 139 chrome/installer/util/google_update_settings.cc RegKey key(HKEY_CURRENT_USER, reg_path.c_str(), KEY_READ | KEY_WRITE); key 140 chrome/installer/util/google_update_settings.cc if (!key.HasValue(name)) key 142 chrome/installer/util/google_update_settings.cc return (key.DeleteValue(name) == ERROR_SUCCESS); key 155 chrome/installer/util/google_update_settings.cc RegKey key(root_key, reg_path.c_str(), KEY_READ); key 158 chrome/installer/util/google_update_settings.cc if (!channel_info.Initialize(key)) { key 229 chrome/installer/util/google_update_settings.cc RegKey key; key 236 chrome/installer/util/google_update_settings.cc key.Open(HKEY_LOCAL_MACHINE, dist->GetStateMediumKey().c_str(), key 238 chrome/installer/util/google_update_settings.cc key.ReadValueDW(google_update::kRegUsageStatsField, key 244 chrome/installer/util/google_update_settings.cc key.Open(system_install ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER, key 247 chrome/installer/util/google_update_settings.cc key.ReadValueDW(google_update::kRegUsageStatsField, key 276 chrome/installer/util/google_update_settings.cc RegKey key; key 277 chrome/installer/util/google_update_settings.cc LONG result = key.Create(root_key, reg_path.c_str(), KEY_SET_VALUE); key 282 chrome/installer/util/google_update_settings.cc result = key.WriteValue(google_update::kRegUsageStatsField, value); key 311 chrome/installer/util/google_update_settings.cc RegKey key; key 314 chrome/installer/util/google_update_settings.cc if (key.Create(HKEY_LOCAL_MACHINE, reg_path.c_str(), key 316 chrome/installer/util/google_update_settings.cc key.WriteValue(google_update::kRegEULAAceptedField, key 330 chrome/installer/util/google_update_settings.cc if (key.Create(HKEY_LOCAL_MACHINE, reg_path.c_str(), key 332 chrome/installer/util/google_update_settings.cc key.WriteValue(google_update::kRegEULAAceptedField, key 431 chrome/installer/util/google_update_settings.cc RegKey key; key 436 chrome/installer/util/google_update_settings.cc LONG result = key.Open(reg_root, reg_key.c_str(), key 439 chrome/installer/util/google_update_settings.cc channel_info.Initialize(key); key 447 chrome/installer/util/google_update_settings.cc if (!key.Valid()) { key 448 chrome/installer/util/google_update_settings.cc result = key.Open(reg_root, google_update::kRegPathClientState, key 451 chrome/installer/util/google_update_settings.cc result = key.CreateKey(product_guid.c_str(), KEY_SET_VALUE); key 458 chrome/installer/util/google_update_settings.cc if (!channel_info.Write(&key)) { key 536 chrome/installer/util/google_update_settings.cc int handle, const std::wstring& key, const std::wstring& value) { key 539 chrome/installer/util/google_update_settings.cc LSTATUS status = RegSetValueEx(reg_key, key.c_str(), 0, REG_SZ, key 702 chrome/installer/util/google_update_settings.cc RegKey key; key 704 chrome/installer/util/google_update_settings.cc if (key.Open(root_key, key 707 chrome/installer/util/google_update_settings.cc key.ReadValue(google_update::kRegGoogleUpdateVersion, key 230 chrome/installer/util/google_update_settings.h const std::wstring& key, key 126 chrome/installer/util/google_update_settings_unittest.cc RegKey key; key 133 chrome/installer/util/google_update_settings_unittest.cc key.Open(root, state_key.c_str(), KEY_QUERY_VALUE)); key 135 chrome/installer/util/google_update_settings_unittest.cc key.ReadValue(google_update::kExperimentLabels, &value)); key 140 chrome/installer/util/google_update_settings_unittest.cc key.Close(); key 147 chrome/installer/util/google_update_settings_unittest.cc key.Open(root, state_key.c_str(), KEY_QUERY_VALUE)); key 149 chrome/installer/util/google_update_settings_unittest.cc key.ReadValue(google_update::kExperimentLabels, &value)); key 153 chrome/installer/util/google_update_settings_unittest.cc key.Close(); key 187 chrome/installer/util/google_update_settings_unittest.cc RegKey key; key 190 chrome/installer/util/google_update_settings_unittest.cc if (key.Open(HKEY_CURRENT_USER, reg_key.c_str(), KEY_ALL_ACCESS) == key 192 chrome/installer/util/google_update_settings_unittest.cc key.ReadValue(google_update::kRegApField, &ap_key_value); key 467 chrome/installer/util/google_update_settings_unittest.cc RegKey key; key 468 chrome/installer/util/google_update_settings_unittest.cc if (key.Open(HKEY_CURRENT_USER, reg_key.c_str(), KEY_ALL_ACCESS) != key 472 chrome/installer/util/google_update_settings_unittest.cc } else if (key.DeleteValue(google_update::kRegApField) == ERROR_SUCCESS) { key 490 chrome/installer/util/google_update_settings_unittest.cc key.Open(HKEY_CURRENT_USER, reg_key.c_str(), KEY_ALL_ACCESS); key 491 chrome/installer/util/google_update_settings_unittest.cc key.DeleteValue(google_update::kRegApField); key 511 chrome/installer/util/google_update_settings_unittest.cc RegKey key; key 524 chrome/installer/util/google_update_settings_unittest.cc key.Open(HKEY_LOCAL_MACHINE, binaries->GetStateMediumKey().c_str(), key 527 chrome/installer/util/google_update_settings_unittest.cc key.ReadValueDW(google_update::kRegEULAAceptedField, &value)); key 530 chrome/installer/util/google_update_settings_unittest.cc key.Open(HKEY_LOCAL_MACHINE, chrome->GetStateMediumKey().c_str(), key 533 chrome/installer/util/google_update_settings_unittest.cc key.ReadValueDW(google_update::kRegEULAAceptedField, &value)); key 138 chrome/installer/util/google_update_util.cc bool IsUntrustedDataKeyValid(const std::string& key) { key 139 chrome/installer/util/google_update_util.cc return std::find_if(key.begin(), key.end(), IsIllegalUntrustedDataKeyChar) key 140 chrome/installer/util/google_update_util.cc == key.end(); key 166 chrome/installer/util/google_update_util.cc const std::string& key(it->first); key 169 chrome/installer/util/google_update_util.cc if (IsUntrustedDataKeyValid(key) && IsStringPrintable(value)) key 170 chrome/installer/util/google_update_util.cc (*untrusted_data)[key] = value; key 269 chrome/installer/util/google_update_util.cc std::string GetUntrustedDataValue(const std::string& key) { key 273 chrome/installer/util/google_update_util.cc untrusted_data.find(key)); key 282 chrome/installer/util/google_update_util.cc const std::string& key) { key 285 chrome/installer/util/google_update_util.cc return untrusted_data[key]; key 33 chrome/installer/util/google_update_util.h std::string GetUntrustedDataValue(const std::string& key); key 40 chrome/installer/util/google_update_util.h const std::string& key); key 223 chrome/installer/util/install_util.cc RegKey key; key 225 chrome/installer/util/install_util.cc LONG result = key.Open(reg_root, dist->GetVersionKey().c_str(), key 230 chrome/installer/util/install_util.cc result = key.ReadValue(google_update::kRegVersionField, &version_str); key 248 chrome/installer/util/install_util.cc RegKey key; key 251 chrome/installer/util/install_util.cc key.Open(reg_root, dist->GetVersionKey().c_str(), KEY_QUERY_VALUE); key 255 chrome/installer/util/install_util.cc result = key.ReadValue(google_update::kRegCriticalVersionField, key 446 chrome/installer/util/install_util.cc RegKey key; key 447 chrome/installer/util/install_util.cc LONG result = key.Open(reg_root, key_path.c_str(), KEY_SET_VALUE); key 449 chrome/installer/util/install_util.cc result = key.DeleteValue(value_name.c_str()); key 467 chrome/installer/util/install_util.cc RegKey key; key 469 chrome/installer/util/install_util.cc if (key.Open(root_key, key_to_test_path.c_str(), key 471 chrome/installer/util/install_util.cc key.ReadValue(value_name, &actual_value) == ERROR_SUCCESS && key 473 chrome/installer/util/install_util.cc key.Close(); key 489 chrome/installer/util/install_util.cc RegKey key; key 491 chrome/installer/util/install_util.cc if (key.Open(root_key, key_path, key 493 chrome/installer/util/install_util.cc key.ReadValue(value_name, &actual_value) == ERROR_SUCCESS && key 495 chrome/installer/util/install_util.cc LONG result = key.DeleteValue(value_name); key 53 chrome/installer/util/installation_state.cc base::win::RegKey key; key 59 chrome/installer/util/installation_state.cc if (key.Open(root_key, version_key.c_str(), key 62 chrome/installer/util/installation_state.cc if (key.ReadValue(google_update::kRegVersionField, key 72 chrome/installer/util/installation_state.cc if (key.ReadValue(google_update::kRegOldVersionField, key 79 chrome/installer/util/installation_state.cc key.ReadValue(google_update::kRegRenameCmdField, &rename_cmd_); key 80 chrome/installer/util/installation_state.cc if (!InitializeCommands(key, &commands_)) key 85 chrome/installer/util/installation_state.cc if (key.Open(root_key, state_key.c_str(), key 90 chrome/installer/util/installation_state.cc channel_.Initialize(key); key 93 chrome/installer/util/installation_state.cc key.ReadValue(google_update::kRegBrandField, &brand_); key 96 chrome/installer/util/installation_state.cc key.ReadValue(kUninstallStringField, &setup_path); key 98 chrome/installer/util/installation_state.cc key.ReadValue(kUninstallArgumentsField, &uninstall_arguments); key 105 chrome/installer/util/installation_state.cc has_usagestats_ = (key.ReadValueDW(google_update::kRegUsageStatsField, key 108 chrome/installer/util/installation_state.cc has_oem_install_ = (key.ReadValue(google_update::kRegOemInstallField, key 111 chrome/installer/util/installation_state.cc has_eula_accepted_ = (key.ReadValueDW(google_update::kRegEULAAceptedField, key 115 chrome/installer/util/installation_state.cc msi_ = (key.ReadValueDW(google_update::kRegMSIField, key 127 chrome/installer/util/installation_state.cc key.Open(root_key, distribution->GetStateMediumKey().c_str(), key 131 chrome/installer/util/installation_state.cc if (key.ReadValueDW(google_update::kRegUsageStatsField, key 137 chrome/installer/util/installation_state.cc if (key.ReadValueDW(google_update::kRegEULAAceptedField, key 379 chrome/installer/util/installer_state_unittest.cc RegKey key; key 400 chrome/installer/util/installer_state_unittest.cc key.Open(root, distribution->GetStateKey().c_str(), KEY_READ)); key 402 chrome/installer/util/installer_state_unittest.cc key.ReadValueDW(installer::kInstallerResult, &dw_value)); key 405 chrome/installer/util/installer_state_unittest.cc key.ReadValueDW(installer::kInstallerError, &dw_value)); key 408 chrome/installer/util/installer_state_unittest.cc key.ReadValue(installer::kInstallerResultUIString, &value)); key 411 chrome/installer/util/installer_state_unittest.cc key.ReadValue(installer::kInstallerSuccessLaunchCmdLine, &value)); key 435 chrome/installer/util/installer_state_unittest.cc key.Open(root, distribution->GetStateKey().c_str(), KEY_READ)); key 437 chrome/installer/util/installer_state_unittest.cc key.ReadValue(installer::kInstallerSuccessLaunchCmdLine, &value)); key 440 chrome/installer/util/installer_state_unittest.cc key.Open(root, binaries->GetStateKey().c_str(), KEY_READ)); key 442 chrome/installer/util/installer_state_unittest.cc key.ReadValue(installer::kInstallerSuccessLaunchCmdLine, &value)); key 444 chrome/installer/util/installer_state_unittest.cc key.Close(); key 229 chrome/installer/util/master_preferences_unittest.cc std::string key; key 231 chrome/installer/util/master_preferences_unittest.cc "behllobkkfkfnphdnhnkndlbkcpglgmj.manifest.key", &key)); key 117 chrome/installer/util/product_unittest.cc RegKey key; key 120 chrome/installer/util/product_unittest.cc key.Create(root, state_key_path.c_str(), KEY_ALL_ACCESS)); key 72 chrome/installer/util/registry_key_backup.cc bool Initialize(const RegKey& key); key 78 chrome/installer/util/registry_key_backup.cc bool WriteTo(RegKey* key) const; key 112 chrome/installer/util/registry_key_backup.cc bool RegistryKeyBackup::KeyData::Initialize(const RegKey& key) { key 121 chrome/installer/util/registry_key_backup.cc LONG result = RegQueryInfoKey(key.Handle(), NULL, NULL, NULL, key 143 chrome/installer/util/registry_key_backup.cc result = RegEnumValue(key.Handle(), i, &name_buffer[0], &name_size, key 168 chrome/installer/util/registry_key_backup.cc DLOG_IF(WARNING, RegEnumValue(key.Handle(), num_values, &name_buffer[0], key 181 chrome/installer/util/registry_key_backup.cc result = RegEnumKeyEx(key.Handle(), i, &name_buffer[0], &name_size, key 201 chrome/installer/util/registry_key_backup.cc RegEnumKeyEx(key.Handle(), num_subkeys, NULL, &name_size, NULL, key 209 chrome/installer/util/registry_key_backup.cc result = subkey.Open(key.Handle(), it->first.c_str(), kKeyReadNoNotify); key 228 chrome/installer/util/registry_key_backup.cc bool RegistryKeyBackup::KeyData::WriteTo(RegKey* key) const { key 229 chrome/installer/util/registry_key_backup.cc DCHECK(key); key 237 chrome/installer/util/registry_key_backup.cc result = RegSetValueEx(key->Handle(), value.name(), 0, value.type(), key 252 chrome/installer/util/registry_key_backup.cc result = subkey.Create(key->Handle(), name.c_str(), KEY_WRITE); key 277 chrome/installer/util/registry_key_backup.cc RegKey key; key 281 chrome/installer/util/registry_key_backup.cc LONG result = key.Open(root, key_path, kKeyReadNoNotify); key 284 chrome/installer/util/registry_key_backup.cc if (!key_data->Initialize(key)) { key 62 chrome/installer/util/registry_test_data.cc RegKey key; key 64 chrome/installer/util/registry_test_data.cc result = key.Create(root_key_, empty_key_path_.c_str(), KEY_QUERY_VALUE); key 66 chrome/installer/util/registry_test_data.cc result = key.Create(root_key_, non_empty_key_path_.c_str(), KEY_WRITE); key 68 chrome/installer/util/registry_test_data.cc result = key.WriteValue(NULL, non_empty_key_path_.c_str()); key 70 chrome/installer/util/registry_test_data.cc result = key.CreateKey(L"SubKey", KEY_WRITE); key 72 chrome/installer/util/registry_test_data.cc result = key.WriteValue(L"SomeValue", 1UL); key 85 chrome/installer/util/registry_test_data.cc RegKey key; key 87 chrome/installer/util/registry_test_data.cc EXPECT_EQ(ERROR_SUCCESS, key.Open(root_key, path, KEY_READ)); key 89 chrome/installer/util/registry_test_data.cc EXPECT_EQ(ERROR_SUCCESS, key.ReadValue(NULL, &str_value)); key 91 chrome/installer/util/registry_test_data.cc EXPECT_EQ(ERROR_SUCCESS, key.OpenKey(L"Subkey", KEY_READ)); key 93 chrome/installer/util/registry_test_data.cc EXPECT_EQ(ERROR_SUCCESS, key.ReadValueDW(L"SomeValue", &dw_value)); key 101 chrome/installer/util/registry_test_data.cc RegKey key; key 102 chrome/installer/util/registry_test_data.cc EXPECT_EQ(ERROR_SUCCESS, key.Open(root_key, path, KEY_READ)); key 104 chrome/installer/util/registry_test_data.cc RegQueryInfoKey(key.Handle(), NULL, NULL, NULL, &num_subkeys, key 65 chrome/installer/util/set_reg_value_work_item.cc base::win::RegKey key; key 74 chrome/installer/util/set_reg_value_work_item.cc result = key.Open(predefined_root_, key_path_.c_str(), key 83 chrome/installer/util/set_reg_value_work_item.cc result = key.ReadValue(value_name_.c_str(), NULL, &size, &type); key 96 chrome/installer/util/set_reg_value_work_item.cc result = key.ReadValue(value_name_.c_str(), &previous_value_[0], &size, key 105 chrome/installer/util/set_reg_value_work_item.cc result = key.WriteValue(value_name_.c_str(), &value_[0], key 129 chrome/installer/util/set_reg_value_work_item.cc base::win::RegKey key; key 130 chrome/installer/util/set_reg_value_work_item.cc LONG result = key.Open(predefined_root_, key_path_.c_str(), KEY_SET_VALUE); key 137 chrome/installer/util/set_reg_value_work_item.cc result = key.DeleteValue(value_name_.c_str()); key 142 chrome/installer/util/set_reg_value_work_item.cc result = key.WriteValue(value_name_.c_str(), previous_value, key 32 chrome/installer/util/set_reg_value_work_item_unittest.cc RegKey key(HKEY_CURRENT_USER, L"", KEY_ALL_ACCESS); key 33 chrome/installer/util/set_reg_value_work_item_unittest.cc key.DeleteKey(kTestRoot); key 34 chrome/installer/util/set_reg_value_work_item_unittest.cc ASSERT_NE(ERROR_SUCCESS, key.Open(HKEY_CURRENT_USER, kTestRoot, KEY_READ)); key 36 chrome/installer/util/set_reg_value_work_item_unittest.cc key.Create(HKEY_CURRENT_USER, kTestRoot, KEY_READ)); key 41 chrome/installer/util/set_reg_value_work_item_unittest.cc RegKey key(HKEY_CURRENT_USER, L"", KEY_ALL_ACCESS); key 42 chrome/installer/util/set_reg_value_work_item_unittest.cc ASSERT_EQ(ERROR_SUCCESS, key.DeleteKey(kTestRoot)); key 50 chrome/installer/util/set_reg_value_work_item_unittest.cc RegKey key; key 56 chrome/installer/util/set_reg_value_work_item_unittest.cc key.Create(HKEY_CURRENT_USER, parent_key.c_str(), KEY_READ)); key 74 chrome/installer/util/set_reg_value_work_item_unittest.cc EXPECT_EQ(ERROR_SUCCESS, key.ReadValue(name_str.c_str(), &read_out)); key 75 chrome/installer/util/set_reg_value_work_item_unittest.cc EXPECT_EQ(ERROR_SUCCESS, key.ReadValueDW(name_dword.c_str(), &read_dword)); key 83 chrome/installer/util/set_reg_value_work_item_unittest.cc EXPECT_FALSE(key.HasValue(name_str.c_str())); key 84 chrome/installer/util/set_reg_value_work_item_unittest.cc EXPECT_FALSE(key.HasValue(name_dword.c_str())); key 89 chrome/installer/util/set_reg_value_work_item_unittest.cc RegKey key; key 95 chrome/installer/util/set_reg_value_work_item_unittest.cc key.Create(HKEY_CURRENT_USER, parent_key.c_str(), KEY_READ)); key 113 chrome/installer/util/set_reg_value_work_item_unittest.cc EXPECT_EQ(ERROR_SUCCESS, key.ReadValue(name_str.c_str(), &read_out)); key 114 chrome/installer/util/set_reg_value_work_item_unittest.cc EXPECT_EQ(ERROR_SUCCESS, key.ReadValueDW(name_dword.c_str(), &read_dword)); key 122 chrome/installer/util/set_reg_value_work_item_unittest.cc EXPECT_FALSE(key.HasValue(name_str.c_str())); key 123 chrome/installer/util/set_reg_value_work_item_unittest.cc EXPECT_FALSE(key.HasValue(name_dword.c_str())); key 129 chrome/installer/util/set_reg_value_work_item_unittest.cc RegKey key; key 135 chrome/installer/util/set_reg_value_work_item_unittest.cc key.Create(HKEY_CURRENT_USER, parent_key.c_str(), key 141 chrome/installer/util/set_reg_value_work_item_unittest.cc ASSERT_EQ(ERROR_SUCCESS, key.WriteValue(name.c_str(), kDataStr1)); key 150 chrome/installer/util/set_reg_value_work_item_unittest.cc EXPECT_EQ(ERROR_SUCCESS, key.ReadValue(name.c_str(), &read_out)); key 154 chrome/installer/util/set_reg_value_work_item_unittest.cc EXPECT_TRUE(key.HasValue(name.c_str())); key 155 chrome/installer/util/set_reg_value_work_item_unittest.cc EXPECT_EQ(ERROR_SUCCESS, key.ReadValue(name.c_str(), &read_out)); key 161 chrome/installer/util/set_reg_value_work_item_unittest.cc ASSERT_EQ(ERROR_SUCCESS, key.WriteValue(name.c_str(), dword1)); key 167 chrome/installer/util/set_reg_value_work_item_unittest.cc EXPECT_EQ(ERROR_SUCCESS, key.ReadValueDW(name.c_str(), &read_dword)); key 171 chrome/installer/util/set_reg_value_work_item_unittest.cc EXPECT_TRUE(key.HasValue(name.c_str())); key 172 chrome/installer/util/set_reg_value_work_item_unittest.cc EXPECT_EQ(ERROR_SUCCESS, key.ReadValueDW(name.c_str(), &read_dword)); key 179 chrome/installer/util/set_reg_value_work_item_unittest.cc RegKey key; key 185 chrome/installer/util/set_reg_value_work_item_unittest.cc key.Create(HKEY_CURRENT_USER, parent_key.c_str(), key 191 chrome/installer/util/set_reg_value_work_item_unittest.cc ASSERT_EQ(ERROR_SUCCESS, key.WriteValue(name.c_str(), kDataStr1)); key 194 chrome/installer/util/set_reg_value_work_item_unittest.cc ASSERT_EQ(ERROR_SUCCESS, RegSetValueEx(key.Handle(), name_empty.c_str(), NULL, key 209 chrome/installer/util/set_reg_value_work_item_unittest.cc EXPECT_EQ(ERROR_SUCCESS, key.ReadValue(name.c_str(), &read_out)); key 212 chrome/installer/util/set_reg_value_work_item_unittest.cc EXPECT_EQ(ERROR_SUCCESS, key.ReadValue(name_empty.c_str(), &read_out)); key 218 chrome/installer/util/set_reg_value_work_item_unittest.cc EXPECT_TRUE(key.HasValue(name.c_str())); key 219 chrome/installer/util/set_reg_value_work_item_unittest.cc EXPECT_EQ(ERROR_SUCCESS, key.ReadValue(name.c_str(), &read_out)); key 224 chrome/installer/util/set_reg_value_work_item_unittest.cc EXPECT_EQ(ERROR_SUCCESS, key.ReadValue(name_empty.c_str(), NULL, &size, key 232 chrome/installer/util/set_reg_value_work_item_unittest.cc ASSERT_EQ(ERROR_SUCCESS, key.WriteValue(name.c_str(), dword1)); key 239 chrome/installer/util/set_reg_value_work_item_unittest.cc EXPECT_EQ(ERROR_SUCCESS, key.ReadValueDW(name.c_str(), &read_dword)); key 243 chrome/installer/util/set_reg_value_work_item_unittest.cc EXPECT_TRUE(key.HasValue(name.c_str())); key 244 chrome/installer/util/set_reg_value_work_item_unittest.cc EXPECT_EQ(ERROR_SUCCESS, key.ReadValueDW(name.c_str(), &read_dword)); key 250 chrome/installer/util/set_reg_value_work_item_unittest.cc RegKey key; key 450 chrome/installer/util/shell_util.cc base::string16 key(ShellUtil::kRegClasses); key 451 chrome/installer/util/shell_util.cc key.push_back(base::FilePath::kSeparators[0]); key 452 chrome/installer/util/shell_util.cc key.append(ShellUtil::kPotentialFileAssociations[i]); key 453 chrome/installer/util/shell_util.cc key.push_back(base::FilePath::kSeparators[0]); key 454 chrome/installer/util/shell_util.cc key.append(ShellUtil::kRegOpenWithProgids); key 456 chrome/installer/util/shell_util.cc new RegistryEntry(key, html_prog_id, base::string16())); key 606 chrome/installer/util/shell_util.cc RegKey key(root, key_path_.c_str(), KEY_QUERY_VALUE); key 611 chrome/installer/util/shell_util.cc found = key.ReadValue(name_.c_str(), &read_value) == ERROR_SUCCESS; key 617 chrome/installer/util/shell_util.cc found = key.ReadValueDW(name_.c_str(), &read_value) == ERROR_SUCCESS; key 712 chrome/installer/util/shell_util.cc RegKey key(reg_root, dist->GetUninstallRegPath().c_str(), KEY_READ); key 714 chrome/installer/util/shell_util.cc key.ReadValue(installer::kUninstallStringField, &uninstall_string); key 1116 chrome/installer/util/shell_util.cc base::win::RegKey key; key 1124 chrome/installer/util/shell_util.cc if ((key.Open(root_key, key_path.c_str(), key 1126 chrome/installer/util/shell_util.cc (key.ReadValue(L"", &value) != ERROR_SUCCESS)) { key 1627 chrome/installer/util/shell_util.cc RegKey key; key 1640 chrome/installer/util/shell_util.cc if (key.Open(root, client_path.c_str(), key 1642 chrome/installer/util/shell_util.cc key.ReadValue(NULL, &name) != ERROR_SUCCESS || key 1648 chrome/installer/util/shell_util.cc if (key.Open(root, (client_path + L"\\InstallInfo").c_str(), key 1650 chrome/installer/util/shell_util.cc key.ReadValue(kReinstallCommand, &command) == ERROR_SUCCESS && key 36 chrome/installer/util/uninstall_metrics.cc metrics->append(base::UTF8ToWide(iter.key())); key 124 chrome/installer/util/user_experiment.cc std::string key(switches::kToastResultsKey); key 125 chrome/installer/util/user_experiment.cc std::string toast_key = current_cmd_line.GetSwitchValueASCII(key); key 127 chrome/installer/util/user_experiment.cc cmd_line->AppendSwitchASCII(key, toast_key); key 208 chrome/installer/util/user_experiment.cc int key = GoogleUpdateSettings::DuplicateGoogleUpdateSystemClientKey(); key 210 chrome/installer/util/user_experiment.cc base::IntToString(key)); key 31 chrome/installer/util/work_item_list_unittest.cc RegKey key(HKEY_CURRENT_USER, L"", KEY_ALL_ACCESS); key 32 chrome/installer/util/work_item_list_unittest.cc key.DeleteKey(kTestRoot); key 33 chrome/installer/util/work_item_list_unittest.cc ASSERT_NE(ERROR_SUCCESS, key.Open(HKEY_CURRENT_USER, kTestRoot, KEY_READ)); key 35 chrome/installer/util/work_item_list_unittest.cc key.Create(HKEY_CURRENT_USER, kTestRoot, KEY_READ)); key 44 chrome/installer/util/work_item_list_unittest.cc RegKey key(HKEY_CURRENT_USER, L"", KEY_ALL_ACCESS); key 45 chrome/installer/util/work_item_list_unittest.cc ASSERT_EQ(ERROR_SUCCESS, key.DeleteKey(kTestRoot)); key 86 chrome/installer/util/work_item_list_unittest.cc RegKey key; key 88 chrome/installer/util/work_item_list_unittest.cc key.Open(HKEY_CURRENT_USER, key_to_create.c_str(), KEY_READ)); key 90 chrome/installer/util/work_item_list_unittest.cc EXPECT_EQ(ERROR_SUCCESS, key.ReadValue(name.c_str(), &read_out)); key 92 chrome/installer/util/work_item_list_unittest.cc key.Close(); key 101 chrome/installer/util/work_item_list_unittest.cc key.Open(HKEY_CURRENT_USER, key_to_create.c_str(), KEY_READ)); key 147 chrome/installer/util/work_item_list_unittest.cc RegKey key; key 149 chrome/installer/util/work_item_list_unittest.cc key.Open(HKEY_CURRENT_USER, key_to_create.c_str(), KEY_READ)); key 150 chrome/installer/util/work_item_list_unittest.cc key.Close(); key 154 chrome/installer/util/work_item_list_unittest.cc key.Open(HKEY_CURRENT_USER, not_created_key.c_str(), KEY_READ)); key 160 chrome/installer/util/work_item_list_unittest.cc key.Open(HKEY_CURRENT_USER, key_to_create.c_str(), KEY_READ)); key 201 chrome/installer/util/work_item_list_unittest.cc RegKey key; key 203 chrome/installer/util/work_item_list_unittest.cc key.Open(HKEY_CURRENT_USER, key_to_create.c_str(), KEY_READ)); key 205 chrome/installer/util/work_item_list_unittest.cc EXPECT_EQ(ERROR_SUCCESS, key.ReadValue(name.c_str(), &read_out)); key 207 chrome/installer/util/work_item_list_unittest.cc key.Close(); key 216 chrome/installer/util/work_item_list_unittest.cc key.Open(HKEY_CURRENT_USER, key_to_create.c_str(), KEY_READ)); key 258 chrome/installer/util/work_item_list_unittest.cc RegKey key; key 260 chrome/installer/util/work_item_list_unittest.cc key.Open(HKEY_CURRENT_USER, key_to_create.c_str(), KEY_READ)); key 262 chrome/installer/util/work_item_list_unittest.cc EXPECT_NE(ERROR_SUCCESS, key.ReadValue(name.c_str(), &read_out)); key 263 chrome/installer/util/work_item_list_unittest.cc key.Close(); key 274 chrome/installer/util/work_item_list_unittest.cc key.Open(HKEY_CURRENT_USER, key_to_create.c_str(), KEY_READ)); key 208 chrome/renderer/autofill/password_autofill_agent_browsertest.cc UsernamesCollectionKey key; key 209 chrome/renderer/autofill/password_autofill_agent_browsertest.cc key.username = username3_; key 210 chrome/renderer/autofill/password_autofill_agent_browsertest.cc key.password = password3_; key 211 chrome/renderer/autofill/password_autofill_agent_browsertest.cc key.realm = "google.com"; key 212 chrome/renderer/autofill/password_autofill_agent_browsertest.cc fill_data_.other_possible_usernames[key].push_back(alternate_username3_); key 457 chrome/renderer/content_settings_observer.cc StoragePermissionsKey key( key 460 chrome/renderer/content_settings_observer.cc cached_storage_permissions_.find(key); key 468 chrome/renderer/content_settings_observer.cc cached_storage_permissions_[key] = result; key 48 chrome/renderer/extensions/cast_streaming_native_handler.cc cast_params->key = ext_params.key; key 54 chrome/renderer/extensions/cast_streaming_native_handler.cc ext_params->key = cast_params.key; key 703 chrome/renderer/extensions/dispatcher.cc v8::Handle<v8::String> key = v8::String::NewFromUtf8(isolate, field.c_str()); key 707 chrome/renderer/extensions/dispatcher.cc if (object->HasRealNamedCallbackProperty(key)) { key 708 chrome/renderer/extensions/dispatcher.cc object->Delete(key); key 709 chrome/renderer/extensions/dispatcher.cc } else if (object->HasRealNamedProperty(key)) { key 710 chrome/renderer/extensions/dispatcher.cc v8::Handle<v8::Value> value = object->Get(key); key 716 chrome/renderer/extensions/dispatcher.cc object->Set(key, new_object); key 29 chrome/renderer/media/cast_rtp_stream.h std::string key; key 577 chrome/service/cloud_print/print_system_cups.cc (*options)[it.key()] = value; key 30 chrome/service/service_process_prefs.cc const std::string& key, key 34 chrome/service/service_process_prefs.cc if (!prefs_->GetValue(key, &value) || !value->GetAsString(&result)) key 40 chrome/service/service_process_prefs.cc void ServiceProcessPrefs::SetString(const std::string& key, key 42 chrome/service/service_process_prefs.cc prefs_->SetValue(key, new base::StringValue(value)); key 45 chrome/service/service_process_prefs.cc bool ServiceProcessPrefs::GetBoolean(const std::string& key, key 49 chrome/service/service_process_prefs.cc if (!prefs_->GetValue(key, &value) || !value->GetAsBoolean(&result)) key 55 chrome/service/service_process_prefs.cc void ServiceProcessPrefs::SetBoolean(const std::string& key, bool value) { key 56 chrome/service/service_process_prefs.cc prefs_->SetValue(key, new base::FundamentalValue(value)); key 59 chrome/service/service_process_prefs.cc int ServiceProcessPrefs::GetInt(const std::string& key, key 63 chrome/service/service_process_prefs.cc if (!prefs_->GetValue(key, &value) || !value->GetAsInteger(&result)) key 69 chrome/service/service_process_prefs.cc void ServiceProcessPrefs::SetInt(const std::string& key, int value) { key 70 chrome/service/service_process_prefs.cc prefs_->SetValue(key, new base::FundamentalValue(value)); key 74 chrome/service/service_process_prefs.cc const std::string& key) const { key 76 chrome/service/service_process_prefs.cc if (!prefs_->GetValue(key, &value) || key 85 chrome/service/service_process_prefs.cc const std::string& key) const { key 87 chrome/service/service_process_prefs.cc if (!prefs_->GetValue(key, &value) || !value->IsType(base::Value::TYPE_LIST)) key 93 chrome/service/service_process_prefs.cc void ServiceProcessPrefs::SetValue(const std::string& key, base::Value* value) { key 94 chrome/service/service_process_prefs.cc prefs_->SetValue(key, value); key 97 chrome/service/service_process_prefs.cc void ServiceProcessPrefs::RemovePref(const std::string& key) { key 98 chrome/service/service_process_prefs.cc prefs_->RemoveValue(key); key 34 chrome/service/service_process_prefs.h std::string GetString(const std::string& key, key 38 chrome/service/service_process_prefs.h void SetString(const std::string& key, const std::string& value); key 41 chrome/service/service_process_prefs.h bool GetBoolean(const std::string& key, bool default_value) const; key 44 chrome/service/service_process_prefs.h void SetBoolean(const std::string& key, bool value); key 47 chrome/service/service_process_prefs.h int GetInt(const std::string& key, int default_value) const; key 50 chrome/service/service_process_prefs.h void SetInt(const std::string& key, int value); key 53 chrome/service/service_process_prefs.h const base::DictionaryValue* GetDictionary(const std::string& key) const; key 56 chrome/service/service_process_prefs.h const base::ListValue* GetList(const std::string& key) const; key 59 chrome/service/service_process_prefs.h void SetValue(const std::string& key, base::Value* value); key 62 chrome/service/service_process_prefs.h void RemovePref(const std::string& key); key 106 chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/sync/SyncTestUtil.java Pair<String, String> key = newPair(dataTitle, statName); key 107 chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/sync/SyncTestUtil.java statLookup.put(key, statObj.getString("stat_value")); key 34 chrome/test/base/interactive_test_utils.cc ui::KeyboardCode key, key 42 chrome/test/base/interactive_test_utils.cc return SendKeyPressToWindowSync(window, key, control, shift, alt, command); key 46 chrome/test/base/interactive_test_utils.cc ui::KeyboardCode key, key 55 chrome/test/base/interactive_test_utils.cc window, key, control, shift, alt, command, runner->QuitClosure()); key 59 chrome/test/base/interactive_test_utils.cc window, key, control, shift, alt, command, runner->QuitClosure()); key 75 chrome/test/base/interactive_test_utils.cc ui::KeyboardCode key, key 84 chrome/test/base/interactive_test_utils.cc if (!SendKeyPressSync(browser, key, control, shift, alt, command)) key 46 chrome/test/base/interactive_test_utils.h ui::KeyboardCode key, key 56 chrome/test/base/interactive_test_utils.h ui::KeyboardCode key, key 67 chrome/test/base/interactive_test_utils.h ui::KeyboardCode key, key 88 chrome/test/base/interactive_test_utils.h ui::KeyboardCode key, key 100 chrome/test/base/interactive_test_utils.h ui::KeyboardCode key, key 110 chrome/test/base/interactive_test_utils.h if (!SendKeyPressSync(browser, key, control, shift, alt, command)) key 228 chrome/test/chromedriver/capabilities.cc std::string type = pref.key(); key 290 chrome/test/chromedriver/capabilities.cc if (parser_map.find(it.key()) == parser_map.end()) { key 292 chrome/test/chromedriver/capabilities.cc "unrecognized chrome option: " + it.key()); key 294 chrome/test/chromedriver/capabilities.cc Status status = parser_map[it.key()].Run(it.value(), capabilities); key 296 chrome/test/chromedriver/capabilities.cc return Status(kUnknownError, "cannot parse " + it.key(), status); key 417 chrome/test/chromedriver/chrome/devtools_client_impl_unittest.cc int key = 0; key 430 chrome/test/chromedriver/chrome/devtools_client_impl_unittest.cc key = 2; key 434 chrome/test/chromedriver/chrome/devtools_client_impl_unittest.cc key = 3; key 439 chrome/test/chromedriver/chrome/devtools_client_impl_unittest.cc command_response->result->SetInteger("key", key); key 522 chrome/test/chromedriver/chrome/devtools_client_impl_unittest.cc int key; key 523 chrome/test/chromedriver/chrome/devtools_client_impl_unittest.cc ASSERT_TRUE(result->GetInteger("key", &key)); key 524 chrome/test/chromedriver/chrome/devtools_client_impl_unittest.cc ASSERT_EQ(2, key); key 563 chrome/test/chromedriver/chrome/devtools_client_impl_unittest.cc int key; key 564 chrome/test/chromedriver/chrome/devtools_client_impl_unittest.cc ASSERT_TRUE(event.params->GetInteger("key", &key)); key 565 chrome/test/chromedriver/chrome/devtools_client_impl_unittest.cc ASSERT_EQ(100, key); key 597 chrome/test/chromedriver/chrome/devtools_client_impl_unittest.cc int key; key 598 chrome/test/chromedriver/chrome/devtools_client_impl_unittest.cc ASSERT_TRUE(response.result->GetInteger("key", &key)); key 599 chrome/test/chromedriver/chrome/devtools_client_impl_unittest.cc ASSERT_EQ(1, key); key 678 chrome/test/chromedriver/chrome/devtools_client_impl_unittest.cc int key; key 679 chrome/test/chromedriver/chrome/devtools_client_impl_unittest.cc ASSERT_TRUE(result->GetInteger("key", &key)); key 680 chrome/test/chromedriver/chrome/devtools_client_impl_unittest.cc ASSERT_EQ(2, key); key 48 chrome/test/chromedriver/chrome/log.cc dict->GetWithoutPathExpansion(it.key(), &child); key 49 chrome/test/chromedriver/chrome/log.cc dict_copy->SetWithoutPathExpansion(it.key(), key 645 chrome/test/chromedriver/chrome_launcher.cc prefs->Set(it.key(), it.value().DeepCopy()); key 96 chrome/test/chromedriver/chrome_launcher_unittest.cc std::string key; key 97 chrome/test/chromedriver/chrome_launcher_unittest.cc ASSERT_TRUE(manifest_dict->GetString("key", &key)); key 103 chrome/test/chromedriver/chrome_launcher_unittest.cc key); key 155 chrome/test/chromedriver/chrome_launcher_unittest.cc void AssertEQ(const base::DictionaryValue& dict, const std::string& key, key 158 chrome/test/chromedriver/chrome_launcher_unittest.cc ASSERT_TRUE(dict.GetString(key, &value)); key 110 chrome/test/chromedriver/key_converter.cc bool IsModifierKey(base::char16 key) { key 111 chrome/test/chromedriver/key_converter.cc switch (key) { key 125 chrome/test/chromedriver/key_converter.cc bool KeyCodeFromSpecialWebDriverKey(base::char16 key, key 127 chrome/test/chromedriver/key_converter.cc int index = static_cast<int>(key) - 0xE000U; key 149 chrome/test/chromedriver/key_converter.cc char key = key_str_utf8[0]; key 150 chrome/test/chromedriver/key_converter.cc if (key == '\n') { key 152 chrome/test/chromedriver/key_converter.cc } else if (key == '\t') { key 154 chrome/test/chromedriver/key_converter.cc } else if (key == '\b') { key 156 chrome/test/chromedriver/key_converter.cc } else if (key == ' ') { key 158 chrome/test/chromedriver/key_converter.cc } else if (key == '\r') { key 204 chrome/test/chromedriver/key_converter.cc base::char16 key = keys[i]; key 206 chrome/test/chromedriver/key_converter.cc if (key == kWebDriverNullKey) { key 219 chrome/test/chromedriver/key_converter.cc if (IsModifierKey(key)) { key 223 chrome/test/chromedriver/key_converter.cc if (key == kWebDriverShiftKey) { key 227 chrome/test/chromedriver/key_converter.cc } else if (key == kWebDriverControlKey) { key 231 chrome/test/chromedriver/key_converter.cc } else if (key == kWebDriverAltKey) { key 235 chrome/test/chromedriver/key_converter.cc } else if (key == kWebDriverCommandKey) { key 255 chrome/test/chromedriver/key_converter.cc bool is_special_key = KeyCodeFromSpecialWebDriverKey(key, &key_code); key 258 chrome/test/chromedriver/key_converter.cc KeyCodeFromShorthandKey(key, &key_code, &should_skip)) { key 264 chrome/test/chromedriver/key_converter.cc static_cast<int>(key), key 290 chrome/test/chromedriver/key_converter.cc ConvertCharToKeyCode(key, &key_code, &necessary_modifiers, &error_msg); key 30 chrome/test/chromedriver/keycode_text_conversion.h bool ConvertCharToKeyCode(base::char16 key, key 21 chrome/test/chromedriver/keycode_text_conversion_ozone.cc base::char16 key, ui::KeyboardCode* key_code, int *necessary_modifiers, key 38 chrome/test/chromedriver/keycode_text_conversion_win.cc base::char16 key, ui::KeyboardCode* key_code, int *necessary_modifiers, key 40 chrome/test/chromedriver/keycode_text_conversion_win.cc short vkey_and_modifiers = ::VkKeyScanW(key); key 158 chrome/test/chromedriver/keycode_text_conversion_x.cc int key = mod_map->modifiermap[mod_index * max_mod_keys + key_index]; key 159 chrome/test/chromedriver/keycode_text_conversion_x.cc int keysym = XkbKeycodeToKeysym(display, key, 0, 0); key 232 chrome/test/chromedriver/keycode_text_conversion_x.cc base::char16 key, key 236 chrome/test/chromedriver/keycode_text_conversion_x.cc std::string key_string(base::UTF16ToUTF8(base::string16(1, key))); key 639 chrome/test/chromedriver/window_commands.cc std::string key; key 640 chrome/test/chromedriver/window_commands.cc if (!params.GetString("key", &key)) key 643 chrome/test/chromedriver/window_commands.cc args.Append(new base::StringValue(key)); key 675 chrome/test/chromedriver/window_commands.cc std::string key; key 676 chrome/test/chromedriver/window_commands.cc if (!params.GetString("key", &key)) key 682 chrome/test/chromedriver/window_commands.cc args.Append(new base::StringValue(key)); key 697 chrome/test/chromedriver/window_commands.cc std::string key; key 698 chrome/test/chromedriver/window_commands.cc if (!params.GetString("key", &key)) key 701 chrome/test/chromedriver/window_commands.cc args.Append(new base::StringValue(key)); key 672 chrome/test/data/dromaeo/JSON.php $key = $this->decode($parts[1]); key 676 chrome/test/data/dromaeo/JSON.php $obj[$key] = $val; key 678 chrome/test/data/dromaeo/JSON.php $obj->$key = $val; key 682 chrome/test/data/dromaeo/JSON.php $key = $parts[1]; key 686 chrome/test/data/dromaeo/JSON.php $obj[$key] = $val; key 688 chrome/test/data/dromaeo/JSON.php $obj->$key = $val; key 53 chrome/test/data/nacl/postmessage_redir/pm_redir_test.cc std::string key; key 56 chrome/test/data/nacl/postmessage_redir/pm_redir_test.cc key = entry.substr(0, eq); key 59 chrome/test/data/nacl/postmessage_redir/pm_redir_test.cc key = entry; key 61 chrome/test/data/nacl/postmessage_redir/pm_redir_test.cc (*map)[key] = val; key 71 chrome/test/mini_installer_test/installer_test_util.cc base::FilePath::StringType key(google_update::kRegPathClients); key 72 chrome/test/mini_installer_test/installer_test_util.cc key.push_back(base::FilePath::kSeparators[0]); key 73 chrome/test/mini_installer_test/installer_test_util.cc key.append(dist->GetAppGuid()); key 75 chrome/test/mini_installer_test/installer_test_util.cc return InstallUtil::DeleteRegistryKey(root, key); key 466 chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp std::string key; key 471 chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp key = GetOIDText(¤t->name.OthName.oid); key 511 chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp key = l10n_util::GetStringUTF8(IDS_CERT_GENERAL_NAME_RFC822_NAME); key 516 chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp key = l10n_util::GetStringUTF8(IDS_CERT_GENERAL_NAME_DNS_NAME); key 522 chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp key = l10n_util::GetStringUTF8(IDS_CERT_GENERAL_NAME_X400_ADDRESS); key 526 chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp key = l10n_util::GetStringUTF8(IDS_CERT_GENERAL_NAME_DIRECTORY_NAME); key 530 chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp key = l10n_util::GetStringUTF8(IDS_CERT_GENERAL_NAME_EDI_PARTY_NAME); key 534 chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp key = l10n_util::GetStringUTF8(IDS_CERT_GENERAL_NAME_URI); key 539 chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp key = l10n_util::GetStringUTF8(IDS_CERT_GENERAL_NAME_IP_ADDRESS); key 554 chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp key = l10n_util::GetStringUTF8(IDS_CERT_GENERAL_NAME_REGISTERED_ID); key 559 chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp base::UTF8ToUTF16(key), key 711 chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp std::string key = GetOIDText(&policyInfo->policyID); key 719 chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp base::UTF8ToUTF16(key)); key 721 chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp rv += key; key 1033 chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp SECKEYPublicKey* key = SECKEY_ExtractPublicKey(spki); key 1034 chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp if (key) { key 1035 chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp switch (key->keyType) { key 1039 chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp base::UintToString16(key->u.rsa.modulus.len * 8), key 1040 chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp base::UTF8ToUTF16(ProcessRawBytes(&key->u.rsa.modulus)), key 1041 chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp base::UintToString16(key->u.rsa.publicExponent.len * 8), key 1042 chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp base::UTF8ToUTF16(ProcessRawBytes(&key->u.rsa.publicExponent))); key 1050 chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp SECKEY_DestroyPublicKey(key); key 61 chrome/utility/importer/ie_importer_win.cc base::string16 key; key 212 chrome/utility/importer/ie_importer_win.cc const base::win::RegKey& key, key 217 chrome/utility/importer/ie_importer_win.cc if (key.ReadValue(L"Order", NULL, &blob_length, NULL) == ERROR_SUCCESS) { key 220 chrome/utility/importer/ie_importer_win.cc key.ReadValue(L"Order", reinterpret_cast<DWORD*>(&blob[0]), key 228 chrome/utility/importer/ie_importer_win.cc for (base::win::RegistryKeyIterator child(key.Handle(), L""); key 231 chrome/utility/importer/ie_importer_win.cc base::win::RegKey subkey(key.Handle(), child.Name(), KEY_READ); key 247 chrome/utility/importer/ie_importer_win.cc base::win::RegKey key(HKEY_CURRENT_USER, key_path.c_str(), KEY_READ); key 248 chrome/utility/importer/ie_importer_win.cc if (!key.Valid()) key 250 chrome/utility/importer/ie_importer_win.cc return ParseFavoritesOrderRegistryTree(importer, key, base::FilePath(), key 576 chrome/utility/importer/ie_importer_win.cc ac.key = item_name; key 583 chrome/utility/importer/ie_importer_win.cc size_t i = ac.key.rfind(kDataSuffix); key 584 chrome/utility/importer/ie_importer_win.cc if (i != base::string16::npos && ac.key.substr(i) == kDataSuffix) { key 585 chrome/utility/importer/ie_importer_win.cc ac.key.erase(i); key 586 chrome/utility/importer/ie_importer_win.cc ac.is_url = (ac.key.find(L"://") != base::string16::npos); key 604 chrome/utility/importer/ie_importer_win.cc GURL url(ac_list[i].key.c_str()); key 637 chrome/utility/importer/ie_importer_win.cc form.username_element = ac_list[list_it].key; key 648 chrome/utility/importer/ie_importer_win.cc base::win::RegKey key(HKEY_CURRENT_USER, key_path.c_str(), KEY_READ); key 655 chrome/utility/importer/ie_importer_win.cc key.ReadValue(reg_iterator.Name(), NULL, &value_len, NULL); key 659 chrome/utility/importer/ie_importer_win.cc if (key.ReadValue(reg_iterator.Name(), key 733 chrome/utility/importer/ie_importer_win.cc base::win::RegKey key(HKEY_CURRENT_USER, key_path.c_str(), KEY_READ); key 735 chrome/utility/importer/ie_importer_win.cc if (key.ReadValue(kIEHomepage, &homepage_url) != ERROR_SUCCESS || key 148 chrome/utility/importer/nss_decryptor_system_nss.cc CK_MECHANISM_TYPE type, PK11SymKey *key, key 158 chrome/utility/importer/nss_decryptor_system_nss.cc ctx = PK11_CreateContextBySymKey(type, CKA_DECRYPT, key, params); key 184 chrome/utility/importer/nss_decryptor_system_nss.cc PK11SymKey *key = 0; key 205 chrome/utility/importer/nss_decryptor_system_nss.cc key = PK11_FindFixedKey(slot, type, &sdrResult.keyid, cx); key 206 chrome/utility/importer/nss_decryptor_system_nss.cc if (!key) { key 209 chrome/utility/importer/nss_decryptor_system_nss.cc rv = pk11Decrypt(slot, arena, type, key, params, key 267 chrome/utility/importer/nss_decryptor_system_nss.cc if (key) PK11_FreeSymKey(key); key 37 chrome/utility/media_galleries/iapps_xml_utils.cc bool SeekInDict(XmlReader* reader, const std::string& key) { key 52 chrome/utility/media_galleries/iapps_xml_utils.cc if (found_key == key) key 26 chrome/utility/media_galleries/iapps_xml_utils.h bool SeekInDict(XmlReader* reader, const std::string& key); key 196 chrome/utility/media_galleries/iphoto_library_parser.cc std::string key; key 197 chrome/utility/media_galleries/iphoto_library_parser.cc if (!reader->ReadElementContent(&key)) { key 202 chrome/utility/media_galleries/iphoto_library_parser.cc bool id_valid = base::StringToUint64(key, &id); key 162 chrome/utility/media_galleries/itunes_library_parser.cc std::string key; // Should match track id below. key 163 chrome/utility/media_galleries/itunes_library_parser.cc if (!reader.ReadElementContent(&key)) key 166 chrome/utility/media_galleries/itunes_library_parser.cc bool id_valid = base::StringToUint64(key, &id); key 16 chrome/utility/media_galleries/itunes_library_parser_unittest.cc #define SIMPLE_TRACK(key, id, path, artist, album) \ key 17 chrome/utility/media_galleries/itunes_library_parser_unittest.cc "<key>" #key "</key>" \ key 35 chrome/utility/media_galleries/picasa_albums_indexer.cc const std::string& key, key 37 chrome/utility/media_galleries/picasa_albums_indexer.cc if (key != kAlbumsKey) key 51 chrome_elf/blacklist/blacklist.cc void RecordSuccessfulThunkSetup(HKEY* key) { key 52 chrome_elf/blacklist/blacklist.cc if (key != NULL) { key 54 chrome_elf/blacklist/blacklist.cc ::RegSetValueEx(*key, key 60 chrome_elf/blacklist/blacklist.cc ::RegCloseKey(*key); key 61 chrome_elf/blacklist/blacklist.cc key = NULL; key 77 chrome_elf/blacklist/blacklist.cc HKEY key = NULL; key 86 chrome_elf/blacklist/blacklist.cc &key, key 95 chrome_elf/blacklist/blacklist.cc result = ::RegQueryValueEx(key, key 104 chrome_elf/blacklist/blacklist.cc ::RegCloseKey(key); key 111 chrome_elf/blacklist/blacklist.cc result = ::RegSetValueEx(key, key 117 chrome_elf/blacklist/blacklist.cc ::RegCloseKey(key); key 123 chrome_elf/blacklist/blacklist.cc HKEY key = NULL; key 132 chrome_elf/blacklist/blacklist.cc &key, key 138 chrome_elf/blacklist/blacklist.cc result = ::RegSetValueEx(key, key 144 chrome_elf/blacklist/blacklist.cc ::RegCloseKey(key); key 259 chrome_elf/blacklist/blacklist.cc HKEY key = NULL; key 268 chrome_elf/blacklist/blacklist.cc &key, key 272 chrome_elf/blacklist/blacklist.cc ::RegSetValueEx(key, key 279 chrome_elf/blacklist/blacklist.cc key = NULL; key 294 chrome_elf/blacklist/blacklist.cc RecordSuccessfulThunkSetup(&key); key 343 chrome_elf/blacklist/blacklist.cc RecordSuccessfulThunkSetup(&key); key 37 chrome_elf/chrome_elf_util.cc HKEY key = NULL; key 46 chrome_elf/chrome_elf_util.cc KEY_QUERY_VALUE | KEY_WOW64_32KEY, &key) != key 55 chrome_elf/chrome_elf_util.cc LONG result = ::RegQueryValueEx(key, value_to_read, 0, &type, key 74 chrome_elf/chrome_elf_util.cc ::RegCloseKey(key); key 82 chrome_elf/chrome_elf_util.cc HKEY key = NULL; key 91 chrome_elf/chrome_elf_util.cc KEY_QUERY_VALUE | KEY_WOW64_32KEY, &key) != key 98 chrome_elf/chrome_elf_util.cc LONG result = ::RegQueryValueEx(key, value_to_read, 0, &type, key 101 chrome_elf/chrome_elf_util.cc ::RegCloseKey(key); key 166 chrome_elf/chrome_elf_util.cc HKEY key = NULL; key 173 chrome_elf/chrome_elf_util.cc KEY_QUERY_VALUE, &key) == ERROR_SUCCESS) { key 174 chrome_elf/chrome_elf_util.cc if (::RegQueryValueEx(key, kMetricsReportingEnabled, 0, &type, key 178 chrome_elf/chrome_elf_util.cc ::RegCloseKey(key); key 183 chrome_elf/chrome_elf_util.cc KEY_QUERY_VALUE, &key) == ERROR_SUCCESS) { key 184 chrome_elf/chrome_elf_util.cc if (::RegQueryValueEx(key, kMetricsReportingEnabled, 0, &type, key 188 chrome_elf/chrome_elf_util.cc ::RegCloseKey(key); key 105 chrome_elf/chrome_elf_util_unittest.cc base::win::RegKey key( key 111 chrome_elf/chrome_elf_util_unittest.cc result = key.WriteValue(kUninstallArgumentsField, key 114 chrome_elf/chrome_elf_util_unittest.cc result = key.DeleteValue(kUninstallArgumentsField); key 42 chromeos/chromeos_paths.cc bool PathProvider(int key, base::FilePath* result) { key 43 chromeos/chromeos_paths.cc switch (key) { key 9 chromeos/cryptohome/cryptohome_parameters.cc Authorization::Authorization(const std::string& key, const std::string& label) key 10 chromeos/cryptohome/cryptohome_parameters.cc : key(key), label(label) {} key 13 chromeos/cryptohome/cryptohome_parameters.cc : key(key_def.key), label(key_def.label) {} key 19 chromeos/cryptohome/cryptohome_parameters.cc KeyDefinition::KeyDefinition(const std::string& key, key 22 chromeos/cryptohome/cryptohome_parameters.cc : label(label), revision(1), key(key), privileges(privileges) {} key 35 chromeos/cryptohome/cryptohome_parameters.h KeyDefinition(const std::string& key, key 42 chromeos/cryptohome/cryptohome_parameters.h std::string key; key 52 chromeos/cryptohome/cryptohome_parameters.h Authorization(const std::string& key, const std::string& label); key 53 chromeos/cryptohome/cryptohome_parameters.h explicit Authorization(const KeyDefinition& key); key 54 chromeos/cryptohome/cryptohome_parameters.h std::string key; key 21 chromeos/cryptohome/homedir_methods.cc void FillKeyProtobuf(const KeyDefinition& key_def, Key* key) { key 22 chromeos/cryptohome/homedir_methods.cc key->set_secret(key_def.key); key 23 chromeos/cryptohome/homedir_methods.cc KeyData* data = key->mutable_data(); key 65 chromeos/cryptohome/homedir_methods.cc Key* key = auth_proto->mutable_key(); key 67 chromeos/cryptohome/homedir_methods.cc key->mutable_data()->set_label(auth.label); key 69 chromeos/cryptohome/homedir_methods.cc key->set_secret(auth.key); key 57 chromeos/cryptohome/homedir_methods.h const KeyDefinition& key, key 69 chromeos/cryptohome/homedir_methods.h const KeyDefinition& key, key 26 chromeos/cryptohome/mock_homedir_methods.h const Authorization& key, key 30 chromeos/cryptohome/mock_homedir_methods.h const Authorization& key, key 36 chromeos/cryptohome/mock_homedir_methods.h const KeyDefinition& key, key 47 chromeos/cryptohome/mock_homedir_methods.h const KeyDefinition& key, key 119 chromeos/dbus/bluetooth_profile_service_provider.cc std::string key; key 121 chromeos/dbus/bluetooth_profile_service_provider.cc !dict_entry_reader.PopString(&key)) { key 125 chromeos/dbus/bluetooth_profile_service_provider.cc if (key == bluetooth_profile::kVersionProperty) key 127 chromeos/dbus/bluetooth_profile_service_provider.cc else if (key == bluetooth_profile::kFeaturesProperty) key 332 chromeos/dbus/cras_audio_client.cc std::string key; key 334 chromeos/dbus/cras_audio_client.cc !dict_entry_reader.PopString(&key) || key 339 chromeos/dbus/cras_audio_client.cc if (key == cras::kIsInputProperty) { key 342 chromeos/dbus/cras_audio_client.cc } else if (key == cras::kIdProperty) { key 345 chromeos/dbus/cras_audio_client.cc } else if (key == cras::kDeviceNameProperty) { key 348 chromeos/dbus/cras_audio_client.cc } else if (key == cras::kTypeProperty) { key 351 chromeos/dbus/cras_audio_client.cc } else if (key == cras::kNameProperty) { key 354 chromeos/dbus/cras_audio_client.cc } else if (key == cras::kActiveProperty) { key 357 chromeos/dbus/cras_audio_client.cc } else if (key == cras::kPluggedTimeProperty) { key 18 chromeos/dbus/cros_disks_client_unittest.cc const std::string& key, key 22 chromeos/dbus/cros_disks_client_unittest.cc entry_writer.AppendString(key); key 29 chromeos/dbus/cros_disks_client_unittest.cc const std::string& key, key 33 chromeos/dbus/cros_disks_client_unittest.cc entry_writer.AppendString(key); key 70 chromeos/dbus/cryptohome_client.cc const std::string& key, key 76 chromeos/dbus/cryptohome_client.cc writer.AppendString(key); key 159 chromeos/dbus/cryptohome_client.cc const std::string& key, key 166 chromeos/dbus/cryptohome_client.cc writer.AppendString(key); key 179 chromeos/dbus/cryptohome_client.cc const std::string& key, key 186 chromeos/dbus/cryptohome_client.cc writer.AppendString(key); key 115 chromeos/dbus/cryptohome_client.h const std::string& key, key 154 chromeos/dbus/cryptohome_client.h const std::string& key, key 162 chromeos/dbus/cryptohome_client.h const std::string& key, key 446 chromeos/dbus/debug_daemon_client.cc std::string key, value; key 448 chromeos/dbus/debug_daemon_client.cc || !sub_sub_reader.PopString(&key) key 453 chromeos/dbus/debug_daemon_client.cc logs[key] = value; key 66 chromeos/dbus/fake_cryptohome_client.cc const std::string& key, key 109 chromeos/dbus/fake_cryptohome_client.cc const std::string& key, key 117 chromeos/dbus/fake_cryptohome_client.cc const std::string& key, key 31 chromeos/dbus/fake_cryptohome_client.h const std::string& key, key 46 chromeos/dbus/fake_cryptohome_client.h const std::string& key, key 50 chromeos/dbus/fake_cryptohome_client.h const std::string& key, key 20 chromeos/dbus/fake_nfc_record_client.cc const std::string& key) { key 22 chromeos/dbus/fake_nfc_record_client.cc bool result = dictionary.GetString(key, &value); key 33 chromeos/dbus/fake_nfc_record_client.cc const std::string& key) { key 35 chromeos/dbus/fake_nfc_record_client.cc bool result = dictionary.GetDouble(key, &value); key 295 chromeos/dbus/fake_shill_device_client.cc return iter.key(); key 266 chromeos/dbus/fake_shill_manager_client.cc service_client->SetServiceProperty(service_path, iter.key(), iter.value()); key 418 chromeos/dbus/fake_shill_manager_client.cc const char* key = shill::kProfilesProperty; key 419 chromeos/dbus/fake_shill_manager_client.cc if (GetListProperty(key) key 421 chromeos/dbus/fake_shill_manager_client.cc CallNotifyObserversPropertyChanged(key); key 429 chromeos/dbus/fake_shill_manager_client.cc void FakeShillManagerClient::SetManagerProperty(const std::string& key, key 431 chromeos/dbus/fake_shill_manager_client.cc SetProperty(key, value, key 94 chromeos/dbus/fake_shill_manager_client.h virtual void SetManagerProperty(const std::string& key, key 72 chromeos/dbus/fake_shill_profile_client.cc entry_paths->AppendString(it.key()); key 125 chromeos/dbus/fake_shill_service_client.cc if (!SetServiceProperty(service_path.value(), iter.key(), iter.value())) { key 492 chromeos/dbus/fake_shill_service_client.cc std::string path = iter.key(); key 219 chromeos/dbus/gsm_sms_client.cc const ProxyMap::key_type key(service_name, object_path.value()); key 220 chromeos/dbus/gsm_sms_client.cc ProxyMap::iterator it = proxies_.find(key); key 226 chromeos/dbus/gsm_sms_client.cc proxies_.insert(ProxyMap::value_type(key, proxy)); key 32 chromeos/dbus/mock_cryptohome_client.h const std::string& key, key 48 chromeos/dbus/mock_cryptohome_client.h const std::string& key, key 52 chromeos/dbus/mock_cryptohome_client.h const std::string& key, key 181 chromeos/dbus/modem_messaging_client.cc const ProxyMap::key_type key(service_name, object_path.value()); key 182 chromeos/dbus/modem_messaging_client.cc ProxyMap::iterator it = proxies_.find(key); key 189 chromeos/dbus/modem_messaging_client.cc proxies_.insert(ProxyMap::value_type(key, proxy)); key 51 chromeos/dbus/nfc_client_helpers.cc entry_writer.AppendString(iter.key()); key 117 chromeos/dbus/nfc_device_client.cc dict_entry_writer.AppendString(iter.key()); key 118 chromeos/dbus/nfc_tag_client.cc dict_entry_writer.AppendString(iter.key()); key 376 chromeos/dbus/session_manager_client.cc std::string key; key 379 chromeos/dbus/session_manager_client.cc !dict_entry_reader.PopString(&key) || key 384 chromeos/dbus/session_manager_client.cc sessions[key] = value; key 414 chromeos/dbus/shill_client_helper.cc entry_writer.AppendString(it.key()); key 470 chromeos/dbus/shill_client_helper.cc entry_writer.AppendString(it.key()); key 35 chromeos/dbus/shill_client_unittest_base.cc std::string key; key 38 chromeos/dbus/shill_client_unittest_base.cc !entry_reader.PopString(&key) || key 41 chromeos/dbus/shill_client_unittest_base.cc result->SetWithoutPathExpansion(key, base::Value::CreateStringValue(value)); key 252 chromeos/dbus/shill_client_unittest_base.cc std::string key; key 253 chromeos/dbus/shill_client_unittest_base.cc ASSERT_TRUE(entry_reader.PopString(&key)); key 273 chromeos/dbus/shill_client_unittest_base.cc EXPECT_TRUE(expected_dictionary->GetWithoutPathExpansion(key, key 61 chromeos/dbus/shill_manager_client.h virtual void SetManagerProperty(const std::string& key, key 127 chromeos/ime/input_method_manager.h virtual void ActivateInputMethodMenuItem(const std::string& key) = 0; key 97 chromeos/network/client_cert_util.cc const std::string& key) { key 99 chromeos/network/client_cert_util.cc dict.GetStringWithoutPathExpansion(key, &s); key 28 chromeos/network/device_state.cc bool DeviceState::PropertyChanged(const std::string& key, key 31 chromeos/network/device_state.cc properties_.SetWithoutPathExpansion(key, value.DeepCopy()); key 33 chromeos/network/device_state.cc if (ManagedStatePropertyChanged(key, value)) key 35 chromeos/network/device_state.cc if (key == shill::kAddressProperty) { key 36 chromeos/network/device_state.cc return GetStringValue(key, value, &mac_address_); key 37 chromeos/network/device_state.cc } else if (key == shill::kScanningProperty) { key 38 chromeos/network/device_state.cc return GetBooleanValue(key, value, &scanning_); key 39 chromeos/network/device_state.cc } else if (key == shill::kSupportNetworkScanProperty) { key 40 chromeos/network/device_state.cc return GetBooleanValue(key, value, &support_network_scan_); key 41 chromeos/network/device_state.cc } else if (key == shill::kProviderRequiresRoamingProperty) { key 42 chromeos/network/device_state.cc return GetBooleanValue(key, value, &provider_requires_roaming_); key 43 chromeos/network/device_state.cc } else if (key == shill::kHomeProviderProperty) { key 66 chromeos/network/device_state.cc } else if (key == shill::kTechnologyFamilyProperty) { key 67 chromeos/network/device_state.cc return GetStringValue(key, value, &technology_family_); key 68 chromeos/network/device_state.cc } else if (key == shill::kCarrierProperty) { key 69 chromeos/network/device_state.cc return GetStringValue(key, value, &carrier_); key 70 chromeos/network/device_state.cc } else if (key == shill::kFoundNetworksProperty) { key 79 chromeos/network/device_state.cc } else if (key == shill::kSIMLockStatusProperty) { key 109 chromeos/network/device_state.cc } else if (key == shill::kMeidProperty) { key 110 chromeos/network/device_state.cc return GetStringValue(key, value, &meid_); key 111 chromeos/network/device_state.cc } else if (key == shill::kImeiProperty) { key 112 chromeos/network/device_state.cc return GetStringValue(key, value, &imei_); key 113 chromeos/network/device_state.cc } else if (key == shill::kIccidProperty) { key 114 chromeos/network/device_state.cc return GetStringValue(key, value, &iccid_); key 115 chromeos/network/device_state.cc } else if (key == shill::kMdnProperty) { key 116 chromeos/network/device_state.cc return GetStringValue(key, value, &mdn_); key 117 chromeos/network/device_state.cc } else if (key == shill::kSIMPresentProperty) { key 118 chromeos/network/device_state.cc return GetBooleanValue(key, value, &sim_present_); key 119 chromeos/network/device_state.cc } else if (key == shill::kEapAuthenticationCompletedProperty) { key 120 chromeos/network/device_state.cc return GetBooleanValue(key, value, &eap_authentication_completed_); key 24 chromeos/network/device_state.h virtual bool PropertyChanged(const std::string& key, key 26 chromeos/network/favorite_state.cc bool FavoriteState::PropertyChanged(const std::string& key, key 30 chromeos/network/favorite_state.cc if (key != shill::kUIDataProperty && key 31 chromeos/network/favorite_state.cc !shill_property_util::IsPassphraseKey(key)) { key 32 chromeos/network/favorite_state.cc properties_.SetWithoutPathExpansion(key, value.DeepCopy()); key 35 chromeos/network/favorite_state.cc if (ManagedStatePropertyChanged(key, value)) key 37 chromeos/network/favorite_state.cc if (key == shill::kProfileProperty) { key 38 chromeos/network/favorite_state.cc return GetStringValue(key, value, &profile_path_); key 39 chromeos/network/favorite_state.cc } else if (key == shill::kUIDataProperty) { key 43 chromeos/network/favorite_state.cc NET_LOG_ERROR("Failed to parse " + key, path()); key 57 chromeos/network/favorite_state.cc } else if (key == shill::kGuidProperty) { key 58 chromeos/network/favorite_state.cc return GetStringValue(key, value, &guid_); key 59 chromeos/network/favorite_state.cc } else if (key == shill::kProxyConfigProperty) { key 62 chromeos/network/favorite_state.cc NET_LOG_ERROR("Failed to parse " + key, path()); key 79 chromeos/network/favorite_state.cc NET_LOG_ERROR("Failed to parse " + key, path()); key 31 chromeos/network/favorite_state.h virtual bool PropertyChanged(const std::string& key, key 55 chromeos/network/geolocation_handler.cc void GeolocationHandler::OnPropertyChanged(const std::string& key, key 57 chromeos/network/geolocation_handler.cc HandlePropertyChanged(key, value); key 71 chromeos/network/geolocation_handler.cc void GeolocationHandler::HandlePropertyChanged(const std::string& key, key 73 chromeos/network/geolocation_handler.cc if (key != shill::kEnabledTechnologiesProperty) key 115 chromeos/network/geolocation_handler.cc LOG(WARNING) << "Geolocation dictionary value not a List: " << iter.key(); key 45 chromeos/network/geolocation_handler.h virtual void OnPropertyChanged(const std::string& key, key 60 chromeos/network/geolocation_handler.h void HandlePropertyChanged(const std::string& key, const base::Value& value); key 104 chromeos/network/managed_network_configuration_handler_unittest.cc entry_paths->AppendString(it.key()); key 80 chromeos/network/managed_state.cc bool ManagedState::ManagedStatePropertyChanged(const std::string& key, key 82 chromeos/network/managed_state.cc if (key == shill::kNameProperty) { key 83 chromeos/network/managed_state.cc return GetStringValue(key, value, &name_); key 84 chromeos/network/managed_state.cc } else if (key == shill::kTypeProperty) { key 85 chromeos/network/managed_state.cc return GetStringValue(key, value, &type_); key 90 chromeos/network/managed_state.cc bool ManagedState::GetBooleanValue(const std::string& key, key 95 chromeos/network/managed_state.cc NET_LOG_ERROR("Error parsing state value", path() + "." + key); key 104 chromeos/network/managed_state.cc bool ManagedState::GetIntegerValue(const std::string& key, key 109 chromeos/network/managed_state.cc NET_LOG_ERROR("Error parsing state value", path() + "." + key); key 118 chromeos/network/managed_state.cc bool ManagedState::GetStringValue(const std::string& key, key 123 chromeos/network/managed_state.cc NET_LOG_ERROR("Error parsing state: " + key, path()); key 132 chromeos/network/managed_state.cc bool ManagedState::GetUInt32Value(const std::string& key, key 141 chromeos/network/managed_state.cc NET_LOG_ERROR("Error parsing state value", path() + "." + key); key 56 chromeos/network/managed_state.h virtual bool PropertyChanged(const std::string& key, key 86 chromeos/network/managed_state.h bool ManagedStatePropertyChanged(const std::string& key, key 91 chromeos/network/managed_state.h bool GetBooleanValue(const std::string& key, key 94 chromeos/network/managed_state.h bool GetIntegerValue(const std::string& key, key 97 chromeos/network/managed_state.h bool GetStringValue(const std::string& key, key 100 chromeos/network/managed_state.h bool GetUInt32Value(const std::string& key, key 95 chromeos/network/network_configuration_handler.cc if (!shill_property_util::IsPassphraseKey(iter.key())) key 97 chromeos/network/network_configuration_handler.cc NET_LOG_DEBUG(desc, path + "." + iter.key() + "=" + v); key 141 chromeos/network/network_configuration_handler.cc std::string profile_path = StripQuotations(iter.key()); key 218 chromeos/network/network_configuration_handler_unittest.cc std::string key = "SSID"; key 223 chromeos/network/network_configuration_handler_unittest.cc value.Set(key, base::Value::CreateStringValue(networkName)); key 226 chromeos/network/network_configuration_handler_unittest.cc SetProperty(dbus::ObjectPath(service_path), key, key 229 chromeos/network/network_configuration_handler_unittest.cc key, key 252 chromeos/network/network_configuration_handler_unittest.cc std::string key = "SSID"; key 257 chromeos/network/network_configuration_handler_unittest.cc value.Set(key, base::Value::CreateStringValue(networkName)); key 274 chromeos/network/network_configuration_handler_unittest.cc std::string key = "SSID"; key 280 chromeos/network/network_configuration_handler_unittest.cc value.Set(key, base::Value::CreateStringValue(networkName)); key 295 chromeos/network/network_configuration_handler_unittest.cc values_to_clear.push_back(key); key 311 chromeos/network/network_configuration_handler_unittest.cc std::string key = "SSID"; key 317 chromeos/network/network_configuration_handler_unittest.cc value.Set(key, base::Value::CreateStringValue(networkName)); key 332 chromeos/network/network_configuration_handler_unittest.cc values_to_clear.push_back(key); key 348 chromeos/network/network_configuration_handler_unittest.cc std::string key = "SSID"; key 475 chromeos/network/network_configuration_handler_unittest.cc const std::string& key, key 481 chromeos/network/network_configuration_handler_unittest.cc if (properties && properties->GetStringWithoutPathExpansion(key, result)) key 487 chromeos/network/network_configuration_handler_unittest.cc const std::string& key, key 492 chromeos/network/network_configuration_handler_unittest.cc get_properties_->GetStringWithoutPathExpansion(key, result)) key 152 chromeos/network/network_connection_handler_unittest.cc const std::string& key) { key 158 chromeos/network/network_connection_handler_unittest.cc properties->GetStringWithoutPathExpansion(key, &result); key 74 chromeos/network/network_state.cc bool NetworkState::PropertyChanged(const std::string& key, key 77 chromeos/network/network_state.cc if (ManagedStatePropertyChanged(key, value)) key 79 chromeos/network/network_state.cc if (key == shill::kSignalStrengthProperty) { key 80 chromeos/network/network_state.cc return GetIntegerValue(key, value, &signal_strength_); key 81 chromeos/network/network_state.cc } else if (key == shill::kStateProperty) { key 82 chromeos/network/network_state.cc return GetStringValue(key, value, &connection_state_); key 83 chromeos/network/network_state.cc } else if (key == shill::kConnectableProperty) { key 84 chromeos/network/network_state.cc return GetBooleanValue(key, value, &connectable_); key 85 chromeos/network/network_state.cc } else if (key == shill::kErrorProperty) { key 86 chromeos/network/network_state.cc if (!GetStringValue(key, value, &error_)) key 93 chromeos/network/network_state.cc } else if (key == IPConfigProperty(shill::kAddressProperty)) { key 94 chromeos/network/network_state.cc return GetStringValue(key, value, &ip_address_); key 95 chromeos/network/network_state.cc } else if (key == IPConfigProperty(shill::kGatewayProperty)) { key 96 chromeos/network/network_state.cc return GetStringValue(key, value, &gateway_); key 97 chromeos/network/network_state.cc } else if (key == IPConfigProperty(shill::kNameServersProperty)) { key 104 chromeos/network/network_state.cc } else if (key == IPConfigProperty(shill::kPrefixlenProperty)) { key 105 chromeos/network/network_state.cc return GetIntegerValue(key, value, &prefix_length_); key 106 chromeos/network/network_state.cc } else if (key == IPConfigProperty( key 109 chromeos/network/network_state.cc if (!GetStringValue(key, value, &url_string)) key 124 chromeos/network/network_state.cc } else if (key == shill::kActivationStateProperty) { key 125 chromeos/network/network_state.cc return GetStringValue(key, value, &activation_state_); key 126 chromeos/network/network_state.cc } else if (key == shill::kRoamingStateProperty) { key 127 chromeos/network/network_state.cc return GetStringValue(key, value, &roaming_); key 128 chromeos/network/network_state.cc } else if (key == shill::kSecurityProperty) { key 129 chromeos/network/network_state.cc return GetStringValue(key, value, &security_); key 130 chromeos/network/network_state.cc } else if (key == shill::kEapMethodProperty) { key 131 chromeos/network/network_state.cc return GetStringValue(key, value, &eap_method_); key 132 chromeos/network/network_state.cc } else if (key == shill::kUIDataProperty) { key 136 chromeos/network/network_state.cc NET_LOG_ERROR("Failed to parse " + key, path()); key 141 chromeos/network/network_state.cc } else if (key == shill::kNetworkTechnologyProperty) { key 142 chromeos/network/network_state.cc return GetStringValue(key, value, &network_technology_); key 143 chromeos/network/network_state.cc } else if (key == shill::kDeviceProperty) { key 144 chromeos/network/network_state.cc return GetStringValue(key, value, &device_path_); key 145 chromeos/network/network_state.cc } else if (key == shill::kGuidProperty) { key 146 chromeos/network/network_state.cc return GetStringValue(key, value, &guid_); key 147 chromeos/network/network_state.cc } else if (key == shill::kProfileProperty) { key 148 chromeos/network/network_state.cc return GetStringValue(key, value, &profile_path_); key 149 chromeos/network/network_state.cc } else if (key == shill::kActivateOverNonCellularNetworkProperty) { key 150 chromeos/network/network_state.cc return GetBooleanValue(key, value, &activate_over_non_cellular_networks_); key 151 chromeos/network/network_state.cc } else if (key == shill::kOutOfCreditsProperty) { key 152 chromeos/network/network_state.cc return GetBooleanValue(key, value, &cellular_out_of_credits_); key 292 chromeos/network/network_state.cc std::string NetworkState::IPConfigProperty(const char* key) { key 293 chromeos/network/network_state.cc return base::StringPrintf("%s.%s", shill::kIPConfigProperty, key); key 35 chromeos/network/network_state.h virtual bool PropertyChanged(const std::string& key, key 106 chromeos/network/network_state.h static std::string IPConfigProperty(const char* key); key 511 chromeos/network/network_state_handler.cc managed->PropertyChanged(iter.key(), iter.value()); key 526 chromeos/network/network_state_handler.cc if (network->PropertyChanged(iter.key(), iter.value())) key 542 chromeos/network/network_state_handler.cc const std::string& key, key 549 chromeos/network/network_state_handler.cc changed |= favorite->PropertyChanged(key, value); key 557 chromeos/network/network_state_handler.cc changed |= network->PropertyChanged(key, value); key 561 chromeos/network/network_state_handler.cc if (key == shill::kStateProperty) { key 575 chromeos/network/network_state_handler.cc if (key != shill::kSignalStrengthProperty && key 576 chromeos/network/network_state_handler.cc key != shill::kWifiFrequencyListProperty && key 577 chromeos/network/network_state_handler.cc (key != shill::kDeviceProperty || value_str != "/")) { key 585 chromeos/network/network_state_handler.cc std::string detail = network->name() + "." + key; key 588 chromeos/network/network_state_handler.cc if (key == shill::kErrorProperty || key == shill::kErrorDetailsProperty) { key 607 chromeos/network/network_state_handler.cc const std::string& key, key 612 chromeos/network/network_state_handler.cc if (!device->PropertyChanged(key, value)) key 615 chromeos/network/network_state_handler.cc std::string detail = device->name() + "." + key; key 621 chromeos/network/network_state_handler.cc if (key == shill::kScanningProperty && device->scanning() == false) key 623 chromeos/network/network_state_handler.cc if (key == shill::kEapAuthenticationCompletedProperty) { key 259 chromeos/network/network_state_handler.h const std::string& key, key 265 chromeos/network/network_state_handler.h const std::string& key, key 57 chromeos/network/network_state_unittest.cc bool SetStringProperty(const std::string& key, const std::string& value) { key 59 chromeos/network/network_state_unittest.cc bool res = network_state_.PropertyChanged(key, *string_value); key 60 chromeos/network/network_state_unittest.cc properties_.SetWithoutPathExpansion(key, string_value); key 217 chromeos/network/network_ui_data.cc GetFieldSignature(signature, it.key()); key 208 chromeos/network/onc/onc_certificate_importer_impl_unittest.cc char* name = PK11_GetPrivateKeyNickname(node->key); key 73 chromeos/network/onc/onc_mapper.cc scoped_ptr<base::Value> result_value = MapField(it.key(), key 82 chromeos/network/onc/onc_mapper.cc result->SetWithoutPathExpansion(it.key(), result_value.release()); key 49 chromeos/network/onc/onc_merger.cc if (it.key() == ::onc::kRecommended || key 55 chromeos/network/onc/onc_merger.cc it.key(), GetEditableFlags(*child_policy).release()); key 87 chromeos/network/onc/onc_merger.cc const std::string& key = field.key(); key 88 chromeos/network/onc/onc_merger.cc if (key == ::onc::kRecommended || !visited.insert(key).second) key 98 chromeos/network/onc/onc_merger.cc (*it_inner)->GetDictionaryWithoutPathExpansion(key, &nested_dict); key 101 chromeos/network/onc/onc_merger.cc DictionaryPtr merged_dict(MergeNestedDictionaries(key, nested_dicts)); key 110 chromeos/network/onc/onc_merger.cc (*it_inner)->GetWithoutPathExpansion(key, &value); key 113 chromeos/network/onc/onc_merger.cc merged_value = MergeListOfValues(key, values); key 117 chromeos/network/onc/onc_merger.cc result->SetWithoutPathExpansion(key, merged_value.release()); key 129 chromeos/network/onc/onc_merger.cc const std::string& key, key 132 chromeos/network/onc/onc_merger.cc virtual DictionaryPtr MergeNestedDictionaries(const std::string& key, key 192 chromeos/network/onc/onc_merger.cc virtual scoped_ptr<base::Value> MergeValues(const std::string& key, key 207 chromeos/network/onc/onc_merger.cc const std::string& key, key 225 chromeos/network/onc/onc_merger.cc return MergeValues(key, params); key 261 chromeos/network/onc/onc_merger.cc scoped_ptr<base::Value> MergeValues(const std::string& key, key 295 chromeos/network/onc/onc_merger.cc const std::string& key, key 298 chromeos/network/onc/onc_merger.cc return MergeValues(key, values, &which); key 330 chromeos/network/onc/onc_merger.cc const std::string& key, key 340 chromeos/network/onc/onc_merger.cc field = GetFieldSignature(*signature_, key); key 346 chromeos/network/onc/onc_merger.cc MergeToEffective::MergeValues(key, values, &which_effective).reset(); key 351 chromeos/network/onc/onc_merger.cc bool is_credential = onc::FieldIsCredential(*signature_, key); key 395 chromeos/network/onc/onc_merger.cc const std::string& key, key 403 chromeos/network/onc/onc_merger.cc GetFieldSignature(*enclosing_signature, key); key 406 chromeos/network/onc/onc_merger.cc result = MergeToEffective::MergeNestedDictionaries(key, dicts); key 410 chromeos/network/onc/onc_merger.cc result = MergeToEffective::MergeNestedDictionaries(key, dicts); key 278 chromeos/network/onc/onc_translation_tables.cc for (const char* const* key = it->shill_property_path; *key != NULL; key 279 chromeos/network/onc/onc_translation_tables.cc ++key) { key 280 chromeos/network/onc/onc_translation_tables.cc shill_property_path.push_back(std::string(*key)); key 134 chromeos/network/onc/onc_translator_onc_to_shill.cc if (it.key() == ::onc::vpn::kSaveCredentials || key 135 chromeos/network/onc/onc_translator_onc_to_shill.cc it.key() == ::onc::openvpn::kRemoteCertKU || key 136 chromeos/network/onc/onc_translator_onc_to_shill.cc it.key() == ::onc::openvpn::kServerCAPEMs) { key 142 chromeos/network/onc/onc_translator_onc_to_shill.cc AddValueAccordingToSignature(it.key(), translated.Pass()); key 217 chromeos/network/onc/onc_translator_onc_to_shill.cc AddValueAccordingToSignature(it.key(), key 289 chromeos/network/onc/onc_translator_onc_to_shill.cc GetFieldSignature(signature, it.key()); key 112 chromeos/network/onc/onc_utils.cc scoped_ptr<crypto::SymmetricKey> key( key 133 chromeos/network/onc/onc_utils.cc if (!hmac_verifier.Init(key.get()) || key 140 chromeos/network/onc/onc_utils.cc if (!decryptor.Init(key.get(), crypto::Encryptor::CBC, initial_vector)) { key 216 chromeos/network/onc/onc_utils.cc if (!onc_object->GetDictionaryWithoutPathExpansion(it.key(), &inner_object)) key 220 chromeos/network/onc/onc_utils.cc GetFieldSignature(signature, it.key()); key 605 chromeos/network/onc/onc_utils.cc if (!onc_object->GetDictionaryWithoutPathExpansion(it.key(), &inner_object)) key 609 chromeos/network/onc/onc_utils.cc GetFieldSignature(signature, it.key()); key 114 chromeos/network/onc/onc_utils_unittest.cc SCOPED_TRACE("Test case: " + it.key()); key 176 chromeos/network/onc/onc_validator.h bool RequireField(const base::DictionaryValue& dict, const std::string& key); key 39 chromeos/network/policy_util.cc std::string field_name = it.key(); key 30 chromeos/network/shill_property_handler.cc const base::ListValue* GetListValue(const std::string& key, key 34 chromeos/network/shill_property_handler.cc LOG(ERROR) << "Error parsing key as list: " << key; key 85 chromeos/network/shill_property_handler.cc virtual void OnPropertyChanged(const std::string& key, key 87 chromeos/network/shill_property_handler.cc handler_.Run(type_, path_, key, value); key 225 chromeos/network/shill_property_handler.cc void ShillPropertyHandler::OnPropertyChanged(const std::string& key, key 227 chromeos/network/shill_property_handler.cc ManagerPropertyChanged(key, value); key 228 chromeos/network/shill_property_handler.cc CheckPendingStateListUpdates(key); key 248 chromeos/network/shill_property_handler.cc if (iter.key() == shill::kServicesProperty) key 250 chromeos/network/shill_property_handler.cc else if (iter.key() == shill::kServiceCompleteListProperty) key 253 chromeos/network/shill_property_handler.cc ManagerPropertyChanged(iter.key(), iter.value()); key 269 chromeos/network/shill_property_handler.cc const std::string& key) { key 271 chromeos/network/shill_property_handler.cc if ((key.empty() || key == shill::kServicesProperty) && key 277 chromeos/network/shill_property_handler.cc if ((key.empty() || key == shill::kServiceCompleteListProperty) && key 282 chromeos/network/shill_property_handler.cc if ((key.empty() || key == shill::kDevicesProperty) && key 288 chromeos/network/shill_property_handler.cc void ShillPropertyHandler::ManagerPropertyChanged(const std::string& key, key 290 chromeos/network/shill_property_handler.cc if (key == shill::kDefaultServiceProperty) { key 294 chromeos/network/shill_property_handler.cc } else if (key == shill::kServicesProperty) { key 295 chromeos/network/shill_property_handler.cc const base::ListValue* vlist = GetListValue(key, value); key 305 chromeos/network/shill_property_handler.cc } else if (key == shill::kServiceCompleteListProperty) { key 306 chromeos/network/shill_property_handler.cc const base::ListValue* vlist = GetListValue(key, value); key 311 chromeos/network/shill_property_handler.cc } else if (key == shill::kDevicesProperty) { key 312 chromeos/network/shill_property_handler.cc const base::ListValue* vlist = GetListValue(key, value); key 318 chromeos/network/shill_property_handler.cc } else if (key == shill::kAvailableTechnologiesProperty) { key 319 chromeos/network/shill_property_handler.cc const base::ListValue* vlist = GetListValue(key, value); key 322 chromeos/network/shill_property_handler.cc } else if (key == shill::kEnabledTechnologiesProperty) { key 323 chromeos/network/shill_property_handler.cc const base::ListValue* vlist = GetListValue(key, value); key 326 chromeos/network/shill_property_handler.cc } else if (key == shill::kUninitializedTechnologiesProperty) { key 327 chromeos/network/shill_property_handler.cc const base::ListValue* vlist = GetListValue(key, value); key 330 chromeos/network/shill_property_handler.cc } else if (key == shill::kProfilesProperty) { key 332 chromeos/network/shill_property_handler.cc } else if (key == shill::kCheckPortalListProperty) { key 337 chromeos/network/shill_property_handler.cc VLOG(2) << "Ignored Manager Property: " << key; key 519 chromeos/network/shill_property_handler.cc const std::string& key, key 522 chromeos/network/shill_property_handler.cc NetworkServicePropertyChangedCallback(path, key, value); key 524 chromeos/network/shill_property_handler.cc NetworkDevicePropertyChangedCallback(path, key, value); key 531 chromeos/network/shill_property_handler.cc const std::string& key, key 533 chromeos/network/shill_property_handler.cc if (key == shill::kIPConfigProperty) { key 544 chromeos/network/shill_property_handler.cc listener_->UpdateNetworkServiceProperty(path, key, value); key 582 chromeos/network/shill_property_handler.cc const std::string& key, key 584 chromeos/network/shill_property_handler.cc listener_->UpdateDeviceProperty(path, key, value); key 65 chromeos/network/shill_property_handler.h const std::string& key, key 71 chromeos/network/shill_property_handler.h const std::string& key, key 132 chromeos/network/shill_property_handler.h virtual void OnPropertyChanged(const std::string& key, key 146 chromeos/network/shill_property_handler.h void CheckPendingStateListUpdates(const std::string& key); key 149 chromeos/network/shill_property_handler.h void ManagerPropertyChanged(const std::string& key, key 188 chromeos/network/shill_property_handler.h const std::string& key, key 191 chromeos/network/shill_property_handler.h const std::string& key, key 205 chromeos/network/shill_property_handler.h const std::string& key, key 60 chromeos/network/shill_property_handler_unittest.cc const std::string& key, key 67 chromeos/network/shill_property_handler_unittest.cc const std::string& key, key 49 chromeos/network/shill_property_util.cc const std::string& key, key 52 chromeos/network/shill_property_util.cc if (!source.GetStringWithoutPathExpansion(key, &string_value) || key 55 chromeos/network/shill_property_util.cc dest->SetStringWithoutPathExpansion(key, string_value); key 289 chromeos/network/shill_property_util.cc bool IsPassphraseKey(const std::string& key) { key 290 chromeos/network/shill_property_util.cc return key == shill::kEapPrivateKeyPasswordProperty || key 291 chromeos/network/shill_property_util.cc key == shill::kEapPasswordProperty || key 292 chromeos/network/shill_property_util.cc key == shill::kL2tpIpsecPasswordProperty || key 293 chromeos/network/shill_property_util.cc key == shill::kOpenVPNPasswordProperty || key 294 chromeos/network/shill_property_util.cc key == shill::kOpenVPNAuthUserPassProperty || key 295 chromeos/network/shill_property_util.cc key == shill::kOpenVPNTLSAuthContentsProperty || key 296 chromeos/network/shill_property_util.cc key == shill::kPassphraseProperty || key 297 chromeos/network/shill_property_util.cc key == shill::kOpenVPNOTPProperty || key 298 chromeos/network/shill_property_util.cc key == shill::kEapPrivateKeyProperty || key 299 chromeos/network/shill_property_util.cc key == shill::kEapPinProperty || key 300 chromeos/network/shill_property_util.cc key == shill::kApnPasswordProperty; key 75 chromeos/network/shill_property_util.h bool IsPassphraseKey(const std::string& key); key 50 chromeos/system/name_value_pairs_parser.cc void NameValuePairsParser::AddNameValuePair(const std::string& key, key 52 chromeos/system/name_value_pairs_parser.cc if (!ContainsKey(*map_, key)) { key 53 chromeos/system/name_value_pairs_parser.cc (*map_)[key] = value; key 54 chromeos/system/name_value_pairs_parser.cc VLOG(1) << "name: " << key << ", value: " << value; key 56 chromeos/system/name_value_pairs_parser.cc LOG(WARNING) << "Key " << key << " already has value " << (*map_)[key] key 93 chromeos/system/name_value_pairs_parser.cc std::string key; key 95 chromeos/system/name_value_pairs_parser.cc base::TrimString(pair.substr(0, eq_pos), kTrimChars, &key); key 98 chromeos/system/name_value_pairs_parser.cc if (!key.empty()) { key 99 chromeos/system/name_value_pairs_parser.cc AddNameValuePair(key, value); key 112 chromeos/system/name_value_pairs_parser.cc const std::string& key) { key 118 chromeos/system/name_value_pairs_parser.cc AddNameValuePair(key, output_string); key 30 chromeos/system/name_value_pairs_parser.h void AddNameValuePair(const std::string& key, const std::string& value); key 37 chromeos/system/name_value_pairs_parser.h const std::string& key); key 52 cloud_print/common/win/cloud_print_utils.cc base::win::RegKey key; key 53 cloud_print/common/win/cloud_print_utils.cc if (key.Create(HKEY_CURRENT_USER, key 56 cloud_print/common/win/cloud_print_utils.cc key.WriteValue(kUsageKey, L"1") != ERROR_SUCCESS) { key 55 cloud_print/common/win/install_utils.cc base::win::RegKey key; key 56 cloud_print/common/win/install_utils.cc if (key.Create(HKEY_LOCAL_MACHINE, key 77 cloud_print/common/win/install_utils.cc if (key.WriteValue(kVersionKey, version_string.c_str()) != ERROR_SUCCESS || key 78 cloud_print/common/win/install_utils.cc key.WriteValue(kNameKey, product_name.c_str()) != ERROR_SUCCESS) { key 86 cloud_print/common/win/install_utils.cc base::win::RegKey key; key 87 cloud_print/common/win/install_utils.cc if (key.Create(HKEY_LOCAL_MACHINE, key 93 cloud_print/common/win/install_utils.cc if (key.WriteValue(kRegValueInstallerResult, key 95 cloud_print/common/win/install_utils.cc key.WriteValue(kRegValueInstallerResultUIString, key 103 cloud_print/common/win/install_utils.cc base::win::RegKey key; key 104 cloud_print/common/win/install_utils.cc if (key.Create(HKEY_LOCAL_MACHINE, key 110 cloud_print/common/win/install_utils.cc if (key.WriteValue(kRegValueInstallerResult, key 112 cloud_print/common/win/install_utils.cc key.WriteValue(kRegValueInstallerError, hr) != ERROR_SUCCESS) { key 118 cloud_print/common/win/install_utils.cc base::win::RegKey key; key 119 cloud_print/common/win/install_utils.cc if (key.Open(HKEY_LOCAL_MACHINE, key 125 cloud_print/common/win/install_utils.cc if (key.DeleteKey(L"") != ERROR_SUCCESS) { key 136 cloud_print/common/win/install_utils.cc base::win::RegKey key; key 137 cloud_print/common/win/install_utils.cc if (key.Create(HKEY_LOCAL_MACHINE, key 149 cloud_print/common/win/install_utils.cc key.WriteValue(kUninstallString, key 151 cloud_print/common/win/install_utils.cc key.WriteValue(kInstallLocation, key 161 cloud_print/common/win/install_utils.cc key.WriteValue(kDisplayVersion, key 163 cloud_print/common/win/install_utils.cc key.WriteValue(kPublisher, version_info_win->company_name().c_str()); key 167 cloud_print/common/win/install_utils.cc key.WriteValue(kDisplayName, product_name.c_str()); key 168 cloud_print/common/win/install_utils.cc key.WriteValue(kDisplayIcon, unstall_binary.value().c_str()); key 169 cloud_print/common/win/install_utils.cc key.WriteValue(kNoModify, 1); key 170 cloud_print/common/win/install_utils.cc key.WriteValue(kNoRepair, 1); key 179 cloud_print/common/win/install_utils.cc base::win::RegKey key; key 180 cloud_print/common/win/install_utils.cc if (key.Open(HKEY_LOCAL_MACHINE, key 187 cloud_print/common/win/install_utils.cc key.ReadValue(kInstallLocation, &install_path_value); key 159 cloud_print/service/win/chrome_launcher.cc base::win::RegKey key(HKEY_CURRENT_USER, kAutoRunKeyPath, KEY_SET_VALUE); key 160 cloud_print/service/win/chrome_launcher.cc if (!key.Valid()) key 185 cloud_print/service/win/chrome_launcher.cc key.DeleteValue(to_delete[i].c_str()); key 38 cloud_print/virtual_driver/win/port_monitor/port_monitor_unittest.cc base::win::RegKey key(HKEY_CURRENT_USER, key 46 cloud_print/virtual_driver/win/port_monitor/port_monitor_unittest.cc key.WriteValue(cloud_print::kChromeExePathRegValue, key 52 cloud_print/virtual_driver/win/port_monitor/port_monitor_unittest.cc key.WriteValue(cloud_print::kChromeProfilePathRegValue, key 57 cloud_print/virtual_driver/win/port_monitor/port_monitor_unittest.cc base::win::RegKey key(HKEY_CURRENT_USER, key 60 cloud_print/virtual_driver/win/port_monitor/port_monitor_unittest.cc key.DeleteValue(cloud_print::kChromeExePathRegValue); key 61 cloud_print/virtual_driver/win/port_monitor/port_monitor_unittest.cc key.DeleteValue(cloud_print::kChromeProfilePathRegValue); key 769 components/autofill/content/browser/wallet/wallet_client_unittest.cc const std::string& key = tokens[i].first; key 772 components/autofill/content/browser/wallet/wallet_client_unittest.cc if (key == "request_content_type") { key 777 components/autofill/content/browser/wallet/wallet_client_unittest.cc if (key == "request") { key 786 components/autofill/content/browser/wallet/wallet_client_unittest.cc if (key == "cvn") { key 791 components/autofill/content/browser/wallet/wallet_client_unittest.cc if (key == "card_number") { key 796 components/autofill/content/browser/wallet/wallet_client_unittest.cc if (key == "otp") { key 184 components/autofill/content/browser/wallet/wallet_service_url.cc url_parse::Component key, value; key 186 components/autofill/content/browser/wallet/wallet_service_url.cc while (url_parse::ExtractQueryKeyValue(query_str.c_str(), &query, &key, key 188 components/autofill/content/browser/wallet/wallet_service_url.cc if (key.is_nonempty() && key 189 components/autofill/content/browser/wallet/wallet_service_url.cc query_str.substr(key.begin, key.len) == kUserIndexKey) { key 77 components/autofill/core/browser/autofill_ie_toolbar_import_win.cc base::string16 ReadAndDecryptValue(const RegKey& key, key 81 components/autofill/core/browser/autofill_ie_toolbar_import_win.cc LONG result = key.ReadValue(value_name, NULL, &data_size, &data_type); key 86 components/autofill/core/browser/autofill_ie_toolbar_import_win.cc result = key.ReadValue(value_name, &(data[0]), &data_size, &data_type); key 140 components/autofill/core/browser/autofill_ie_toolbar_import_win.cc bool ImportSingleFormGroup(const RegKey& key, key 145 components/autofill/core/browser/autofill_ie_toolbar_import_win.cc if (!key.Valid()) key 150 components/autofill/core/browser/autofill_ie_toolbar_import_win.cc for (uint32 i = 0; i < key.GetValueCount(); ++i) { key 152 components/autofill/core/browser/autofill_ie_toolbar_import_win.cc if (key.GetValueNameAt(i, &value_name) != ERROR_SUCCESS) key 159 components/autofill/core/browser/autofill_ie_toolbar_import_win.cc base::string16 field_value = ReadAndDecryptValue(key, value_name.c_str()); key 180 components/autofill/core/browser/autofill_ie_toolbar_import_win.cc const RegKey& key, key 185 components/autofill/core/browser/autofill_ie_toolbar_import_win.cc ImportSingleFormGroup(key, reg_to_field, app_locale, profile, &phone); key 265 components/autofill/core/browser/autofill_ie_toolbar_import_win.cc RegKey key(HKEY_CURRENT_USER, key_name.c_str(), KEY_READ); key 268 components/autofill/core/browser/autofill_ie_toolbar_import_win.cc if (ImportSingleProfile(app_locale, key, reg_to_field, &profile)) { key 289 components/autofill/core/browser/autofill_ie_toolbar_import_win.cc RegKey key(HKEY_CURRENT_USER, key_name.c_str(), KEY_READ); key 293 components/autofill/core/browser/autofill_ie_toolbar_import_win.cc key, reg_to_field, app_locale, &credit_card, NULL)) { key 88 components/autofill/core/browser/autofill_ie_toolbar_import_win_unittest.cc void EncryptAndWrite(RegKey* key, const ValueDescription* value) { key 96 components/autofill/core/browser/autofill_ie_toolbar_import_win_unittest.cc EXPECT_EQ(ERROR_SUCCESS, key->WriteValue(value->value_name, key 100 components/autofill/core/browser/autofill_ie_toolbar_import_win_unittest.cc void CreateSubkey(RegKey* key, wchar_t const* subkey_name, key 103 components/autofill/core/browser/autofill_ie_toolbar_import_win_unittest.cc subkey.Create(key->Handle(), subkey_name, KEY_ALL_ACCESS); key 140 components/autofill/core/browser/autofill_ie_toolbar_import_win_unittest.cc RegKey key(HKEY_CURRENT_USER, kUnitTestRegistrySubKey, KEY_ALL_ACCESS); key 141 components/autofill/core/browser/autofill_ie_toolbar_import_win_unittest.cc key.DeleteKey(L""); key 13 components/autofill/core/browser/webdata/autofill_change.cc AutofillChange::AutofillChange(Type type, const AutofillKey& key) key 14 components/autofill/core/browser/webdata/autofill_change.cc : GenericAutofillChange<AutofillKey>(type, key) { key 21 components/autofill/core/browser/webdata/autofill_change.cc Type type, const std::string& key, const AutofillProfile* profile) key 22 components/autofill/core/browser/webdata/autofill_change.cc : GenericAutofillChange<std::string>(type, key), key 24 components/autofill/core/browser/webdata/autofill_change.cc DCHECK(type == ADD ? (profile && profile->guid() == key) : true); key 25 components/autofill/core/browser/webdata/autofill_change.cc DCHECK(type == UPDATE ? (profile && profile->guid() == key) : true); key 35 components/autofill/core/browser/webdata/autofill_change.cc key() == change.key() && key 31 components/autofill/core/browser/webdata/autofill_change.h const KeyType& key() const { return key_; } key 34 components/autofill/core/browser/webdata/autofill_change.h GenericAutofillChange(Type type, const KeyType& key) key 36 components/autofill/core/browser/webdata/autofill_change.h key_(key) {} key 44 components/autofill/core/browser/webdata/autofill_change.h AutofillChange(Type type, const AutofillKey& key); key 47 components/autofill/core/browser/webdata/autofill_change.h return type() == change.type() && key() == change.key(); key 62 components/autofill/core/browser/webdata/autofill_change.h const std::string& key, key 24 components/autofill/core/browser/webdata/autofill_entry.cc AutofillKey::AutofillKey(const AutofillKey& key) key 25 components/autofill/core/browser/webdata/autofill_entry.cc : name_(key.name()), key 26 components/autofill/core/browser/webdata/autofill_entry.cc value_(key.value()) { key 31 components/autofill/core/browser/webdata/autofill_entry.cc bool AutofillKey::operator==(const AutofillKey& key) const { key 32 components/autofill/core/browser/webdata/autofill_entry.cc return name_ == key.name() && value_ == key.value(); key 35 components/autofill/core/browser/webdata/autofill_entry.cc bool AutofillKey::operator<(const AutofillKey& key) const { key 36 components/autofill/core/browser/webdata/autofill_entry.cc int diff = name_.compare(key.name()); key 41 components/autofill/core/browser/webdata/autofill_entry.cc return value_.compare(key.value()) < 0; key 46 components/autofill/core/browser/webdata/autofill_entry.cc AutofillEntry::AutofillEntry(const AutofillKey& key, key 49 components/autofill/core/browser/webdata/autofill_entry.cc : key_(key), key 56 components/autofill/core/browser/webdata/autofill_entry.cc return key() == entry.key() && key 62 components/autofill/core/browser/webdata/autofill_entry.cc return key_ < entry.key(); key 18 components/autofill/core/browser/webdata/autofill_entry.h AutofillKey(const AutofillKey& key); key 24 components/autofill/core/browser/webdata/autofill_entry.h bool operator==(const AutofillKey& key) const; key 25 components/autofill/core/browser/webdata/autofill_entry.h bool operator<(const AutofillKey& key) const; key 34 components/autofill/core/browser/webdata/autofill_entry.h AutofillEntry(const AutofillKey& key, key 39 components/autofill/core/browser/webdata/autofill_entry.h const AutofillKey& key() const { return key_; } key 558 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc AutofillProfile empty_profile(change.key(), std::string()); key 563 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc profiles_map_.erase(change.key()); key 576 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc << " Guid: " << change.key(); key 712 components/autofill/core/browser/webdata/autofill_table.cc s.BindString16(0, entries[i].key().name()); key 713 components/autofill/core/browser/webdata/autofill_table.cc s.BindString16(1, entries[i].key().value()); key 733 components/autofill/core/browser/webdata/autofill_table.cc s.BindString16(0, entry.key().name()); key 734 components/autofill/core/browser/webdata/autofill_table.cc s.BindString16(1, entry.key().value()); key 735 components/autofill/core/browser/webdata/autofill_table.cc s.BindString16(2, base::i18n::ToLower(entry.key().value())); key 34 components/autofill/core/browser/webdata/autofill_table_unittest.cc std::ostream& operator<<(std::ostream& os, const AutofillKey& key) { key 35 components/autofill/core/browser/webdata/autofill_table_unittest.cc return os << base::UTF16ToASCII(key.name()) << ", " key 36 components/autofill/core/browser/webdata/autofill_table_unittest.cc << base::UTF16ToASCII(key.value()); key 55 components/autofill/core/browser/webdata/autofill_table_unittest.cc return os << " " << change.key(); key 65 components/autofill/core/browser/webdata/autofill_table_unittest.cc int compVal = a.key().name().compare(b.key().name()); key 69 components/autofill/core/browser/webdata/autofill_table_unittest.cc compVal = a.key().value().compare(b.key().value()); key 415 components/autofill/core/browser/webdata/autofill_table_unittest.cc field.name = existing.key().name(); key 416 components/autofill/core/browser/webdata/autofill_table_unittest.cc field.value = existing.key().value(); key 1588 components/autofill/core/browser/webdata/autofill_table_unittest.cc std::string key("NameSuperman"); key 1590 components/autofill/core/browser/webdata/autofill_table_unittest.cc std::pair<std::string, std::vector<Time> >(key, timestamps)); key 74 components/autofill/core/common/password_form_fill_data.cc UsernamesCollectionKey key; key 75 components/autofill/core/common/password_form_fill_data.cc key.username = iter->first; key 76 components/autofill/core/common/password_form_fill_data.cc key.password = iter->second->password_value; key 77 components/autofill/core/common/password_form_fill_data.cc key.realm = iter->second->original_signon_realm; key 78 components/autofill/core/common/password_form_fill_data.cc result->other_possible_usernames[key] = key 858 components/breakpad/app/breakpad_linux.cc void SetCrashKeyValue(const base::StringPiece& key, key 860 components/breakpad/app/breakpad_linux.cc g_crash_keys->SetKeyValue(key.data(), value.data()); key 863 components/breakpad/app/breakpad_linux.cc void ClearCrashKey(const base::StringPiece& key) { key 864 components/breakpad/app/breakpad_linux.cc g_crash_keys->RemoveKey(key.data()); key 1306 components/breakpad/app/breakpad_linux.cc writer.AddPairString(entry->key, entry->value); key 424 components/breakpad/app/breakpad_win.cc const wchar_t* key, const wchar_t* value) { key 431 components/breakpad/app/breakpad_win.cc std::wstring safe_key(std::wstring(key).substr( key 454 components/breakpad/app/breakpad_win.cc const wchar_t* key) { key 458 components/breakpad/app/breakpad_win.cc std::wstring key_string(key); key 98 components/dom_distiller/core/dom_distiller_database.cc << db_iterator->key().ToString(); key 31 components/dom_distiller/core/dom_distiller_model.cc KeyType key = 0; key 32 components/dom_distiller/core/dom_distiller_model.cc if (!GetKeyById(entry_id, &key)) { key 35 components/dom_distiller/core/dom_distiller_model.cc GetEntryByKey(key, entry); key 41 components/dom_distiller/core/dom_distiller_model.cc KeyType key = 0; key 42 components/dom_distiller/core/dom_distiller_model.cc if (!GetKeyByUrl(url, &key)) { key 45 components/dom_distiller/core/dom_distiller_model.cc GetEntryByKey(key, entry); key 50 components/dom_distiller/core/dom_distiller_model.cc KeyType* key) const { key 55 components/dom_distiller/core/dom_distiller_model.cc if (key != NULL) { key 56 components/dom_distiller/core/dom_distiller_model.cc *key = it->second; key 61 components/dom_distiller/core/dom_distiller_model.cc bool DomDistillerModel::GetKeyByUrl(const GURL& url, KeyType* key) const { key 66 components/dom_distiller/core/dom_distiller_model.cc if (key != NULL) { key 67 components/dom_distiller/core/dom_distiller_model.cc *key = it->second; key 72 components/dom_distiller/core/dom_distiller_model.cc void DomDistillerModel::GetEntryByKey(KeyType key, ArticleEntry* entry) const { key 74 components/dom_distiller/core/dom_distiller_model.cc EntryMap::const_iterator it = entries_.find(key); key 147 components/dom_distiller/core/dom_distiller_model.cc KeyType key = next_key_++; key 149 components/dom_distiller/core/dom_distiller_model.cc entries_.insert(std::make_pair(key, entry)); key 150 components/dom_distiller/core/dom_distiller_model.cc entry_id_to_key_map_.insert(std::make_pair(entry_id, key)); key 152 components/dom_distiller/core/dom_distiller_model.cc url_to_key_map_.insert(std::make_pair(entry.pages(i).url(), key)); key 158 components/dom_distiller/core/dom_distiller_model.cc KeyType key = 0; key 159 components/dom_distiller/core/dom_distiller_model.cc bool success = GetKeyById(entry_id, &key); key 162 components/dom_distiller/core/dom_distiller_model.cc entries_.erase(key); key 69 components/dom_distiller/core/dom_distiller_model.h bool GetKeyById(const std::string& entry_id, KeyType* key) const; key 70 components/dom_distiller/core/dom_distiller_model.h bool GetKeyByUrl(const GURL& url, KeyType* key) const; key 74 components/dom_distiller/core/dom_distiller_model.h void GetEntryByKey(KeyType key, ArticleEntry* entry) const; key 37 components/dom_distiller/core/url_utils.cc const std::string& key) { key 42 components/dom_distiller/core/url_utils.cc net::GetValueForKeyInQuery(dummy_url, key, &value); key 26 components/dom_distiller/core/url_utils.h const std::string& key); key 116 components/domain_reliability/test_util.cc TaskKey key = tasks_.begin()->first; key 120 components/domain_reliability/test_util.cc DCHECK(now_ <= key.time); key 121 components/domain_reliability/test_util.cc DCHECK(key.time <= target); key 122 components/domain_reliability/test_util.cc now_ = key.time; key 50 components/json_schema/json_schema_validator.cc const char* key; key 55 components/json_schema/json_schema_validator.cc bool CompareToString(const ExpectedType& entry, const std::string& key) { key 56 components/json_schema/json_schema_validator.cc return entry.key < key; key 106 components/json_schema/json_schema_validator.cc if (it.key() == schema::kType) { key 134 components/json_schema/json_schema_validator.cc if (it.key() == schema::kItems) { key 163 components/json_schema/json_schema_validator.cc kExpectedTypes, end, it.key(), CompareToString); key 164 components/json_schema/json_schema_validator.cc if (entry == end || entry->key != it.key()) { key 167 components/json_schema/json_schema_validator.cc *error = base::StringPrintf("Invalid attribute %s", it.key().c_str()); key 176 components/json_schema/json_schema_validator.cc it.key().c_str()); key 187 components/json_schema/json_schema_validator.cc it.key().c_str(), integer_value); key 193 components/json_schema/json_schema_validator.cc if (it.key() == schema::kProperties) { key 212 components/json_schema/json_schema_validator.cc if (it.key() == schema::kPatternProperties) { key 228 components/json_schema/json_schema_validator.cc if (it.key() == schema::kAdditionalProperties) { key 237 components/json_schema/json_schema_validator.cc if (it.key() == schema::kEnum) { key 264 components/json_schema/json_schema_validator.cc if (it.key() == schema::kChoices) { key 278 components/json_schema/json_schema_validator.cc if (it.key() == schema::kRef) key 584 components/json_schema/json_schema_validator.cc std::string prop_path = path.empty() ? it.key() : (path + "." + it.key()); key 589 components/json_schema/json_schema_validator.cc if (instance->Get(it.key(), &prop_value)) { key 614 components/json_schema/json_schema_validator.cc re2::RE2* prop_pattern = new re2::RE2(it.key()); key 616 components/json_schema/json_schema_validator.cc LOG(WARNING) << "Regular expression /" << it.key() key 621 components/json_schema/json_schema_validator.cc kInvalidRegex, it.key(), prop_pattern->error()))); key 634 components/json_schema/json_schema_validator.cc std::string prop_path = path.empty() ? it.key() : path + "." + it.key(); key 638 components/json_schema/json_schema_validator.cc if (re2::RE2::PartialMatch(it.key(), key 647 components/json_schema/json_schema_validator.cc (properties && properties->HasKey(it.key()))) key 407 components/nacl/browser/nacl_browser.cc std::string key(reinterpret_cast<char*>(file_token), sizeof(file_token)); key 408 components/nacl/browser/nacl_browser.cc PathCacheType::iterator iter = path_cache_.Peek(key); key 410 components/nacl/browser/nacl_browser.cc path_cache_.Put(key, path); key 423 components/nacl/browser/nacl_browser.cc std::string key(reinterpret_cast<char*>(file_token), sizeof(file_token)); key 424 components/nacl/browser/nacl_browser.cc PathCacheType::iterator iter = path_cache_.Peek(key); key 41 components/nacl/browser/nacl_validation_cache.h void SetValidationCacheKey(std::string& key) { key 42 components/nacl/browser/nacl_validation_cache.h validation_cache_key_ = key; key 25 components/nacl/browser/nacl_validation_cache_unittest.cc std::string key(key1); key 26 components/nacl/browser/nacl_validation_cache_unittest.cc cache1.SetValidationCacheKey(key); key 27 components/nacl/browser/nacl_validation_cache_unittest.cc cache2.SetValidationCacheKey(key); key 80 components/nacl/browser/nacl_validation_cache_unittest.cc std::string key(key2); key 81 components/nacl/browser/nacl_validation_cache_unittest.cc cache2.SetValidationCacheKey(key); key 142 components/nacl/browser/nacl_validation_cache_unittest.cc std::string key(key2); key 143 components/nacl/browser/nacl_validation_cache_unittest.cc cache1.SetValidationCacheKey(key); key 155 components/nacl/browser/nacl_validation_cache_unittest.cc std::string key(key2); key 156 components/nacl/browser/nacl_validation_cache_unittest.cc cache1.SetValidationCacheKey(key); key 168 components/nacl/browser/nacl_validation_cache_unittest.cc std::string key(sig1); // Too short, will cause the deserialization to error. key 169 components/nacl/browser/nacl_validation_cache_unittest.cc cache1.SetValidationCacheKey(key); key 298 components/nacl/browser/pnacl_host.cc std::string key(entry->second.cache_key); key 304 components/nacl/browser/pnacl_host.cc RequeryMatchingTranslations(key); key 482 components/nacl/browser/pnacl_host.cc std::string key(entry->second.cache_key); key 484 components/nacl/browser/pnacl_host.cc RequeryMatchingTranslations(key); key 490 components/nacl/browser/pnacl_host.cc void PnaclHost::RequeryMatchingTranslations(const std::string& key) { key 495 components/nacl/browser/pnacl_host.cc if (it->second.cache_key == key) { key 500 components/nacl/browser/pnacl_host.cc disk_cache_->GetNexe(key, key 560 components/nacl/browser/pnacl_host.cc std::string key(to_erase->second.cache_key); key 565 components/nacl/browser/pnacl_host.cc RequeryMatchingTranslations(key); key 141 components/nacl/browser/pnacl_host.h void SendCacheQueryAndTempFileRequest(const std::string& key, key 156 components/nacl/browser/pnacl_host.h void RequeryMatchingTranslations(const std::string& key); key 46 components/nacl/browser/pnacl_translation_cache.cc const std::string& key, key 50 components/nacl/browser/pnacl_translation_cache.cc const std::string& key, key 78 components/nacl/browser/pnacl_translation_cache.cc const std::string& key, key 114 components/nacl/browser/pnacl_translation_cache.cc const std::string& key, key 117 components/nacl/browser/pnacl_translation_cache.cc new PnaclTranslationCacheEntry(cache, key, true)); key 125 components/nacl/browser/pnacl_translation_cache.cc const std::string& key, key 129 components/nacl/browser/pnacl_translation_cache.cc new PnaclTranslationCacheEntry(cache, key, false)); key 137 components/nacl/browser/pnacl_translation_cache.cc const std::string& key, key 140 components/nacl/browser/pnacl_translation_cache.cc key_(key), key 367 components/nacl/browser/pnacl_translation_cache.cc void PnaclTranslationCache::StoreNexe(const std::string& key, key 371 components/nacl/browser/pnacl_translation_cache.cc AsWeakPtr(), key, nexe_data, callback); key 376 components/nacl/browser/pnacl_translation_cache.cc void PnaclTranslationCache::GetNexe(const std::string& key, key 379 components/nacl/browser/pnacl_translation_cache.cc PnaclTranslationCacheEntry::GetReadEntry(AsWeakPtr(), key, callback); key 60 components/nacl/browser/pnacl_translation_cache.h void StoreNexe(const std::string& key, key 67 components/nacl/browser/pnacl_translation_cache.h void GetNexe(const std::string& key, const GetNexeCallback& callback); key 42 components/nacl/browser/pnacl_translation_cache_unittest.cc void StoreNexe(const std::string& key, const std::string& nexe); key 43 components/nacl/browser/pnacl_translation_cache_unittest.cc std::string GetNexe(const std::string& key); key 66 components/nacl/browser/pnacl_translation_cache_unittest.cc void PnaclTranslationCacheTest::StoreNexe(const std::string& key, key 71 components/nacl/browser/pnacl_translation_cache_unittest.cc cache_->StoreNexe(key, nexe_buf, store_cb.callback()); key 109 components/nacl/browser/pnacl_translation_cache_unittest.cc std::string PnaclTranslationCacheTest::GetNexe(const std::string& key) { key 111 components/nacl/browser/pnacl_translation_cache_unittest.cc cache_->GetNexe(key, load_cb.callback()); key 24 components/nacl/common/nacl_paths.cc bool PathProvider(int key, base::FilePath* result) { key 26 components/nacl/common/nacl_paths.cc switch (key) { key 87 components/nacl/loader/nacl_validation_query_unittest.cc TestQuery(const char* key, const char* version) { key 89 components/nacl/loader/nacl_validation_query_unittest.cc context.reset(new NaClValidationQueryContext(db.get(), key, version)); key 374 components/nacl/renderer/nexe_load_manager.cc void NexeLoadManager::SetReadOnlyProperty(PP_Var key, PP_Var value) { key 375 components/nacl/renderer/nexe_load_manager.cc plugin_instance_->SetEmbedProperty(key, value); key 75 components/nacl/renderer/nexe_load_manager.h void SetReadOnlyProperty(PP_Var key, PP_Var value); key 16 components/policy/core/browser/autofill_policy_handler.cc : TypeCheckingPolicyHandler(key::kAutoFillEnabled, key 28 components/policy/core/browser/autofill_policy_handler_unittest.cc policy.Set(key::kAutoFillEnabled, key 43 components/policy/core/browser/autofill_policy_handler_unittest.cc policy.Set(key::kAutoFillEnabled, key 65 components/policy/core/browser/configuration_policy_pref_store.cc bool ConfigurationPolicyPrefStore::GetValue(const std::string& key, key 68 components/policy/core/browser/configuration_policy_pref_store.cc if (!prefs_.get() || !prefs_->GetValue(key, &stored_value)) key 45 components/policy/core/browser/configuration_policy_pref_store.h virtual bool GetValue(const std::string& key, key 25 components/policy/core/browser/url_blacklist_policy_handler.cc policies.GetValue(key::kDisabledSchemes); key 26 components/policy/core/browser/url_blacklist_policy_handler.cc const base::Value* url_blacklist = policies.GetValue(key::kURLBlacklist); key 29 components/policy/core/browser/url_blacklist_policy_handler.cc errors->AddError(key::kDisabledSchemes, key 35 components/policy/core/browser/url_blacklist_policy_handler.cc errors->AddError(key::kURLBlacklist, key 46 components/policy/core/browser/url_blacklist_policy_handler.cc policies.GetValue(key::kURLBlacklist); key 51 components/policy/core/browser/url_blacklist_policy_handler.cc policies.GetValue(key::kDisabledSchemes); key 31 components/policy/core/browser/url_blacklist_policy_handler_unittest.cc void SetPolicy(const std::string& key, base::Value* value) { key 32 components/policy/core/browser/url_blacklist_policy_handler_unittest.cc policies_.Set(key, POLICY_LEVEL_MANDATORY, POLICY_SCOPE_USER, value, NULL); key 34 components/policy/core/browser/url_blacklist_policy_handler_unittest.cc bool CheckPolicy(const std::string& key, base::Value* value) { key 35 components/policy/core/browser/url_blacklist_policy_handler_unittest.cc SetPolicy(key, value); key 50 components/policy/core/browser/url_blacklist_policy_handler_unittest.cc EXPECT_TRUE(CheckPolicy(key::kURLBlacklist, new base::ListValue)); key 56 components/policy/core/browser/url_blacklist_policy_handler_unittest.cc EXPECT_TRUE(CheckPolicy(key::kDisabledSchemes, new base::ListValue)); key 63 components/policy/core/browser/url_blacklist_policy_handler_unittest.cc EXPECT_TRUE(CheckPolicy(key::kDisabledSchemes, key 66 components/policy/core/browser/url_blacklist_policy_handler_unittest.cc const std::string expected = key::kDisabledSchemes; key 74 components/policy/core/browser/url_blacklist_policy_handler_unittest.cc EXPECT_TRUE(CheckPolicy(key::kURLBlacklist, key 77 components/policy/core/browser/url_blacklist_policy_handler_unittest.cc const std::string expected = key::kURLBlacklist; key 90 components/policy/core/browser/url_blacklist_policy_handler_unittest.cc SetPolicy(key::kDisabledSchemes, base::Value::CreateBooleanValue(false)); key 98 components/policy/core/browser/url_blacklist_policy_handler_unittest.cc SetPolicy(key::kURLBlacklist, base::Value::CreateBooleanValue(false)); key 105 components/policy/core/browser/url_blacklist_policy_handler_unittest.cc SetPolicy(key::kDisabledSchemes, new base::ListValue); key 116 components/policy/core/browser/url_blacklist_policy_handler_unittest.cc SetPolicy(key::kURLBlacklist, new base::ListValue); key 130 components/policy/core/browser/url_blacklist_policy_handler_unittest.cc SetPolicy(key::kDisabledSchemes, in.release()); key 146 components/policy/core/browser/url_blacklist_policy_handler_unittest.cc SetPolicy(key::kURLBlacklist, in.release()); key 161 components/policy/core/browser/url_blacklist_policy_handler_unittest.cc SetPolicy(key::kDisabledSchemes, in_disabled_schemes.release()); key 179 components/policy/core/browser/url_blacklist_policy_handler_unittest.cc SetPolicy(key::kURLBlacklist, in_url_blacklist.release()); key 196 components/policy/core/browser/url_blacklist_policy_handler_unittest.cc SetPolicy(key::kDisabledSchemes, in_disabled_schemes.release()); key 200 components/policy/core/browser/url_blacklist_policy_handler_unittest.cc SetPolicy(key::kURLBlacklist, in_url_blacklist.release()); key 209 components/policy/core/common/cloud/cloud_policy_client.cc for (std::vector<std::string>::const_iterator key( key 211 components/policy/core/common/cloud/cloud_policy_client.cc key != state_keys_to_upload_.end(); key 212 components/policy/core/common/cloud/cloud_policy_client.cc ++key) { key 213 components/policy/core/common/cloud/cloud_policy_client.cc key_update_request->add_server_backed_state_key(*key); key 291 components/policy/core/common/cloud/cloud_policy_client.cc void CloudPolicyClient::AddNamespaceToFetch(const PolicyNamespaceKey& key) { key 292 components/policy/core/common/cloud/cloud_policy_client.cc namespaces_to_fetch_.insert(key); key 295 components/policy/core/common/cloud/cloud_policy_client.cc void CloudPolicyClient::RemoveNamespaceToFetch(const PolicyNamespaceKey& key) { key 296 components/policy/core/common/cloud/cloud_policy_client.cc namespaces_to_fetch_.erase(key); key 305 components/policy/core/common/cloud/cloud_policy_client.cc const PolicyNamespaceKey& key) const { key 306 components/policy/core/common/cloud/cloud_policy_client.cc ResponseMap::const_iterator it = responses_.find(key); key 408 components/policy/core/common/cloud/cloud_policy_client.cc PolicyNamespaceKey key(type, entity_id); key 409 components/policy/core/common/cloud/cloud_policy_client.cc if (ContainsKey(responses_, key)) { key 414 components/policy/core/common/cloud/cloud_policy_client.cc responses_[key] = new em::PolicyFetchResponse(response); key 487 components/policy/core/common/cloud/cloud_policy_client_unittest.cc PolicyNamespaceKey key(dm_protocol::kChromeUserPolicyType, std::string()); key 489 components/policy/core/common/cloud/cloud_policy_client_unittest.cc expected_responses[key].CopyFrom( key 491 components/policy/core/common/cloud/cloud_policy_client_unittest.cc expected_namespaces.insert(key); key 492 components/policy/core/common/cloud/cloud_policy_client_unittest.cc key.first = dm_protocol::kChromeExtensionPolicyType; key 494 components/policy/core/common/cloud/cloud_policy_client_unittest.cc key.second = kExtensions[i]; key 496 components/policy/core/common/cloud/cloud_policy_client_unittest.cc policy_data.set_policy_type(key.first); key 497 components/policy/core/common/cloud/cloud_policy_client_unittest.cc policy_data.set_settings_entity_id(key.second); key 498 components/policy/core/common/cloud/cloud_policy_client_unittest.cc expected_responses[key].set_policy_data(policy_data.SerializeAsString()); key 500 components/policy/core/common/cloud/cloud_policy_client_unittest.cc expected_responses[key]); key 501 components/policy/core/common/cloud/cloud_policy_client_unittest.cc expected_namespaces.insert(key); key 534 components/policy/core/common/cloud/cloud_policy_client_unittest.cc PolicyNamespaceKey key(fetch_request.policy_type(), entity_id); key 535 components/policy/core/common/cloud/cloud_policy_client_unittest.cc EXPECT_EQ(1u, expected_namespaces.erase(key)); key 20 components/policy/core/common/cloud/cloud_policy_core.cc const PolicyNamespaceKey& key, key 23 components/policy/core/common/cloud/cloud_policy_core.cc : policy_ns_key_(key), key 131 components/policy/core/common/cloud/cloud_policy_validator.cc const std::string& key, key 137 components/policy/core/common/cloud/cloud_policy_validator.cc key_ = key; key 305 components/policy/core/common/cloud/cloud_policy_validator.cc const std::string& key, key 310 components/policy/core/common/cloud/cloud_policy_validator.cc signed_data.set_new_public_key(key); key 520 components/policy/core/common/cloud/cloud_policy_validator.cc const std::string& key, key 540 components/policy/core/common/cloud/cloud_policy_validator.cc reinterpret_cast<const uint8*>(key.c_str()), key 541 components/policy/core/common/cloud/cloud_policy_validator.cc key.size())) { key 166 components/policy/core/common/cloud/cloud_policy_validator.h void ValidateSignature(const std::string& key, key 274 components/policy/core/common/cloud/cloud_policy_validator.h const std::string& key, key 38 components/policy/core/common/cloud/component_cloud_policy_service.cc bool ToPolicyNamespaceKey(const PolicyNamespace& ns, PolicyNamespaceKey* key) { key 39 components/policy/core/common/cloud/component_cloud_policy_service.cc if (!ComponentCloudPolicyStore::GetPolicyType(ns.domain, &key->first)) key 41 components/policy/core/common/cloud/component_cloud_policy_service.cc key->second = ns.component_id; key 45 components/policy/core/common/cloud/component_cloud_policy_service.cc bool ToPolicyNamespace(const PolicyNamespaceKey& key, PolicyNamespace* ns) { key 46 components/policy/core/common/cloud/component_cloud_policy_service.cc if (!ComponentCloudPolicyStore::GetPolicyDomain(key.first, &ns->domain)) key 48 components/policy/core/common/cloud/component_cloud_policy_service.cc ns->component_id = key.second; key 326 components/policy/core/common/cloud/component_cloud_policy_service.cc PolicyNamespaceKey key; key 327 components/policy/core/common/cloud/component_cloud_policy_service.cc if (ToPolicyNamespaceKey(removed[i], &key)) key 328 components/policy/core/common/cloud/component_cloud_policy_service.cc core_->client()->RemoveNamespaceToFetch(key); key 483 components/policy/core/common/cloud/component_cloud_policy_service.cc PolicyNamespaceKey key; key 484 components/policy/core/common/cloud/component_cloud_policy_service.cc if (ToPolicyNamespaceKey((*removed)[i], &key)) key 485 components/policy/core/common/cloud/component_cloud_policy_service.cc core_->client()->RemoveNamespaceToFetch(key); key 490 components/policy/core/common/cloud/component_cloud_policy_service.cc PolicyNamespaceKey key; key 491 components/policy/core/common/cloud/component_cloud_policy_service.cc if (ToPolicyNamespaceKey(added[i], &key)) { key 492 components/policy/core/common/cloud/component_cloud_policy_service.cc core_->client()->AddNamespaceToFetch(key); key 339 components/policy/core/common/cloud/component_cloud_policy_store.cc if (!dict->GetDictionaryWithoutPathExpansion(it.key(), &description)) key 356 components/policy/core/common/cloud/component_cloud_policy_store.cc policy->Set(it.key(), level, POLICY_SCOPE_USER, value.release(), NULL); key 51 components/policy/core/common/cloud/component_cloud_policy_store_unittest.cc bool NotEqual(const std::string& expected, const std::string& key) { key 52 components/policy/core/common/cloud/component_cloud_policy_store_unittest.cc return key != expected; key 74 components/policy/core/common/cloud/component_cloud_policy_updater.cc const std::string key = NamespaceToKey(ns); key 79 components/policy/core/common/cloud/component_cloud_policy_updater.cc external_policy_data_updater_.CancelExternalDataFetch(key); key 87 components/policy/core/common/cloud/component_cloud_policy_updater.cc key, key 116 components/policy/core/common/cloud/external_policy_data_updater.cc const std::string& key, key 121 components/policy/core/common/cloud/external_policy_data_updater.cc const std::string& key() const; key 176 components/policy/core/common/cloud/external_policy_data_updater.cc const std::string& key, key 180 components/policy/core/common/cloud/external_policy_data_updater.cc key_(key), key 313 components/policy/core/common/cloud/external_policy_data_updater.cc const std::string key, key 319 components/policy/core/common/cloud/external_policy_data_updater.cc FetchJob* job = job_map_[key]; key 330 components/policy/core/common/cloud/external_policy_data_updater.cc job_map_.erase(key); key 334 components/policy/core/common/cloud/external_policy_data_updater.cc job = new FetchJob(this, key, request, callback); key 335 components/policy/core/common/cloud/external_policy_data_updater.cc job_map_[key] = job; key 340 components/policy/core/common/cloud/external_policy_data_updater.cc const std::string& key) { key 346 components/policy/core/common/cloud/external_policy_data_updater.cc std::map<std::string, FetchJob*>::iterator job = job_map_.find(key); key 371 components/policy/core/common/cloud/external_policy_data_updater.cc DCHECK_EQ(job_map_[job->key()], job); key 380 components/policy/core/common/cloud/external_policy_data_updater.cc DCHECK_EQ(job_map_[job->key()], job); key 383 components/policy/core/common/cloud/external_policy_data_updater.cc job_map_.erase(job->key()); key 391 components/policy/core/common/cloud/external_policy_data_updater.cc DCHECK_EQ(job_map_[job->key()], job); key 76 components/policy/core/common/cloud/external_policy_data_updater.h void FetchExternalData(const std::string key, key 82 components/policy/core/common/cloud/external_policy_data_updater.h void CancelExternalDataFetch(const std::string& key); key 48 components/policy/core/common/cloud/external_policy_data_updater_unittest.cc const std::string& key); key 52 components/policy/core/common/cloud/external_policy_data_updater_unittest.cc MockFetchSuccessCallbackListener::CreateCallback(const std::string& key) { key 55 components/policy/core/common/cloud/external_policy_data_updater_unittest.cc key); key 173 components/policy/core/common/cloud/policy_builder.cc void PolicyBuilder::SetSigningKey(const crypto::RSAPrivateKey& key) { key 174 components/policy/core/common/cloud/policy_builder.cc key.ExportPrivateKey(&raw_signing_key_); key 178 components/policy/core/common/cloud/policy_builder.cc std::vector<uint8> key(kSigningKey, kSigningKey + arraysize(kSigningKey)); key 179 components/policy/core/common/cloud/policy_builder.cc raw_signing_key_.swap(key); key 194 components/policy/core/common/cloud/policy_builder.cc std::vector<uint8> key(kNewSigningKey, key 196 components/policy/core/common/cloud/policy_builder.cc raw_new_signing_key_.swap(key); key 201 components/policy/core/common/cloud/policy_builder.cc std::vector<uint8> key(kSigningKey, key 203 components/policy/core/common/cloud/policy_builder.cc raw_new_signing_key_.swap(key); key 295 components/policy/core/common/cloud/policy_builder.cc crypto::RSAPrivateKey* key, key 298 components/policy/core/common/cloud/policy_builder.cc crypto::SignatureCreator::Create(key)); key 60 components/policy/core/common/cloud/policy_builder.h void SetSigningKey(const crypto::RSAPrivateKey& key); key 98 components/policy/core/common/cloud/policy_builder.h crypto::RSAPrivateKey* key, key 71 components/policy/core/common/cloud/resource_cache.cc bool ResourceCache::Store(const std::string& key, key 86 components/policy/core/common/cloud/resource_cache.cc return VerifyKeyPathAndGetSubkeyPath(key, true, subkey, &subkey_path) && key 91 components/policy/core/common/cloud/resource_cache.cc bool ResourceCache::Load(const std::string& key, key 97 components/policy/core/common/cloud/resource_cache.cc if (!VerifyKeyPathAndGetSubkeyPath(key, false, subkey, &subkey_path) || key 106 components/policy/core/common/cloud/resource_cache.cc const std::string& key, key 111 components/policy/core/common/cloud/resource_cache.cc if (!VerifyKeyPath(key, false, &key_path)) key 130 components/policy/core/common/cloud/resource_cache.cc void ResourceCache::Delete(const std::string& key, const std::string& subkey) { key 133 components/policy/core/common/cloud/resource_cache.cc if (VerifyKeyPathAndGetSubkeyPath(key, false, subkey, &subkey_path)) key 141 components/policy/core/common/cloud/resource_cache.cc void ResourceCache::Clear(const std::string& key) { key 144 components/policy/core/common/cloud/resource_cache.cc if (VerifyKeyPath(key, false, &key_path)) key 148 components/policy/core/common/cloud/resource_cache.cc void ResourceCache::FilterSubkeys(const std::string& key, key 153 components/policy/core/common/cloud/resource_cache.cc if (!VerifyKeyPath(key, false, &key_path)) key 191 components/policy/core/common/cloud/resource_cache.cc const std::string& key, key 195 components/policy/core/common/cloud/resource_cache.cc if (!VerifyKeyPath(key, false, &key_path)) key 215 components/policy/core/common/cloud/resource_cache.cc bool ResourceCache::VerifyKeyPath(const std::string& key, key 219 components/policy/core/common/cloud/resource_cache.cc if (!Base64Encode(key, &encoded)) key 226 components/policy/core/common/cloud/resource_cache.cc bool ResourceCache::VerifyKeyPathAndGetSubkeyPath(const std::string& key, key 232 components/policy/core/common/cloud/resource_cache.cc if (!VerifyKeyPath(key, allow_create_key, &key_path) || key 38 components/policy/core/common/cloud/resource_cache.h bool Store(const std::string& key, key 45 components/policy/core/common/cloud/resource_cache.h bool Load(const std::string& key, key 50 components/policy/core/common/cloud/resource_cache.h void LoadAllSubkeys(const std::string& key, key 54 components/policy/core/common/cloud/resource_cache.h void Delete(const std::string& key, const std::string& subkey); key 57 components/policy/core/common/cloud/resource_cache.h void Clear(const std::string& key); key 61 components/policy/core/common/cloud/resource_cache.h void FilterSubkeys(const std::string& key, const SubkeyFilter& filter); key 67 components/policy/core/common/cloud/resource_cache.h void PurgeOtherSubkeys(const std::string& key, key 74 components/policy/core/common/cloud/resource_cache.h bool VerifyKeyPath(const std::string& key, key 82 components/policy/core/common/cloud/resource_cache.h bool VerifyKeyPathAndGetSubkeyPath(const std::string& key, key 38 components/policy/core/common/cloud/user_cloud_policy_store.cc em::PolicySigningKey key; key 84 components/policy/core/common/cloud/user_cloud_policy_store.cc !result.key.ParseFromString(data)) { key 90 components/policy/core/common/cloud/user_cloud_policy_store.cc result.key.clear_signing_key(); key 97 components/policy/core/common/cloud/user_cloud_policy_store.cc result.key.has_signing_key()); key 239 components/policy/core/common/cloud/user_cloud_policy_store.cc scoped_ptr<em::PolicySigningKey> key( key 240 components/policy/core/common/cloud/user_cloud_policy_store.cc new em::PolicySigningKey(result.key)); key 244 components/policy/core/common/cloud/user_cloud_policy_store.cc if (!key->has_verification_key() || key 245 components/policy/core/common/cloud/user_cloud_policy_store.cc key->verification_key() != verification_key_) { key 257 components/policy/core/common/cloud/user_cloud_policy_store.cc key.Pass(), key 264 components/policy/core/common/cloud/user_cloud_policy_store.cc result.key.has_signing_key() ? key 265 components/policy/core/common/cloud/user_cloud_policy_store.cc result.key.signing_key() : std::string())); key 80 components/policy/core/common/cloud/user_cloud_policy_store.h scoped_ptr<enterprise_management::PolicySigningKey> key, key 105 components/policy/core/common/cloud/user_cloud_policy_store_unittest.cc store->policy_map().Get(key::kPasswordManagerEnabled); key 108 components/policy/core/common/cloud/user_cloud_policy_store_unittest.cc ASSERT_TRUE(store->policy_map().Get(key::kURLBlacklist)); key 493 components/policy/core/common/cloud/user_cloud_policy_store_unittest.cc enterprise_management::PolicySigningKey key; key 495 components/policy/core/common/cloud/user_cloud_policy_store_unittest.cc ASSERT_TRUE(key.ParseFromString(key_data)); key 496 components/policy/core/common/cloud/user_cloud_policy_store_unittest.cc key.set_verification_key("different_key"); key 497 components/policy/core/common/cloud/user_cloud_policy_store_unittest.cc key.SerializeToString(&key_data); key 522 components/policy/core/common/cloud/user_cloud_policy_store_unittest.cc enterprise_management::PolicySigningKey key; key 524 components/policy/core/common/cloud/user_cloud_policy_store_unittest.cc ASSERT_TRUE(key.ParseFromString(key_data)); key 525 components/policy/core/common/cloud/user_cloud_policy_store_unittest.cc key.set_signing_key_signature("different_key"); key 526 components/policy/core/common/cloud/user_cloud_policy_store_unittest.cc key.SerializeToString(&key_data); key 195 components/policy/core/common/config_dir_policy_loader.cc if (!ContainsKey(supported_domains, domains_it.key())) { key 197 components/policy/core/common/config_dir_policy_loader.cc << domains_it.key(); key 203 components/policy/core/common/config_dir_policy_loader.cc LOG(WARNING) << "3rdparty/" << domains_it.key() key 208 components/policy/core/common/config_dir_policy_loader.cc PolicyDomain domain = supported_domains[domains_it.key()]; key 213 components/policy/core/common/config_dir_policy_loader.cc LOG(WARNING) << "3rdparty/" << domains_it.key() << "/" key 214 components/policy/core/common/config_dir_policy_loader.cc << components_it.key() << " value is not a dictionary!"; key 220 components/policy/core/common/config_dir_policy_loader.cc bundle->Get(PolicyNamespace(domain, components_it.key())) key 31 components/policy/core/common/generate_policy_source_unittest.cc subschema = schema.GetProperty(key::kSearchSuggestEnabled); key 35 components/policy/core/common/generate_policy_source_unittest.cc subschema = schema.GetProperty(key::kDefaultCookiesSetting); key 39 components/policy/core/common/generate_policy_source_unittest.cc subschema = schema.GetProperty(key::kProxyMode); key 43 components/policy/core/common/generate_policy_source_unittest.cc subschema = schema.GetProperty(key::kURLBlacklist); key 49 components/policy/core/common/generate_policy_source_unittest.cc subschema = schema.GetProperty(key::kProxySettings); key 54 components/policy/core/common/generate_policy_source_unittest.cc ASSERT_TRUE(subschema.GetProperty(key::kProxyMode).valid()); key 55 components/policy/core/common/generate_policy_source_unittest.cc ASSERT_TRUE(subschema.GetProperty(key::kProxyServer).valid()); key 56 components/policy/core/common/generate_policy_source_unittest.cc ASSERT_TRUE(subschema.GetProperty(key::kProxyServerMode).valid()); key 57 components/policy/core/common/generate_policy_source_unittest.cc ASSERT_TRUE(subschema.GetProperty(key::kProxyPacUrl).valid()); key 58 components/policy/core/common/generate_policy_source_unittest.cc ASSERT_TRUE(subschema.GetProperty(key::kProxyBypassList).valid()); key 63 components/policy/core/common/generate_policy_source_unittest.cc EXPECT_TRUE(it.key()); key 64 components/policy/core/common/generate_policy_source_unittest.cc EXPECT_FALSE(std::string(it.key()).empty()); key 65 components/policy/core/common/generate_policy_source_unittest.cc EXPECT_TRUE(GetChromePolicyDetails(it.key())); key 70 components/policy/core/common/generate_policy_source_unittest.cc key::kProxyBypassList, key 71 components/policy/core/common/generate_policy_source_unittest.cc key::kProxyMode, key 72 components/policy/core/common/generate_policy_source_unittest.cc key::kProxyPacUrl, key 73 components/policy/core/common/generate_policy_source_unittest.cc key::kProxyServer, key 74 components/policy/core/common/generate_policy_source_unittest.cc key::kProxyServerMode, key 81 components/policy/core/common/generate_policy_source_unittest.cc EXPECT_STREQ(*next, it.key()); key 96 components/policy/core/common/generate_policy_source_unittest.cc GetChromePolicyDetails(key::kSearchSuggestEnabled); key 104 components/policy/core/common/generate_policy_source_unittest.cc details = GetChromePolicyDetails(key::kJavascriptEnabled); key 113 components/policy/core/common/generate_policy_source_unittest.cc details = GetChromePolicyDetails(key::kDevicePolicyRefreshRate); key 22 components/policy/core/common/mac_util.cc void DictionaryEntryToValue(const void* key, const void* value, void* context) { key 23 components/policy/core/common/mac_util.cc if (CFStringRef cf_key = CFCast<CFStringRef>(key)) { key 64 components/policy/core/common/policy_loader_mac.cc base::SysUTF8ToCFStringRef(it.key())); key 78 components/policy/core/common/policy_loader_mac.cc it.key(), level, POLICY_SCOPE_USER, policy.release(), NULL); key 140 components/policy/core/common/policy_loader_mac.cc base::SysUTF8ToCFStringRef(it.key())); key 151 components/policy/core/common/policy_loader_mac.cc policy->Set(it.key(), level, POLICY_SCOPE_USER, key 104 components/policy/core/common/policy_loader_win.cc if (properties->GetDictionary(it.key(), &policy_schema) && key 126 components/policy/core/common/policy_loader_win.cc policy->Get(policy::key::kExtensionInstallForcelist); key 150 components/policy/core/common/policy_loader_win.cc policy->Set(policy::key::kExtensionInstallForcelist, key 67 components/policy/core/common/policy_loader_win_unittest.cc RegKey key(hive, path.c_str(), KEY_ALL_ACCESS); key 68 components/policy/core/common/policy_loader_win_unittest.cc EXPECT_TRUE(key.Valid()); key 71 components/policy/core/common/policy_loader_win_unittest.cc return key.WriteValue(name.c_str(), L"") == ERROR_SUCCESS; key 77 components/policy/core/common/policy_loader_win_unittest.cc return key.WriteValue(name.c_str(), bool_value ? 1 : 0) == ERROR_SUCCESS; key 84 components/policy/core/common/policy_loader_win_unittest.cc return key.WriteValue(name.c_str(), int_value) == ERROR_SUCCESS; key 93 components/policy/core/common/policy_loader_win_unittest.cc return key.WriteValue(name.c_str(), str_value.c_str()) == ERROR_SUCCESS; key 100 components/policy/core/common/policy_loader_win_unittest.cc return key.WriteValue(name.c_str(), str_value.c_str()) == ERROR_SUCCESS; key 110 components/policy/core/common/policy_loader_win_unittest.cc UTF8ToUTF16(it.key()))) { key 267 components/policy/core/common/policy_loader_win_unittest.cc const std::string& key, key 274 components/policy/core/common/policy_loader_win_unittest.cc const std::string& key, key 279 components/policy/core/common/policy_loader_win_unittest.cc const std::string& key, key 285 components/policy/core/common/policy_loader_win_unittest.cc const std::string& key, key 335 components/policy/core/common/policy_loader_win_unittest.cc RegKey key(HKEY_CURRENT_USER, key_name_.c_str(), KEY_ALL_ACCESS); key 336 components/policy/core/common/policy_loader_win_unittest.cc ASSERT_TRUE(key.Valid()); key 337 components/policy/core/common/policy_loader_win_unittest.cc key.DeleteKey(L""); key 361 components/policy/core/common/policy_loader_win_unittest.cc RegKey key(hive_, kTestPolicyKey, KEY_ALL_ACCESS); key 362 components/policy/core/common/policy_loader_win_unittest.cc ASSERT_TRUE(key.Valid()); key 363 components/policy/core/common/policy_loader_win_unittest.cc ASSERT_HRESULT_SUCCEEDED(key.WriteValue(UTF8ToUTF16(policy_name).c_str(), key 370 components/policy/core/common/policy_loader_win_unittest.cc RegKey key(hive_, kTestPolicyKey, KEY_ALL_ACCESS); key 371 components/policy/core/common/policy_loader_win_unittest.cc ASSERT_TRUE(key.Valid()); key 372 components/policy/core/common/policy_loader_win_unittest.cc key.WriteValue(UTF8ToUTF16(policy_name).c_str(), key 379 components/policy/core/common/policy_loader_win_unittest.cc RegKey key(hive_, kTestPolicyKey, KEY_ALL_ACCESS); key 380 components/policy/core/common/policy_loader_win_unittest.cc ASSERT_TRUE(key.Valid()); key 381 components/policy/core/common/policy_loader_win_unittest.cc key.WriteValue(UTF8ToUTF16(policy_name).c_str(), key 388 components/policy/core/common/policy_loader_win_unittest.cc RegKey key(hive_, key 392 components/policy/core/common/policy_loader_win_unittest.cc ASSERT_TRUE(key.Valid()); key 401 components/policy/core/common/policy_loader_win_unittest.cc key.WriteValue(UTF8ToUTF16(name).c_str(), key 411 components/policy/core/common/policy_loader_win_unittest.cc RegKey key(hive_, kTestPolicyKey, KEY_ALL_ACCESS); key 412 components/policy/core/common/policy_loader_win_unittest.cc ASSERT_TRUE(key.Valid()); key 413 components/policy/core/common/policy_loader_win_unittest.cc key.WriteValue(UTF8ToUTF16(policy_name).c_str(), key 433 components/policy/core/common/policy_loader_win_unittest.cc UTF8ToUTF16(domain.key()) + kPathSep + UTF8ToUTF16(component.key()); key 531 components/policy/core/common/policy_loader_win_unittest.cc const base::string16 domain_path = kPathPrefix + UTF8ToUTF16(domain.key()); key 535 components/policy/core/common/policy_loader_win_unittest.cc domain_path + kPathSep + UTF8ToUTF16(component.key()); key 570 components/policy/core/common/policy_loader_win_unittest.cc const std::string& key, key 578 components/policy/core/common/policy_loader_win_unittest.cc AppendChars(&buffer, UTF8ToUTF16(key)); key 599 components/policy/core/common/policy_loader_win_unittest.cc const std::string& key, key 602 components/policy/core/common/policy_loader_win_unittest.cc AppendRecordToPRegFile(path, key, REG_DWORD, sizeof(DWORD), key 607 components/policy/core/common/policy_loader_win_unittest.cc const std::string& key, key 615 components/policy/core/common/policy_loader_win_unittest.cc AppendRecordToPRegFile(path, key, REG_SZ, data.size() * sizeof(base::char16), key 620 components/policy/core/common/policy_loader_win_unittest.cc const std::string& key, key 626 components/policy/core/common/policy_loader_win_unittest.cc AppendDWORDToPRegFile(path, key, boolean_value); key 632 components/policy/core/common/policy_loader_win_unittest.cc AppendDWORDToPRegFile(path, key, int_value); key 638 components/policy/core/common/policy_loader_win_unittest.cc AppendStringToPRegFile(path, key, base::DoubleToString(double_value)); key 644 components/policy/core/common/policy_loader_win_unittest.cc AppendStringToPRegFile(path, key, string_value); key 648 components/policy/core/common/policy_loader_win_unittest.cc base::string16 subpath = path + kPathSep + UTF8ToUTF16(key); key 653 components/policy/core/common/policy_loader_win_unittest.cc AppendPolicyToPRegFile(subpath, entry.key(), &entry.value()); key 658 components/policy/core/common/policy_loader_win_unittest.cc base::string16 subpath = path + kPathSep + UTF8ToUTF16(key); key 132 components/policy/core/common/policy_map.cc Set(it.key(), level, scope, it.value().DeepCopy(), NULL); key 24 components/policy/core/common/policy_service_impl.cc key::kProxyMode, key 25 components/policy/core/common/policy_service_impl.cc key::kProxyServerMode, key 26 components/policy/core/common/policy_service_impl.cc key::kProxyServer, key 27 components/policy/core/common/policy_service_impl.cc key::kProxyPacUrl, key 28 components/policy/core/common/policy_service_impl.cc key::kProxyBypassList, key 59 components/policy/core/common/policy_service_impl.cc const PolicyMap::Entry* existing = policies->Get(key::kProxySettings); key 62 components/policy/core/common/policy_service_impl.cc policies->Set(key::kProxySettings, key 614 components/policy/core/common/policy_service_impl_unittest.cc policy_map.Set(key::kProxyServerMode, POLICY_LEVEL_MANDATORY, key 619 components/policy/core/common/policy_service_impl_unittest.cc policy_map.Set(key::kProxyMode, POLICY_LEVEL_RECOMMENDED, POLICY_SCOPE_USER, key 621 components/policy/core/common/policy_service_impl_unittest.cc policy_map.Set(key::kProxyPacUrl, POLICY_LEVEL_RECOMMENDED, POLICY_SCOPE_USER, key 627 components/policy/core/common/policy_service_impl_unittest.cc .Set(key::kProxyServerMode, POLICY_LEVEL_MANDATORY, POLICY_SCOPE_USER, key 633 components/policy/core/common/policy_service_impl_unittest.cc expected_value->SetInteger(key::kProxyServerMode, 3); key 634 components/policy/core/common/policy_service_impl_unittest.cc expected_chrome.Set(key::kProxySettings, POLICY_LEVEL_MANDATORY, key 639 components/policy/core/common/policy_service_impl_unittest.cc expected_extension.Set(key::kProxyServerMode, POLICY_LEVEL_MANDATORY, key 72 components/policy/core/common/policy_statistics_collector.cc if (policies.Get(it.key())) { key 73 components/policy/core/common/policy_statistics_collector.cc const PolicyDetails* details = get_details_.Run(it.key()); key 107 components/policy/core/common/policy_test_utils.cc base::ScopedCFTypeRef<CFStringRef> key( key 108 components/policy/core/common/policy_test_utils.cc base::SysUTF8ToCFStringRef(iterator.key())); key 112 components/policy/core/common/policy_test_utils.cc CFDictionaryAddValue(dict, key, cf_value); key 11 components/policy/core/common/preferences_mac.cc CFPropertyListRef MacPreferences::CopyAppValue(CFStringRef key, key 13 components/policy/core/common/preferences_mac.cc return CFPreferencesCopyAppValue(key, applicationID); key 16 components/policy/core/common/preferences_mac.cc Boolean MacPreferences::AppValueIsForced(CFStringRef key, key 18 components/policy/core/common/preferences_mac.cc return CFPreferencesAppValueIsForced(key, applicationID); key 26 components/policy/core/common/preferences_mac.h virtual CFPropertyListRef CopyAppValue(CFStringRef key, key 29 components/policy/core/common/preferences_mac.h virtual Boolean AppValueIsForced(CFStringRef key, CFStringRef applicationID); key 24 components/policy/core/common/preferences_mock_mac.cc CFPropertyListRef MockPreferences::CopyAppValue(CFStringRef key, key 28 components/policy/core/common/preferences_mock_mac.cc key, key 36 components/policy/core/common/preferences_mock_mac.cc Boolean MockPreferences::AppValueIsForced(CFStringRef key, key 38 components/policy/core/common/preferences_mock_mac.cc return CFSetContainsValue(forced_, key); key 41 components/policy/core/common/preferences_mock_mac.cc void MockPreferences::AddTestItem(CFStringRef key, key 44 components/policy/core/common/preferences_mock_mac.cc CFDictionarySetValue(values_, key, value); key 46 components/policy/core/common/preferences_mock_mac.cc CFSetAddValue(forced_, key); key 20 components/policy/core/common/preferences_mock_mac.h virtual CFPropertyListRef CopyAppValue(CFStringRef key, key 23 components/policy/core/common/preferences_mock_mac.h virtual Boolean AppValueIsForced(CFStringRef key, key 27 components/policy/core/common/preferences_mock_mac.h void AddTestItem(CFStringRef key, CFPropertyListRef value, bool is_forced); key 198 components/policy/core/common/preg_parser_win.cc for (std::vector<std::string>::const_iterator key(keys.begin()); key 199 components/policy/core/common/preg_parser_win.cc key != keys.end(); ++key) { key 200 components/policy/core/common/preg_parser_win.cc dict->RemoveKey(*key); key 42 components/policy/core/common/registry_dict_win.cc ConvertValue(entry.value(), schema.GetProperty(entry.key())); key 44 components/policy/core/common/registry_dict_win.cc result->SetWithoutPathExpansion(entry.key(), converted.release()); key 325 components/policy/core/common/registry_dict_win.cc const RegistryDict* key = GetKey(name); key 326 components/policy/core/common/registry_dict_win.cc if (key) { key 327 components/policy/core/common/registry_dict_win.cc scoped_ptr<base::Value> converted = key->ConvertToJSON(item_schema); key 125 components/policy/core/common/schema.cc void AddDictKeyPrefixToPath(const std::string& key, std::string* path) { key 128 components/policy/core/common/schema.cc *path = key; key 130 components/policy/core/common/schema.cc *path = key + "." + *path; key 484 components/policy/core/common/schema.cc strings_.push_back(it.key()); key 485 components/policy/core/common/schema.cc property_nodes_[index].key = strings_.back().c_str(); key 631 components/policy/core/common/schema.cc return it_->key; key 690 components/policy/core/common/schema.cc Schema subschema = GetProperty(it.key()); key 693 components/policy/core/common/schema.cc SchemaErrorFound(error_path, error, "Unknown property: " + it.key()); key 701 components/policy/core/common/schema.cc AddDictKeyPrefixToPath(it.key(), error_path); key 766 components/policy/core/common/schema.cc Schema subschema = GetProperty(it.key()); key 769 components/policy/core/common/schema.cc SchemaErrorFound(error_path, error, "Unknown property: " + it.key()); key 771 components/policy/core/common/schema.cc drop_list.push_back(it.key()); key 776 components/policy/core/common/schema.cc dict->GetWithoutPathExpansion(it.key(), &sub_value); key 783 components/policy/core/common/schema.cc AddDictKeyPrefixToPath(it.key(), error_path); key 785 components/policy/core/common/schema.cc drop_list.push_back(it.key()); key 875 components/policy/core/common/schema.cc bool CompareKeys(const PropertyNode& node, const std::string& key) { key 876 components/policy/core/common/schema.cc return node.key < key; key 881 components/policy/core/common/schema.cc Schema Schema::GetKnownProperty(const std::string& key) const { key 887 components/policy/core/common/schema.cc const PropertyNode* it = std::lower_bound(begin, end, key, CompareKeys); key 888 components/policy/core/common/schema.cc if (it != end && it->key == key) key 902 components/policy/core/common/schema.cc Schema Schema::GetProperty(const std::string& key) const { key 903 components/policy/core/common/schema.cc Schema schema = GetKnownProperty(key); key 129 components/policy/core/common/schema.h const char* key() const; key 149 components/policy/core/common/schema.h Schema GetKnownProperty(const std::string& key) const; key 157 components/policy/core/common/schema.h Schema GetProperty(const std::string& key) const; key 43 components/policy/core/common/schema_internal.h const char* key; key 251 components/policy/core/common/schema_unittest.cc EXPECT_STREQ("subsub", it.key()); key 377 components/policy/core/common/schema_unittest.cc EXPECT_STREQ(kExpectedProperties[i].expected_key, it.key()); key 504 components/policy/core/common/schema_unittest.cc const char* key; key 520 components/policy/core/common/schema_unittest.cc EXPECT_STREQ(kExpectedProperties[i].key, it.key()); key 35 components/rappor/byte_vector_utils.cc ByteVector key(hmac.DigestLength()); key 36 components/rappor/byte_vector_utils.cc if (!hmac.Sign(data, &key[0], key.size())) key 38 components/rappor/byte_vector_utils.cc return result->Init(ByteVectorAsStringPiece(key)); key 189 components/storage_monitor/portable_device_watcher_win.cc REFPROPERTYKEY key = GetUniqueIdPropertyKey(object_id); key 190 components/storage_monitor/portable_device_watcher_win.cc hr = (*properties_to_read)->Add(key); key 196 components/storage_monitor/portable_device_watcher_win.cc REFPROPERTYKEY key, key 201 components/storage_monitor/portable_device_watcher_win.cc HRESULT hr = properties_values->GetStringValue(key, &buffer); key 240 components/storage_monitor/portable_device_watcher_win.cc REFPROPERTYKEY key = GetUniqueIdPropertyKey(object_id); key 241 components/storage_monitor/portable_device_watcher_win.cc return GetStringPropertyValue(properties_values.get(), key, unique_id); key 20 components/storage_monitor/udev_util_linux.cc const char* key) { key 21 components/storage_monitor/udev_util_linux.cc const char* value = udev_device_get_property_value(udev_device, key); key 26 components/storage_monitor/udev_util_linux.cc const char* key, key 35 components/storage_monitor/udev_util_linux.cc *result = GetUdevDevicePropertyValue(device.get(), key); key 36 components/storage_monitor/udev_util_linux.h const char* key); key 41 components/storage_monitor/udev_util_linux.h const char* key, key 23 components/translate/core/browser/translate_browser_metrics_unittest.cc explicit MetricsRecorder(const char* key) : key_(key) { key 308 components/translate/core/browser/translate_language_list.cc const std::string& lang = iter.key(); key 334 components/translate/core/browser/translate_language_list.cc const std::string& lang = iter.key(); key 38 components/translate/core/browser/translate_prefs.cc const char* key = TranslatePrefs::kPrefTranslateLanguageBlacklist; key 39 components/translate/core/browser/translate_prefs.cc const base::ListValue* list = prefs->GetList(key); key 263 components/translate/core/browser/translate_prefs.cc const char* key = preferred_languages_pref_.c_str(); key 265 components/translate/core/browser/translate_prefs.cc const char* key = accept_languages_pref_.c_str(); key 268 components/translate/core/browser/translate_prefs.cc std::string languages_str = prefs_->GetString(key); key 367 components/translate/core/browser/translate_prefs.cc std::string key = iter.key(); key 374 components/translate/core/browser/translate_prefs.cc dict->Remove(key, NULL); key 376 components/translate/core/browser/translate_prefs.cc dict->SetString(key, target_lang); key 28 components/translate/core/common/translate_metrics_unittest.cc explicit MetricsRecorder(const char* key) : key_(key) { key 116 components/url_matcher/url_matcher_factory.cc const std::string& condition_attribute_name = iter.key(); key 31 components/variations/variations_associated_data.cc void AssociateID(IDCollectionKey key, key 40 components/variations/variations_associated_data.cc if (key == GOOGLE_WEB_PROPERTIES) key 48 components/variations/variations_associated_data.cc GroupToIDMap* group_to_id_map = GetGroupToIDMap(key); key 54 components/variations/variations_associated_data.cc VariationID GetID(IDCollectionKey key, key 57 components/variations/variations_associated_data.cc GroupToIDMap* group_to_id_map = GetGroupToIDMap(key); key 78 components/variations/variations_associated_data.cc GroupToIDMap* GetGroupToIDMap(IDCollectionKey key) { key 79 components/variations/variations_associated_data.cc return &group_to_id_maps_[key]; key 113 components/variations/variations_associated_data.cc const VariationKey key(trial_name, group_name); key 114 components/variations/variations_associated_data.cc if (ContainsKey(variation_params_, key)) key 117 components/variations/variations_associated_data.cc variation_params_[key] = params; key 127 components/variations/variations_associated_data.cc const VariationKey key(trial_name, group_name); key 128 components/variations/variations_associated_data.cc if (!ContainsKey(variation_params_, key)) key 131 components/variations/variations_associated_data.cc *params = variation_params_[key]; key 174 components/variations/variations_associated_data.cc void AssociateGoogleVariationID(IDCollectionKey key, key 179 components/variations/variations_associated_data.cc key, MakeActiveGroupId(trial_name, group_name), id, false); key 182 components/variations/variations_associated_data.cc void AssociateGoogleVariationIDForce(IDCollectionKey key, key 187 components/variations/variations_associated_data.cc key, MakeActiveGroupId(trial_name, group_name), id, true); key 190 components/variations/variations_associated_data.cc VariationID GetGoogleVariationID(IDCollectionKey key, key 194 components/variations/variations_associated_data.cc key, MakeActiveGroupId(trial_name, group_name)); key 93 components/variations/variations_associated_data.h void AssociateGoogleVariationID(IDCollectionKey key, key 99 components/variations/variations_associated_data.h void AssociateGoogleVariationIDForce(IDCollectionKey key, key 110 components/variations/variations_associated_data.h VariationID GetGoogleVariationID(IDCollectionKey key, key 20 components/variations/variations_associated_data_unittest.cc VariationID GetIDForTrial(IDCollectionKey key, base::FieldTrial* trial) { key 21 components/variations/variations_associated_data_unittest.cc return GetGoogleVariationID(key, trial->trial_name(), trial->group_name()); key 55 components/webdata/common/web_database.cc WebDatabaseTable* WebDatabase::GetTable(WebDatabaseTable::TypeKey key) { key 56 components/webdata/common/web_database.cc return tables_[key]; key 40 components/webdata/common/web_database.h WebDatabaseTable* GetTable(WebDatabaseTable::TypeKey key); key 15 content/browser/cross_site_request_manager.cc std::pair<int, int> key(renderer_id, render_view_id); key 16 content/browser/cross_site_request_manager.cc return pending_cross_site_views_.find(key) != key 25 content/browser/cross_site_request_manager.cc std::pair<int, int> key(renderer_id, render_view_id); key 27 content/browser/cross_site_request_manager.cc pending_cross_site_views_.insert(key); key 29 content/browser/cross_site_request_manager.cc pending_cross_site_views_.erase(key); key 124 content/browser/dom_storage/dom_storage_area.cc base::NullableString16 DOMStorageArea::GetItem(const base::string16& key) { key 128 content/browser/dom_storage/dom_storage_area.cc return map_->GetItem(key); key 131 content/browser/dom_storage/dom_storage_area.cc bool DOMStorageArea::SetItem(const base::string16& key, key 139 content/browser/dom_storage/dom_storage_area.cc bool success = map_->SetItem(key, value, old_value); key 142 content/browser/dom_storage/dom_storage_area.cc commit_batch->changed_values[key] = base::NullableString16(value, false); key 147 content/browser/dom_storage/dom_storage_area.cc bool DOMStorageArea::RemoveItem(const base::string16& key, key 154 content/browser/dom_storage/dom_storage_area.cc bool success = map_->RemoveItem(key, old_value); key 157 content/browser/dom_storage/dom_storage_area.cc commit_batch->changed_values[key] = base::NullableString16(); key 56 content/browser/dom_storage/dom_storage_area.h base::NullableString16 GetItem(const base::string16& key); key 57 content/browser/dom_storage/dom_storage_area.h bool SetItem(const base::string16& key, const base::string16& value, key 59 content/browser/dom_storage/dom_storage_area.h bool RemoveItem(const base::string16& key, base::string16* old_value); key 203 content/browser/dom_storage/dom_storage_context_impl.cc const base::string16& key, key 209 content/browser/dom_storage/dom_storage_context_impl.cc OnDOMStorageItemSet(area, key, new_value, old_value, page_url)); key 214 content/browser/dom_storage/dom_storage_context_impl.cc const base::string16& key, key 219 content/browser/dom_storage/dom_storage_context_impl.cc OnDOMStorageItemRemoved(area, key, old_value, page_url)); key 72 content/browser/dom_storage/dom_storage_context_impl.h const base::string16& key, key 78 content/browser/dom_storage/dom_storage_context_impl.h const base::string16& key, key 142 content/browser/dom_storage/dom_storage_context_impl.h const base::string16& key, key 148 content/browser/dom_storage/dom_storage_context_impl.h const base::string16& key, key 352 content/browser/dom_storage/dom_storage_context_impl_unittest.cc txn.key = kKey; key 65 content/browser/dom_storage/dom_storage_database.cc base::string16 key = statement.ColumnString16(0); key 68 content/browser/dom_storage/dom_storage_database.cc (*result)[key] = base::NullableString16(value, false); key 98 content/browser/dom_storage/dom_storage_database.cc base::string16 key = it->first; key 103 content/browser/dom_storage/dom_storage_database.cc statement.BindString16(0, key); key 108 content/browser/dom_storage/dom_storage_database.cc statement.BindString16(0, key); key 276 content/browser/dom_storage/dom_storage_database.cc base::string16 key = statement.ColumnString16(0); key 278 content/browser/dom_storage/dom_storage_database.cc values[key] = value; key 61 content/browser/dom_storage/dom_storage_database_unittest.cc const base::string16& key, key 65 content/browser/dom_storage/dom_storage_database_unittest.cc statement.BindString16(0, key); key 79 content/browser/dom_storage/dom_storage_database_unittest.cc base::string16 key = it->first; key 81 content/browser/dom_storage/dom_storage_database_unittest.cc base::NullableString16 expected_value = expected.find(key)->second; key 90 content/browser/dom_storage/dom_storage_host.cc const base::string16& key) { key 94 content/browser/dom_storage/dom_storage_host.cc return area->GetItem(key); key 98 content/browser/dom_storage/dom_storage_host.cc int connection_id, const base::string16& key, key 104 content/browser/dom_storage/dom_storage_host.cc if (!area->SetItem(key, value, old_value)) key 107 content/browser/dom_storage/dom_storage_host.cc context_->NotifyItemSet(area, key, value, *old_value, page_url); key 110 content/browser/dom_storage/dom_storage_host.cc area->origin(), page_url, key, key 116 content/browser/dom_storage/dom_storage_host.cc int connection_id, const base::string16& key, key 123 content/browser/dom_storage/dom_storage_host.cc area->origin(), GURL(), key, value); key 127 content/browser/dom_storage/dom_storage_host.cc int connection_id, const base::string16& key, const GURL& page_url, key 132 content/browser/dom_storage/dom_storage_host.cc if (!area->RemoveItem(key, old_value)) key 134 content/browser/dom_storage/dom_storage_host.cc context_->NotifyItemRemoved(area, key, *old_value, page_url); key 137 content/browser/dom_storage/dom_storage_host.cc area->origin(), page_url, key, base::NullableString16()); key 201 content/browser/dom_storage/dom_storage_host.cc const base::string16& key, key 211 content/browser/dom_storage/dom_storage_host.cc transaction.key = key; key 44 content/browser/dom_storage/dom_storage_host.h const base::string16& key); key 45 content/browser/dom_storage/dom_storage_host.h bool SetAreaItem(int connection_id, const base::string16& key, key 48 content/browser/dom_storage/dom_storage_host.h void LogGetAreaItem(int connection_id, const base::string16& key, key 50 content/browser/dom_storage/dom_storage_host.h bool RemoveAreaItem(int connection_id, const base::string16& key, key 78 content/browser/dom_storage/dom_storage_host.h const base::string16& key, key 120 content/browser/dom_storage/dom_storage_message_filter.cc int connection_id, const base::string16& key, key 127 content/browser/dom_storage/dom_storage_message_filter.cc bool success = host_->SetAreaItem(connection_id, key, value, key 133 content/browser/dom_storage/dom_storage_message_filter.cc int connection_id, const base::string16& key, key 136 content/browser/dom_storage/dom_storage_message_filter.cc host_->LogGetAreaItem(connection_id, key, value); key 140 content/browser/dom_storage/dom_storage_message_filter.cc int connection_id, const base::string16& key, key 147 content/browser/dom_storage/dom_storage_message_filter.cc host_->RemoveAreaItem(connection_id, key, page_url, ¬_used); key 167 content/browser/dom_storage/dom_storage_message_filter.cc const base::string16& key, key 172 content/browser/dom_storage/dom_storage_message_filter.cc base::NullableString16(key, false), key 179 content/browser/dom_storage/dom_storage_message_filter.cc const base::string16& key, key 183 content/browser/dom_storage/dom_storage_message_filter.cc base::NullableString16(key, false), key 205 content/browser/dom_storage/dom_storage_message_filter.cc const base::NullableString16& key, key 219 content/browser/dom_storage/dom_storage_message_filter.cc params.key = key; key 56 content/browser/dom_storage/dom_storage_message_filter.h void OnSetItem(int connection_id, const base::string16& key, key 58 content/browser/dom_storage/dom_storage_message_filter.h void OnLogGetItem(int connection_id, const base::string16& key, key 60 content/browser/dom_storage/dom_storage_message_filter.h void OnRemoveItem(int connection_id, const base::string16& key, key 69 content/browser/dom_storage/dom_storage_message_filter.h const base::string16& key, key 75 content/browser/dom_storage/dom_storage_message_filter.h const base::string16& key, key 86 content/browser/dom_storage/dom_storage_message_filter.h const base::NullableString16& key, key 297 content/browser/dom_storage/dom_storage_namespace.cc if (skip_keys.find(OriginKey(transaction.origin, transaction.key)) key 303 content/browser/dom_storage/dom_storage_namespace.cc skip_keys.insert(OriginKey(transaction.origin, transaction.key)); key 308 content/browser/dom_storage/dom_storage_namespace.cc base::NullableString16 other_value = area->GetItem(transaction.key); key 333 content/browser/dom_storage/dom_storage_namespace.cc area->RemoveItem(transaction.key, &old_value); key 335 content/browser/dom_storage/dom_storage_namespace.cc context->NotifyItemRemoved(area, transaction.key, old_value, key 341 content/browser/dom_storage/dom_storage_namespace.cc area->SetItem(transaction.key, base::string16(transaction.value.string()), key 344 content/browser/dom_storage/dom_storage_namespace.cc context->NotifyItemSet(area, transaction.key,transaction.value.string(), key 116 content/browser/dom_storage/dom_storage_namespace.h base::string16 key; key 291 content/browser/dom_storage/session_storage_database.cc std::string key = it->key().ToString(); key 292 content/browser/dom_storage/session_storage_database.cc if (key.find(namespace_prefix) != 0) { key 300 content/browser/dom_storage/session_storage_database.cc key.substr(0, current_namespace_start_key.length()) != key 304 content/browser/dom_storage/session_storage_database.cc current_namespace_start_key = key; key 306 content/browser/dom_storage/session_storage_database.cc key.substr(namespace_prefix.length(), key 307 content/browser/dom_storage/session_storage_database.cc key.length() - namespace_prefix.length() - 1); key 314 content/browser/dom_storage/session_storage_database.cc std::string origin = key.substr(current_namespace_start_key.length()); key 458 content/browser/dom_storage/session_storage_database.cc std::string key = it->key().ToString(); key 459 content/browser/dom_storage/session_storage_database.cc if (key.find(namespace_start_key) != 0) { key 463 content/browser/dom_storage/session_storage_database.cc std::string origin = key.substr(namespace_start_key.length()); key 509 content/browser/dom_storage/session_storage_database.cc std::string key = it->key().ToString(); key 510 content/browser/dom_storage/session_storage_database.cc if (key.find(namespace_start_key) != 0) key 568 content/browser/dom_storage/session_storage_database.cc std::string key = it->key().ToString(); key 569 content/browser/dom_storage/session_storage_database.cc if (key.find(map_start_key) != 0) { key 575 content/browser/dom_storage/session_storage_database.cc base::UTF8ToUTF16(key.substr(map_start_key.length())); key 598 content/browser/dom_storage/session_storage_database.cc std::string key = MapKey(map_id, base::UTF16ToUTF8(it->first)); key 600 content/browser/dom_storage/session_storage_database.cc batch->Delete(key); key 606 content/browser/dom_storage/session_storage_database.cc batch->Put(key, leveldb::Slice(data, size)); key 721 content/browser/dom_storage/session_storage_database.cc const std::string& key) { key 722 content/browser/dom_storage/session_storage_database.cc return base::StringPrintf("map-%s-%s", map_id.c_str(), key.c_str()); key 188 content/browser/dom_storage/session_storage_database.h static std::string MapKey(const std::string& map_id, const std::string& key); key 36 content/browser/dom_storage/session_storage_database_unittest.cc static bool IsNamespaceKey(const std::string& key, key 38 content/browser/dom_storage/session_storage_database_unittest.cc static bool IsNamespaceOriginKey(const std::string& key, key 40 content/browser/dom_storage/session_storage_database_unittest.cc static bool IsMapRefCountKey(const std::string& key, key 42 content/browser/dom_storage/session_storage_database_unittest.cc static bool IsMapValueKey(const std::string& key, key 111 content/browser/dom_storage/session_storage_database_unittest.cc bool SessionStorageDatabaseTest::IsNamespaceKey(const std::string& key, key 114 content/browser/dom_storage/session_storage_database_unittest.cc if (key.find(namespace_prefix) != 0) key 116 content/browser/dom_storage/session_storage_database_unittest.cc if (key == namespace_prefix) key 119 content/browser/dom_storage/session_storage_database_unittest.cc size_t second_dash = key.find('-', namespace_prefix.length()); key 120 content/browser/dom_storage/session_storage_database_unittest.cc if (second_dash != key.length() - 1) key 124 content/browser/dom_storage/session_storage_database_unittest.cc *namespace_id = key.substr( key 132 content/browser/dom_storage/session_storage_database_unittest.cc const std::string& key, key 135 content/browser/dom_storage/session_storage_database_unittest.cc if (key.find(namespace_prefix) != 0) key 137 content/browser/dom_storage/session_storage_database_unittest.cc size_t second_dash = key.find('-', namespace_prefix.length()); key 138 content/browser/dom_storage/session_storage_database_unittest.cc if (second_dash == std::string::npos || second_dash == key.length() - 1) key 143 content/browser/dom_storage/session_storage_database_unittest.cc *namespace_id = key.substr( key 150 content/browser/dom_storage/session_storage_database_unittest.cc bool SessionStorageDatabaseTest::IsMapRefCountKey(const std::string& key, key 153 content/browser/dom_storage/session_storage_database_unittest.cc if (key.find(map_prefix) != 0) key 155 content/browser/dom_storage/session_storage_database_unittest.cc size_t second_dash = key.find('-', map_prefix.length()); key 156 content/browser/dom_storage/session_storage_database_unittest.cc if (second_dash != key.length() - 1) key 159 content/browser/dom_storage/session_storage_database_unittest.cc std::string map_id_str = key.substr(map_prefix.length(), key 167 content/browser/dom_storage/session_storage_database_unittest.cc bool SessionStorageDatabaseTest::IsMapValueKey(const std::string& key, key 170 content/browser/dom_storage/session_storage_database_unittest.cc if (key.find(map_prefix) != 0) key 172 content/browser/dom_storage/session_storage_database_unittest.cc size_t second_dash = key.find('-', map_prefix.length()); key 173 content/browser/dom_storage/session_storage_database_unittest.cc if (second_dash == std::string::npos || second_dash == key.length() - 1) key 176 content/browser/dom_storage/session_storage_database_unittest.cc std::string map_id_str = key.substr(map_prefix.length(), key 188 content/browser/dom_storage/session_storage_database_unittest.cc (*data)[it->key().ToString()] = it->value().ToString(); key 303 content/browser/dom_storage/session_storage_database_unittest.cc if (IsMapValueKey(it->key().ToString(), &dummy_map_id)) { key 310 content/browser/dom_storage/session_storage_database_unittest.cc LOG(WARNING) << it->key().ToString() << ": " << value; key 312 content/browser/dom_storage/session_storage_database_unittest.cc LOG(WARNING) << it->key().ToString() << ": " << it->value().ToString(); key 332 content/browser/dom_storage/session_storage_database_unittest.cc base::string16 key = it->first; key 333 content/browser/dom_storage/session_storage_database_unittest.cc ASSERT_TRUE(map2.find(key) != map2.end()); key 335 content/browser/dom_storage/session_storage_database_unittest.cc base::NullableString16 val2 = map2.find(key)->second; key 312 content/browser/frame_host/navigation_entry_impl.cc void NavigationEntryImpl::SetExtraData(const std::string& key, key 314 content/browser/frame_host/navigation_entry_impl.cc extra_data_[key] = data; key 317 content/browser/frame_host/navigation_entry_impl.cc bool NavigationEntryImpl::GetExtraData(const std::string& key, key 320 content/browser/frame_host/navigation_entry_impl.cc extra_data_.find(key); key 327 content/browser/frame_host/navigation_entry_impl.cc void NavigationEntryImpl::ClearExtraData(const std::string& key) { key 328 content/browser/frame_host/navigation_entry_impl.cc extra_data_.erase(key); key 82 content/browser/frame_host/navigation_entry_impl.h virtual void SetExtraData(const std::string& key, key 84 content/browser/frame_host/navigation_entry_impl.h virtual bool GetExtraData(const std::string& key, key 86 content/browser/frame_host/navigation_entry_impl.h virtual void ClearExtraData(const std::string& key) OVERRIDE; key 257 content/browser/frame_host/render_frame_host_impl.cc int key = next_id++; key 260 content/browser/frame_host/render_frame_host_impl.cc key, true)); key 261 content/browser/frame_host/render_frame_host_impl.cc javascript_callbacks_.insert(std::make_pair(key, callback)); key 30 content/browser/geolocation/network_location_provider.cc base::string16 key; key 31 content/browser/geolocation/network_location_provider.cc if (!MakeKey(wifi_data, &key)) { key 45 content/browser/geolocation/network_location_provider.cc cache_.insert(std::make_pair(key, position)); key 60 content/browser/geolocation/network_location_provider.cc base::string16 key; key 61 content/browser/geolocation/network_location_provider.cc if (!MakeKey(wifi_data, &key)) { key 64 content/browser/geolocation/network_location_provider.cc CacheMap::const_iterator iter = cache_.find(key); key 74 content/browser/geolocation/network_location_provider.cc base::string16* key) { key 76 content/browser/geolocation/network_location_provider.cc DCHECK(key); key 77 content/browser/geolocation/network_location_provider.cc key->clear(); key 79 content/browser/geolocation/network_location_provider.cc key->reserve(wifi_data.access_point_data.size() * kCharsPerMacAddress); key 85 content/browser/geolocation/network_location_provider.cc *key += separator; key 86 content/browser/geolocation/network_location_provider.cc *key += iter->mac_address; key 87 content/browser/geolocation/network_location_provider.cc *key += separator; key 91 content/browser/geolocation/network_location_provider.cc return !key->empty(); key 57 content/browser/geolocation/network_location_provider.h base::string16* key); key 1208 content/browser/gpu/gpu_process_host.cc void GpuProcessHost::LoadedShader(const std::string& key, key 1211 content/browser/gpu/gpu_process_host.cc if (!key.compare(0, prefix.length(), prefix)) key 1234 content/browser/gpu/gpu_process_host.cc const std::string& key, key 1242 content/browser/gpu/gpu_process_host.cc iter->second->Cache(GetShaderPrefixKey() + ":" + key, shader); key 136 content/browser/gpu/gpu_process_host.h void LoadedShader(const std::string& key, const std::string& data); key 184 content/browser/gpu/gpu_process_host.h void OnCacheShader(int32 client_id, const std::string& key, key 35 content/browser/gpu/shader_disk_cache.cc const std::string& key, key 141 content/browser/gpu/shader_disk_cache.cc const std::string& key, key 145 content/browser/gpu/shader_disk_cache.cc key_(key), key 449 content/browser/gpu/shader_disk_cache.cc void ShaderCacheFactory::AddToCache(const base::FilePath& key, key 451 content/browser/gpu/shader_disk_cache.cc shader_cache_map_[key] = cache; key 454 content/browser/gpu/shader_disk_cache.cc void ShaderCacheFactory::RemoveFromCache(const base::FilePath& key) { key 455 content/browser/gpu/shader_disk_cache.cc shader_cache_map_.erase(key); key 540 content/browser/gpu/shader_disk_cache.cc void ShaderDiskCache::Cache(const std::string& key, const std::string& shader) { key 545 content/browser/gpu/shader_disk_cache.cc new ShaderDiskCacheEntry(AsWeakPtr(), key, shader); key 39 content/browser/gpu/shader_disk_cache.h void Cache(const std::string& key, const std::string& shader); key 130 content/browser/indexed_db/indexed_db_backing_store.cc const StringPiece& key, key 134 content/browser/indexed_db/indexed_db_backing_store.cc transaction->Put(key, &buffer); key 149 content/browser/indexed_db/indexed_db_backing_store.cc const StringPiece& key, key 153 content/browser/indexed_db/indexed_db_backing_store.cc leveldb::Status s = db->Get(key, &result, found); key 165 content/browser/indexed_db/indexed_db_backing_store.cc const StringPiece& key, key 170 content/browser/indexed_db/indexed_db_backing_store.cc transaction->Put(key, &buffer); key 175 content/browser/indexed_db/indexed_db_backing_store.cc const StringPiece& key, key 179 content/browser/indexed_db/indexed_db_backing_store.cc leveldb::Status s = db->Get(key, &result, found); key 191 content/browser/indexed_db/indexed_db_backing_store.cc const StringPiece& key, key 195 content/browser/indexed_db/indexed_db_backing_store.cc transaction->Put(key, &buffer); key 201 content/browser/indexed_db/indexed_db_backing_store.cc const StringPiece& key, key 206 content/browser/indexed_db/indexed_db_backing_store.cc leveldb::Status s = db->Get(key, &result, found); key 218 content/browser/indexed_db/indexed_db_backing_store.cc const StringPiece& key, key 222 content/browser/indexed_db/indexed_db_backing_store.cc transaction->Put(key, &buffer); key 226 content/browser/indexed_db/indexed_db_backing_store.cc const StringPiece& key, key 230 content/browser/indexed_db/indexed_db_backing_store.cc transaction->Put(key, &buffer); key 854 content/browser/indexed_db/indexed_db_backing_store.cc const std::string key = DatabaseNameKey::Encode(origin_identifier_, name); key 857 content/browser/indexed_db/indexed_db_backing_store.cc leveldb::Status s = GetInt(db_.get(), key, &metadata->id, found); key 1008 content/browser/indexed_db/indexed_db_backing_store.cc const std::string key = DatabaseNameKey::Encode(origin_identifier_, name); key 1009 content/browser/indexed_db/indexed_db_backing_store.cc transaction->Remove(key); key 1324 content/browser/indexed_db/indexed_db_backing_store.cc const IndexedDBKey& key, key 1332 content/browser/indexed_db/indexed_db_backing_store.cc ObjectStoreDataKey::Encode(database_id, object_store_id, key); key 1397 content/browser/indexed_db/indexed_db_backing_store.cc const IndexedDBKey& key, key 1403 content/browser/indexed_db/indexed_db_backing_store.cc DCHECK(key.IsValid()); key 1413 content/browser/indexed_db/indexed_db_backing_store.cc ObjectStoreDataKey::Encode(database_id, object_store_id, key); key 1422 content/browser/indexed_db/indexed_db_backing_store.cc ExistsEntryKey::Encode(database_id, object_store_id, key); key 1428 content/browser/indexed_db/indexed_db_backing_store.cc EncodeIDBKey(key, &key_encoded); key 1570 content/browser/indexed_db/indexed_db_backing_store.cc const IndexedDBKey& key, key 1578 content/browser/indexed_db/indexed_db_backing_store.cc ObjectStoreDataKey::Encode(database_id, object_store_id, key); key 1600 content/browser/indexed_db/indexed_db_backing_store.cc EncodeIDBKey(key, &encoded_key); key 1798 content/browser/indexed_db/indexed_db_backing_store.cc const IndexedDBKey& key, key 1801 content/browser/indexed_db/indexed_db_backing_store.cc DCHECK(key.IsValid()); key 1806 content/browser/indexed_db/indexed_db_backing_store.cc EncodeIDBKey(key, &encoded_key); key 1858 content/browser/indexed_db/indexed_db_backing_store.cc const std::string key = key 1862 content/browser/indexed_db/indexed_db_backing_store.cc leveldb::Status s = transaction->Get(key, &data, exists); key 1883 content/browser/indexed_db/indexed_db_backing_store.cc const IndexedDBKey& key, key 1894 content/browser/indexed_db/indexed_db_backing_store.cc IndexDataKey::Encode(database_id, object_store_id, index_id, key); key 1938 content/browser/indexed_db/indexed_db_backing_store.cc const IndexedDBKey& key, key 1950 content/browser/indexed_db/indexed_db_backing_store.cc key, key 2053 content/browser/indexed_db/indexed_db_backing_store.cc bool IndexedDBBackingStore::Cursor::Continue(const IndexedDBKey* key, key 2056 content/browser/indexed_db/indexed_db_backing_store.cc DCHECK(!key || key->IsValid()); key 2074 content/browser/indexed_db/indexed_db_backing_store.cc if (first_iteration && key && forward) { key 2077 content/browser/indexed_db/indexed_db_backing_store.cc leveldb_key = EncodeKey(*key, *primary_key); key 2079 content/browser/indexed_db/indexed_db_backing_store.cc leveldb_key = EncodeKey(*key); key 2122 content/browser/indexed_db/indexed_db_backing_store.cc if (key) { key 2124 content/browser/indexed_db/indexed_db_backing_store.cc if (primary_key && current_key_->Equals(*key) && key 2127 content/browser/indexed_db/indexed_db_backing_store.cc if (current_key_->IsLessThan(*key)) key 2130 content/browser/indexed_db/indexed_db_backing_store.cc if (primary_key && key->Equals(*current_key_) && key 2133 content/browser/indexed_db/indexed_db_backing_store.cc if (key->IsLessThan(*current_key_)) key 2228 content/browser/indexed_db/indexed_db_backing_store.cc virtual std::string EncodeKey(const IndexedDBKey& key) OVERRIDE { key 2230 content/browser/indexed_db/indexed_db_backing_store.cc cursor_options_.database_id, cursor_options_.object_store_id, key); key 2232 content/browser/indexed_db/indexed_db_backing_store.cc virtual std::string EncodeKey(const IndexedDBKey& key, key 2282 content/browser/indexed_db/indexed_db_backing_store.cc virtual std::string EncodeKey(const IndexedDBKey& key) OVERRIDE { key 2284 content/browser/indexed_db/indexed_db_backing_store.cc cursor_options_.database_id, cursor_options_.object_store_id, key); key 2286 content/browser/indexed_db/indexed_db_backing_store.cc virtual std::string EncodeKey(const IndexedDBKey& key, key 2351 content/browser/indexed_db/indexed_db_backing_store.cc virtual std::string EncodeKey(const IndexedDBKey& key) OVERRIDE { key 2355 content/browser/indexed_db/indexed_db_backing_store.cc key); key 2357 content/browser/indexed_db/indexed_db_backing_store.cc virtual std::string EncodeKey(const IndexedDBKey& key, key 2362 content/browser/indexed_db/indexed_db_backing_store.cc key, key 2455 content/browser/indexed_db/indexed_db_backing_store.cc virtual std::string EncodeKey(const IndexedDBKey& key) OVERRIDE { key 2459 content/browser/indexed_db/indexed_db_backing_store.cc key); key 2461 content/browser/indexed_db/indexed_db_backing_store.cc virtual std::string EncodeKey(const IndexedDBKey& key, key 2466 content/browser/indexed_db/indexed_db_backing_store.cc key, key 162 content/browser/indexed_db/indexed_db_backing_store.h const IndexedDBKey& key, key 168 content/browser/indexed_db/indexed_db_backing_store.h const IndexedDBKey& key, key 195 content/browser/indexed_db/indexed_db_backing_store.h const IndexedDBKey& key, key 218 content/browser/indexed_db/indexed_db_backing_store.h const IndexedDBKey& key, key 225 content/browser/indexed_db/indexed_db_backing_store.h const IndexedDBKey& key, key 232 content/browser/indexed_db/indexed_db_backing_store.h const IndexedDBKey& key, key 262 content/browser/indexed_db/indexed_db_backing_store.h const IndexedDBKey& key() const { return *current_key_; } key 264 content/browser/indexed_db/indexed_db_backing_store.h bool Continue(const IndexedDBKey* key, IteratorState state) { key 265 content/browser/indexed_db/indexed_db_backing_store.h return Continue(key, NULL, state); key 267 content/browser/indexed_db/indexed_db_backing_store.h bool Continue(const IndexedDBKey* key, key 284 content/browser/indexed_db/indexed_db_backing_store.h virtual std::string EncodeKey(const IndexedDBKey& key) = 0; key 285 content/browser/indexed_db/indexed_db_backing_store.h virtual std::string EncodeKey(const IndexedDBKey& key, key 370 content/browser/indexed_db/indexed_db_backing_store.h const IndexedDBKey& key, key 30 content/browser/indexed_db/indexed_db_blob_info.cc int64 key) key 31 content/browser/indexed_db/indexed_db_blob_info.cc : is_file_(false), type_(type), size_(size), key_(key) {} key 43 content/browser/indexed_db/indexed_db_blob_info.cc IndexedDBBlobInfo::IndexedDBBlobInfo(int64 key, key 50 content/browser/indexed_db/indexed_db_blob_info.cc key_(key) {} key 74 content/browser/indexed_db/indexed_db_blob_info.cc void IndexedDBBlobInfo::set_key(int64 key) { key 76 content/browser/indexed_db/indexed_db_blob_info.cc key_ = key; key 26 content/browser/indexed_db/indexed_db_blob_info.h IndexedDBBlobInfo(const base::string16& type, int64 size, int64 key); key 31 content/browser/indexed_db/indexed_db_blob_info.h IndexedDBBlobInfo(int64 key, key 40 content/browser/indexed_db/indexed_db_blob_info.h int64 key() const { return key_; } key 52 content/browser/indexed_db/indexed_db_blob_info.h void set_key(int64 key); key 173 content/browser/indexed_db/indexed_db_callbacks.cc const IndexedDBKey& key, key 189 content/browser/indexed_db/indexed_db_callbacks.cc params.key = key; key 200 content/browser/indexed_db/indexed_db_callbacks.cc void IndexedDBCallbacks::OnSuccess(const IndexedDBKey& key, key 221 content/browser/indexed_db/indexed_db_callbacks.cc params.key = key; key 270 content/browser/indexed_db/indexed_db_callbacks.cc const IndexedDBKey& key, key 289 content/browser/indexed_db/indexed_db_callbacks.cc key, key 72 content/browser/indexed_db/indexed_db_callbacks.h const IndexedDBKey& key, key 77 content/browser/indexed_db/indexed_db_callbacks.h virtual void OnSuccess(const IndexedDBKey& key, key 89 content/browser/indexed_db/indexed_db_callbacks.h const IndexedDBKey& key, key 96 content/browser/indexed_db/indexed_db_callbacks.h virtual void OnSuccess(const IndexedDBKey& key); key 41 content/browser/indexed_db/indexed_db_cleanup_on_io_error_unittest.cc virtual leveldb::Status Get(const base::StringPiece& key, key 34 content/browser/indexed_db/indexed_db_cursor.cc void IndexedDBCursor::Continue(scoped_ptr<IndexedDBKey> key, key 43 content/browser/indexed_db/indexed_db_cursor.cc base::Passed(&key), key 69 content/browser/indexed_db/indexed_db_cursor.cc callbacks->OnSuccess(key(), primary_key(), Value()); key 73 content/browser/indexed_db/indexed_db_cursor.cc scoped_ptr<IndexedDBKey> key, key 80 content/browser/indexed_db/indexed_db_cursor.cc key.get(), primary_key.get(), IndexedDBBackingStore::Cursor::SEEK)) { key 86 content/browser/indexed_db/indexed_db_cursor.cc callbacks->OnSuccess(this->key(), this->primary_key(), Value()); key 128 content/browser/indexed_db/indexed_db_cursor.cc found_keys.push_back(cursor_->key()); key 145 content/browser/indexed_db/indexed_db_cursor.cc size_estimate += cursor_->key().size_estimate(); key 30 content/browser/indexed_db/indexed_db_cursor.h void Continue(scoped_ptr<IndexedDBKey> key, key 37 content/browser/indexed_db/indexed_db_cursor.h const IndexedDBKey& key() const { return cursor_->key(); } key 45 content/browser/indexed_db/indexed_db_cursor.h void CursorIterationOperation(scoped_ptr<IndexedDBKey> key, key 528 content/browser/indexed_db/indexed_db_database.cc const IndexedDBKey* key; key 532 content/browser/indexed_db/indexed_db_database.cc key = &key_range->lower(); key 568 content/browser/indexed_db/indexed_db_database.cc key = &backing_store_cursor->key(); key 579 content/browser/indexed_db/indexed_db_database.cc *key, key 599 content/browser/indexed_db/indexed_db_database.cc callbacks->OnSuccess(&value, *key, object_store_metadata.key_path); key 613 content/browser/indexed_db/indexed_db_database.cc *key, key 690 content/browser/indexed_db/indexed_db_database.cc const IndexedDBKey& key, key 692 content/browser/indexed_db/indexed_db_database.cc DCHECK_EQ(WebIDBKeyTypeNumber, key.type()); key 697 content/browser/indexed_db/indexed_db_database.cc static_cast<int64>(floor(key.number())) + 1, key 705 content/browser/indexed_db/indexed_db_database.cc scoped_ptr<IndexedDBKey> key; key 717 content/browser/indexed_db/indexed_db_database.cc scoped_ptr<IndexedDBKey> key, key 730 content/browser/indexed_db/indexed_db_database.cc DCHECK(key); key 734 content/browser/indexed_db/indexed_db_database.cc params->key = key.Pass(); key 752 content/browser/indexed_db/indexed_db_database.cc DCHECK(object_store.auto_increment || params->key->IsValid()); key 754 content/browser/indexed_db/indexed_db_database.cc scoped_ptr<IndexedDBKey> key; key 756 content/browser/indexed_db/indexed_db_database.cc object_store.auto_increment && !params->key->IsValid()) { key 766 content/browser/indexed_db/indexed_db_database.cc key = auto_inc_key.Pass(); key 768 content/browser/indexed_db/indexed_db_database.cc key = params->key.Pass(); key 771 content/browser/indexed_db/indexed_db_database.cc DCHECK(key->IsValid()); key 780 content/browser/indexed_db/indexed_db_database.cc *key, key 807 content/browser/indexed_db/indexed_db_database.cc *key, key 831 content/browser/indexed_db/indexed_db_database.cc *key, key 856 content/browser/indexed_db/indexed_db_database.cc key->type() == WebIDBKeyTypeNumber) { key 861 content/browser/indexed_db/indexed_db_database.cc *key, key 874 content/browser/indexed_db/indexed_db_database.cc params->callbacks->OnSuccess(*key); key 1083 content/browser/indexed_db/indexed_db_database.cc cursor, cursor->key(), cursor->primary_key(), cursor->Value()); key 131 content/browser/indexed_db/indexed_db_database.h scoped_ptr<IndexedDBKey> key, key 574 content/browser/indexed_db/indexed_db_dispatcher_host.cc make_scoped_ptr(new IndexedDBKey(params.key)), key 828 content/browser/indexed_db/indexed_db_dispatcher_host.cc const IndexedDBKey& key, key 838 content/browser/indexed_db/indexed_db_dispatcher_host.cc key.IsValid() ? make_scoped_ptr(new IndexedDBKey(key)) key 224 content/browser/indexed_db/indexed_db_dispatcher_host.h const IndexedDBKey& key, key 507 content/browser/indexed_db/indexed_db_leveldb_coding.cc scoped_ptr<IndexedDBKey> key; key 508 content/browser/indexed_db/indexed_db_leveldb_coding.cc if (!DecodeIDBKey(slice, &key)) key 510 content/browser/indexed_db/indexed_db_leveldb_coding.cc array.push_back(*key); key 1745 content/browser/indexed_db/indexed_db_leveldb_coding.cc scoped_ptr<IndexedDBKey> key; key 1747 content/browser/indexed_db/indexed_db_leveldb_coding.cc if (!DecodeIDBKey(&slice, &key)) { key 1750 content/browser/indexed_db/indexed_db_leveldb_coding.cc return key.Pass(); key 1789 content/browser/indexed_db/indexed_db_leveldb_coding.cc scoped_ptr<IndexedDBKey> key; key 1791 content/browser/indexed_db/indexed_db_leveldb_coding.cc if (!DecodeIDBKey(&slice, &key)) { key 1794 content/browser/indexed_db/indexed_db_leveldb_coding.cc return key.Pass(); key 1833 content/browser/indexed_db/indexed_db_leveldb_coding.cc BlobEntryKey key; key 1834 content/browser/indexed_db/indexed_db_leveldb_coding.cc if (!Decode(slice, &key)) key 1838 content/browser/indexed_db/indexed_db_leveldb_coding.cc key.database_id_, key.object_store_id_, key.encoded_user_key_); key 1992 content/browser/indexed_db/indexed_db_leveldb_coding.cc scoped_ptr<IndexedDBKey> key; key 1994 content/browser/indexed_db/indexed_db_leveldb_coding.cc if (!DecodeIDBKey(&slice, &key)) { key 1997 content/browser/indexed_db/indexed_db_leveldb_coding.cc return key.Pass(); key 2001 content/browser/indexed_db/indexed_db_leveldb_coding.cc scoped_ptr<IndexedDBKey> key; key 2003 content/browser/indexed_db/indexed_db_leveldb_coding.cc if (!DecodeIDBKey(&slice, &key)) { key 2006 content/browser/indexed_db/indexed_db_leveldb_coding.cc return key.Pass(); key 76 content/browser/indexed_db/leveldb/leveldb_database.cc std::string* key) const {} key 318 content/browser/indexed_db/leveldb/leveldb_database.cc leveldb::Status LevelDBDatabase::Put(const StringPiece& key, key 324 content/browser/indexed_db/leveldb/leveldb_database.cc db_->Put(write_options, MakeSlice(key), MakeSlice(*value)); key 330 content/browser/indexed_db/leveldb/leveldb_database.cc leveldb::Status LevelDBDatabase::Remove(const StringPiece& key) { key 334 content/browser/indexed_db/leveldb/leveldb_database.cc const leveldb::Status s = db_->Delete(write_options, MakeSlice(key)); key 340 content/browser/indexed_db/leveldb/leveldb_database.cc leveldb::Status LevelDBDatabase::Get(const StringPiece& key, key 350 content/browser/indexed_db/leveldb/leveldb_database.cc const leveldb::Status s = db_->Get(read_options, MakeSlice(key), value); key 432 content/browser/indexed_db/leveldb/leveldb_database.cc return MakeStringPiece(iterator_->key()); key 63 content/browser/indexed_db/leveldb/leveldb_database.h virtual void FindShortSuccessor(std::string* key) const OVERRIDE; key 80 content/browser/indexed_db/leveldb/leveldb_database.h leveldb::Status Put(const base::StringPiece& key, std::string* value); key 81 content/browser/indexed_db/leveldb/leveldb_database.h leveldb::Status Remove(const base::StringPiece& key); key 82 content/browser/indexed_db/leveldb/leveldb_database.h virtual leveldb::Status Get(const base::StringPiece& key, key 36 content/browser/indexed_db/leveldb/leveldb_transaction.cc void LevelDBTransaction::Set(const StringPiece& key, key 40 content/browser/indexed_db/leveldb/leveldb_transaction.cc DataType::iterator it = data_.find(key); key 44 content/browser/indexed_db/leveldb/leveldb_transaction.cc record->key.assign(key.begin(), key.end() - key.begin()); key 47 content/browser/indexed_db/leveldb/leveldb_transaction.cc data_[record->key] = record; key 56 content/browser/indexed_db/leveldb/leveldb_transaction.cc void LevelDBTransaction::Put(const StringPiece& key, std::string* value) { key 57 content/browser/indexed_db/leveldb/leveldb_transaction.cc Set(key, value, false); key 60 content/browser/indexed_db/leveldb/leveldb_transaction.cc void LevelDBTransaction::Remove(const StringPiece& key) { key 62 content/browser/indexed_db/leveldb/leveldb_transaction.cc Set(key, &empty, true); key 65 content/browser/indexed_db/leveldb/leveldb_transaction.cc leveldb::Status LevelDBTransaction::Get(const StringPiece& key, key 70 content/browser/indexed_db/leveldb/leveldb_transaction.cc std::string string_key(key.begin(), key.end() - key.begin()); key 82 content/browser/indexed_db/leveldb/leveldb_transaction.cc leveldb::Status s = db_->Get(key, value, found, &snapshot_); key 436 content/browser/indexed_db/leveldb/leveldb_transaction.cc void LevelDBDirectTransaction::Put(const StringPiece& key, key 439 content/browser/indexed_db/leveldb/leveldb_transaction.cc write_batch_->Put(key, *value); key 442 content/browser/indexed_db/leveldb/leveldb_transaction.cc leveldb::Status LevelDBDirectTransaction::Get(const StringPiece& key, key 448 content/browser/indexed_db/leveldb/leveldb_transaction.cc leveldb::Status s = db_->Get(key, value, found); key 453 content/browser/indexed_db/leveldb/leveldb_transaction.cc void LevelDBDirectTransaction::Remove(const StringPiece& key) { key 455 content/browser/indexed_db/leveldb/leveldb_transaction.cc write_batch_->Remove(key); key 28 content/browser/indexed_db/leveldb/leveldb_transaction.h void Put(const base::StringPiece& key, std::string* value); key 29 content/browser/indexed_db/leveldb/leveldb_transaction.h void Remove(const base::StringPiece& key); key 30 content/browser/indexed_db/leveldb/leveldb_transaction.h leveldb::Status Get(const base::StringPiece& key, key 45 content/browser/indexed_db/leveldb/leveldb_transaction.h std::string key; key 123 content/browser/indexed_db/leveldb/leveldb_transaction.h void Set(const base::StringPiece& key, std::string* value, bool deleted); key 145 content/browser/indexed_db/leveldb/leveldb_transaction.h void Put(const base::StringPiece& key, const std::string* value); key 146 content/browser/indexed_db/leveldb/leveldb_transaction.h leveldb::Status Get(const base::StringPiece& key, key 149 content/browser/indexed_db/leveldb/leveldb_transaction.h void Remove(const base::StringPiece& key); key 40 content/browser/indexed_db/leveldb/leveldb_unittest.cc const std::string key("key"); key 50 content/browser/indexed_db/leveldb/leveldb_unittest.cc leveldb::Status status = leveldb->Put(key, &put_value); key 58 content/browser/indexed_db/leveldb/leveldb_unittest.cc status = leveldb->Get(key, &got_value, &found); key 80 content/browser/indexed_db/leveldb/leveldb_unittest.cc status = leveldb->Get(key, &got_value, &found); key 89 content/browser/indexed_db/leveldb/leveldb_unittest.cc const std::string key("key"); key 100 content/browser/indexed_db/leveldb/leveldb_unittest.cc leveldb::Status status = leveldb->Put(key, &put_value); key 108 content/browser/indexed_db/leveldb/leveldb_unittest.cc status = leveldb->Put(key, &put_value); key 112 content/browser/indexed_db/leveldb/leveldb_unittest.cc status = transaction->Get(key, &got_value, &found); key 118 content/browser/indexed_db/leveldb/leveldb_unittest.cc status = leveldb->Get(key, &got_value, &found); key 26 content/browser/indexed_db/leveldb/leveldb_write_batch.cc void LevelDBWriteBatch::Put(const base::StringPiece& key, key 28 content/browser/indexed_db/leveldb/leveldb_write_batch.cc write_batch_->Put(MakeSlice(key), MakeSlice(value)); key 31 content/browser/indexed_db/leveldb/leveldb_write_batch.cc void LevelDBWriteBatch::Remove(const base::StringPiece& key) { key 32 content/browser/indexed_db/leveldb/leveldb_write_batch.cc write_batch_->Delete(MakeSlice(key)); key 24 content/browser/indexed_db/leveldb/leveldb_write_batch.h void Put(const base::StringPiece& key, const base::StringPiece& value); key 25 content/browser/indexed_db/leveldb/leveldb_write_batch.h void Remove(const base::StringPiece& key); // Add remove operation to the key 1872 content/browser/loader/resource_dispatcher_host_impl.cc GlobalRoutingID key(child_id, route_id); key 1873 content/browser/loader/resource_dispatcher_host_impl.cc DCHECK(blocked_loaders_map_.find(key) == blocked_loaders_map_.end()) << key 1875 content/browser/loader/resource_dispatcher_host_impl.cc blocked_loaders_map_[key] = new BlockedLoadersList(); key 550 content/browser/loader/resource_dispatcher_host_unittest.cc const void* key = user_data_.get(); key 551 content/browser/loader/resource_dispatcher_host_unittest.cc request->SetUserData(key, user_data_.release()); key 91 content/browser/loader/upload_data_stream_builder.cc const void* key = handle.get(); key 92 content/browser/loader/upload_data_stream_builder.cc body->SetUserData(key, handle.release()); key 84 content/browser/media/media_internals.cc const std::string& key, key 158 content/browser/media/media_internals.cc const std::string& key, key 162 content/browser/media/media_internals.cc dict.SetString(key, value); key 65 content/browser/media/media_internals_unittest.cc void ExpectInt(const std::string& key, int expected_value) { key 67 content/browser/media/media_internals_unittest.cc ASSERT_TRUE(update_data_.GetInteger(key, &actual_value)); key 71 content/browser/media/media_internals_unittest.cc void ExpectString(const std::string& key, const std::string& expected_value) { key 73 content/browser/media/media_internals_unittest.cc ASSERT_TRUE(update_data_.GetString(key, &actual_value)); key 42 content/browser/media/webrtc_identity_store.cc scoped_ptr<crypto::RSAPrivateKey> key; key 49 content/browser/media/webrtc_identity_store.cc &key, key 59 content/browser/media/webrtc_identity_store.cc if (!key->ExportPrivateKey(&private_key_info)) { key 221 content/browser/media/webrtc_identity_store_backend.cc IdentityKey key(origin, identity_name); key 222 content/browser/media/webrtc_identity_store_backend.cc IdentityMap::iterator iter = identities_.find(key); key 257 content/browser/media/webrtc_identity_store_backend.cc IdentityKey key(origin, identity_name); key 260 content/browser/media/webrtc_identity_store_backend.cc if (identities_.find(key) != identities_.end()) { key 267 content/browser/media/webrtc_identity_store_backend.cc identities_.find(key)->second))) key 270 content/browser/media/webrtc_identity_store_backend.cc identities_.insert(std::pair<IdentityKey, Identity>(key, identity)); key 406 content/browser/media/webrtc_identity_store_backend.cc IdentityKey key(GURL(stmt.ColumnString(0)), stmt.ColumnString(1)); key 414 content/browser/media/webrtc_identity_store_backend.cc key, Identity(common_name, cert, private_key, creation_time))); key 431 content/browser/media/webrtc_internals_browsertest.cc dict_dump->Get(it.key(), &value); key 51 content/browser/media/webrtc_internals_unittest.cc const std::string& key, key 54 content/browser/media/webrtc_internals_unittest.cc EXPECT_TRUE(dict->GetString(key, &actual)); key 59 content/browser/media/webrtc_internals_unittest.cc const std::string& key, key 62 content/browser/media/webrtc_internals_unittest.cc EXPECT_TRUE(dict->GetInteger(key, &actual)); key 67 content/browser/media/webrtc_internals_unittest.cc const std::string& key, key 70 content/browser/media/webrtc_internals_unittest.cc EXPECT_TRUE(dict->GetList(key, &actual)); key 194 content/browser/net/sqlite_persistent_cookie_store.cc bool LoadCookiesForDomains(const std::set<std::string>& key); key 419 content/browser/net/sqlite_persistent_cookie_store.cc const std::string& key, key 431 content/browser/net/sqlite_persistent_cookie_store.cc this, key, loaded_callback, base::Time::Now())); key 454 content/browser/net/sqlite_persistent_cookie_store.cc const std::string& key, key 469 content/browser/net/sqlite_persistent_cookie_store.cc it = keys_to_load_.find(key); key 634 content/browser/net/sqlite_persistent_cookie_store.cc std::string key = key 639 content/browser/net/sqlite_persistent_cookie_store.cc keys_to_load_[key].insert(domain); key 1223 content/browser/net/sqlite_persistent_cookie_store.cc const std::string& key, key 1225 content/browser/net/sqlite_persistent_cookie_store.cc backend_->LoadCookiesForKey(key, loaded_callback); key 58 content/browser/net/sqlite_persistent_cookie_store.h virtual void LoadCookiesForKey(const std::string& key, key 164 content/browser/renderer_host/compositor_impl_android.cc SurfaceTextureMapKey key(surface_texture_id, child_process_id); key 165 content/browser/renderer_host/compositor_impl_android.cc DCHECK(surface_textures_.find(key) == surface_textures_.end()); key 167 content/browser/renderer_host/compositor_impl_android.cc key, make_scoped_ptr(new SurfaceTextureInfo(surface_texture))); key 38 content/browser/renderer_host/gtk_key_bindings_handler.cc gtk_bindings_activate_event(GTK_OBJECT(handler_.get()), &wke.os_event->key); key 331 content/browser/renderer_host/input/web_input_event_builders_win.cc typedef SHORT (WINAPI *GetKeyStateFunction)(int key); key 55 content/browser/renderer_host/java/jni_helper.cc MethodIdentifier key; key 56 content/browser/renderer_host/java/jni_helper.cc key.class_name = class_name; key 57 content/browser/renderer_host/java/jni_helper.cc key.method = method; key 58 content/browser/renderer_host/java/jni_helper.cc key.jni_signature = jni_signature; key 68 content/browser/renderer_host/java/jni_helper.cc MethodIDMap::const_iterator iter = map->find(key); key 92 content/browser/renderer_host/java/jni_helper.cc map->insert(std::make_pair(key, id)); key 48 content/browser/renderer_host/media/webrtc_identity_service_host_unittest.cc const std::string& key) { key 49 content/browser/renderer_host/media/webrtc_identity_service_host_unittest.cc callback_.Run(error, cert, key); key 134 content/browser/renderer_host/media/webrtc_identity_service_host_unittest.cc const std::string& key) { key 143 content/browser/renderer_host/media/webrtc_identity_service_host_unittest.cc EXPECT_EQ(key, identity_in_message.c); key 33 content/browser/renderer_host/native_web_keyboard_event_gtk.cc : WebKeyboardEvent(WebKeyboardEventBuilder::Build(&native_event->key)), key 225 content/browser/renderer_host/render_message_filter.cc const CFStringRef key, key 228 content/browser/renderer_host/render_message_filter.cc dictionary, key, value ? kCFBooleanTrue : kCFBooleanFalse); key 232 content/browser/renderer_host/render_message_filter.cc const CFStringRef key, key 236 content/browser/renderer_host/render_message_filter.cc CFDictionaryAddValue(dictionary, key, number.get()); key 1291 content/browser/renderer_host/render_view_host_impl.cc const std::string& key, const std::string& value) { key 1293 content/browser/renderer_host/render_view_host_impl.cc this, key, value); key 555 content/browser/renderer_host/render_view_host_impl.h void OnUpdateInspectorSetting(const std::string& key, key 2531 content/browser/renderer_host/render_widget_host_impl.cc ui::LatencyInfo::LatencyMap::key_type key = key 2533 content/browser/renderer_host/render_widget_host_impl.cc new_components[key] = lc->second; key 571 content/browser/speech/google_streaming_remote_engine.cc int64 key = (base::Time::Now().ToInternalValue() & kKeepLowBytes) | key 573 content/browser/speech/google_streaming_remote_engine.cc return base::HexEncode(reinterpret_cast<void*>(&key), sizeof(key)); key 188 content/child/indexed_db/indexed_db_dispatcher.cc const IndexedDBKey& key, key 200 content/child/indexed_db/indexed_db_dispatcher.cc ipc_cursor_id, CurrentWorkerId(), ipc_callbacks_id, key, primary_key)); key 327 content/child/indexed_db/indexed_db_dispatcher.cc const IndexedDBKey& key, key 333 content/child/indexed_db/indexed_db_dispatcher.cc if (value.size() + key.size_estimate() > kMaxIDBValueSizeInBytes) { key 352 content/child/indexed_db/indexed_db_dispatcher.cc params.key = key; key 483 content/child/indexed_db/indexed_db_dispatcher.cc const IndexedDBKey& key) { key 488 content/child/indexed_db/indexed_db_dispatcher.cc callbacks->onSuccess(WebIDBKeyBuilder::Build(key)); key 564 content/child/indexed_db/indexed_db_dispatcher.cc const IndexedDBKey& key = p.key; key 582 content/child/indexed_db/indexed_db_dispatcher.cc callbacks->onSuccess(cursor, WebIDBKeyBuilder::Build(key), key 593 content/child/indexed_db/indexed_db_dispatcher.cc const IndexedDBKey& key = p.key; key 607 content/child/indexed_db/indexed_db_dispatcher.cc callbacks->onSuccess(WebIDBKeyBuilder::Build(key), key 93 content/child/indexed_db/indexed_db_dispatcher.h virtual void RequestIDBCursorContinue(const IndexedDBKey& key, key 132 content/child/indexed_db/indexed_db_dispatcher.h const IndexedDBKey& key, key 196 content/child/indexed_db/indexed_db_dispatcher.h const IndexedDBKey& key); key 80 content/child/indexed_db/indexed_db_dispatcher_unittest.cc IndexedDBKey key(0, blink::WebIDBKeyTypeNumber); key 85 content/child/indexed_db/indexed_db_dispatcher_unittest.cc key, key 99 content/child/indexed_db/indexed_db_dispatcher_unittest.cc const IndexedDBKey key( key 112 content/child/indexed_db/indexed_db_dispatcher_unittest.cc key, key 129 content/child/indexed_db/indexed_db_dispatcher_unittest.cc const WebIDBKey& key, key 44 content/child/indexed_db/indexed_db_key_builders.cc IndexedDBKey IndexedDBKeyBuilder::Build(const blink::WebIDBKey& key) { key 45 content/child/indexed_db/indexed_db_key_builders.cc switch (key.keyType()) { key 47 content/child/indexed_db/indexed_db_key_builders.cc return IndexedDBKey(CopyKeyArray(key)); key 50 content/child/indexed_db/indexed_db_key_builders.cc std::string(key.binary().data(), key.binary().size())); key 52 content/child/indexed_db/indexed_db_key_builders.cc return IndexedDBKey(key.string()); key 54 content/child/indexed_db/indexed_db_key_builders.cc return IndexedDBKey(key.date(), WebIDBKeyTypeDate); key 56 content/child/indexed_db/indexed_db_key_builders.cc return IndexedDBKey(key.number(), WebIDBKeyTypeNumber); key 59 content/child/indexed_db/indexed_db_key_builders.cc return IndexedDBKey(key.keyType()); key 67 content/child/indexed_db/indexed_db_key_builders.cc WebIDBKey WebIDBKeyBuilder::Build(const IndexedDBKey& key) { key 68 content/child/indexed_db/indexed_db_key_builders.cc switch (key.type()) { key 70 content/child/indexed_db/indexed_db_key_builders.cc const IndexedDBKey::KeyArray& array = key.array(); key 78 content/child/indexed_db/indexed_db_key_builders.cc return WebIDBKey::createBinary(key.binary()); key 80 content/child/indexed_db/indexed_db_key_builders.cc return WebIDBKey::createString(key.string()); key 82 content/child/indexed_db/indexed_db_key_builders.cc return WebIDBKey::createDate(key.date()); key 84 content/child/indexed_db/indexed_db_key_builders.cc return WebIDBKey::createNumber(key.number()); key 24 content/child/indexed_db/indexed_db_key_builders.h static IndexedDBKey Build(const blink::WebIDBKey& key); key 29 content/child/indexed_db/indexed_db_key_builders.h static blink::WebIDBKey Build(const content::IndexedDBKey& key); key 61 content/child/indexed_db/webidbcursor_impl.cc void WebIDBCursorImpl::continueFunction(const WebIDBKey& key, key 63 content/child/indexed_db/webidbcursor_impl.cc continueFunction(key, WebIDBKey::createNull(), callbacks_ptr); key 66 content/child/indexed_db/webidbcursor_impl.cc void WebIDBCursorImpl::continueFunction(const WebIDBKey& key, key 73 content/child/indexed_db/webidbcursor_impl.cc if (key.keyType() == blink::WebIDBKeyTypeNull && key 102 content/child/indexed_db/webidbcursor_impl.cc dispatcher->RequestIDBCursorContinue(IndexedDBKeyBuilder::Build(key), key 156 content/child/indexed_db/webidbcursor_impl.cc IndexedDBKey key = prefetch_keys_.front(); key 175 content/child/indexed_db/webidbcursor_impl.cc callbacks->onSuccess(WebIDBKeyBuilder::Build(key), key 34 content/child/indexed_db/webidbcursor_impl.h virtual void continueFunction(const blink::WebIDBKey& key, key 36 content/child/indexed_db/webidbcursor_impl.h virtual void continueFunction(const blink::WebIDBKey& key, key 62 content/child/indexed_db/webidbcursor_impl_unittest.cc virtual void RequestIDBCursorContinue(const IndexedDBKey& key, key 96 content/child/indexed_db/webidbcursor_impl_unittest.cc MockContinueCallbacks(IndexedDBKey* key = 0) : key_(key) {} key 98 content/child/indexed_db/webidbcursor_impl_unittest.cc virtual void onSuccess(const WebIDBKey& key, key 103 content/child/indexed_db/webidbcursor_impl_unittest.cc *key_ = IndexedDBKeyBuilder::Build(key); key 185 content/child/indexed_db/webidbcursor_impl_unittest.cc IndexedDBKey key; key 186 content/child/indexed_db/webidbcursor_impl_unittest.cc cursor.continueFunction(null_key_, new MockContinueCallbacks(&key)); key 190 content/child/indexed_db/webidbcursor_impl_unittest.cc EXPECT_EQ(WebIDBKeyTypeNumber, key.type()); key 191 content/child/indexed_db/webidbcursor_impl_unittest.cc EXPECT_EQ(expected_key++, key.number()); key 242 content/child/indexed_db/webidbcursor_impl_unittest.cc IndexedDBKey key; key 243 content/child/indexed_db/webidbcursor_impl_unittest.cc cursor.continueFunction(null_key_, new MockContinueCallbacks(&key)); key 244 content/child/indexed_db/webidbcursor_impl_unittest.cc EXPECT_EQ(0, key.number()); key 247 content/child/indexed_db/webidbcursor_impl_unittest.cc cursor.advance(1, new MockContinueCallbacks(&key)); key 248 content/child/indexed_db/webidbcursor_impl_unittest.cc EXPECT_EQ(1, key.number()); key 251 content/child/indexed_db/webidbcursor_impl_unittest.cc cursor.continueFunction(null_key_, new MockContinueCallbacks(&key)); key 252 content/child/indexed_db/webidbcursor_impl_unittest.cc EXPECT_EQ(2, key.number()); key 255 content/child/indexed_db/webidbcursor_impl_unittest.cc cursor.advance(2, new MockContinueCallbacks(&key)); key 256 content/child/indexed_db/webidbcursor_impl_unittest.cc EXPECT_EQ(4, key.number()); key 262 content/child/indexed_db/webidbcursor_impl_unittest.cc new MockContinueCallbacks(&key)); key 112 content/child/indexed_db/webidbdatabase_impl.cc const WebIDBKey& key, key 123 content/child/indexed_db/webidbdatabase_impl.cc IndexedDBKeyBuilder::Build(key), key 385 content/child/npapi/webplugin_delegate_impl.h HKEY key, DWORD index, LPWSTR name, LPDWORD name_size, LPDWORD reserved, key 159 content/child/npapi/webplugin_delegate_impl_win.cc std::wstring GetKeyPath(HKEY key) { key 160 content/child/npapi/webplugin_delegate_impl_win.cc if (key == NULL) key 174 content/child/npapi/webplugin_delegate_impl_win.cc result = func(key, KeyNameInformation, 0, 0, &size); key 182 content/child/npapi/webplugin_delegate_impl_win.cc result = func(key, KeyNameInformation, buffer.get(), size, &size); key 1437 content/child/npapi/webplugin_delegate_impl_win.cc HKEY key, DWORD index, LPWSTR name, LPDWORD name_size, LPDWORD reserved, key 1440 content/child/npapi/webplugin_delegate_impl_win.cc LONG rv = RegEnumKeyExW(key, index, name, name_size, reserved, class_name, key 1443 content/child/npapi/webplugin_delegate_impl_win.cc GetKeyPath(key).find(L"Microsoft\\MediaPlayer\\ShimInclusionList") != key 441 content/child/webcrypto/jwk.cc bool IsRsaPublicKey(const blink::WebCryptoKey& key) { key 442 content/child/webcrypto/jwk.cc if (key.type() != blink::WebCryptoKeyTypePublic) key 444 content/child/webcrypto/jwk.cc const blink::WebCryptoAlgorithmId algorithm_id = key.algorithm().id(); key 451 content/child/webcrypto/jwk.cc Status ToPlatformPublicKey(const blink::WebCryptoKey& key, key 453 content/child/webcrypto/jwk.cc *out = static_cast<platform::Key*>(key.handle())->AsPublicKey(); key 465 content/child/webcrypto/jwk.cc blink::WebCryptoKey* key) { key 631 content/child/webcrypto/jwk.cc DCHECK(key); key 757 content/child/webcrypto/jwk.cc key); key 786 content/child/webcrypto/jwk.cc key); key 793 content/child/webcrypto/jwk.cc Status ExportKeyJwk(const blink::WebCryptoKey& key, key 795 content/child/webcrypto/jwk.cc DCHECK(key.extractable()); key 799 content/child/webcrypto/jwk.cc switch (key.type()) { key 802 content/child/webcrypto/jwk.cc status = ExportKey(blink::WebCryptoKeyFormatRaw, key, &exported_key); key 810 content/child/webcrypto/jwk.cc if (!IsRsaPublicKey(key)) key 813 content/child/webcrypto/jwk.cc status = ToPlatformPublicKey(key, &public_key); key 830 content/child/webcrypto/jwk.cc WriteKeyOps(key.usages(), &jwk_dict); key 831 content/child/webcrypto/jwk.cc WriteExt(key.extractable(), &jwk_dict); key 832 content/child/webcrypto/jwk.cc status = WriteAlg(key.algorithm(), &jwk_dict); key 23 content/child/webcrypto/jwk.h blink::WebCryptoKey* key); key 25 content/child/webcrypto/jwk.h Status ExportKeyJwk(const blink::WebCryptoKey& key, key 53 content/child/webcrypto/platform_crypto.h SymKey* key, key 62 content/child/webcrypto/platform_crypto.h SymKey* key, key 72 content/child/webcrypto/platform_crypto.h Status EncryptRsaEsPkcs1v1_5(PublicKey* key, key 78 content/child/webcrypto/platform_crypto.h Status DecryptRsaEsPkcs1v1_5(PrivateKey* key, key 85 content/child/webcrypto/platform_crypto.h Status SignHmac(SymKey* key, key 104 content/child/webcrypto/platform_crypto.h Status SignRsaSsaPkcs1v1_5(PrivateKey* key, key 112 content/child/webcrypto/platform_crypto.h Status VerifyRsaSsaPkcs1v1_5(PublicKey* key, key 128 content/child/webcrypto/platform_crypto.h blink::WebCryptoKey* key); key 155 content/child/webcrypto/platform_crypto.h blink::WebCryptoKey* key); key 164 content/child/webcrypto/platform_crypto.h blink::WebCryptoKey* key); key 170 content/child/webcrypto/platform_crypto.h blink::WebCryptoKey* key); key 176 content/child/webcrypto/platform_crypto.h blink::WebCryptoKey* key); key 180 content/child/webcrypto/platform_crypto.h Status ExportKeyRaw(SymKey* key, blink::WebArrayBuffer* buffer); key 184 content/child/webcrypto/platform_crypto.h Status ExportKeySpki(PublicKey* key, blink::WebArrayBuffer* buffer); key 188 content/child/webcrypto/platform_crypto.h Status ExportRsaPublicKey(PublicKey* key, key 194 content/child/webcrypto/platform_crypto.h Status ExportKeyPkcs8(PrivateKey* key, key 202 content/child/webcrypto/platform_crypto.h SymKey* key, key 219 content/child/webcrypto/platform_crypto.h blink::WebCryptoKey* key); key 228 content/child/webcrypto/platform_crypto.h Status DecryptAesKw(SymKey* key, key 236 content/child/webcrypto/platform_crypto.h SymKey* key, key 248 content/child/webcrypto/platform_crypto.h blink::WebCryptoKey* key); key 125 content/child/webcrypto/platform_crypto_nss.cc explicit SymKey(crypto::ScopedPK11SymKey key) : key_(key.Pass()) {} key 141 content/child/webcrypto/platform_crypto_nss.cc explicit PublicKey(crypto::ScopedSECKEYPublicKey key) : key_(key.Pass()) {} key 157 content/child/webcrypto/platform_crypto_nss.cc explicit PrivateKey(crypto::ScopedSECKEYPrivateKey key) : key_(key.Pass()) {} key 218 content/child/webcrypto/platform_crypto_nss.cc SymKey* key, key 231 content/child/webcrypto/platform_crypto_nss.cc CKM_AES_CBC_PAD, operation, key->key(), param.get())); key 288 content/child/webcrypto/platform_crypto_nss.cc SymKey* key, key 344 content/child/webcrypto/platform_crypto_nss.cc SECStatus result = func(key->key(), key 406 content/child/webcrypto/platform_crypto_nss.cc SECKEYPublicKey* key, key 409 content/child/webcrypto/platform_crypto_nss.cc if (!key || key->keyType != rsaKey) key 412 content/child/webcrypto/platform_crypto_nss.cc unsigned int modulus_length_bits = SECKEY_PublicKeyStrength(key) * 8; key 413 content/child/webcrypto/platform_crypto_nss.cc CryptoData public_exponent(key->u.rsa.publicExponent.data, key 414 content/child/webcrypto/platform_crypto_nss.cc key->u.rsa.publicExponent.len); key 440 content/child/webcrypto/platform_crypto_nss.cc SECKEYPrivateKey* key, key 442 content/child/webcrypto/platform_crypto_nss.cc crypto::ScopedSECKEYPublicKey public_key(SECKEY_ConvertToPublicKey(key)); key 517 content/child/webcrypto/platform_crypto_nss.cc crypto::ScopedPK11SymKey new_key(PK11_UnwrapSymKey(wrapping_key->key(), key 598 content/child/webcrypto/platform_crypto_nss.cc bool ReadUint(SECKEYPrivateKey* key, key 601 content/child/webcrypto/platform_crypto_nss.cc SECStatus rv = PK11_ReadRawAttribute(PK11_TypePrivKey, key, attribute, value); key 616 content/child/webcrypto/platform_crypto_nss.cc bool InitRSAPrivateKey(SECKEYPrivateKey* key, RSAPrivateKey* out) { key 617 content/child/webcrypto/platform_crypto_nss.cc if (key->keyType != rsaKey) key 630 content/child/webcrypto/platform_crypto_nss.cc if (!ReadUint(key, CKA_MODULUS, &out->modulus)) key 632 content/child/webcrypto/platform_crypto_nss.cc if (!ReadUint(key, CKA_PUBLIC_EXPONENT, &out->public_exponent)) key 634 content/child/webcrypto/platform_crypto_nss.cc if (!ReadUint(key, CKA_PRIVATE_EXPONENT, &out->private_exponent)) key 636 content/child/webcrypto/platform_crypto_nss.cc if (!ReadUint(key, CKA_PRIME_1, &out->prime1)) key 638 content/child/webcrypto/platform_crypto_nss.cc if (!ReadUint(key, CKA_PRIME_2, &out->prime2)) key 640 content/child/webcrypto/platform_crypto_nss.cc if (!ReadUint(key, CKA_EXPONENT_1, &out->exponent1)) key 642 content/child/webcrypto/platform_crypto_nss.cc if (!ReadUint(key, CKA_EXPONENT_2, &out->exponent2)) key 644 content/child/webcrypto/platform_crypto_nss.cc if (!ReadUint(key, CKA_COEFFICIENT, &out->coefficient)) key 759 content/child/webcrypto/platform_crypto_nss.cc blink::WebCryptoKey* key) { key 790 content/child/webcrypto/platform_crypto_nss.cc *key = blink::WebCryptoKey::create(new SymKey(pk11_sym_key.Pass()), key 798 content/child/webcrypto/platform_crypto_nss.cc Status ExportKeyRaw(SymKey* key, blink::WebArrayBuffer* buffer) { key 799 content/child/webcrypto/platform_crypto_nss.cc if (PK11_ExtractKeyValue(key->key()) != SECSuccess) key 802 content/child/webcrypto/platform_crypto_nss.cc const SECItem* key_data = PK11_GetKeyData(key->key()); key 843 content/child/webcrypto/platform_crypto_nss.cc blink::WebCryptoKey* key) { key 845 content/child/webcrypto/platform_crypto_nss.cc DCHECK(key); key 873 content/child/webcrypto/platform_crypto_nss.cc *key = blink::WebCryptoKey::create(new PublicKey(sec_public_key.Pass()), key 882 content/child/webcrypto/platform_crypto_nss.cc Status ExportKeySpki(PublicKey* key, blink::WebArrayBuffer* buffer) { key 884 content/child/webcrypto/platform_crypto_nss.cc SECKEY_EncodeDERSubjectPublicKeyInfo(key->key())); key 896 content/child/webcrypto/platform_crypto_nss.cc Status ExportRsaPublicKey(PublicKey* key, key 899 content/child/webcrypto/platform_crypto_nss.cc DCHECK(key); key 900 content/child/webcrypto/platform_crypto_nss.cc DCHECK(key->key()); key 901 content/child/webcrypto/platform_crypto_nss.cc if (key->key()->keyType != rsaKey) key 903 content/child/webcrypto/platform_crypto_nss.cc CopySECItemToVector(key->key()->u.rsa.modulus, modulus); key 904 content/child/webcrypto/platform_crypto_nss.cc CopySECItemToVector(key->key()->u.rsa.publicExponent, public_exponent); key 910 content/child/webcrypto/platform_crypto_nss.cc Status ExportKeyPkcs8(PrivateKey* key, key 928 content/child/webcrypto/platform_crypto_nss.cc if (!InitRSAPrivateKey(key->key(), &rsa_private_key)) key 957 content/child/webcrypto/platform_crypto_nss.cc PK11_ExportDERPrivateKeyInfo(key->key(), NULL)); key 971 content/child/webcrypto/platform_crypto_nss.cc blink::WebCryptoKey* key) { key 973 content/child/webcrypto/platform_crypto_nss.cc DCHECK(key); key 1007 content/child/webcrypto/platform_crypto_nss.cc *key = blink::WebCryptoKey::create(new PrivateKey(private_key.Pass()), key 1020 content/child/webcrypto/platform_crypto_nss.cc Status SignHmac(SymKey* key, key 1024 content/child/webcrypto/platform_crypto_nss.cc DCHECK_EQ(PK11_GetMechanism(key->key()), WebCryptoHashToHMACMechanism(hash)); key 1031 content/child/webcrypto/platform_crypto_nss.cc if (PK11_SignWithSymKey(key->key(), key 1032 content/child/webcrypto/platform_crypto_nss.cc PK11_GetMechanism(key->key()), key 1044 content/child/webcrypto/platform_crypto_nss.cc if (PK11_SignWithSymKey(key->key(), key 1045 content/child/webcrypto/platform_crypto_nss.cc PK11_GetMechanism(key->key()), key 1060 content/child/webcrypto/platform_crypto_nss.cc Status EncryptRsaEsPkcs1v1_5(PublicKey* key, key 1064 content/child/webcrypto/platform_crypto_nss.cc SECKEY_PublicKeyStrength(key->key()); key 1076 content/child/webcrypto/platform_crypto_nss.cc if (PK11_PubEncryptPKCS1(key->key(), key 1086 content/child/webcrypto/platform_crypto_nss.cc Status DecryptRsaEsPkcs1v1_5(PrivateKey* key, key 1089 content/child/webcrypto/platform_crypto_nss.cc const int modulus_length_bytes = PK11_GetPrivateModulusLen(key->key()); key 1099 content/child/webcrypto/platform_crypto_nss.cc if (PK11_PrivDecryptPKCS1(key->key(), key 1116 content/child/webcrypto/platform_crypto_nss.cc Status SignRsaSsaPkcs1v1_5(PrivateKey* key, key 1144 content/child/webcrypto/platform_crypto_nss.cc key->key(), key 1153 content/child/webcrypto/platform_crypto_nss.cc Status VerifyRsaSsaPkcs1v1_5(PublicKey* key, key 1181 content/child/webcrypto/platform_crypto_nss.cc key->key(), key 1191 content/child/webcrypto/platform_crypto_nss.cc SymKey* key, key 1196 content/child/webcrypto/platform_crypto_nss.cc return AesCbcEncryptDecrypt(mode, key, iv, data, buffer); key 1200 content/child/webcrypto/platform_crypto_nss.cc SymKey* key, key 1208 content/child/webcrypto/platform_crypto_nss.cc mode, key, data, iv, additional_data, tag_length_bits, buffer); key 1318 content/child/webcrypto/platform_crypto_nss.cc blink::WebCryptoKey* key) { key 1339 content/child/webcrypto/platform_crypto_nss.cc *key = blink::WebCryptoKey::create(new SymKey(pk11_key.Pass()), key 1352 content/child/webcrypto/platform_crypto_nss.cc blink::WebCryptoKey* key) { key 1402 content/child/webcrypto/platform_crypto_nss.cc *key = blink::WebCryptoKey::create(new PublicKey(pubkey.Pass()), key 1411 content/child/webcrypto/platform_crypto_nss.cc SymKey* key, key 1418 content/child/webcrypto/platform_crypto_nss.cc const unsigned int input_length = PK11_GetKeyLength(key->key()); key 1438 content/child/webcrypto/platform_crypto_nss.cc wrapping_key->key(), key 1439 content/child/webcrypto/platform_crypto_nss.cc key->key(), key 1454 content/child/webcrypto/platform_crypto_nss.cc blink::WebCryptoKey* key) { key 1474 content/child/webcrypto/platform_crypto_nss.cc *key = blink::WebCryptoKey::create(new SymKey(unwrapped_key.Pass()), key 1506 content/child/webcrypto/platform_crypto_nss.cc SymKey* key, key 1512 content/child/webcrypto/platform_crypto_nss.cc const unsigned int input_length_bytes = PK11_GetKeyLength(key->key()); key 1514 content/child/webcrypto/platform_crypto_nss.cc SECKEY_PublicKeyStrength(wrapping_key->key()); key 1524 content/child/webcrypto/platform_crypto_nss.cc CKM_RSA_PKCS, wrapping_key->key(), key->key(), &wrapped_key_item)) { key 1538 content/child/webcrypto/platform_crypto_nss.cc blink::WebCryptoKey* key) { key 1542 content/child/webcrypto/platform_crypto_nss.cc PK11_GetPrivateModulusLen(wrapping_key->key()); key 1560 content/child/webcrypto/platform_crypto_nss.cc PK11_PubUnwrapSymKeyWithFlagsPerm(wrapping_key->key(), key 1576 content/child/webcrypto/platform_crypto_nss.cc *key = blink::WebCryptoKey::create(new SymKey(unwrapped_key.Pass()), key 83 content/child/webcrypto/platform_crypto_openssl.cc SymKey* key, key 104 content/child/webcrypto/platform_crypto_openssl.cc const EVP_CIPHER* const cipher = GetAESCipherByKeyLength(key->key().size()); key 110 content/child/webcrypto/platform_crypto_openssl.cc &key->key()[0], key 242 content/child/webcrypto/platform_crypto_openssl.cc Status ExportKeyRaw(SymKey* key, blink::WebArrayBuffer* buffer) { key 243 content/child/webcrypto/platform_crypto_openssl.cc *buffer = CreateArrayBuffer(Uint8VectorStart(key->key()), key->key().size()); key 250 content/child/webcrypto/platform_crypto_openssl.cc SymKey* key, key 255 content/child/webcrypto/platform_crypto_openssl.cc return AesCbcEncryptDecrypt(mode, key, iv, data, buffer); key 278 content/child/webcrypto/platform_crypto_openssl.cc blink::WebCryptoKey* key) { key 293 content/child/webcrypto/platform_crypto_openssl.cc *key = blink::WebCryptoKey::create(new SymKey(CryptoData(random_bytes)), key 319 content/child/webcrypto/platform_crypto_openssl.cc blink::WebCryptoKey* key) { key 326 content/child/webcrypto/platform_crypto_openssl.cc *key = blink::WebCryptoKey::create(new SymKey(key_data), key 335 content/child/webcrypto/platform_crypto_openssl.cc Status SignHmac(SymKey* key, key 346 content/child/webcrypto/platform_crypto_openssl.cc const std::vector<unsigned char>& raw_key = key->key(); key 382 content/child/webcrypto/platform_crypto_openssl.cc blink::WebCryptoKey* key) { key 389 content/child/webcrypto/platform_crypto_openssl.cc SymKey* key, key 400 content/child/webcrypto/platform_crypto_openssl.cc Status EncryptRsaEsPkcs1v1_5(PublicKey* key, key 407 content/child/webcrypto/platform_crypto_openssl.cc Status DecryptRsaEsPkcs1v1_5(PrivateKey* key, key 414 content/child/webcrypto/platform_crypto_openssl.cc Status SignRsaSsaPkcs1v1_5(PrivateKey* key, key 423 content/child/webcrypto/platform_crypto_openssl.cc Status VerifyRsaSsaPkcs1v1_5(PublicKey* key, key 436 content/child/webcrypto/platform_crypto_openssl.cc blink::WebCryptoKey* key) { key 445 content/child/webcrypto/platform_crypto_openssl.cc blink::WebCryptoKey* key) { key 450 content/child/webcrypto/platform_crypto_openssl.cc Status ExportKeySpki(PublicKey* key, blink::WebArrayBuffer* buffer) { key 455 content/child/webcrypto/platform_crypto_openssl.cc Status ExportKeyPkcs8(PrivateKey* key, key 462 content/child/webcrypto/platform_crypto_openssl.cc Status ExportRsaPublicKey(PublicKey* key, key 470 content/child/webcrypto/platform_crypto_openssl.cc SymKey* key, key 481 content/child/webcrypto/platform_crypto_openssl.cc blink::WebCryptoKey* key) { key 486 content/child/webcrypto/platform_crypto_openssl.cc Status DecryptAesKw(SymKey* key, key 494 content/child/webcrypto/platform_crypto_openssl.cc SymKey* key, key 505 content/child/webcrypto/platform_crypto_openssl.cc blink::WebCryptoKey* key) { key 26 content/child/webcrypto/shared_crypto.cc bool KeyUsageAllows(const blink::WebCryptoKey& key, key 28 content/child/webcrypto/shared_crypto.cc return ((key.usages() & usage) != 0); key 39 content/child/webcrypto/shared_crypto.cc Status ToPlatformSymKey(const blink::WebCryptoKey& key, key 41 content/child/webcrypto/shared_crypto.cc *out = static_cast<platform::Key*>(key.handle())->AsSymKey(); key 47 content/child/webcrypto/shared_crypto.cc Status ToPlatformPublicKey(const blink::WebCryptoKey& key, key 49 content/child/webcrypto/shared_crypto.cc *out = static_cast<platform::Key*>(key.handle())->AsPublicKey(); key 55 content/child/webcrypto/shared_crypto.cc Status ToPlatformPrivateKey(const blink::WebCryptoKey& key, key 57 content/child/webcrypto/shared_crypto.cc *out = static_cast<platform::Key*>(key.handle())->AsPrivateKey(); key 67 content/child/webcrypto/shared_crypto.cc const blink::WebCryptoKey& key, key 71 content/child/webcrypto/shared_crypto.cc Status status = ToPlatformSymKey(key, &sym_key); key 88 content/child/webcrypto/shared_crypto.cc const blink::WebCryptoKey& key, key 92 content/child/webcrypto/shared_crypto.cc Status status = ToPlatformSymKey(key, &sym_key); key 120 content/child/webcrypto/shared_crypto.cc const blink::WebCryptoKey& key, key 124 content/child/webcrypto/shared_crypto.cc Status status = ToPlatformPublicKey(key, &public_key); key 136 content/child/webcrypto/shared_crypto.cc const blink::WebCryptoKey& key, key 140 content/child/webcrypto/shared_crypto.cc Status status = ToPlatformPrivateKey(key, &private_key); key 152 content/child/webcrypto/shared_crypto.cc const blink::WebCryptoKey& key, key 156 content/child/webcrypto/shared_crypto.cc Status status = ToPlatformSymKey(key, &sym_key); key 161 content/child/webcrypto/shared_crypto.cc sym_key, key.algorithm().hmacParams()->hash(), data, buffer); key 165 content/child/webcrypto/shared_crypto.cc const blink::WebCryptoKey& key, key 170 content/child/webcrypto/shared_crypto.cc Status status = SignHmac(algorithm, key, data, &result); key 184 content/child/webcrypto/shared_crypto.cc const blink::WebCryptoKey& key, key 188 content/child/webcrypto/shared_crypto.cc Status status = ToPlatformPrivateKey(key, &private_key); key 193 content/child/webcrypto/shared_crypto.cc private_key, key.algorithm().rsaHashedParams()->hash(), data, buffer); key 197 content/child/webcrypto/shared_crypto.cc const blink::WebCryptoKey& key, key 202 content/child/webcrypto/shared_crypto.cc Status status = ToPlatformPublicKey(key, &public_key); key 208 content/child/webcrypto/shared_crypto.cc key.algorithm().rsaHashedParams()->hash(), key 218 content/child/webcrypto/shared_crypto.cc blink::WebCryptoKey* key) { key 229 content/child/webcrypto/shared_crypto.cc algorithm, key_data, extractable, usage_mask, key); key 276 content/child/webcrypto/shared_crypto.cc Status ValidateDeserializedKey(const blink::WebCryptoKey& key, key 279 content/child/webcrypto/shared_crypto.cc if (algorithm.id() != key.algorithm().id()) key 282 content/child/webcrypto/shared_crypto.cc if (key.type() != type) key 288 content/child/webcrypto/shared_crypto.cc key.algorithm().aesParams()->lengthBits()) key 294 content/child/webcrypto/shared_crypto.cc key.algorithm().rsaParams()->modulusLengthBits()) key 297 content/child/webcrypto/shared_crypto.cc key.algorithm().rsaParams()->publicExponent().size()) key 300 content/child/webcrypto/shared_crypto.cc key.algorithm().rsaParams()->publicExponent().data(), key 301 content/child/webcrypto/shared_crypto.cc key.algorithm().rsaParams()->publicExponent().size()) != 0) key 328 content/child/webcrypto/shared_crypto.cc blink::WebCryptoKey* key) { key 344 content/child/webcrypto/shared_crypto.cc key); key 359 content/child/webcrypto/shared_crypto.cc key); key 400 content/child/webcrypto/shared_crypto.cc const blink::WebCryptoKey& key, key 404 content/child/webcrypto/shared_crypto.cc Status status = ToPlatformSymKey(key, &sym_key); key 414 content/child/webcrypto/shared_crypto.cc const blink::WebCryptoKey& key, key 417 content/child/webcrypto/shared_crypto.cc if (algorithm.id() != key.algorithm().id()) key 421 content/child/webcrypto/shared_crypto.cc return EncryptDecryptAesCbc(DECRYPT, algorithm, key, data, buffer); key 423 content/child/webcrypto/shared_crypto.cc return EncryptDecryptAesGcm(DECRYPT, algorithm, key, data, buffer); key 425 content/child/webcrypto/shared_crypto.cc return DecryptRsaEsPkcs1v1_5(algorithm, key, data, buffer); key 427 content/child/webcrypto/shared_crypto.cc return DecryptAesKw(algorithm, key, data, buffer); key 434 content/child/webcrypto/shared_crypto.cc const blink::WebCryptoKey& key, key 437 content/child/webcrypto/shared_crypto.cc if (algorithm.id() != key.algorithm().id()) key 441 content/child/webcrypto/shared_crypto.cc return EncryptDecryptAesCbc(ENCRYPT, algorithm, key, data, buffer); key 443 content/child/webcrypto/shared_crypto.cc return EncryptDecryptAesGcm(ENCRYPT, algorithm, key, data, buffer); key 445 content/child/webcrypto/shared_crypto.cc return EncryptRsaEsPkcs1v1_5(algorithm, key, data, buffer); key 459 content/child/webcrypto/shared_crypto.cc blink::WebCryptoKey* key) { key 466 content/child/webcrypto/shared_crypto.cc format, CryptoData(buffer), algorithm, extractable, usage_mask, key); key 507 content/child/webcrypto/shared_crypto.cc const blink::WebCryptoKey& key, key 510 content/child/webcrypto/shared_crypto.cc if (!KeyUsageAllows(key, blink::WebCryptoKeyUsageEncrypt)) key 512 content/child/webcrypto/shared_crypto.cc return EncryptDontCheckUsage(algorithm, key, data, buffer); key 516 content/child/webcrypto/shared_crypto.cc const blink::WebCryptoKey& key, key 519 content/child/webcrypto/shared_crypto.cc if (!KeyUsageAllows(key, blink::WebCryptoKeyUsageDecrypt)) key 521 content/child/webcrypto/shared_crypto.cc return DecryptDontCheckKeyUsage(algorithm, key, data, buffer); key 546 content/child/webcrypto/shared_crypto.cc blink::WebCryptoKey* key) { key 586 content/child/webcrypto/shared_crypto.cc algorithm, extractable, usage_mask, keylen_bytes, key); key 634 content/child/webcrypto/shared_crypto.cc blink::WebCryptoKey* key) { key 637 content/child/webcrypto/shared_crypto.cc return ImportKeyRaw(key_data, algorithm, extractable, usage_mask, key); key 640 content/child/webcrypto/shared_crypto.cc algorithm, key_data, extractable, usage_mask, key); key 643 content/child/webcrypto/shared_crypto.cc algorithm, key_data, extractable, usage_mask, key); key 645 content/child/webcrypto/shared_crypto.cc return ImportKeyJwk(key_data, algorithm, extractable, usage_mask, key); key 653 content/child/webcrypto/shared_crypto.cc const blink::WebCryptoKey& key, key 658 content/child/webcrypto/shared_crypto.cc Status status = ToPlatformSymKey(key, &sym_key); key 665 content/child/webcrypto/shared_crypto.cc Status status = ToPlatformPublicKey(key, &public_key); key 672 content/child/webcrypto/shared_crypto.cc Status status = ToPlatformPrivateKey(key, &private_key); key 675 content/child/webcrypto/shared_crypto.cc return platform::ExportKeyPkcs8(private_key, key.algorithm(), buffer); key 678 content/child/webcrypto/shared_crypto.cc return ExportKeyJwk(key, buffer); key 685 content/child/webcrypto/shared_crypto.cc const blink::WebCryptoKey& key, key 687 content/child/webcrypto/shared_crypto.cc if (!key.extractable()) key 689 content/child/webcrypto/shared_crypto.cc return ExportKeyDontCheckExtractability(format, key, buffer); key 693 content/child/webcrypto/shared_crypto.cc const blink::WebCryptoKey& key, key 696 content/child/webcrypto/shared_crypto.cc if (!KeyUsageAllows(key, blink::WebCryptoKeyUsageSign)) key 698 content/child/webcrypto/shared_crypto.cc if (algorithm.id() != key.algorithm().id()) key 703 content/child/webcrypto/shared_crypto.cc return SignHmac(algorithm, key, data, buffer); key 705 content/child/webcrypto/shared_crypto.cc return SignRsaSsaPkcs1v1_5(algorithm, key, data, buffer); key 712 content/child/webcrypto/shared_crypto.cc const blink::WebCryptoKey& key, key 716 content/child/webcrypto/shared_crypto.cc if (!KeyUsageAllows(key, blink::WebCryptoKeyUsageVerify)) key 718 content/child/webcrypto/shared_crypto.cc if (algorithm.id() != key.algorithm().id()) key 731 content/child/webcrypto/shared_crypto.cc return VerifyHmac(algorithm, key, signature, data, signature_match); key 734 content/child/webcrypto/shared_crypto.cc algorithm, key, signature, data, signature_match); key 772 content/child/webcrypto/shared_crypto.cc blink::WebCryptoKey* key) { key 786 content/child/webcrypto/shared_crypto.cc key); key 795 content/child/webcrypto/shared_crypto.cc key); key 805 content/child/webcrypto/shared_crypto.cc Status SerializeKeyForClone(const blink::WebCryptoKey& key, key 809 content/child/webcrypto/shared_crypto.cc GetCloneFormatForKeyType(key.type()), key, &buffer); key 822 content/child/webcrypto/shared_crypto.cc blink::WebCryptoKey* key) { key 828 content/child/webcrypto/shared_crypto.cc key); key 832 content/child/webcrypto/shared_crypto.cc return ValidateDeserializedKey(*key, algorithm, type); key 77 content/child/webcrypto/shared_crypto.h const blink::WebCryptoKey& key, key 82 content/child/webcrypto/shared_crypto.h const blink::WebCryptoKey& key, key 97 content/child/webcrypto/shared_crypto.h blink::WebCryptoKey* key); key 111 content/child/webcrypto/shared_crypto.h blink::WebCryptoKey* key); key 114 content/child/webcrypto/shared_crypto.h const blink::WebCryptoKey& key, key 118 content/child/webcrypto/shared_crypto.h const blink::WebCryptoKey& key, key 124 content/child/webcrypto/shared_crypto.h const blink::WebCryptoKey& key, key 144 content/child/webcrypto/shared_crypto.h blink::WebCryptoKey* key); key 147 content/child/webcrypto/shared_crypto.h SerializeKeyForClone(const blink::WebCryptoKey& key, key 156 content/child/webcrypto/shared_crypto.h blink::WebCryptoKey* key); key 61 content/child/webcrypto/shared_crypto_unittest.cc blink::WebCryptoKey key = blink::WebCryptoKey::createNull(); key 67 content/child/webcrypto/shared_crypto_unittest.cc &key); key 412 content/child/webcrypto/shared_crypto_unittest.cc blink::WebCryptoKey key = blink::WebCryptoKey::createNull(); key 419 content/child/webcrypto/shared_crypto_unittest.cc &key)); key 421 content/child/webcrypto/shared_crypto_unittest.cc EXPECT_FALSE(key.isNull()); key 422 content/child/webcrypto/shared_crypto_unittest.cc EXPECT_TRUE(key.handle()); key 423 content/child/webcrypto/shared_crypto_unittest.cc EXPECT_EQ(blink::WebCryptoKeyTypeSecret, key.type()); key 424 content/child/webcrypto/shared_crypto_unittest.cc EXPECT_EQ(algorithm.id(), key.algorithm().id()); key 425 content/child/webcrypto/shared_crypto_unittest.cc EXPECT_EQ(extractable, key.extractable()); key 426 content/child/webcrypto/shared_crypto_unittest.cc EXPECT_EQ(usage, key.usages()); key 427 content/child/webcrypto/shared_crypto_unittest.cc return key; key 464 content/child/webcrypto/shared_crypto_unittest.cc Status AesGcmEncrypt(const blink::WebCryptoKey& key, key 476 content/child/webcrypto/shared_crypto_unittest.cc Status status = Encrypt(algorithm, key, CryptoData(plain_text), &output); key 496 content/child/webcrypto/shared_crypto_unittest.cc Status AesGcmDecrypt(const blink::WebCryptoKey& key, key 516 content/child/webcrypto/shared_crypto_unittest.cc return Decrypt(algorithm, key, CryptoData(cipher_text_with_tag), plain_text); key 523 content/child/webcrypto/shared_crypto_unittest.cc blink::WebCryptoKey* key) { key 529 content/child/webcrypto/shared_crypto_unittest.cc key); key 536 content/child/webcrypto/shared_crypto_unittest.cc blink::WebCryptoKey* key) { key 541 content/child/webcrypto/shared_crypto_unittest.cc key); key 778 content/child/webcrypto/shared_crypto_unittest.cc blink::WebCryptoKey key = ImportSecretKeyFromRaw( key 783 content/child/webcrypto/shared_crypto_unittest.cc EXPECT_EQ(test_hash.id(), key.algorithm().hmacParams()->hash().id()); key 784 content/child/webcrypto/shared_crypto_unittest.cc EXPECT_EQ(test_key.size() * 8, key.algorithm().hmacParams()->lengthBits()); key 789 content/child/webcrypto/shared_crypto_unittest.cc ExportKey(blink::WebCryptoKeyFormatRaw, key, &raw_key)); key 795 content/child/webcrypto/shared_crypto_unittest.cc Sign(algorithm, key, CryptoData(test_message), &output)); key 801 content/child/webcrypto/shared_crypto_unittest.cc key, key 810 content/child/webcrypto/shared_crypto_unittest.cc key, key 819 content/child/webcrypto/shared_crypto_unittest.cc key, key 829 content/child/webcrypto/shared_crypto_unittest.cc key, key 839 content/child/webcrypto/shared_crypto_unittest.cc blink::WebCryptoKey key = ImportSecretKeyFromRaw( key 846 content/child/webcrypto/shared_crypto_unittest.cc EXPECT_STATUS_SUCCESS(ExportKey(blink::WebCryptoKeyFormatRaw, key, &raw_key)); key 857 content/child/webcrypto/shared_crypto_unittest.cc key, key 862 content/child/webcrypto/shared_crypto_unittest.cc key, key 873 content/child/webcrypto/shared_crypto_unittest.cc key, key 878 content/child/webcrypto/shared_crypto_unittest.cc key, key 894 content/child/webcrypto/shared_crypto_unittest.cc Encrypt(CreateAesCbcAlgorithm(iv), key, input, &output)); key 896 content/child/webcrypto/shared_crypto_unittest.cc Decrypt(CreateAesCbcAlgorithm(iv), key, input, &output)); key 904 content/child/webcrypto/shared_crypto_unittest.cc blink::WebCryptoKey key = blink::WebCryptoKey::createNull(); key 911 content/child/webcrypto/shared_crypto_unittest.cc &key)); key 917 content/child/webcrypto/shared_crypto_unittest.cc ExportKey(blink::WebCryptoKeyFormatSpki, key, &output)); key 919 content/child/webcrypto/shared_crypto_unittest.cc ExportKey(blink::WebCryptoKeyFormatPkcs8, key, &output)); key 938 content/child/webcrypto/shared_crypto_unittest.cc blink::WebCryptoKey key = ImportSecretKeyFromRaw( key 943 content/child/webcrypto/shared_crypto_unittest.cc EXPECT_EQ(test_key.size() * 8, key.algorithm().aesParams()->lengthBits()); key 948 content/child/webcrypto/shared_crypto_unittest.cc ExportKey(blink::WebCryptoKeyFormatRaw, key, &raw_key)); key 956 content/child/webcrypto/shared_crypto_unittest.cc key, key 964 content/child/webcrypto/shared_crypto_unittest.cc key, key 977 content/child/webcrypto/shared_crypto_unittest.cc key, key 989 content/child/webcrypto/shared_crypto_unittest.cc key, key 1007 content/child/webcrypto/shared_crypto_unittest.cc blink::WebCryptoKey key = blink::WebCryptoKey::createNull(); key 1015 content/child/webcrypto/shared_crypto_unittest.cc ASSERT_STATUS_SUCCESS(GenerateSecretKey(algorithm[i], true, 0, &key)); key 1016 content/child/webcrypto/shared_crypto_unittest.cc EXPECT_TRUE(key.handle()); key 1017 content/child/webcrypto/shared_crypto_unittest.cc EXPECT_EQ(blink::WebCryptoKeyTypeSecret, key.type()); key 1019 content/child/webcrypto/shared_crypto_unittest.cc ExportKey(blink::WebCryptoKeyFormatRaw, key, &key_bytes)); key 1021 content/child/webcrypto/shared_crypto_unittest.cc key.algorithm().aesParams()->lengthBits()); key 1032 content/child/webcrypto/shared_crypto_unittest.cc blink::WebCryptoKey key = blink::WebCryptoKey::createNull(); key 1037 content/child/webcrypto/shared_crypto_unittest.cc CreateAesCbcKeyGenAlgorithm(kKeyLen[i]), true, 0, &key)); key 1040 content/child/webcrypto/shared_crypto_unittest.cc CreateAesKwKeyGenAlgorithm(kKeyLen[i]), true, 0, &key)); key 1045 content/child/webcrypto/shared_crypto_unittest.cc CreateAesGcmKeyGenAlgorithm(kKeyLen[i]), true, 0, &key)); key 1055 content/child/webcrypto/shared_crypto_unittest.cc blink::WebCryptoKey key = blink::WebCryptoKey::createNull(); key 1058 content/child/webcrypto/shared_crypto_unittest.cc ASSERT_STATUS_SUCCESS(GenerateSecretKey(algorithm, true, 0, &key)); key 1059 content/child/webcrypto/shared_crypto_unittest.cc EXPECT_FALSE(key.isNull()); key 1060 content/child/webcrypto/shared_crypto_unittest.cc EXPECT_TRUE(key.handle()); key 1061 content/child/webcrypto/shared_crypto_unittest.cc EXPECT_EQ(blink::WebCryptoKeyTypeSecret, key.type()); key 1062 content/child/webcrypto/shared_crypto_unittest.cc EXPECT_EQ(blink::WebCryptoAlgorithmIdHmac, key.algorithm().id()); key 1064 content/child/webcrypto/shared_crypto_unittest.cc key.algorithm().hmacParams()->hash().id()); key 1065 content/child/webcrypto/shared_crypto_unittest.cc EXPECT_EQ(512u, key.algorithm().hmacParams()->lengthBits()); key 1069 content/child/webcrypto/shared_crypto_unittest.cc ExportKey(blink::WebCryptoKeyFormatRaw, key, &raw_key)); key 1080 content/child/webcrypto/shared_crypto_unittest.cc blink::WebCryptoKey key = blink::WebCryptoKey::createNull(); key 1083 content/child/webcrypto/shared_crypto_unittest.cc ASSERT_STATUS_SUCCESS(GenerateSecretKey(algorithm, true, 0, &key)); key 1084 content/child/webcrypto/shared_crypto_unittest.cc EXPECT_TRUE(key.handle()); key 1085 content/child/webcrypto/shared_crypto_unittest.cc EXPECT_EQ(blink::WebCryptoKeyTypeSecret, key.type()); key 1086 content/child/webcrypto/shared_crypto_unittest.cc EXPECT_EQ(blink::WebCryptoAlgorithmIdHmac, key.algorithm().id()); key 1088 content/child/webcrypto/shared_crypto_unittest.cc key.algorithm().hmacParams()->hash().id()); key 1089 content/child/webcrypto/shared_crypto_unittest.cc EXPECT_EQ(512u, key.algorithm().hmacParams()->lengthBits()); key 1091 content/child/webcrypto/shared_crypto_unittest.cc ASSERT_STATUS_SUCCESS(ExportKey(blink::WebCryptoKeyFormatRaw, key, &raw_key)); key 1096 content/child/webcrypto/shared_crypto_unittest.cc ASSERT_STATUS_SUCCESS(GenerateSecretKey(algorithm, true, 0, &key)); key 1097 content/child/webcrypto/shared_crypto_unittest.cc EXPECT_EQ(blink::WebCryptoAlgorithmIdHmac, key.algorithm().id()); key 1099 content/child/webcrypto/shared_crypto_unittest.cc key.algorithm().hmacParams()->hash().id()); key 1100 content/child/webcrypto/shared_crypto_unittest.cc EXPECT_EQ(1024u, key.algorithm().hmacParams()->lengthBits()); key 1101 content/child/webcrypto/shared_crypto_unittest.cc ASSERT_STATUS_SUCCESS(ExportKey(blink::WebCryptoKeyFormatRaw, key, &raw_key)); key 1106 content/child/webcrypto/shared_crypto_unittest.cc blink::WebCryptoKey key = blink::WebCryptoKey::createNull(); key 1123 content/child/webcrypto/shared_crypto_unittest.cc ImportKeyJwkFromDict(dict, aes_cbc_algorithm, false, 0, &key)); key 1124 content/child/webcrypto/shared_crypto_unittest.cc EXPECT_EQ(0, key.usages()); key 1156 content/child/webcrypto/shared_crypto_unittest.cc &key)); key 1157 content/child/webcrypto/shared_crypto_unittest.cc EXPECT_EQ(test_case[test_index].usage, key.usages()); key 1170 content/child/webcrypto/shared_crypto_unittest.cc &key)); key 1172 content/child/webcrypto/shared_crypto_unittest.cc key.usages()); key 1179 content/child/webcrypto/shared_crypto_unittest.cc dict, aes_cbc_algorithm, false, blink::WebCryptoKeyUsageDecrypt, &key)); key 1180 content/child/webcrypto/shared_crypto_unittest.cc EXPECT_EQ(blink::WebCryptoKeyUsageDecrypt, key.usages()); key 1191 content/child/webcrypto/shared_crypto_unittest.cc &key)); key 1205 content/child/webcrypto/shared_crypto_unittest.cc &key)); key 1215 content/child/webcrypto/shared_crypto_unittest.cc &key)); key 1217 content/child/webcrypto/shared_crypto_unittest.cc key.usages()); key 1229 content/child/webcrypto/shared_crypto_unittest.cc &key)); key 1234 content/child/webcrypto/shared_crypto_unittest.cc key.usages()); key 1238 content/child/webcrypto/shared_crypto_unittest.cc blink::WebCryptoKey key = blink::WebCryptoKey::createNull(); key 1250 content/child/webcrypto/shared_crypto_unittest.cc ImportKeyJwkFromDict(dict, algorithm, false, usage_mask, &key)); key 1256 content/child/webcrypto/shared_crypto_unittest.cc CryptoData(MakeJsonVector("")), algorithm, false, usage_mask, &key)); key 1267 content/child/webcrypto/shared_crypto_unittest.cc CryptoData(bad_json_vec), algorithm, false, usage_mask, &key)); key 1272 content/child/webcrypto/shared_crypto_unittest.cc ImportKeyJwkFromDict(dict, algorithm, false, usage_mask, &key)); key 1278 content/child/webcrypto/shared_crypto_unittest.cc ImportKeyJwkFromDict(dict, algorithm, false, usage_mask, &key)); key 1284 content/child/webcrypto/shared_crypto_unittest.cc ImportKeyJwkFromDict(dict, algorithm, false, usage_mask, &key)); key 1290 content/child/webcrypto/shared_crypto_unittest.cc ImportKeyJwkFromDict(dict, algorithm, false, usage_mask, &key)); key 1296 content/child/webcrypto/shared_crypto_unittest.cc ImportKeyJwkFromDict(dict, algorithm, false, usage_mask, &key)); key 1302 content/child/webcrypto/shared_crypto_unittest.cc ImportKeyJwkFromDict(dict, algorithm, false, usage_mask, &key)); key 1308 content/child/webcrypto/shared_crypto_unittest.cc ImportKeyJwkFromDict(dict, algorithm, false, usage_mask, &key)); key 1314 content/child/webcrypto/shared_crypto_unittest.cc ImportKeyJwkFromDict(dict, algorithm, false, usage_mask, &key)); key 1323 content/child/webcrypto/shared_crypto_unittest.cc ImportKeyJwkFromDict(dict, algorithm, false, usage_mask, &key)); key 1333 content/child/webcrypto/shared_crypto_unittest.cc blink::WebCryptoKey key = blink::WebCryptoKey::createNull(); key 1337 content/child/webcrypto/shared_crypto_unittest.cc ImportKeyJwkFromDict(dict, algorithm, false, usage_mask, &key)); key 1338 content/child/webcrypto/shared_crypto_unittest.cc EXPECT_EQ(algorithm.id(), key.algorithm().id()); key 1339 content/child/webcrypto/shared_crypto_unittest.cc EXPECT_FALSE(key.extractable()); key 1340 content/child/webcrypto/shared_crypto_unittest.cc EXPECT_EQ(blink::WebCryptoKeyUsageEncrypt, key.usages()); key 1341 content/child/webcrypto/shared_crypto_unittest.cc EXPECT_EQ(blink::WebCryptoKeyTypeSecret, key.type()); key 1348 content/child/webcrypto/shared_crypto_unittest.cc ImportKeyJwkFromDict(dict, algorithm, false, usage_mask, &key)); key 1354 content/child/webcrypto/shared_crypto_unittest.cc ImportKeyJwkFromDict(dict, algorithm, false, usage_mask, &key)); key 1360 content/child/webcrypto/shared_crypto_unittest.cc ImportKeyJwkFromDict(dict, algorithm, false, usage_mask, &key)); key 1367 content/child/webcrypto/shared_crypto_unittest.cc ImportKeyJwkFromDict(dict, algorithm, false, usage_mask, &key)); key 1374 content/child/webcrypto/shared_crypto_unittest.cc ImportKeyJwkFromDict(dict, algorithm, false, usage_mask, &key)); key 1463 content/child/webcrypto/shared_crypto_unittest.cc blink::WebCryptoKey key = blink::WebCryptoKey::createNull(); key 1473 content/child/webcrypto/shared_crypto_unittest.cc ImportKeyJwkFromDict(dict, algorithm, false, usage_mask, &key)); key 1474 content/child/webcrypto/shared_crypto_unittest.cc EXPECT_EQ(algorithm.id(), key.algorithm().id()); key 1475 content/child/webcrypto/shared_crypto_unittest.cc EXPECT_FALSE(key.extractable()); key 1476 content/child/webcrypto/shared_crypto_unittest.cc EXPECT_EQ(blink::WebCryptoKeyUsageEncrypt, key.usages()); key 1477 content/child/webcrypto/shared_crypto_unittest.cc EXPECT_EQ(blink::WebCryptoKeyTypePublic, key.type()); key 1487 content/child/webcrypto/shared_crypto_unittest.cc ImportKeyJwkFromDict(dict, algorithm, false, usage_mask, &key)); key 1493 content/child/webcrypto/shared_crypto_unittest.cc ImportKeyJwkFromDict(dict, algorithm, false, usage_mask, &key)); key 1499 content/child/webcrypto/shared_crypto_unittest.cc ImportKeyJwkFromDict(dict, algorithm, false, usage_mask, &key)); key 1507 content/child/webcrypto/shared_crypto_unittest.cc ImportKeyJwkFromDict(dict, algorithm, false, usage_mask, &key)); key 1516 content/child/webcrypto/shared_crypto_unittest.cc blink::WebCryptoKey key = blink::WebCryptoKey::createNull(); key 1526 content/child/webcrypto/shared_crypto_unittest.cc CryptoData(json_vec), algorithm, extractable, usage_mask, &key)); key 1527 content/child/webcrypto/shared_crypto_unittest.cc EXPECT_TRUE(key.handle()); key 1528 content/child/webcrypto/shared_crypto_unittest.cc EXPECT_EQ(blink::WebCryptoKeyTypeSecret, key.type()); key 1529 content/child/webcrypto/shared_crypto_unittest.cc EXPECT_EQ(extractable, key.extractable()); key 1530 content/child/webcrypto/shared_crypto_unittest.cc EXPECT_EQ(blink::WebCryptoAlgorithmIdHmac, key.algorithm().id()); key 1532 content/child/webcrypto/shared_crypto_unittest.cc key.algorithm().hmacParams()->hash().id()); key 1533 content/child/webcrypto/shared_crypto_unittest.cc EXPECT_EQ(320u, key.algorithm().hmacParams()->lengthBits()); key 1534 content/child/webcrypto/shared_crypto_unittest.cc EXPECT_EQ(blink::WebCryptoKeyUsageVerify, key.usages()); key 1535 content/child/webcrypto/shared_crypto_unittest.cc key = blink::WebCryptoKey::createNull(); key 1548 content/child/webcrypto/shared_crypto_unittest.cc CryptoData(json_vec), algorithm, extractable, usage_mask, &key)); key 1557 content/child/webcrypto/shared_crypto_unittest.cc ImportKeyJwk(CryptoData(json_vec), algorithm, true, usage_mask, &key)); key 1559 content/child/webcrypto/shared_crypto_unittest.cc ImportKeyJwk(CryptoData(json_vec), algorithm, false, usage_mask, &key)); key 1560 content/child/webcrypto/shared_crypto_unittest.cc EXPECT_FALSE(key.extractable()); key 1563 content/child/webcrypto/shared_crypto_unittest.cc ImportKeyJwkFromDict(dict, algorithm, true, usage_mask, &key)); key 1564 content/child/webcrypto/shared_crypto_unittest.cc EXPECT_TRUE(key.extractable()); key 1566 content/child/webcrypto/shared_crypto_unittest.cc ImportKeyJwkFromDict(dict, algorithm, false, usage_mask, &key)); key 1567 content/child/webcrypto/shared_crypto_unittest.cc EXPECT_FALSE(key.extractable()); key 1577 content/child/webcrypto/shared_crypto_unittest.cc &key)); key 1587 content/child/webcrypto/shared_crypto_unittest.cc &key)); key 1596 content/child/webcrypto/shared_crypto_unittest.cc &key)); key 1607 content/child/webcrypto/shared_crypto_unittest.cc &key)); key 1616 content/child/webcrypto/shared_crypto_unittest.cc CryptoData(json_vec), algorithm, extractable, usage_mask, &key)); key 1630 content/child/webcrypto/shared_crypto_unittest.cc blink::WebCryptoKey key = blink::WebCryptoKey::createNull(); key 1647 content/child/webcrypto/shared_crypto_unittest.cc ImportKeyJwkFromDict(dict, algorithm, extractable, usage_mask, &key)); key 1650 content/child/webcrypto/shared_crypto_unittest.cc key.algorithm().hmacParams()->hash().id()); key 1661 content/child/webcrypto/shared_crypto_unittest.cc key, key 1756 content/child/webcrypto/shared_crypto_unittest.cc blink::WebCryptoKey key = blink::WebCryptoKey::createNull(); key 1770 content/child/webcrypto/shared_crypto_unittest.cc key = ImportSecretKeyFromRaw( key 1774 content/child/webcrypto/shared_crypto_unittest.cc ASSERT_STATUS_SUCCESS(ExportKey(blink::WebCryptoKeyFormatJwk, key, &json)); key 1779 content/child/webcrypto/shared_crypto_unittest.cc ImportKeyJwk(CryptoData(json), test.algorithm, true, test.usage, &key)); key 1780 content/child/webcrypto/shared_crypto_unittest.cc EXPECT_TRUE(key.handle()); key 1781 content/child/webcrypto/shared_crypto_unittest.cc EXPECT_EQ(blink::WebCryptoKeyTypeSecret, key.type()); key 1782 content/child/webcrypto/shared_crypto_unittest.cc EXPECT_EQ(test.algorithm.id(), key.algorithm().id()); key 1783 content/child/webcrypto/shared_crypto_unittest.cc EXPECT_EQ(true, key.extractable()); key 1784 content/child/webcrypto/shared_crypto_unittest.cc EXPECT_EQ(test.usage, key.usages()); key 1789 content/child/webcrypto/shared_crypto_unittest.cc ExportKey(blink::WebCryptoKeyFormatRaw, key, &key_raw_out)); key 1796 content/child/webcrypto/shared_crypto_unittest.cc blink::WebCryptoKey key = blink::WebCryptoKey::createNull(); key 1803 content/child/webcrypto/shared_crypto_unittest.cc &key)); key 1804 content/child/webcrypto/shared_crypto_unittest.cc EXPECT_TRUE(key.handle()); key 1805 content/child/webcrypto/shared_crypto_unittest.cc EXPECT_EQ(blink::WebCryptoKeyTypePublic, key.type()); key 1806 content/child/webcrypto/shared_crypto_unittest.cc EXPECT_TRUE(key.extractable()); key 1807 content/child/webcrypto/shared_crypto_unittest.cc EXPECT_EQ(blink::WebCryptoKeyUsageEncrypt, key.usages()); key 1809 content/child/webcrypto/shared_crypto_unittest.cc key.algorithm().rsaParams()->modulusLengthBits()); key 1811 content/child/webcrypto/shared_crypto_unittest.cc "010001", CryptoData(key.algorithm().rsaParams()->publicExponent())); key 1821 content/child/webcrypto/shared_crypto_unittest.cc &key)); key 1831 content/child/webcrypto/shared_crypto_unittest.cc &key)); key 1840 content/child/webcrypto/shared_crypto_unittest.cc &key)); key 1845 content/child/webcrypto/shared_crypto_unittest.cc ASSERT_STATUS_SUCCESS(ExportKey(blink::WebCryptoKeyFormatSpki, key, &output)); key 1851 content/child/webcrypto/shared_crypto_unittest.cc ExportKey(blink::WebCryptoKeyFormatRaw, key, &output)); key 1860 content/child/webcrypto/shared_crypto_unittest.cc &key)); key 1861 content/child/webcrypto/shared_crypto_unittest.cc EXPECT_TRUE(key.handle()); key 1862 content/child/webcrypto/shared_crypto_unittest.cc EXPECT_FALSE(key.extractable()); key 1864 content/child/webcrypto/shared_crypto_unittest.cc ExportKey(blink::WebCryptoKeyFormatSpki, key, &output)); key 1869 content/child/webcrypto/shared_crypto_unittest.cc blink::WebCryptoKey key = blink::WebCryptoKey::createNull(); key 1877 content/child/webcrypto/shared_crypto_unittest.cc &key)); key 1878 content/child/webcrypto/shared_crypto_unittest.cc EXPECT_TRUE(key.handle()); key 1879 content/child/webcrypto/shared_crypto_unittest.cc EXPECT_EQ(blink::WebCryptoKeyTypePrivate, key.type()); key 1880 content/child/webcrypto/shared_crypto_unittest.cc EXPECT_TRUE(key.extractable()); key 1881 content/child/webcrypto/shared_crypto_unittest.cc EXPECT_EQ(blink::WebCryptoKeyUsageSign, key.usages()); key 1883 content/child/webcrypto/shared_crypto_unittest.cc key.algorithm().rsaHashedParams()->hash().id()); key 1885 content/child/webcrypto/shared_crypto_unittest.cc key.algorithm().rsaHashedParams()->modulusLengthBits()); key 1888 content/child/webcrypto/shared_crypto_unittest.cc CryptoData(key.algorithm().rsaHashedParams()->publicExponent())); key 1892 content/child/webcrypto/shared_crypto_unittest.cc ExportKey(blink::WebCryptoKeyFormatPkcs8, key, &exported_key)); key 1904 content/child/webcrypto/shared_crypto_unittest.cc &key)); key 1914 content/child/webcrypto/shared_crypto_unittest.cc &key)); key 1923 content/child/webcrypto/shared_crypto_unittest.cc &key)); key 2467 content/child/webcrypto/shared_crypto_unittest.cc blink::WebCryptoKey key = blink::WebCryptoKey::createNull(); key 2478 content/child/webcrypto/shared_crypto_unittest.cc &key)); key 2481 content/child/webcrypto/shared_crypto_unittest.cc ExportKey(blink::WebCryptoKeyFormatRaw, key, &key_raw_out)); key 2491 content/child/webcrypto/shared_crypto_unittest.cc &key)); key 2493 content/child/webcrypto/shared_crypto_unittest.cc ExportKey(blink::WebCryptoKeyFormatRaw, key, &key_raw_out)); key 2504 content/child/webcrypto/shared_crypto_unittest.cc &key)); key 2506 content/child/webcrypto/shared_crypto_unittest.cc ExportKey(blink::WebCryptoKeyFormatRaw, key, &key_raw_out)); key 2516 content/child/webcrypto/shared_crypto_unittest.cc &key)); key 2526 content/child/webcrypto/shared_crypto_unittest.cc &key)); key 2536 content/child/webcrypto/shared_crypto_unittest.cc &key)); key 2547 content/child/webcrypto/shared_crypto_unittest.cc &key)); key 2617 content/child/webcrypto/shared_crypto_unittest.cc blink::WebCryptoKey key = ImportSecretKeyFromRaw( key 2626 content/child/webcrypto/shared_crypto_unittest.cc key, key 2642 content/child/webcrypto/shared_crypto_unittest.cc EXPECT_FALSE(key.isNull()); key 2643 content/child/webcrypto/shared_crypto_unittest.cc EXPECT_TRUE(key.handle()); key 2644 content/child/webcrypto/shared_crypto_unittest.cc EXPECT_EQ(blink::WebCryptoKeyTypeSecret, key.type()); key 2647 content/child/webcrypto/shared_crypto_unittest.cc key.algorithm().id()); key 2648 content/child/webcrypto/shared_crypto_unittest.cc EXPECT_EQ(true, key.extractable()); key 2649 content/child/webcrypto/shared_crypto_unittest.cc EXPECT_EQ(blink::WebCryptoKeyUsageEncrypt, key.usages()); key 2679 content/child/webcrypto/shared_crypto_unittest.cc blink::WebCryptoKey key = ImportSecretKeyFromRaw( key 2832 content/child/webcrypto/shared_crypto_unittest.cc blink::WebCryptoKey key = ImportSecretKeyFromRaw( key 2840 content/child/webcrypto/shared_crypto_unittest.cc ExportKey(blink::WebCryptoKeyFormatRaw, key, &raw_key)); key 2847 content/child/webcrypto/shared_crypto_unittest.cc EXPECT_STATUS_SUCCESS(AesGcmEncrypt(key, key 2860 content/child/webcrypto/shared_crypto_unittest.cc EXPECT_STATUS_SUCCESS(AesGcmDecrypt(key, key 2871 content/child/webcrypto/shared_crypto_unittest.cc AesGcmDecrypt(key, key 2879 content/child/webcrypto/shared_crypto_unittest.cc AesGcmDecrypt(key, key 2887 content/child/webcrypto/shared_crypto_unittest.cc AesGcmDecrypt(key, key 2895 content/child/webcrypto/shared_crypto_unittest.cc AesGcmDecrypt(key, key 2909 content/child/webcrypto/shared_crypto_unittest.cc EXPECT_STATUS_ERROR(AesGcmDecrypt(key, key 2950 content/child/webcrypto/shared_crypto_unittest.cc blink::WebCryptoKey key = blink::WebCryptoKey::createNull(); key 2956 content/child/webcrypto/shared_crypto_unittest.cc &key)); key 2961 content/child/webcrypto/shared_crypto_unittest.cc blink::WebCryptoKeyFormatRaw, public_key, key, algorithm, &wrapped_key)); key 2973 content/child/webcrypto/shared_crypto_unittest.cc EXPECT_FALSE(key.isNull()); key 2974 content/child/webcrypto/shared_crypto_unittest.cc EXPECT_TRUE(key.handle()); key 2975 content/child/webcrypto/shared_crypto_unittest.cc EXPECT_EQ(blink::WebCryptoKeyTypeSecret, key.type()); key 2976 content/child/webcrypto/shared_crypto_unittest.cc EXPECT_EQ(key_algorithm.id(), key.algorithm().id()); key 2977 content/child/webcrypto/shared_crypto_unittest.cc EXPECT_EQ(true, key.extractable()); key 2978 content/child/webcrypto/shared_crypto_unittest.cc EXPECT_EQ(blink::WebCryptoKeyUsageSign, key.usages()); key 3020 content/child/webcrypto/shared_crypto_unittest.cc blink::WebCryptoKey key = blink::WebCryptoKey::createNull(); key 3026 content/child/webcrypto/shared_crypto_unittest.cc &key)); key 3033 content/child/webcrypto/shared_crypto_unittest.cc key, key 45 content/child/webcrypto/webcrypto_impl.cc const blink::WebCryptoKey& key, key 52 content/child/webcrypto/webcrypto_impl.cc algorithm, key, webcrypto::CryptoData(data, data_size), &buffer); key 60 content/child/webcrypto/webcrypto_impl.cc const blink::WebCryptoKey& key, key 67 content/child/webcrypto/webcrypto_impl.cc algorithm, key, webcrypto::CryptoData(data, data_size), &buffer); key 112 content/child/webcrypto/webcrypto_impl.cc blink::WebCryptoKey key = blink::WebCryptoKey::createNull(); key 114 content/child/webcrypto/webcrypto_impl.cc webcrypto::GenerateSecretKey(algorithm, extractable, usage_mask, &key); key 118 content/child/webcrypto/webcrypto_impl.cc DCHECK(key.handle()); key 119 content/child/webcrypto/webcrypto_impl.cc DCHECK_EQ(algorithm.id(), key.algorithm().id()); key 120 content/child/webcrypto/webcrypto_impl.cc DCHECK_EQ(extractable, key.extractable()); key 121 content/child/webcrypto/webcrypto_impl.cc DCHECK_EQ(usage_mask, key.usages()); key 122 content/child/webcrypto/webcrypto_impl.cc result.completeWithKey(key); key 134 content/child/webcrypto/webcrypto_impl.cc blink::WebCryptoKey key = blink::WebCryptoKey::createNull(); key 141 content/child/webcrypto/webcrypto_impl.cc &key); key 145 content/child/webcrypto/webcrypto_impl.cc DCHECK(key.handle()); key 146 content/child/webcrypto/webcrypto_impl.cc DCHECK(!key.algorithm().isNull()); key 147 content/child/webcrypto/webcrypto_impl.cc DCHECK_EQ(extractable, key.extractable()); key 148 content/child/webcrypto/webcrypto_impl.cc result.completeWithKey(key); key 153 content/child/webcrypto/webcrypto_impl.cc const blink::WebCryptoKey& key, key 156 content/child/webcrypto/webcrypto_impl.cc Status status = webcrypto::ExportKey(format, key, &buffer); key 164 content/child/webcrypto/webcrypto_impl.cc const blink::WebCryptoKey& key, key 171 content/child/webcrypto/webcrypto_impl.cc algorithm, key, webcrypto::CryptoData(data, data_size), &buffer); key 179 content/child/webcrypto/webcrypto_impl.cc const blink::WebCryptoKey& key, key 189 content/child/webcrypto/webcrypto_impl.cc key, key 200 content/child/webcrypto/webcrypto_impl.cc const blink::WebCryptoKey& key, key 207 content/child/webcrypto/webcrypto_impl.cc format, wrapping_key, key, wrap_algorithm, &buffer); key 224 content/child/webcrypto/webcrypto_impl.cc blink::WebCryptoKey key = blink::WebCryptoKey::createNull(); key 233 content/child/webcrypto/webcrypto_impl.cc &key); key 237 content/child/webcrypto/webcrypto_impl.cc result.completeWithKey(key); key 264 content/child/webcrypto/webcrypto_impl.cc blink::WebCryptoKey& key) { key 271 content/child/webcrypto/webcrypto_impl.cc &key); key 276 content/child/webcrypto/webcrypto_impl.cc const blink::WebCryptoKey& key, key 278 content/child/webcrypto/webcrypto_impl.cc Status status = webcrypto::SerializeKeyForClone(key, &key_data); key 26 content/child/webcrypto/webcrypto_impl.h const blink::WebCryptoKey& key, key 31 content/child/webcrypto/webcrypto_impl.h const blink::WebCryptoKey& key, key 51 content/child/webcrypto/webcrypto_impl.h const blink::WebCryptoKey& key, key 54 content/child/webcrypto/webcrypto_impl.h const blink::WebCryptoKey& key, key 59 content/child/webcrypto/webcrypto_impl.h const blink::WebCryptoKey& key, key 66 content/child/webcrypto/webcrypto_impl.h const blink::WebCryptoKey& key, key 102 content/child/webcrypto/webcrypto_impl.h blink::WebCryptoKey& key); key 104 content/child/webcrypto/webcrypto_impl.h virtual bool serializeKeyForClone(const blink::WebCryptoKey& key, key 13 content/common/content_paths.cc bool PathProvider(int key, base::FilePath* result) { key 14 content/common/content_paths.cc switch (key) { key 13 content/common/dom_storage/dom_storage_map.cc size_t size_of_item(const base::string16& key, const base::string16& value) { key 14 content/common/dom_storage/dom_storage_map.cc return (key.length() + value.length()) * sizeof(base::char16); key 57 content/common/dom_storage/dom_storage_map.cc base::NullableString16 DOMStorageMap::GetItem(const base::string16& key) const { key 58 content/common/dom_storage/dom_storage_map.cc DOMStorageValuesMap::const_iterator found = values_.find(key); key 65 content/common/dom_storage/dom_storage_map.cc const base::string16& key, const base::string16& value, key 67 content/common/dom_storage/dom_storage_map.cc DOMStorageValuesMap::const_iterator found = values_.find(key); key 74 content/common/dom_storage/dom_storage_map.cc 0 : size_of_item(key, old_value->string()); key 75 content/common/dom_storage/dom_storage_map.cc size_t new_item_size = size_of_item(key, value); key 83 content/common/dom_storage/dom_storage_map.cc values_[key] = base::NullableString16(value, false); key 90 content/common/dom_storage/dom_storage_map.cc const base::string16& key, key 92 content/common/dom_storage/dom_storage_map.cc DOMStorageValuesMap::iterator found = values_.find(key); key 98 content/common/dom_storage/dom_storage_map.cc bytes_used_ -= size_of_item(key, *old_value); key 28 content/common/dom_storage/dom_storage_map.h base::NullableString16 GetItem(const base::string16& key) const; key 29 content/common/dom_storage/dom_storage_map.h bool SetItem(const base::string16& key, const base::string16& value, key 31 content/common/dom_storage/dom_storage_map.h bool RemoveItem(const base::string16& key, base::string16* old_value); key 21 content/common/dom_storage/dom_storage_messages.h IPC_STRUCT_MEMBER(base::NullableString16, key) key 513 content/common/gpu/client/gl_helper_scaling.cc ShaderProgramKeyType key(type, swizzle); key 514 content/common/gpu/client/gl_helper_scaling.cc scoped_refptr<ShaderProgram>& cache_entry(shader_programs_[key]); key 859 content/common/gpu/gpu_channel.cc void GpuChannel::CacheShader(const std::string& key, key 862 content/common/gpu/gpu_channel.cc new GpuHostMsg_CacheShader(client_id_, key, shader)); key 146 content/common/gpu/gpu_channel.h void CacheShader(const std::string& key, const std::string& shader); key 918 content/common/gpu/gpu_command_buffer_stub.cc const std::string& key, const std::string& shader) { key 919 content/common/gpu/gpu_command_buffer_stub.cc channel_->CacheShader(key, shader); key 130 content/common/gpu/gpu_command_buffer_stub.h void SendCachedShader(const std::string& key, const std::string& shader); key 117 content/common/gpu/image_transport_surface_mac.cc const CFStringRef key, key 119 content/common/gpu/image_transport_surface_mac.cc CFDictionaryAddValue(dictionary, key, key 124 content/common/gpu/image_transport_surface_mac.cc const CFStringRef key, key 128 content/common/gpu/image_transport_surface_mac.cc CFDictionaryAddValue(dictionary, key, number.get()); key 27 content/common/indexed_db/indexed_db_key_range.cc IndexedDBKeyRange::IndexedDBKeyRange(const IndexedDBKey& key) key 28 content/common/indexed_db/indexed_db_key_range.cc : lower_(key), upper_(key), lower_open_(false), upper_open_(false) {} key 140 content/common/indexed_db/indexed_db_messages.h IPC_STRUCT_MEMBER(content::IndexedDBKey, key) key 238 content/common/indexed_db/indexed_db_messages.h IPC_STRUCT_MEMBER(content::IndexedDBKey, key) key 247 content/common/indexed_db/indexed_db_messages.h IPC_STRUCT_MEMBER(content::IndexedDBKey, key) key 106 content/common/plugin_list_win.cc base::win::RegKey key(root_key, reg_path.c_str(), KEY_READ); key 109 content/common/plugin_list_win.cc if (key.ReadValue(kRegistryPath, &path) == ERROR_SUCCESS) key 122 content/common/plugin_list_win.cc base::win::RegKey key(HKEY_LOCAL_MACHINE, full_path.c_str(), KEY_READ); key 124 content/common/plugin_list_win.cc if (key.ReadValue(L"Install Directory", &install_dir) != ERROR_SUCCESS) key 143 content/common/sandbox_win.cc bool AddKeyAndSubkeys(std::wstring key, key 148 content/common/sandbox_win.cc key.c_str()); key 152 content/common/sandbox_win.cc key += L"\\*"; key 154 content/common/sandbox_win.cc key.c_str()); key 244 content/ppapi_plugin/ppapi_webkitplatformsupport_impl.cc const blink::WebString& key, const blink::WebString& old_value, key 45 content/ppapi_plugin/ppapi_webkitplatformsupport_impl.h virtual void dispatchStorageEvent(const blink::WebString& key, key 424 content/public/android/java/src/org/chromium/content/browser/accessibility/AccessibilityInjector.java String key = keyIt.next(); key 426 content/public/android/java/src/org/chromium/content/browser/accessibility/AccessibilityInjector.java if (json.optJSONObject(key) == null && json.optJSONArray(key) == null) { key 427 content/public/android/java/src/org/chromium/content/browser/accessibility/AccessibilityInjector.java params.put(key, json.getString(key)); key 55 content/public/android/java/src/org/chromium/content/browser/crypto/CipherFactory.java public final Key key; key 58 content/public/android/java/src/org/chromium/content/browser/crypto/CipherFactory.java public CipherData(Key key, byte[] iv) { key 59 content/public/android/java/src/org/chromium/content/browser/crypto/CipherFactory.java this.key = key; key 102 content/public/android/java/src/org/chromium/content/browser/crypto/CipherFactory.java cipher.init(opmode, data.key, new IvParameterSpec(data.iv)); key 214 content/public/android/java/src/org/chromium/content/browser/crypto/CipherFactory.java byte[] wrappedKey = data.key.getEncoded(); key 245 content/public/android/java/src/org/chromium/content/browser/crypto/CipherFactory.java } else if (mData.key.equals(bundledKey) && Arrays.equals(mData.iv, iv)) { key 146 content/public/android/javatests/src/org/chromium/content/browser/crypto/CipherFactoryTest.java byte[] key = mNumberProvider.getBytes(CipherFactory.NUM_BYTES, (byte) 100); key 147 content/public/android/javatests/src/org/chromium/content/browser/crypto/CipherFactoryTest.java bBundle.putByteArray(CipherFactory.BUNDLE_KEY, key); key 158 content/public/android/javatests/src/org/chromium/content/browser/crypto/CipherFactoryTest.java byte[] key = mNumberProvider.getBytes(CipherFactory.NUM_BYTES, (byte) 100); key 161 content/public/android/javatests/src/org/chromium/content/browser/crypto/CipherFactoryTest.java bundle.putByteArray(CipherFactory.BUNDLE_KEY, key); key 175 content/public/android/javatests/src/org/chromium/content/browser/crypto/CipherFactoryTest.java byte[] key = mNumberProvider.getBytes(CipherFactory.NUM_BYTES, (byte) 100); key 178 content/public/android/javatests/src/org/chromium/content/browser/crypto/CipherFactoryTest.java bundle.putByteArray(CipherFactory.BUNDLE_KEY, key); key 532 content/public/browser/content_browser_client.h const std::string& key, key 195 content/public/browser/navigation_entry.h virtual void SetExtraData(const std::string& key, key 198 content/public/browser/navigation_entry.h virtual bool GetExtraData(const std::string& key, key 201 content/public/browser/navigation_entry.h virtual void ClearExtraData(const std::string& key) = 0; key 106 content/public/renderer/pepper_plugin_instance.h virtual void SetEmbedProperty(PP_Var key, PP_Var value) = 0; key 46 content/renderer/dom_storage/dom_storage_cached_area.cc const base::string16& key) { key 48 content/renderer/dom_storage/dom_storage_cached_area.cc base::NullableString16 result = map_->GetItem(key); key 51 content/renderer/dom_storage/dom_storage_cached_area.cc proxy_->LogGetItem(connection_id, key, result); key 57 content/renderer/dom_storage/dom_storage_cached_area.cc const base::string16& key, key 62 content/renderer/dom_storage/dom_storage_cached_area.cc if (key.length() + value.length() > kPerStorageAreaQuota) key 67 content/renderer/dom_storage/dom_storage_cached_area.cc if (!map_->SetItem(key, value, &unused)) key 71 content/renderer/dom_storage/dom_storage_cached_area.cc ignore_key_mutations_[key]++; key 73 content/renderer/dom_storage/dom_storage_cached_area.cc connection_id, key, value, page_url, key 75 content/renderer/dom_storage/dom_storage_cached_area.cc weak_factory_.GetWeakPtr(), key)); key 80 content/renderer/dom_storage/dom_storage_cached_area.cc const base::string16& key, key 84 content/renderer/dom_storage/dom_storage_cached_area.cc if (!map_->RemoveItem(key, &unused)) key 88 content/renderer/dom_storage/dom_storage_cached_area.cc ignore_key_mutations_[key]++; key 90 content/renderer/dom_storage/dom_storage_cached_area.cc connection_id, key, page_url, key 92 content/renderer/dom_storage/dom_storage_cached_area.cc weak_factory_.GetWeakPtr(), key)); key 109 content/renderer/dom_storage/dom_storage_cached_area.cc const base::NullableString16& key, key 114 content/renderer/dom_storage/dom_storage_cached_area.cc if (key.is_null()) { key 135 content/renderer/dom_storage/dom_storage_cached_area.cc if (should_ignore_key_mutation(key.string())) key 141 content/renderer/dom_storage/dom_storage_cached_area.cc map_->RemoveItem(key.string(), &unused); key 150 content/renderer/dom_storage/dom_storage_cached_area.cc map_->SetItem(key.string(), new_value.string(), &unused); key 222 content/renderer/dom_storage/dom_storage_cached_area.cc void DOMStorageCachedArea::OnSetItemComplete(const base::string16& key, key 229 content/renderer/dom_storage/dom_storage_cached_area.cc ignore_key_mutations_.find(key); key 235 content/renderer/dom_storage/dom_storage_cached_area.cc void DOMStorageCachedArea::OnRemoveItemComplete(const base::string16& key, key 239 content/renderer/dom_storage/dom_storage_cached_area.cc ignore_key_mutations_.find(key); key 39 content/renderer/dom_storage/dom_storage_cached_area.h base::NullableString16 GetItem(int connection_id, const base::string16& key); key 41 content/renderer/dom_storage/dom_storage_cached_area.h const base::string16& key, key 45 content/renderer/dom_storage/dom_storage_cached_area.h const base::string16& key, key 49 content/renderer/dom_storage/dom_storage_cached_area.h void ApplyMutation(const base::NullableString16& key, key 74 content/renderer/dom_storage/dom_storage_cached_area.h void OnSetItemComplete(const base::string16& key, bool success); key 76 content/renderer/dom_storage/dom_storage_cached_area.h void OnRemoveItemComplete(const base::string16& key, bool success); key 78 content/renderer/dom_storage/dom_storage_cached_area.h bool should_ignore_key_mutation(const base::string16& key) const { key 79 content/renderer/dom_storage/dom_storage_cached_area.h return ignore_key_mutations_.find(key) != ignore_key_mutations_.end(); key 38 content/renderer/dom_storage/dom_storage_cached_area_unittest.cc const base::string16& key, key 45 content/renderer/dom_storage/dom_storage_cached_area_unittest.cc observed_key_ = key; key 51 content/renderer/dom_storage/dom_storage_cached_area_unittest.cc const base::string16& key, key 56 content/renderer/dom_storage/dom_storage_cached_area_unittest.cc const base::string16& key, key 62 content/renderer/dom_storage/dom_storage_cached_area_unittest.cc observed_key_ = key; key 147 content/renderer/dom_storage/dom_storage_cached_area_unittest.cc const base::string16& key) { key 148 content/renderer/dom_storage/dom_storage_cached_area_unittest.cc return cached_area->should_ignore_key_mutation(key); key 114 content/renderer/dom_storage/dom_storage_dispatcher.cc virtual void SetItem(int connection_id, const base::string16& key, key 117 content/renderer/dom_storage/dom_storage_dispatcher.cc virtual void LogGetItem(int connection_id, const base::string16& key, key 119 content/renderer/dom_storage/dom_storage_dispatcher.cc virtual void RemoveItem(int connection_id, const base::string16& key, key 164 content/renderer/dom_storage/dom_storage_dispatcher.cc CachedAreaHolder* GetAreaHolder(const std::string& key) { key 165 content/renderer/dom_storage/dom_storage_dispatcher.cc CachedAreaMap::iterator found = cached_areas_.find(key); key 185 content/renderer/dom_storage/dom_storage_dispatcher.cc std::string key = GetCachedAreaKey(namespace_id, origin); key 186 content/renderer/dom_storage/dom_storage_dispatcher.cc if (CachedAreaHolder* holder = GetAreaHolder(key)) { key 192 content/renderer/dom_storage/dom_storage_dispatcher.cc cached_areas_[key] = CachedAreaHolder(area.get(), 1, namespace_id); key 198 content/renderer/dom_storage/dom_storage_dispatcher.cc std::string key = GetCachedAreaKey(area->namespace_id(), area->origin()); key 199 content/renderer/dom_storage/dom_storage_dispatcher.cc CachedAreaHolder* holder = GetAreaHolder(key); key 204 content/renderer/dom_storage/dom_storage_dispatcher.cc cached_areas_.erase(key); key 210 content/renderer/dom_storage/dom_storage_dispatcher.cc std::string key = GetCachedAreaKey(namespace_id, origin); key 211 content/renderer/dom_storage/dom_storage_dispatcher.cc CachedAreaHolder* holder = GetAreaHolder(key); key 247 content/renderer/dom_storage/dom_storage_dispatcher.cc int connection_id, const base::string16& key, key 252 content/renderer/dom_storage/dom_storage_dispatcher.cc connection_id, key, value, page_url)); key 256 content/renderer/dom_storage/dom_storage_dispatcher.cc int connection_id, const base::string16& key, key 258 content/renderer/dom_storage/dom_storage_dispatcher.cc sender_->Send(new DOMStorageHostMsg_LogGetItem(connection_id, key, value)); key 262 content/renderer/dom_storage/dom_storage_dispatcher.cc int connection_id, const base::string16& key, const GURL& page_url, key 266 content/renderer/dom_storage/dom_storage_dispatcher.cc connection_id, key, page_url)); key 328 content/renderer/dom_storage/dom_storage_dispatcher.cc cached_area->ApplyMutation(params.key, params.new_value); key 333 content/renderer/dom_storage/dom_storage_dispatcher.cc params.key, key 344 content/renderer/dom_storage/dom_storage_dispatcher.cc params.key, key 28 content/renderer/dom_storage/dom_storage_proxy.h const base::string16& key, key 34 content/renderer/dom_storage/dom_storage_proxy.h const base::string16& key, key 38 content/renderer/dom_storage/dom_storage_proxy.h const base::string16& key, key 58 content/renderer/dom_storage/webstoragearea_impl.cc WebString WebStorageAreaImpl::getItem(const WebString& key) { key 59 content/renderer/dom_storage/webstoragearea_impl.cc return cached_area_->GetItem(connection_id_, key); key 63 content/renderer/dom_storage/webstoragearea_impl.cc const WebString& key, const WebString& value, const WebURL& page_url, key 65 content/renderer/dom_storage/webstoragearea_impl.cc if (!cached_area_->SetItem(connection_id_, key, value, page_url)) key 72 content/renderer/dom_storage/webstoragearea_impl.cc const WebString& key, const WebURL& page_url) { key 73 content/renderer/dom_storage/webstoragearea_impl.cc cached_area_->RemoveItem(connection_id_, key, page_url); key 28 content/renderer/dom_storage/webstoragearea_impl.h virtual blink::WebString key(unsigned index); key 29 content/renderer/dom_storage/webstoragearea_impl.h virtual blink::WebString getItem(const blink::WebString& key); key 31 content/renderer/dom_storage/webstoragearea_impl.h const blink::WebString& key, const blink::WebString& value, key 34 content/renderer/dom_storage/webstoragearea_impl.h const blink::WebString& key, const blink::WebURL& page_url); key 1330 content/renderer/media/android/webmediaplayer_android.cc const unsigned char* key, key 1336 content/renderer/media/android/webmediaplayer_android.cc << std::string(reinterpret_cast<const char*>(key), key 1347 content/renderer/media/android/webmediaplayer_android.cc key, key 1358 content/renderer/media/android/webmediaplayer_android.cc const unsigned char* key, key 1363 content/renderer/media/android/webmediaplayer_android.cc DCHECK(key); key 1373 content/renderer/media/android/webmediaplayer_android.cc key, key_length, init_data, init_data_length, session_id); key 211 content/renderer/media/android/webmediaplayer_android.h const unsigned char* key, key 269 content/renderer/media/android/webmediaplayer_android.h const unsigned char* key, key 48 content/renderer/media/audio_renderer_mixer_manager.cc const MixerKey key(source_render_view_id, params); key 51 content/renderer/media/audio_renderer_mixer_manager.cc AudioRendererMixerMap::iterator it = mixers_.find(key); key 88 content/renderer/media/audio_renderer_mixer_manager.cc mixers_[key] = mixer_reference; key 95 content/renderer/media/audio_renderer_mixer_manager.cc const MixerKey key(source_render_view_id, params); key 98 content/renderer/media/audio_renderer_mixer_manager.cc AudioRendererMixerMap::iterator it = mixers_.find(key); key 132 content/renderer/media/crypto/proxy_decryptor.cc void ProxyDecryptor::AddKey(const uint8* key, key 165 content/renderer/media/crypto/proxy_decryptor.cc media::GenerateJWKSet(key, key_length, init_data, init_data_length); key 172 content/renderer/media/crypto/proxy_decryptor.cc media_keys_->UpdateSession(session_id, key, key_length); key 86 content/renderer/media/crypto/proxy_decryptor.h void AddKey(const uint8* key, int key_length, key 26 content/renderer/media/media_stream_audio_processor_options.cc const char* key; key 57 content/renderer/media/media_stream_audio_processor_options.cc if (!webrtc::FindConstraint(constraints, kDefaultAudioConstraints[i].key, key 59 content/renderer/media/media_stream_audio_processor_options.cc constraints->AddOptional(kDefaultAudioConstraints[i].key, key 62 content/renderer/media/media_stream_audio_processor_options.cc DVLOG(1) << "Constraint " << kDefaultAudioConstraints[i].key key 81 content/renderer/media/media_stream_audio_processor_options.cc kDefaultAudioConstraints[i].key, &value, NULL) && key 91 content/renderer/media/media_stream_audio_processor_options.cc const std::string& key) { key 93 content/renderer/media/media_stream_audio_processor_options.cc return webrtc::FindConstraint(constraints, key, &value, NULL) && value; key 52 content/renderer/media/media_stream_audio_processor_options.h const std::string& key); key 27 content/renderer/media/mock_media_constraint_factory.cc void MockMediaConstraintFactory::AddMandatory(const std::string& key, key 29 content/renderer/media/mock_media_constraint_factory.cc mandatory_.push_back(blink::WebMediaConstraint(base::UTF8ToUTF16(key), key 33 content/renderer/media/mock_media_constraint_factory.cc void MockMediaConstraintFactory::AddMandatory(const std::string& key, key 36 content/renderer/media/mock_media_constraint_factory.cc base::UTF8ToUTF16(key), key 40 content/renderer/media/mock_media_constraint_factory.cc void MockMediaConstraintFactory::AddOptional(const std::string& key, key 42 content/renderer/media/mock_media_constraint_factory.cc optional_.push_back(blink::WebMediaConstraint(base::UTF8ToUTF16(key), key 46 content/renderer/media/mock_media_constraint_factory.cc void MockMediaConstraintFactory::AddOptional(const std::string& key, key 49 content/renderer/media/mock_media_constraint_factory.cc base::UTF8ToUTF16(key), key 21 content/renderer/media/mock_media_constraint_factory.h void AddMandatory(const std::string& key, int value); key 22 content/renderer/media/mock_media_constraint_factory.h void AddMandatory(const std::string& key, double value); key 23 content/renderer/media/mock_media_constraint_factory.h void AddOptional(const std::string& key, int value); key 24 content/renderer/media/mock_media_constraint_factory.h void AddOptional(const std::string& key, double value); key 46 content/renderer/media/peer_connection_tracker.cc result += mandatory[i].key + ":" + mandatory[i].value; key 58 content/renderer/media/peer_connection_tracker.cc result += optional[i].key + ":" + optional[i].value; key 25 content/renderer/media/rtc_media_constraints.cc new_constraint.key = constraints[i].m_name.utf8(); key 29 content/renderer/media/rtc_media_constraints.cc if (new_constraint.key == kMediaStreamSource || key 30 content/renderer/media/rtc_media_constraints.cc new_constraint.key == kMediaStreamSourceId) key 34 content/renderer/media/rtc_media_constraints.cc if (new_constraint.key == kMediaStreamSourceInfoId) key 38 content/renderer/media/rtc_media_constraints.cc if (MediaStreamVideoSource::IsConstraintSupported(new_constraint.key)) key 41 content/renderer/media/rtc_media_constraints.cc DVLOG(3) << "MediaStreamConstraints:" << new_constraint.key key 75 content/renderer/media/rtc_media_constraints.cc bool RTCMediaConstraints::AddOptional(const std::string& key, key 78 content/renderer/media/rtc_media_constraints.cc return AddConstraint(&optional_, key, value, override_if_exists); key 81 content/renderer/media/rtc_media_constraints.cc bool RTCMediaConstraints::AddMandatory(const std::string& key, key 84 content/renderer/media/rtc_media_constraints.cc return AddConstraint(&mandatory_, key, value, override_if_exists); key 88 content/renderer/media/rtc_media_constraints.cc const std::string& key, key 94 content/renderer/media/rtc_media_constraints.cc if (iter->key == key) { key 101 content/renderer/media/rtc_media_constraints.cc constraints->push_back(Constraint(key, value)); key 33 content/renderer/media/rtc_media_constraints.h bool AddMandatory(const std::string& key, const std::string& value, key 36 content/renderer/media/rtc_media_constraints.h bool AddOptional(const std::string& key, const std::string& value, key 41 content/renderer/media/rtc_media_constraints.h const std::string& key, key 818 content/renderer/media/webmediaplayer_impl.cc const unsigned char* key, key 824 content/renderer/media/webmediaplayer_impl.cc << std::string(reinterpret_cast<const char*>(key), key 835 content/renderer/media/webmediaplayer_impl.cc key, key 846 content/renderer/media/webmediaplayer_impl.cc const unsigned char* key, key 851 content/renderer/media/webmediaplayer_impl.cc DCHECK(key); key 861 content/renderer/media/webmediaplayer_impl.cc key, key_length, init_data, init_data_length, session_id); key 146 content/renderer/media/webmediaplayer_impl.h const unsigned char* key, key 216 content/renderer/media/webmediaplayer_impl.h const unsigned char* key, key 51 content/renderer/media/webrtc_identity_service_unittest.cc void OnIdentityReady(const std::string& cert, const std::string& key) { key 53 content/renderer/media/webrtc_identity_service_unittest.cc last_private_key_ = key; key 226 content/renderer/p2p/port_allocator.cc std::string key; key 228 content/renderer/p2p/port_allocator.cc base::TrimWhitespaceASCII(it->first, base::TRIM_ALL, &key); key 231 content/renderer/p2p/port_allocator.cc if (key == "username") { key 237 content/renderer/p2p/port_allocator.cc } else if (key == "password") { key 243 content/renderer/p2p/port_allocator.cc } else if (key == "relay.ip") { key 249 content/renderer/p2p/port_allocator.cc } else if (key == "relay.udp_port") { key 252 content/renderer/p2p/port_allocator.cc } else if (key == "relay.tcp_port") { key 255 content/renderer/p2p/port_allocator.cc } else if (key == "relay.ssltcp_port") { key 79 content/renderer/pepper/fake_pepper_plugin_instance.cc void FakePepperPluginInstance::SetEmbedProperty(PP_Var key, PP_Var value) {} key 41 content/renderer/pepper/fake_pepper_plugin_instance.h virtual void SetEmbedProperty(PP_Var key, PP_Var value) OVERRIDE; key 563 content/renderer/pepper/message_channel.cc bool MessageChannel::GetReadOnlyProperty(NPIdentifier key, key 566 content/renderer/pepper/message_channel.cc internal_properties_.find(key); key 575 content/renderer/pepper/message_channel.cc void MessageChannel::SetReadOnlyProperty(PP_Var key, PP_Var value) { key 576 content/renderer/pepper/message_channel.cc internal_properties_[PPVarToNPIdentifier(key)] = ppapi::ScopedPPVar(value); key 88 content/renderer/pepper/message_channel.h bool GetReadOnlyProperty(NPIdentifier key, NPVariant* value) const; key 89 content/renderer/pepper/message_channel.h void SetReadOnlyProperty(PP_Var key, PP_Var value); key 3079 content/renderer/pepper/pepper_plugin_instance_impl.cc void PepperPluginInstanceImpl::SetEmbedProperty(PP_Var key, key 3081 content/renderer/pepper/pepper_plugin_instance_impl.cc message_channel_->SetReadOnlyProperty(key, value); key 375 content/renderer/pepper/pepper_plugin_instance_impl.h virtual void SetEmbedProperty(PP_Var key, PP_Var value) OVERRIDE; key 368 content/renderer/pepper/v8_var_converter.cc const std::string& key = iter->first; key 380 content/renderer/pepper/v8_var_converter.cc key.c_str(), key 382 content/renderer/pepper/v8_var_converter.cc key.length()), key 385 content/renderer/pepper/v8_var_converter.cc LOG(ERROR) << "Setter for property " << key.c_str() << " threw an " key 493 content/renderer/pepper/v8_var_converter.cc v8::Handle<v8::Value> key(property_names->Get(i)); key 496 content/renderer/pepper/v8_var_converter.cc if (!key->IsString() && !key->IsNumber()) { key 497 content/renderer/pepper/v8_var_converter.cc NOTREACHED() << "Key \"" << *v8::String::Utf8Value(key) << "\" " key 505 content/renderer/pepper/v8_var_converter.cc if (v8_object->HasRealNamedCallbackProperty(key->ToString())) key 508 content/renderer/pepper/v8_var_converter.cc v8::String::Utf8Value name_utf8(key->ToString()); key 511 content/renderer/pepper/v8_var_converter.cc v8::Handle<v8::Value> child_v8 = v8_object->Get(key); key 128 content/renderer/pepper/v8_var_converter_unittest.cc v8::Handle<v8::Value> key(property_names->Get(i)); key 130 content/renderer/pepper/v8_var_converter_unittest.cc if (!key->IsString() && !key->IsNumber()) key 132 content/renderer/pepper/v8_var_converter_unittest.cc v8::Handle<v8::Value> child_v8 = v8_object->Get(key); key 134 content/renderer/pepper/v8_var_converter_unittest.cc v8::String::Utf8Value name_utf8(key->ToString()); key 379 content/renderer/pepper/v8_var_converter_unittest.cc std::string key = "1"; key 382 content/renderer/pepper/v8_var_converter_unittest.cc isolate_, key.c_str(), v8::String::kNormalString, key.length()), key 288 content/renderer/render_view_browsertest.cc unicode_key = gdk_keyval_to_unicode(events[i]->key.keyval); key 1986 content/renderer/render_view_impl.cc void RenderViewImpl::didUpdateInspectorSetting(const WebString& key, key 1989 content/renderer/render_view_impl.cc key.utf8(), key 489 content/renderer/render_view_impl.h virtual void didUpdateInspectorSetting(const blink::WebString& key, key 209 content/renderer/v8_value_converter_impl.cc const std::string& key = iter.key(); key 216 content/renderer/v8_value_converter_impl.cc isolate, key.c_str(), v8::String::kNormalString, key.length()), key 219 content/renderer/v8_value_converter_impl.cc LOG(ERROR) << "Setter for property " << key.c_str() << " threw an " key 420 content/renderer/v8_value_converter_impl.cc v8::Handle<v8::Value> key(property_names->Get(i)); key 423 content/renderer/v8_value_converter_impl.cc if (!key->IsString() && key 424 content/renderer/v8_value_converter_impl.cc !key->IsNumber()) { key 425 content/renderer/v8_value_converter_impl.cc NOTREACHED() << "Key \"" << *v8::String::Utf8Value(key) << "\" " key 430 content/renderer/v8_value_converter_impl.cc v8::String::Utf8Value name_utf8(key->ToString()); key 433 content/renderer/v8_value_converter_impl.cc v8::Handle<v8::Value> child_v8 = val->Get(key); key 64 content/renderer/v8_value_converter_impl_unittest.cc std::string GetString(base::DictionaryValue* value, const std::string& key) { key 66 content/renderer/v8_value_converter_impl_unittest.cc if (!value->GetString(key, &temp)) { key 73 content/renderer/v8_value_converter_impl_unittest.cc std::string GetString(v8::Handle<v8::Object> value, const std::string& key) { key 75 content/renderer/v8_value_converter_impl_unittest.cc value->Get(v8::String::NewFromUtf8(isolate_, key.c_str())) key 104 content/renderer/v8_value_converter_impl_unittest.cc bool IsNull(base::DictionaryValue* value, const std::string& key) { key 106 content/renderer/v8_value_converter_impl_unittest.cc if (!value->Get(key, &child)) { key 113 content/renderer/v8_value_converter_impl_unittest.cc bool IsNull(v8::Handle<v8::Object> value, const std::string& key) { key 115 content/renderer/v8_value_converter_impl_unittest.cc value->Get(v8::String::NewFromUtf8(isolate_, key.c_str())); key 638 content/renderer/v8_value_converter_impl_unittest.cc const std::string key("key"); key 643 content/renderer/v8_value_converter_impl_unittest.cc isolate_, key.c_str(), v8::String::kNormalString, key.length()), key 649 content/renderer/v8_value_converter_impl_unittest.cc expected_dictionary.Set(key, base::Value::CreateNullValue()); key 20 content/renderer/web_ui_extension_data.cc std::string WebUIExtensionData::GetValue(const std::string& key) const { key 22 content/renderer/web_ui_extension_data.cc variable_map_.find(key); key 26 content/renderer/web_ui_extension_data.h std::string GetValue(const std::string& key) const; key 78 content/shell/browser/shell_browser_main_parts.cc base::StringPiece PlatformResourceProvider(int key) { key 79 content/shell/browser/shell_browser_main_parts.cc if (key == IDR_DIR_HEADER_HTML) { key 189 content/shell/renderer/test_runner/test_runner.cc void OverridePreference(const std::string key, v8::Handle<v8::Value> value); key 919 content/shell/renderer/test_runner/test_runner.cc void TestRunnerBindings::OverridePreference(const std::string key, key 922 content/shell/renderer/test_runner/test_runner.cc runner_->OverridePreference(key, value); key 2273 content/shell/renderer/test_runner/test_runner.cc void TestRunner::OverridePreference(const std::string key, key 2276 content/shell/renderer/test_runner/test_runner.cc if (key == "WebKitDefaultFontSize") { key 2278 content/shell/renderer/test_runner/test_runner.cc } else if (key == "WebKitMinimumFontSize") { key 2280 content/shell/renderer/test_runner/test_runner.cc } else if (key == "WebKitDefaultTextEncodingName") { key 2282 content/shell/renderer/test_runner/test_runner.cc } else if (key == "WebKitJavaScriptEnabled") { key 2284 content/shell/renderer/test_runner/test_runner.cc } else if (key == "WebKitSupportsMultipleWindows") { key 2286 content/shell/renderer/test_runner/test_runner.cc } else if (key == "WebKitDisplayImagesKey") { key 2288 content/shell/renderer/test_runner/test_runner.cc } else if (key == "WebKitPluginsEnabled") { key 2290 content/shell/renderer/test_runner/test_runner.cc } else if (key == "WebKitJavaEnabled") { key 2292 content/shell/renderer/test_runner/test_runner.cc } else if (key == "WebKitOfflineWebApplicationCacheEnabled") { key 2294 content/shell/renderer/test_runner/test_runner.cc } else if (key == "WebKitTabToLinksPreferenceKey") { key 2296 content/shell/renderer/test_runner/test_runner.cc } else if (key == "WebKitWebGLEnabled") { key 2298 content/shell/renderer/test_runner/test_runner.cc } else if (key == "WebKitCSSRegionsEnabled") { key 2300 content/shell/renderer/test_runner/test_runner.cc } else if (key == "WebKitCSSGridLayoutEnabled") { key 2302 content/shell/renderer/test_runner/test_runner.cc } else if (key == "WebKitHyperlinkAuditingEnabled") { key 2304 content/shell/renderer/test_runner/test_runner.cc } else if (key == "WebKitEnableCaretBrowsing") { key 2306 content/shell/renderer/test_runner/test_runner.cc } else if (key == "WebKitAllowDisplayingInsecureContent") { key 2308 content/shell/renderer/test_runner/test_runner.cc } else if (key == "WebKitAllowRunningInsecureContent") { key 2310 content/shell/renderer/test_runner/test_runner.cc } else if (key == "WebKitShouldRespectImageOrientation") { key 2312 content/shell/renderer/test_runner/test_runner.cc } else if (key == "WebKitWebAudioEnabled") { key 2316 content/shell/renderer/test_runner/test_runner.cc message.append(key); key 320 content/shell/renderer/test_runner/test_runner.h void OverridePreference(const std::string key, v8::Handle<v8::Value> value); key 614 content/shell/tools/plugin/main.cpp if (obj->eventLogging && event->data.key.characters) key 615 content/shell/tools/plugin/main.cpp pluginLog(instance, "keyDown '%c'", CFStringGetCharacterAtIndex(reinterpret_cast<CFStringRef>(event->data.key.characters), 0)); key 621 content/shell/tools/plugin/main.cpp if (obj->eventLogging && event->data.key.characters) { key 622 content/shell/tools/plugin/main.cpp pluginLog(instance, "keyUp '%c'", CFStringGetCharacterAtIndex(reinterpret_cast<CFStringRef>(event->data.key.characters), 0)); key 175 content/worker/worker_webkitplatformsupport_impl.cc const WebString& key, const WebString& old_value, key 60 content/worker/worker_webkitplatformsupport_impl.h const blink::WebString& key, const blink::WebString& old_value, key 44 content/zygote/zygote_linux.cc int LookUpFd(const base::GlobalDescriptors::Mapping& fd_mapping, uint32_t key) { key 46 content/zygote/zygote_linux.cc if (fd_mapping[index].first == key) key 479 content/zygote/zygote_linux.cc base::GlobalDescriptors::Key key; key 480 content/zygote/zygote_linux.cc if (!pickle.ReadUInt32(&iter, &key)) key 482 content/zygote/zygote_linux.cc mapping.push_back(std::make_pair(key, fds[i])); key 87 crypto/ec_private_key.h SECKEYPrivateKey** key, key 92 crypto/ec_private_key.h EVP_PKEY* key() { return key_; } key 94 crypto/ec_private_key.h SECKEYPrivateKey* key() { return key_; } key 57 crypto/ec_private_key_nss.cc static bool ReadAttribute(SECKEYPrivateKey* key, key 62 crypto/ec_private_key_nss.cc rv = PK11_ReadRawAttribute(PK11_TypePrivKey, key, type, &item); key 150 crypto/ec_private_key_nss.cc SECKEYPrivateKey** key, key 198 crypto/ec_private_key_nss.cc key, key 25 crypto/ec_private_key_openssl.cc typedef int (*ExportBioFunction)(BIO* bio, const void* key); key 28 crypto/ec_private_key_openssl.cc bool ExportKeyWithBio(const void* key, key 31 crypto/ec_private_key_openssl.cc if (!key) key 38 crypto/ec_private_key_openssl.cc if (!export_fn(bio.get(), key)) key 55 crypto/ec_private_key_openssl.cc typedef int (*ExportDataFunction)(const void* key, unsigned char** data); key 58 crypto/ec_private_key_openssl.cc bool ExportKey(const void* key, key 61 crypto/ec_private_key_openssl.cc if (!key) key 64 crypto/ec_private_key_openssl.cc int data_len = export_fn(key, NULL); key 70 crypto/ec_private_key_openssl.cc if (export_fn(key, &data) < 0) key 19 crypto/ec_signature_creator.cc ECSignatureCreator* ECSignatureCreator::Create(ECPrivateKey* key) { key 21 crypto/ec_signature_creator.cc return g_factory_->Create(key); key 22 crypto/ec_signature_creator.cc return new ECSignatureCreatorImpl(key); key 23 crypto/ec_signature_creator.h virtual ECSignatureCreator* Create(ECPrivateKey* key) = 0; key 37 crypto/ec_signature_creator.h static ECSignatureCreator* Create(ECPrivateKey* key); key 15 crypto/ec_signature_creator_impl.h explicit ECSignatureCreatorImpl(ECPrivateKey* key); key 26 crypto/ec_signature_creator_nss.cc SECKEYPrivateKey* key, key 29 crypto/ec_signature_creator_nss.cc if (key->keyType != ecKey) { key 45 crypto/ec_signature_creator_nss.cc int signature_len = PK11_SignatureLen(key); key 49 crypto/ec_signature_creator_nss.cc rv = PK11_Sign(key, &sig, &hash); key 61 crypto/ec_signature_creator_nss.cc ECSignatureCreatorImpl::ECSignatureCreatorImpl(ECPrivateKey* key) key 62 crypto/ec_signature_creator_nss.cc : key_(key), key 86 crypto/ec_signature_creator_nss.cc SignData(&result, &secret, key_->key(), HASH_AlgSHA256, &signature_len_); key 19 crypto/ec_signature_creator_openssl.cc ECSignatureCreatorImpl::ECSignatureCreatorImpl(ECPrivateKey* key) key 20 crypto/ec_signature_creator_openssl.cc : key_(key), signature_len_(0) { key 33 crypto/ec_signature_creator_openssl.cc !EVP_DigestSignInit(ctx.get(), NULL, EVP_sha256(), NULL, key_->key()) || key 30 crypto/ec_signature_creator_unittest.cc scoped_ptr<crypto::ECPrivateKey> key( key 33 crypto/ec_signature_creator_unittest.cc ASSERT_TRUE(key.get()); key 34 crypto/ec_signature_creator_unittest.cc ASSERT_TRUE(key->key() != NULL); key 37 crypto/ec_signature_creator_unittest.cc crypto::ECSignatureCreator::Create(key.get())); key 64 crypto/encryptor.h bool Init(SymmetricKey* key, Mode mode, const base::StringPiece& iv); key 44 crypto/encryptor_nss.cc bool Encryptor::Init(SymmetricKey* key, key 47 crypto/encryptor_nss.cc DCHECK(key); key 50 crypto/encryptor_nss.cc key_ = key; key 79 crypto/encryptor_nss.cc key_->key(), key 94 crypto/encryptor_nss.cc key_->key(), param_.get())); key 19 crypto/encryptor_openssl.cc const EVP_CIPHER* GetCipherForKey(SymmetricKey* key) { key 20 crypto/encryptor_openssl.cc switch (key->key().length()) { key 55 crypto/encryptor_openssl.cc bool Encryptor::Init(SymmetricKey* key, key 58 crypto/encryptor_openssl.cc DCHECK(key); key 65 crypto/encryptor_openssl.cc if (GetCipherForKey(key) == NULL) key 68 crypto/encryptor_openssl.cc key_ = key; key 102 crypto/encryptor_openssl.cc const std::string& key = key_->key(); key 104 crypto/encryptor_openssl.cc DCHECK_EQ(EVP_CIPHER_key_length(cipher), static_cast<int>(key.length())); key 108 crypto/encryptor_openssl.cc reinterpret_cast<const uint8*>(key.data()), key 148 crypto/encryptor_openssl.cc if (AES_set_encrypt_key(reinterpret_cast<const uint8*>(key_->key().data()), key 149 crypto/encryptor_openssl.cc key_->key().size() * 8, &aes_key) != 0) { key 15 crypto/encryptor_unittest.cc scoped_ptr<crypto::SymmetricKey> key( key 18 crypto/encryptor_unittest.cc EXPECT_TRUE(key.get()); key 24 crypto/encryptor_unittest.cc EXPECT_TRUE(encryptor.Init(key.get(), crypto::Encryptor::CBC, iv)); key 39 crypto/encryptor_unittest.cc scoped_ptr<crypto::SymmetricKey> key( key 42 crypto/encryptor_unittest.cc EXPECT_TRUE(key.get()); key 68 crypto/encryptor_unittest.cc EXPECT_TRUE(encryptor.Init(key.get(), crypto::Encryptor::CBC, iv)); key 184 crypto/encryptor_unittest.cc const unsigned char* key, size_t key_size, key 188 crypto/encryptor_unittest.cc std::string key_str(reinterpret_cast<const char*>(key), key_size); key 216 crypto/encryptor_unittest.cc const unsigned char* key, size_t key_size, key 220 crypto/encryptor_unittest.cc std::string key_str(reinterpret_cast<const char*>(key), key_size); key 284 crypto/encryptor_unittest.cc scoped_ptr<crypto::SymmetricKey> key( key 287 crypto/encryptor_unittest.cc EXPECT_TRUE(key.get()); key 291 crypto/encryptor_unittest.cc EXPECT_TRUE(encryptor.Init(key.get(), crypto::Encryptor::CTR, "")); key 406 crypto/encryptor_unittest.cc std::string key(reinterpret_cast<const char*>(kRawKey), sizeof(kRawKey)); key 408 crypto/encryptor_unittest.cc crypto::SymmetricKey::AES, key)); key 433 crypto/encryptor_unittest.cc std::string key = "128=SixteenBytes"; key 441 crypto/encryptor_unittest.cc crypto::SymmetricKey::AES, key)); key 461 crypto/encryptor_unittest.cc std::string key = "192bitsIsTwentyFourByte!"; key 467 crypto/encryptor_unittest.cc crypto::SymmetricKey::AES, key)); key 489 crypto/encryptor_unittest.cc std::string key = "7 = bad"; key 492 crypto/encryptor_unittest.cc crypto::SymmetricKey::AES, key)); key 503 crypto/encryptor_unittest.cc std::string key = "128=SixteenBytes"; key 506 crypto/encryptor_unittest.cc crypto::SymmetricKey::AES, key)); key 514 crypto/encryptor_unittest.cc std::string key = "128=SixteenBytes"; key 520 crypto/encryptor_unittest.cc crypto::SymmetricKey::AES, key)); key 535 crypto/encryptor_unittest.cc std::string key = "128=SixteenBytes"; key 539 crypto/encryptor_unittest.cc crypto::SymmetricKey::AES, key)); key 51 crypto/ghash.cc GaloisHash::GaloisHash(const uint8 key[16]) { key 59 crypto/ghash.cc FieldElement x = {Get64(key), Get64(key+8)}; key 30 crypto/ghash.h explicit GaloisHash(const uint8 key[16]); key 51 crypto/ghash_unittest.cc const uint8* key; key 112 crypto/ghash_unittest.cc GaloisHash hash(test.key); key 129 crypto/ghash_unittest.cc GaloisHash hash(test.key); key 61 crypto/hkdf_unittest.cc const std::string key(reinterpret_cast<char*>(&data[0]), data.size()); key 85 crypto/hkdf_unittest.cc HKDF hkdf(key, salt, info, expected.size(), 0); key 15 crypto/hmac.cc bool HMAC::Init(SymmetricKey* key) { key 17 crypto/hmac.cc bool result = key->GetRawKey(&raw_key) && Init(raw_key); key 49 crypto/hmac.h bool Init(const unsigned char* key, size_t key_length) WARN_UNUSED_RESULT; key 53 crypto/hmac.h bool Init(SymmetricKey* key) WARN_UNUSED_RESULT; key 57 crypto/hmac.h bool Init(const base::StringPiece& key) WARN_UNUSED_RESULT { key 58 crypto/hmac.h return Init(reinterpret_cast<const unsigned char*>(key.data()), key 59 crypto/hmac.h key.size()); key 42 crypto/hmac_nss.cc bool HMAC::Init(const unsigned char *key, size_t key_length) { key 59 crypto/hmac_nss.cc key_item.data = const_cast<unsigned char*>(key); // NSS API isn't const. key 20 crypto/hmac_openssl.cc std::vector<unsigned char> key; key 29 crypto/hmac_openssl.cc bool HMAC::Init(const unsigned char* key, size_t key_length) { key 31 crypto/hmac_openssl.cc DCHECK(plat_->key.empty()); key 33 crypto/hmac_openssl.cc plat_->key.assign(key, key + key_length); key 39 crypto/hmac_openssl.cc plat_->key.assign(plat_->key.size(), 0); key 40 crypto/hmac_openssl.cc STLClearObject(&plat_->key); key 46 crypto/hmac_openssl.cc DCHECK(!plat_->key.empty()); // Init must be called before Sign. key 50 crypto/hmac_openssl.cc &plat_->key[0], plat_->key.size(), key 88 crypto/hmac_unittest.cc const char *key; key 147 crypto/hmac_unittest.cc ASSERT_TRUE(hmac.Init(reinterpret_cast<const unsigned char*>(cases[i].key), key 158 crypto/hmac_unittest.cc unsigned char key[131]; key 159 crypto/hmac_unittest.cc for (size_t i = 0; i < sizeof(key); ++i) key 160 crypto/hmac_unittest.cc key[i] = 0xaa; key 173 crypto/hmac_unittest.cc ASSERT_TRUE(hmac.Init(key, sizeof(key))); key 45 crypto/hmac_win.cc void ComputeHMACSHA256(const unsigned char* key, size_t key_len, key 54 crypto/hmac_win.cc Wrapped_SHA256_Update(&ctx, key, key_len); key 58 crypto/hmac_win.cc memcpy(key0, key, key_len); key 112 crypto/hmac_win.cc bool HMAC::Init(const unsigned char* key, size_t key_length) { key 120 crypto/hmac_win.cc plat_->raw_key_.assign(key, key + key_length); key 151 crypto/hmac_win.cc memcpy(key_blob->key_data, key, key_length); key 167 crypto/mock_apple_keychain.h void InitializeKeychainData(MockKeychainItemType key) const; key 24 crypto/mock_apple_keychain_mac.cc void MockAppleKeychain::InitializeKeychainData(MockKeychainItemType key) const { key 35 crypto/mock_apple_keychain_mac.cc keychain_attr_list_[key] = SecKeychainAttributeList(); key 36 crypto/mock_apple_keychain_mac.cc keychain_data_[key] = KeychainPasswordData(); key 37 crypto/mock_apple_keychain_mac.cc keychain_attr_list_[key].count = arraysize(tags); key 38 crypto/mock_apple_keychain_mac.cc keychain_attr_list_[key].attr = static_cast<SecKeychainAttribute*>( key 39 crypto/mock_apple_keychain_mac.cc calloc(keychain_attr_list_[key].count, sizeof(SecKeychainAttribute))); key 40 crypto/mock_apple_keychain_mac.cc for (unsigned int i = 0; i < keychain_attr_list_[key].count; ++i) { key 41 crypto/mock_apple_keychain_mac.cc keychain_attr_list_[key].attr[i].tag = tags[i]; key 61 crypto/mock_apple_keychain_mac.cc keychain_attr_list_[key].attr[i].length = data_size; key 62 crypto/mock_apple_keychain_mac.cc keychain_attr_list_[key].attr[i].data = calloc(1, data_size); key 192 crypto/mock_apple_keychain_mac.cc MockKeychainItemType key = key 194 crypto/mock_apple_keychain_mac.cc if (keychain_attr_list_.find(key) == keychain_attr_list_.end()) key 199 crypto/mock_apple_keychain_mac.cc *attrList = &(keychain_attr_list_[key]); key 201 crypto/mock_apple_keychain_mac.cc *outData = keychain_data_[key].data; key 203 crypto/mock_apple_keychain_mac.cc *length = keychain_data_[key].length; key 222 crypto/mock_apple_keychain_mac.cc MockKeychainItemType key = key 224 crypto/mock_apple_keychain_mac.cc if (keychain_attr_list_.find(key) == keychain_attr_list_.end()) key 232 crypto/mock_apple_keychain_mac.cc mutable_this->SetTestDataCreator(key, *(static_cast<OSType*>(data))); key 239 crypto/mock_apple_keychain_mac.cc mutable_this->SetTestDataPasswordBytes(key, data, length); key 251 crypto/mock_apple_keychain_mac.cc MockKeychainItemType key = key 254 crypto/mock_apple_keychain_mac.cc for (unsigned int i = 0; i < keychain_attr_list_[key].count; ++i) { key 255 crypto/mock_apple_keychain_mac.cc if (keychain_attr_list_[key].attr[i].data) key 256 crypto/mock_apple_keychain_mac.cc free(keychain_attr_list_[key].attr[i].data); key 258 crypto/mock_apple_keychain_mac.cc free(keychain_attr_list_[key].attr); key 259 crypto/mock_apple_keychain_mac.cc if (keychain_data_[key].data) key 260 crypto/mock_apple_keychain_mac.cc free(keychain_data_[key].data); key 262 crypto/mock_apple_keychain_mac.cc keychain_attr_list_.erase(key); key 263 crypto/mock_apple_keychain_mac.cc keychain_data_.erase(key); key 264 crypto/mock_apple_keychain_mac.cc added_via_api_.erase(key); key 409 crypto/mock_apple_keychain_mac.cc MockKeychainItemType key = next_item_key_++; key 412 crypto/mock_apple_keychain_mac.cc InitializeKeychainData(key); key 415 crypto/mock_apple_keychain_mac.cc mutable_this->SetTestDataBytes(key, kSecServerItemAttr, serverName, key 417 crypto/mock_apple_keychain_mac.cc mutable_this->SetTestDataBytes(key, kSecSecurityDomainItemAttr, key 419 crypto/mock_apple_keychain_mac.cc mutable_this->SetTestDataBytes(key, kSecAccountItemAttr, accountName, key 421 crypto/mock_apple_keychain_mac.cc mutable_this->SetTestDataBytes(key, kSecPathItemAttr, path, pathLength); key 422 crypto/mock_apple_keychain_mac.cc mutable_this->SetTestDataPort(key, port); key 423 crypto/mock_apple_keychain_mac.cc mutable_this->SetTestDataProtocol(key, protocol); key 424 crypto/mock_apple_keychain_mac.cc mutable_this->SetTestDataAuthType(key, authenticationType); key 425 crypto/mock_apple_keychain_mac.cc mutable_this->SetTestDataPasswordBytes(key, passwordData, key 433 crypto/mock_apple_keychain_mac.cc mutable_this->SetTestDataString(key, kSecCreationDateItemAttr, time_string); key 435 crypto/mock_apple_keychain_mac.cc added_via_api_.insert(key); key 438 crypto/mock_apple_keychain_mac.cc *itemRef = reinterpret_cast<SecKeychainItemRef>(key + 1); key 448 crypto/mock_apple_keychain_mac.cc MockKeychainItemType key = remaining_search_results_.front(); key 450 crypto/mock_apple_keychain_mac.cc *itemRef = reinterpret_cast<SecKeychainItemRef>(key + 1); key 493 crypto/mock_apple_keychain_mac.cc MockKeychainItemType key = next_item_key_++; key 495 crypto/mock_apple_keychain_mac.cc InitializeKeychainData(key); key 496 crypto/mock_apple_keychain_mac.cc SetTestDataAuthType(key, item_data.auth_type); key 497 crypto/mock_apple_keychain_mac.cc SetTestDataString(key, kSecServerItemAttr, item_data.server); key 498 crypto/mock_apple_keychain_mac.cc SetTestDataProtocol(key, item_data.protocol); key 499 crypto/mock_apple_keychain_mac.cc SetTestDataString(key, kSecPathItemAttr, item_data.path); key 500 crypto/mock_apple_keychain_mac.cc SetTestDataPort(key, item_data.port); key 501 crypto/mock_apple_keychain_mac.cc SetTestDataString(key, kSecSecurityDomainItemAttr, key 503 crypto/mock_apple_keychain_mac.cc SetTestDataString(key, kSecCreationDateItemAttr, item_data.creation_date); key 504 crypto/mock_apple_keychain_mac.cc SetTestDataString(key, kSecAccountItemAttr, item_data.username); key 505 crypto/mock_apple_keychain_mac.cc SetTestDataPasswordString(key, item_data.password); key 506 crypto/mock_apple_keychain_mac.cc SetTestDataNegativeItem(key, item_data.negative_item); key 151 crypto/openpgp_symmetric_encryption.cc bool CreateAESContext(const uint8* key, unsigned key_len, key 158 crypto/openpgp_symmetric_encryption.cc key_item.data = const_cast<uint8*>(key); key 405 crypto/openpgp_symmetric_encryption.cc uint8 key[32]; key 414 crypto/openpgp_symmetric_encryption.cc passphrase.size() + salt.size(), key); key 424 crypto/openpgp_symmetric_encryption.cc 16 + (count_spec&15)) << ((count_spec >> 4) + 6), key); key 430 crypto/openpgp_symmetric_encryption.cc if (!CreateAESContext(key, cipher_key_length, decryption_context)) key 622 crypto/openpgp_symmetric_encryption.cc ByteString key; key 623 crypto/openpgp_symmetric_encryption.cc ByteString ske = SerializeSymmetricKeyEncrypted(passphrase, &key); key 626 crypto/openpgp_symmetric_encryption.cc ByteString se = SerializeSymmetricallyEncrypted(literal_data, key); key 691 crypto/openpgp_symmetric_encryption.cc uint8 key[16]; key 693 crypto/openpgp_symmetric_encryption.cc sizeof(key), HASH_AlgSHA1, passphrase, key 695 crypto/openpgp_symmetric_encryption.cc 65536, key); key 696 crypto/openpgp_symmetric_encryption.cc *out_key = ByteString(key, sizeof(key)); key 704 crypto/openpgp_symmetric_encryption.cc const ByteString& key) { key 718 crypto/openpgp_symmetric_encryption.cc CHECK(CreateAESContext(key.data(), key.size(), &aes_context)); key 199 crypto/rsa_private_key.h static RSAPrivateKey* CreateFromKey(SECKEYPrivateKey* key); key 212 crypto/rsa_private_key.h EVP_PKEY* key() { return key_; } key 214 crypto/rsa_private_key.h SECKEYPrivateKey* key() { return key_; } key 25 crypto/rsa_private_key_nss.cc static bool ReadAttribute(SECKEYPrivateKey* key, key 30 crypto/rsa_private_key_nss.cc rv = PK11_ReadRawAttribute(PK11_TypePrivKey, key, type, &item); key 97 crypto/rsa_private_key_nss.cc RSAPrivateKey* RSAPrivateKey::CreateFromKey(SECKEYPrivateKey* key) { key 98 crypto/rsa_private_key_nss.cc DCHECK(key); key 99 crypto/rsa_private_key_nss.cc if (SECKEY_GetPrivateKeyType(key) != rsaKey) key 102 crypto/rsa_private_key_nss.cc copy->key_ = SECKEY_CopyPrivateKey(key); key 103 crypto/rsa_private_key_nss.cc copy->public_key_ = SECKEY_ConvertToPublicKey(key); key 37 crypto/rsa_private_key_nss_unittest.cc RSAPrivateKey::CreateFromKey(key_pair->key())); key 25 crypto/rsa_private_key_openssl.cc bool ExportKey(EVP_PKEY* key, key 28 crypto/rsa_private_key_openssl.cc if (!key) key 34 crypto/rsa_private_key_openssl.cc int res = export_fn(bio.get(), key); key 142 crypto/rsa_private_key_unittest.cc scoped_ptr<crypto::RSAPrivateKey> key( key 145 crypto/rsa_private_key_unittest.cc scoped_ptr<crypto::RSAPrivateKey> key_copy(key->Copy()); key 184 crypto/rsa_private_key_unittest.cc scoped_ptr<crypto::RSAPrivateKey> key( key 186 crypto/rsa_private_key_unittest.cc ASSERT_TRUE(key.get()); key 189 crypto/rsa_private_key_unittest.cc ASSERT_TRUE(key->ExportPublicKey(&output)); key 35 crypto/signature_creator.h static SignatureCreator* Create(RSAPrivateKey* key); key 39 crypto/signature_creator.h static bool Sign(RSAPrivateKey* key, key 26 crypto/signature_creator_nss.cc SignatureCreator* SignatureCreator::Create(RSAPrivateKey* key) { key 28 crypto/signature_creator_nss.cc result->key_ = key; key 31 crypto/signature_creator_nss.cc key->key()); key 47 crypto/signature_creator_nss.cc bool SignatureCreator::Sign(RSAPrivateKey* key, key 57 crypto/signature_creator_nss.cc SECStatus rv = SGN_Digest(key->key(), SEC_OID_SHA1, &signature_item, key 19 crypto/signature_creator_openssl.cc SignatureCreator* SignatureCreator::Create(RSAPrivateKey* key) { key 22 crypto/signature_creator_openssl.cc result->key_ = key; key 29 crypto/signature_creator_openssl.cc bool SignatureCreator::Sign(RSAPrivateKey* key, key 33 crypto/signature_creator_openssl.cc RSA* rsa_key = EVP_PKEY_get1_RSA(key->key()); key 64 crypto/signature_creator_openssl.cc EVP_PKEY* key = key_->key(); key 65 crypto/signature_creator_openssl.cc signature->resize(EVP_PKEY_size(key)); key 68 crypto/signature_creator_openssl.cc int rv = EVP_SignFinal(sign_context_, vector_as_array(signature), &len, key); key 32 crypto/signature_creator_unittest.cc scoped_ptr<crypto::RSAPrivateKey> key( key 34 crypto/signature_creator_unittest.cc ASSERT_TRUE(key.get()); key 37 crypto/signature_creator_unittest.cc crypto::SignatureCreator::Create(key.get())); key 69 crypto/signature_creator_unittest.cc scoped_ptr<crypto::RSAPrivateKey> key( key 71 crypto/signature_creator_unittest.cc ASSERT_TRUE(key.get()); key 78 crypto/signature_creator_unittest.cc key.get(), key 61 crypto/symmetric_key.h const std::string& key() { return key_; } key 63 crypto/symmetric_key.h HCRYPTKEY key() const { return key_.get(); } key 65 crypto/symmetric_key.h PK11SymKey* key() const { return key_.get(); } key 78 crypto/symmetric_key.h SymmetricKey(HCRYPTPROV provider, HCRYPTKEY key, key 92 crypto/symmetric_key.h explicit SymmetricKey(PK11SymKey* key); key 124 crypto/symmetric_key_nss.cc SymmetricKey::SymmetricKey(PK11SymKey* key) : key_(key) { key 125 crypto/symmetric_key_nss.cc DCHECK(key); key 34 crypto/symmetric_key_openssl.cc scoped_ptr<SymmetricKey> key(new SymmetricKey); key 36 crypto/symmetric_key_openssl.cc reinterpret_cast<uint8*>(WriteInto(&key->key_, key_size_in_bytes + 1)); key 39 crypto/symmetric_key_openssl.cc return rv == 1 ? key.release() : NULL; key 56 crypto/symmetric_key_openssl.cc scoped_ptr<SymmetricKey> key(new SymmetricKey); key 58 crypto/symmetric_key_openssl.cc reinterpret_cast<uint8*>(WriteInto(&key->key_, key_size_in_bytes + 1)); key 64 crypto/symmetric_key_openssl.cc return rv == 1 ? key.release() : NULL; key 70 crypto/symmetric_key_openssl.cc scoped_ptr<SymmetricKey> key(new SymmetricKey); key 71 crypto/symmetric_key_openssl.cc key->key_ = raw_key; key 72 crypto/symmetric_key_openssl.cc return key.release(); key 15 crypto/symmetric_key_unittest.cc scoped_ptr<crypto::SymmetricKey> key( key 17 crypto/symmetric_key_unittest.cc ASSERT_TRUE(NULL != key.get()); key 19 crypto/symmetric_key_unittest.cc EXPECT_TRUE(key->GetRawKey(&raw_key)); key 92 crypto/symmetric_key_unittest.cc scoped_ptr<crypto::SymmetricKey> key( key 97 crypto/symmetric_key_unittest.cc ASSERT_TRUE(NULL != key.get()); key 100 crypto/symmetric_key_unittest.cc key->GetRawKey(&raw_key); key 53 crypto/symmetric_key_win.cc ScopedHCRYPTKEY* key) { key 92 crypto/symmetric_key_win.cc key->reset(unsafe_key); key 101 crypto/symmetric_key_win.cc ScopedHCRYPTKEY* key) { key 103 crypto/symmetric_key_win.cc DCHECK(key); key 129 crypto/symmetric_key_win.cc key->swap(safe_key); key 170 crypto/symmetric_key_win.cc ScopedHCRYPTKEY* key, key 173 crypto/symmetric_key_win.cc DCHECK(key); key 197 crypto/symmetric_key_win.cc key->swap(safe_key); key 211 crypto/symmetric_key_win.cc HCRYPTKEY key, key 215 crypto/symmetric_key_win.cc BOOL ok = CryptCreateHash(provider, CALG_HMAC, key, 0, safe_hash.receive()); key 320 crypto/symmetric_key_win.cc ScopedHCRYPTKEY key; key 327 crypto/symmetric_key_win.cc ok = GenerateAESKey(key_size_in_bits, &provider, &key); key 331 crypto/symmetric_key_win.cc &key, &raw_key); key 345 crypto/symmetric_key_win.cc key.release(), key 451 crypto/symmetric_key_win.cc ScopedHCRYPTKEY key; key 452 crypto/symmetric_key_win.cc if (!ImportRawKey(provider, alg, &generated_key[0], dkLen, &key)) key 455 crypto/symmetric_key_win.cc SymmetricKey* result = new SymmetricKey(provider.release(), key.release(), key 490 crypto/symmetric_key_win.cc ScopedHCRYPTKEY key; key 491 crypto/symmetric_key_win.cc if (!ImportRawKey(provider, alg, raw_key.data(), raw_key.size(), &key)) key 494 crypto/symmetric_key_win.cc return new SymmetricKey(provider.release(), key.release(), key 527 crypto/symmetric_key_win.cc HCRYPTKEY key, key 529 crypto/symmetric_key_win.cc : provider_(provider), key_(key) { key 76 crypto/third_party/nss/chromium-nss.h SECKEYPrivateKey *key, key 62 crypto/third_party/nss/pk11akey.cc PK11SymKey* key = PK11_PBEKeyGen(slot, key 67 crypto/third_party/nss/pk11akey.cc if (key == NULL) { key 76 crypto/third_party/nss/pk11akey.cc PK11_FreeSymKey(key); key 82 crypto/third_party/nss/pk11akey.cc *private_key = PK11_UnwrapPrivKey(slot, key, crypto_mech_type, crypto_param, key 90 crypto/third_party/nss/pk11akey.cc PK11_FreeSymKey(key); key 57 crypto/third_party/nss/secsign.cc SECKEYPrivateKey *key, key 59 crypto/third_party/nss/secsign.cc if (key->keyType != ecKey) { key 60 crypto/third_party/nss/secsign.cc return SEC_DerSignData(arena, result, input->data, input->len, key, key 100 crypto/third_party/nss/secsign.cc int signature_len = PK11_SignatureLen(key); key 104 crypto/third_party/nss/secsign.cc rv = PK11_Sign(key, &sig, &hash); key 235 dbus/bus.cc const ObjectProxyTable::key_type key(service_name + object_path.value(), key 237 dbus/bus.cc ObjectProxyTable::iterator iter = object_proxy_table_.find(key); key 244 dbus/bus.cc object_proxy_table_[key] = object_proxy; key 264 dbus/bus.cc const ObjectProxyTable::key_type key(service_name + object_path.value(), key 266 dbus/bus.cc ObjectProxyTable::iterator iter = object_proxy_table_.find(key); key 340 dbus/bus.cc const ObjectManagerTable::key_type key(service_name + object_path.value()); key 341 dbus/bus.cc ObjectManagerTable::iterator iter = object_manager_table_.find(key); key 348 dbus/bus.cc object_manager_table_[key] = object_manager; key 357 dbus/bus.cc const ObjectManagerTable::key_type key(service_name + object_path.value()); key 358 dbus/bus.cc ObjectManagerTable::iterator iter = object_manager_table_.find(key); key 50 dbus/values_util.cc scoped_ptr<base::Value> key(PopDataAsValue(&entry_reader)); key 51 dbus/values_util.cc if (!key.get()) key 54 dbus/values_util.cc base::JSONWriter::Write(key.get(), &key_string); key 12 device/hid/hid_utils_mac.cc int32_t GetHidIntProperty(IOHIDDeviceRef device, CFStringRef key) { key 14 device/hid/hid_utils_mac.cc if (TryGetHidIntProperty(device, key, &value)) key 19 device/hid/hid_utils_mac.cc std::string GetHidStringProperty(IOHIDDeviceRef device, CFStringRef key) { key 21 device/hid/hid_utils_mac.cc TryGetHidStringProperty(device, key, &value); key 26 device/hid/hid_utils_mac.cc CFStringRef key, key 29 device/hid/hid_utils_mac.cc IOHIDDeviceGetProperty(device, key)); key 34 device/hid/hid_utils_mac.cc CFStringRef key, key 37 device/hid/hid_utils_mac.cc IOHIDDeviceGetProperty(device, key)); key 16 device/hid/hid_utils_mac.h int32_t GetHidIntProperty(IOHIDDeviceRef device, CFStringRef key); key 18 device/hid/hid_utils_mac.h std::string GetHidStringProperty(IOHIDDeviceRef device, CFStringRef key); key 21 device/hid/hid_utils_mac.h CFStringRef key, key 25 device/hid/hid_utils_mac.h CFStringRef key, key 46 device/nfc/nfc_ndef_record.cc required_fields.find(iter.key()); key 49 device/nfc/nfc_ndef_record.cc field_iter = optional_fields.find(iter.key()); key 55 device/nfc/nfc_ndef_record.cc << iter.key(); key 63 device/nfc/nfc_ndef_record.cc VLOG(1) << "Provided value for field \"" << iter.key() << "\" has type " key 71 device/nfc/nfc_ndef_record.cc VLOG(1) << "Empty value given for field of type string: " << iter.key(); key 117 device/nfc/nfc_ndef_record_utils_chromeos.cc if (iter.key() == NfcNdefRecord::kFieldTitles) { key 133 device/nfc/nfc_ndef_record_utils_chromeos.cc } else if (iter.key() == NfcNdefRecord::kFieldAction) { key 146 device/nfc/nfc_ndef_record_utils_chromeos.cc std::string dbus_property = NdefRecordFieldToDBusProperty(iter.key()); key 148 device/nfc/nfc_ndef_record_utils_chromeos.cc LOG(ERROR) << "Invalid field: " << iter.key(); key 30 device/usb/usb_ids.cc const UsbVendor key = {vendor_id, NULL, 0, NULL}; key 31 device/usb/usb_ids.cc void* result = bsearch(&key, vendors_, vendor_size_, sizeof(vendors_[0]), key 50 device/usb/usb_ids.cc const UsbProduct key = {product_id, NULL}; key 51 device/usb/usb_ids.cc void* result = bsearch(&key, vendor->products, vendor->product_size, key 32 extensions/browser/api/storage/settings_storage_quota_enforcer.cc const std::string& key, key 42 extensions/browser/api/storage/settings_storage_quota_enforcer.cc size_t new_size = key.size() + value_as_json.size(); key 43 extensions/browser/api/storage/settings_storage_quota_enforcer.cc size_t existing_size = (*used_per_setting)[key]; key 46 extensions/browser/api/storage/settings_storage_quota_enforcer.cc (*used_per_setting)[key] = new_size; key 53 extensions/browser/api/storage/settings_storage_quota_enforcer.cc const std::string& key) { key 54 extensions/browser/api/storage/settings_storage_quota_enforcer.cc *used_total -= (*used_per_setting)[key]; key 55 extensions/browser/api/storage/settings_storage_quota_enforcer.cc used_per_setting->erase(key); key 59 extensions/browser/api/storage/settings_storage_quota_enforcer.cc scoped_ptr<std::string> key) { key 83 extensions/browser/api/storage/settings_storage_quota_enforcer.cc key.Pass())); key 96 extensions/browser/api/storage/settings_storage_quota_enforcer.cc size_t SettingsStorageQuotaEnforcer::GetBytesInUse(const std::string& key) { key 98 extensions/browser/api/storage/settings_storage_quota_enforcer.cc used_per_setting_.find(key); key 119 extensions/browser/api/storage/settings_storage_quota_enforcer.cc const std::string& key) { key 120 extensions/browser/api/storage/settings_storage_quota_enforcer.cc return delegate_->Get(key); key 133 extensions/browser/api/storage/settings_storage_quota_enforcer.cc WriteOptions options, const std::string& key, const base::Value& value) { key 136 extensions/browser/api/storage/settings_storage_quota_enforcer.cc Allocate(key, value, &new_used_total, &new_used_per_setting); key 141 extensions/browser/api/storage/settings_storage_quota_enforcer.cc QuotaExceededError(QUOTA_BYTES, util::NewKey(key))); key 143 extensions/browser/api/storage/settings_storage_quota_enforcer.cc if (new_used_per_setting[key] > limits_.quota_bytes_per_item) { key 145 extensions/browser/api/storage/settings_storage_quota_enforcer.cc QuotaExceededError(QUOTA_BYTES_PER_ITEM, util::NewKey(key))); key 148 extensions/browser/api/storage/settings_storage_quota_enforcer.cc return MakeWriteResult(QuotaExceededError(MAX_ITEMS, util::NewKey(key))); key 151 extensions/browser/api/storage/settings_storage_quota_enforcer.cc WriteResult result = delegate_->Set(options, key, value); key 167 extensions/browser/api/storage/settings_storage_quota_enforcer.cc Allocate(it.key(), it.value(), &new_used_total, &new_used_per_setting); key 170 extensions/browser/api/storage/settings_storage_quota_enforcer.cc new_used_per_setting[it.key()] > limits_.quota_bytes_per_item) { key 172 extensions/browser/api/storage/settings_storage_quota_enforcer.cc QuotaExceededError(QUOTA_BYTES_PER_ITEM, util::NewKey(it.key()))); key 194 extensions/browser/api/storage/settings_storage_quota_enforcer.cc const std::string& key) { key 195 extensions/browser/api/storage/settings_storage_quota_enforcer.cc WriteResult result = delegate_->Remove(key); key 199 extensions/browser/api/storage/settings_storage_quota_enforcer.cc Free(&used_total_, &used_per_setting_, key); key 241 extensions/browser/api/storage/settings_storage_quota_enforcer.cc bool SettingsStorageQuotaEnforcer::RestoreKey(const std::string& key) { key 242 extensions/browser/api/storage/settings_storage_quota_enforcer.cc if (!delegate_->RestoreKey(key)) key 245 extensions/browser/api/storage/settings_storage_quota_enforcer.cc ReadResult result = Get(key); key 247 extensions/browser/api/storage/settings_storage_quota_enforcer.cc if (!result->settings().HasKey(key) && ContainsKey(used_per_setting_, key)) key 248 extensions/browser/api/storage/settings_storage_quota_enforcer.cc Free(&used_total_, &used_per_setting_, key); key 269 extensions/browser/api/storage/settings_storage_quota_enforcer.cc Allocate(it.key(), it.value(), &used_total_, &used_per_setting_); key 34 extensions/browser/api/storage/settings_storage_quota_enforcer.h virtual size_t GetBytesInUse(const std::string& key) OVERRIDE; key 37 extensions/browser/api/storage/settings_storage_quota_enforcer.h virtual ReadResult Get(const std::string& key) OVERRIDE; key 42 extensions/browser/api/storage/settings_storage_quota_enforcer.h const std::string& key, key 46 extensions/browser/api/storage/settings_storage_quota_enforcer.h virtual WriteResult Remove(const std::string& key) OVERRIDE; key 50 extensions/browser/api/storage/settings_storage_quota_enforcer.h virtual bool RestoreKey(const std::string& key) OVERRIDE; key 111 extensions/browser/api/storage/storage_api.cc if (error.key.get() && storage->RestoreKey(*error.key)) key 145 extensions/browser/api/storage/storage_api.cc keys.push_back(it.key()); key 53 extensions/browser/api/storage/storage_api_unittest.cc void RunSetFunction(const std::string& key, const std::string& value) { key 57 extensions/browser/api/storage/storage_api_unittest.cc "[\"local\", {\"%s\": \"%s\"}]", key.c_str(), value.c_str())); key 62 extensions/browser/api/storage/storage_api_unittest.cc testing::AssertionResult RunGetFunction(const std::string& key, key 66 extensions/browser/api/storage/storage_api_unittest.cc base::StringPrintf("[\"local\", \"%s\"]", key.c_str())); key 70 extensions/browser/api/storage/storage_api_unittest.cc if (!dict->GetString(key, value)) { key 72 extensions/browser/api/storage/storage_api_unittest.cc << dict << " at " << key; key 15 extensions/browser/api/storage/weak_unlimited_settings_storage.cc size_t WeakUnlimitedSettingsStorage::GetBytesInUse(const std::string& key) { key 16 extensions/browser/api/storage/weak_unlimited_settings_storage.cc return delegate_->GetBytesInUse(key); key 30 extensions/browser/api/storage/weak_unlimited_settings_storage.cc const std::string& key) { key 31 extensions/browser/api/storage/weak_unlimited_settings_storage.cc return delegate_->Get(key); key 44 extensions/browser/api/storage/weak_unlimited_settings_storage.cc WriteOptions options, const std::string& key, const base::Value& value) { key 45 extensions/browser/api/storage/weak_unlimited_settings_storage.cc return delegate_->Set(IGNORE_QUOTA, key, value); key 54 extensions/browser/api/storage/weak_unlimited_settings_storage.cc const std::string& key) { key 55 extensions/browser/api/storage/weak_unlimited_settings_storage.cc return delegate_->Remove(key); key 69 extensions/browser/api/storage/weak_unlimited_settings_storage.cc bool WeakUnlimitedSettingsStorage::RestoreKey(const std::string& key) { key 70 extensions/browser/api/storage/weak_unlimited_settings_storage.cc return delegate_->RestoreKey(key); key 24 extensions/browser/api/storage/weak_unlimited_settings_storage.h virtual size_t GetBytesInUse(const std::string& key) OVERRIDE; key 27 extensions/browser/api/storage/weak_unlimited_settings_storage.h virtual ReadResult Get(const std::string& key) OVERRIDE; key 32 extensions/browser/api/storage/weak_unlimited_settings_storage.h const std::string& key, key 36 extensions/browser/api/storage/weak_unlimited_settings_storage.h virtual WriteResult Remove(const std::string& key) OVERRIDE; key 40 extensions/browser/api/storage/weak_unlimited_settings_storage.h virtual bool RestoreKey(const std::string& key) OVERRIDE; key 181 extensions/browser/event_listener_map.cc it.key(), extension_id, NULL, key 22 extensions/browser/extension_pref_store.cc void ExtensionPrefStore::OnPrefValueChanged(const std::string& key) { key 25 extensions/browser/extension_pref_store.cc extension_pref_value_map_->GetEffectivePrefValue(key, key 29 extensions/browser/extension_pref_store.cc SetValue(key, winner->DeepCopy()); key 31 extensions/browser/extension_pref_store.cc RemoveValue(key); key 25 extensions/browser/extension_pref_store.h virtual void OnPrefValueChanged(const std::string& key) OVERRIDE; key 51 extensions/browser/extension_pref_value_map.cc const std::string& key, key 56 extensions/browser/extension_pref_value_map.cc if (prefs->SetValue(key, value)) key 57 extensions/browser/extension_pref_value_map.cc NotifyPrefValueChanged(key); key 62 extensions/browser/extension_pref_value_map.cc const std::string& key, key 65 extensions/browser/extension_pref_value_map.cc if (prefs->RemoveValue(key)) key 66 extensions/browser/extension_pref_value_map.cc NotifyPrefValueChanged(key); key 244 extensions/browser/extension_pref_value_map.cc const std::string& key, key 248 extensions/browser/extension_pref_value_map.cc GetEffectivePrefValueController(key, incognito, from_incognito); key 260 extensions/browser/extension_pref_value_map.cc prefs->GetValue(key, &value); key 269 extensions/browser/extension_pref_value_map.cc prefs->GetValue(key, &value); key 276 extensions/browser/extension_pref_value_map.cc prefs->GetValue(key, &value); key 284 extensions/browser/extension_pref_value_map.cc prefs->GetValue(key, &value); key 290 extensions/browser/extension_pref_value_map.cc const std::string& key, key 313 extensions/browser/extension_pref_value_map.cc if (prefs->GetValue(key, &value)) { key 323 extensions/browser/extension_pref_value_map.cc if (prefs->GetValue(key, &value)) { key 335 extensions/browser/extension_pref_value_map.cc if (prefs->GetValue(key, &value)) { key 344 extensions/browser/extension_pref_value_map.cc if (prefs->GetValue(key, &value)) { key 395 extensions/browser/extension_pref_value_map.cc void ExtensionPrefValueMap::NotifyPrefValueChanged(const std::string& key) { key 397 extensions/browser/extension_pref_value_map.cc OnPrefValueChanged(key)); key 64 extensions/browser/extension_pref_value_map.h virtual void OnPrefValueChanged(const std::string& key) = 0; key 87 extensions/browser/extension_pref_value_map.h const std::string& key, key 94 extensions/browser/extension_pref_value_map.h const std::string& key, key 154 extensions/browser/extension_pref_value_map.h const base::Value* GetEffectivePrefValue(const std::string& key, key 182 extensions/browser/extension_pref_value_map.h const std::string& key, key 187 extensions/browser/extension_pref_value_map.h void NotifyPrefValueChanged(const std::string& key); key 46 extensions/browser/extension_pref_value_map_unittest.cc std::string GetValue(const char * key, bool incognito) const { key 48 extensions/browser/extension_pref_value_map_unittest.cc epvm_.GetEffectivePrefValue(key, incognito, NULL); key 246 extensions/browser/extension_prefs.cc std::string key = extension_id + "." + scope_string; key 251 extensions/browser/extension_prefs.cc if (!source_dict->GetDictionary(key, &preferences)) key 257 extensions/browser/extension_prefs.cc extension_id, iter.key(), scope, iter.value().DeepCopy()); key 284 extensions/browser/extension_prefs.cc const std::string& key) key 287 extensions/browser/extension_prefs.cc key_(key) { key 419 extensions/browser/extension_prefs.cc absolute_keys.insert(i.key()); key 455 extensions/browser/extension_prefs.cc const std::string& key, key 463 extensions/browser/extension_prefs.cc update->Set(key, data_value); key 465 extensions/browser/extension_prefs.cc update->Remove(key, NULL); key 835 extensions/browser/extension_prefs.cc NOTREACHED() << "Invalid pref for extension " << it.key(); key 840 extensions/browser/extension_prefs.cc ids.insert(it.key()); key 878 extensions/browser/extension_prefs.cc const char* key, key 883 extensions/browser/extension_prefs.cc dictionary->SetString(key, string_value); key 888 extensions/browser/extension_prefs.cc base::Time ReadTime(const base::DictionaryValue* dictionary, const char* key) { key 893 extensions/browser/extension_prefs.cc if (dictionary->GetString(key, &string_value)) { key 1381 extensions/browser/extension_prefs.cc if (!Extension::IdIsValid(extension_id.key())) key 1385 extensions/browser/extension_prefs.cc GetInstalledExtensionInfo(extension_id.key()); key 1402 extensions/browser/extension_prefs.cc if (!Extension::IdIsValid(extension_id.key()) || key 1403 extensions/browser/extension_prefs.cc !IsExternalExtensionUninstalled(extension_id.key()) || key 1408 extensions/browser/extension_prefs.cc GetInstalledInfoHelper(extension_id.key(), ext); key 1488 extensions/browser/extension_prefs.cc extension_dict->Set(it.key(), it.value().DeepCopy()); key 1535 extensions/browser/extension_prefs.cc if (!Extension::IdIsValid(extension_id.key())) key 1538 extensions/browser/extension_prefs.cc scoped_ptr<ExtensionInfo> info = GetDelayedInstallInfo(extension_id.key()); key 1555 extensions/browser/extension_prefs.cc if (!Extension::IdIsValid(extension_id.key()) || key 1564 extensions/browser/extension_prefs.cc GetInstalledInfoHelper(extension_id.key(), ext); key 1732 extensions/browser/extension_prefs.cc NOTREACHED() << "Invalid pref for extension " << it.key(); key 1736 extensions/browser/extension_prefs.cc result.push_back(it.key()); key 102 extensions/browser/extension_prefs.h const std::string& key); key 218 extensions/browser/extension_prefs.h const std::string& key, key 597 extensions/browser/extension_prefs.h const std::string& key) const; key 17 extensions/browser/extension_scoped_prefs.h const std::string& key, key 113 extensions/browser/file_highlighter.cc const std::string& key, key 118 extensions/browser/file_highlighter.cc Parse(key, specific); key 125 extensions/browser/file_highlighter.cc void ManifestHighlighter::Parse(const std::string& key, key 128 extensions/browser/file_highlighter.cc if (FindBounds(key, true) /* enforce at top level */ ) { key 74 extensions/browser/file_highlighter.h const std::string& key, key 81 extensions/browser/file_highlighter.h void Parse(const std::string& key, const std::string& specific); key 70 extensions/browser/lazy_background_task_queue.cc PendingTasksKey key(browser_context, extension_id); key 71 extensions/browser/lazy_background_task_queue.cc PendingTasksMap::iterator it = pending_tasks_.find(key); key 74 extensions/browser/lazy_background_task_queue.cc pending_tasks_[key] = linked_ptr<PendingTasksList>(tasks_list); key 108 extensions/browser/lazy_background_task_queue.cc PendingTasksKey key(browser_context, extension->id()); key 109 extensions/browser/lazy_background_task_queue.cc PendingTasksMap::iterator map_it = pending_tasks_.find(key); key 125 extensions/browser/lazy_background_task_queue.cc pending_tasks_.erase(key); key 68 extensions/browser/value_store/leveldb_value_store.cc size_t LeveldbValueStore::GetBytesInUse(const std::string& key) { key 87 extensions/browser/value_store/leveldb_value_store.cc ValueStore::ReadResult LeveldbValueStore::Get(const std::string& key) { key 95 extensions/browser/value_store/leveldb_value_store.cc scoped_ptr<Error> error = ReadFromDb(leveldb::ReadOptions(), key, &setting); key 101 extensions/browser/value_store/leveldb_value_store.cc settings->SetWithoutPathExpansion(key, setting.release()); key 150 extensions/browser/value_store/leveldb_value_store.cc std::string key = it->key().ToString(); key 154 extensions/browser/value_store/leveldb_value_store.cc Error::Create(CORRUPTION, kInvalidJson, util::NewKey(key))); key 156 extensions/browser/value_store/leveldb_value_store.cc settings->SetWithoutPathExpansion(key, value); key 171 extensions/browser/value_store/leveldb_value_store.cc WriteOptions options, const std::string& key, const base::Value& value) { key 181 extensions/browser/value_store/leveldb_value_store.cc AddToBatch(options, key, value, &batch, changes.get()); key 204 extensions/browser/value_store/leveldb_value_store.cc AddToBatch(options, it.key(), it.value(), &batch, changes.get()); key 214 extensions/browser/value_store/leveldb_value_store.cc ValueStore::WriteResult LeveldbValueStore::Remove(const std::string& key) { key 216 extensions/browser/value_store/leveldb_value_store.cc return Remove(std::vector<std::string>(1, key)); key 261 extensions/browser/value_store/leveldb_value_store.cc std::string next_key = base::DictionaryValue::Iterator(whole_db).key(); key 281 extensions/browser/value_store/leveldb_value_store.cc if (!result->error().key.get() || *result->error().key == previous_key || key 282 extensions/browser/value_store/leveldb_value_store.cc !RestoreKey(*result->error().key)) { key 290 extensions/browser/value_store/leveldb_value_store.cc previous_key = *result->error().key; key 299 extensions/browser/value_store/leveldb_value_store.cc bool LeveldbValueStore::RestoreKey(const std::string& key) { key 302 extensions/browser/value_store/leveldb_value_store.cc ReadResult result = Get(key); key 305 extensions/browser/value_store/leveldb_value_store.cc batch.Delete(key); key 310 extensions/browser/value_store/leveldb_value_store.cc result = Get(key); key 344 extensions/browser/value_store/leveldb_value_store.cc const std::string& key, key 350 extensions/browser/value_store/leveldb_value_store.cc leveldb::Status s = db_->Get(options, key, &value_as_json); key 359 extensions/browser/value_store/leveldb_value_store.cc return ToValueStoreError(s, util::NewKey(key)); key 363 extensions/browser/value_store/leveldb_value_store.cc return Error::Create(CORRUPTION, kInvalidJson, util::NewKey(key)); key 371 extensions/browser/value_store/leveldb_value_store.cc const std::string& key, key 380 extensions/browser/value_store/leveldb_value_store.cc ReadFromDb(leveldb::ReadOptions(), key, &old_value); key 385 extensions/browser/value_store/leveldb_value_store.cc ValueStoreChange(key, old_value.release(), value.DeepCopy())); key 394 extensions/browser/value_store/leveldb_value_store.cc batch->Put(key, value_as_json); key 430 extensions/browser/value_store/leveldb_value_store.cc scoped_ptr<std::string> key) { key 439 extensions/browser/value_store/leveldb_value_store.cc return Error::Create(CORRUPTION, message, key.Pass()); key 33 extensions/browser/value_store/leveldb_value_store.h virtual size_t GetBytesInUse(const std::string& key) OVERRIDE; key 36 extensions/browser/value_store/leveldb_value_store.h virtual ReadResult Get(const std::string& key) OVERRIDE; key 41 extensions/browser/value_store/leveldb_value_store.h const std::string& key, key 45 extensions/browser/value_store/leveldb_value_store.h virtual WriteResult Remove(const std::string& key) OVERRIDE; key 49 extensions/browser/value_store/leveldb_value_store.h virtual bool RestoreKey(const std::string& key) OVERRIDE; key 62 extensions/browser/value_store/leveldb_value_store.h const std::string& key, key 69 extensions/browser/value_store/leveldb_value_store.h const std::string& key, key 81 extensions/browser/value_store/leveldb_value_store.h scoped_ptr<std::string> key); key 20 extensions/browser/value_store/testing_value_store.cc size_t TestingValueStore::GetBytesInUse(const std::string& key) { key 39 extensions/browser/value_store/testing_value_store.cc ValueStore::ReadResult TestingValueStore::Get(const std::string& key) { key 40 extensions/browser/value_store/testing_value_store.cc return Get(std::vector<std::string>(1, key)); key 68 extensions/browser/value_store/testing_value_store.cc WriteOptions options, const std::string& key, const base::Value& value) { key 70 extensions/browser/value_store/testing_value_store.cc settings.SetWithoutPathExpansion(key, value.DeepCopy()); key 84 extensions/browser/value_store/testing_value_store.cc if (!storage_.GetWithoutPathExpansion(it.key(), &old_value) || key 88 extensions/browser/value_store/testing_value_store.cc it.key(), key 91 extensions/browser/value_store/testing_value_store.cc storage_.SetWithoutPathExpansion(it.key(), it.value().DeepCopy()); key 97 extensions/browser/value_store/testing_value_store.cc ValueStore::WriteResult TestingValueStore::Remove(const std::string& key) { key 98 extensions/browser/value_store/testing_value_store.cc return Remove(std::vector<std::string>(1, key)); key 122 extensions/browser/value_store/testing_value_store.cc keys.push_back(it.key()); key 131 extensions/browser/value_store/testing_value_store.cc bool TestingValueStore::RestoreKey(const std::string& key) { key 31 extensions/browser/value_store/testing_value_store.h virtual size_t GetBytesInUse(const std::string& key) OVERRIDE; key 34 extensions/browser/value_store/testing_value_store.h virtual ReadResult Get(const std::string& key) OVERRIDE; key 39 extensions/browser/value_store/testing_value_store.h const std::string& key, key 43 extensions/browser/value_store/testing_value_store.h virtual WriteResult Remove(const std::string& key) OVERRIDE; key 49 extensions/browser/value_store/testing_value_store.h virtual bool RestoreKey(const std::string& key) OVERRIDE; key 13 extensions/browser/value_store/value_store.cc scoped_ptr<std::string> key) key 14 extensions/browser/value_store/value_store.cc : code(code), message(message), key(key.Pass()) {} key 46 extensions/browser/value_store/value_store.h scoped_ptr<std::string> key); key 51 extensions/browser/value_store/value_store.h scoped_ptr<std::string> key) { key 52 extensions/browser/value_store/value_store.h return make_scoped_ptr(new Error(code, message, key.Pass())); key 65 extensions/browser/value_store/value_store.h const scoped_ptr<std::string> key; key 164 extensions/browser/value_store/value_store.h virtual size_t GetBytesInUse(const std::string& key) = 0; key 173 extensions/browser/value_store/value_store.h virtual ReadResult Get(const std::string& key) = 0; key 183 extensions/browser/value_store/value_store.h const std::string& key, key 191 extensions/browser/value_store/value_store.h virtual WriteResult Remove(const std::string& key) = 0; key 218 extensions/browser/value_store/value_store.h virtual bool RestoreKey(const std::string& key) = 0; key 23 extensions/browser/value_store/value_store_change.cc changes_value.SetWithoutPathExpansion(it->key(), change_value); key 31 extensions/browser/value_store/value_store_change.cc const std::string& key, base::Value* old_value, base::Value* new_value) key 32 extensions/browser/value_store/value_store_change.cc : inner_(new Inner(key, old_value, new_value)) {} key 52 extensions/browser/value_store/value_store_change.cc const std::string& key, base::Value* old_value, base::Value* new_value) key 53 extensions/browser/value_store/value_store_change.cc : key_(key), old_value_(old_value), new_value_(new_value) {} key 27 extensions/browser/value_store/value_store_change.h const std::string& key, base::Value* old_value, base::Value* new_value); key 32 extensions/browser/value_store/value_store_change.h const std::string& key() const; key 46 extensions/browser/value_store/value_store_change.h const std::string& key, base::Value* old_value, base::Value* new_value); key 23 extensions/browser/value_store/value_store_change_unittest.cc EXPECT_EQ("key", change.key()); key 34 extensions/browser/value_store/value_store_change_unittest.cc EXPECT_EQ("key", change.key()); key 47 extensions/browser/value_store/value_store_change_unittest.cc EXPECT_EQ("key", change.key()); key 35 extensions/browser/value_store/value_store_frontend.cc void Get(const std::string& key, key 38 extensions/browser/value_store/value_store_frontend.cc ValueStore::ReadResult result = storage_->Get(key); key 44 extensions/browser/value_store/value_store_frontend.cc result->settings().RemoveWithoutPathExpansion(key, &value); key 46 extensions/browser/value_store/value_store_frontend.cc LOG(WARNING) << "Reading " << key << " from " << db_path_.value() key 55 extensions/browser/value_store/value_store_frontend.cc void Set(const std::string& key, scoped_ptr<base::Value> value) { key 59 extensions/browser/value_store/value_store_frontend.cc key, *value.get()); key 62 extensions/browser/value_store/value_store_frontend.cc void Remove(const std::string& key) { key 64 extensions/browser/value_store/value_store_frontend.cc storage_->Remove(key); key 119 extensions/browser/value_store/value_store_frontend.cc void ValueStoreFrontend::Get(const std::string& key, key 125 extensions/browser/value_store/value_store_frontend.cc backend_, key, callback)); key 128 extensions/browser/value_store/value_store_frontend.cc void ValueStoreFrontend::Set(const std::string& key, key 134 extensions/browser/value_store/value_store_frontend.cc backend_, key, base::Passed(&value))); key 137 extensions/browser/value_store/value_store_frontend.cc void ValueStoreFrontend::Remove(const std::string& key) { key 142 extensions/browser/value_store/value_store_frontend.cc backend_, key)); key 39 extensions/browser/value_store/value_store_frontend.h void Get(const std::string& key, const ReadCallback& callback); key 42 extensions/browser/value_store/value_store_frontend.h void Set(const std::string& key, scoped_ptr<base::Value> value); key 45 extensions/browser/value_store/value_store_frontend.h void Remove(const std::string& key); key 46 extensions/browser/value_store/value_store_frontend_unittest.cc bool Get(const std::string& key, scoped_ptr<base::Value>* output) { key 47 extensions/browser/value_store/value_store_frontend_unittest.cc storage_->Get(key, base::Bind(&ValueStoreFrontendTest::GetAndWait, key 93 extensions/browser/value_store/value_store_unittest.cc expected_as_map[it->key()] = key 101 extensions/browser/value_store/value_store_unittest.cc if (keys_seen.count(it->key())) { key 103 extensions/browser/value_store/value_store_unittest.cc "Multiple changes seen for key: " << it->key(); key 105 extensions/browser/value_store/value_store_unittest.cc keys_seen.insert(it->key()); key 107 extensions/browser/value_store/value_store_unittest.cc if (!expected_as_map.count(it->key())) { key 109 extensions/browser/value_store/value_store_unittest.cc "Actual has unexpected change for key: " << it->key(); key 112 extensions/browser/value_store/value_store_unittest.cc ValueStoreChange expected_change = *expected_as_map[it->key()]; key 116 extensions/browser/value_store/value_store_unittest.cc "New value for " << it->key() << " was unexpected: " << error; key 120 extensions/browser/value_store/value_store_unittest.cc "Old value for " << it->key() << " was unexpected: " << error; key 9 extensions/browser/value_store/value_store_util.cc scoped_ptr<std::string> NewKey(const std::string& key) { key 10 extensions/browser/value_store/value_store_util.cc return make_scoped_ptr(new std::string(key)); key 17 extensions/browser/value_store/value_store_util.h scoped_ptr<std::string> NewKey(const std::string& key); key 391 extensions/common/extension.cc Extension::ManifestData* Extension::GetManifestData(const std::string& key) key 394 extensions/common/extension.cc ManifestDataMap::const_iterator iter = manifest_data_.find(key); key 400 extensions/common/extension.cc void Extension::SetManifestData(const std::string& key, key 403 extensions/common/extension.cc manifest_data_[key] = linked_ptr<ManifestData>(data); key 623 extensions/common/extension.cc bool Extension::LoadExtent(const char* key, key 629 extensions/common/extension.cc if (!manifest_->Get(key, &temp_pattern_value)) key 277 extensions/common/extension.h ManifestData* GetManifestData(const std::string& key) const; key 282 extensions/common/extension.h void SetManifestData(const std::string& key, ManifestData* data); key 381 extensions/common/extension.h bool LoadExtent(const char* key, key 112 extensions/common/extension_api.cc const std::string& key) { key 113 extensions/common/extension_api.cc if (!schema->HasKey(key)) key 117 extensions/common/extension_api.cc CHECK(schema->GetString(key, &old_id)); key 119 extensions/common/extension_api.cc schema->SetString(key, schema_namespace + "." + old_id); key 136 extensions/common/extension_api.cc CHECK(dict->GetWithoutPathExpansion(i.key(), &value)); key 12 extensions/common/extension_paths.cc bool PathProvider(int key, base::FilePath* result) { key 13 extensions/common/extension_paths.cc if (key != DIR_TEST_DATA) key 109 extensions/common/features/base_feature_provider.cc base::SplitString(iter.key(), '.', &split); key 147 extensions/common/features/base_feature_provider.cc features_[iter.key()] = feature; key 161 extensions/common/features/base_feature_provider.cc LOG(ERROR) << iter.key() << ": Feature rules must be dictionaries."; key 167 extensions/common/features/base_feature_provider.cc iter.key(), key 175 extensions/common/features/base_feature_provider.cc feature->set_name(iter.key()); key 177 extensions/common/features/base_feature_provider.cc features_[iter.key()] = feature; key 179 extensions/common/features/base_feature_provider.cc LOG(ERROR) << iter.key() << ": Feature description must be dictionary or" key 124 extensions/common/features/simple_feature.cc const std::string& key, key 127 extensions/common/features/simple_feature.cc if (value->GetList(key, &matches)) { key 13 extensions/common/install_warning.cc const std::string& key) key 14 extensions/common/install_warning.cc : message(message), key(key) { key 18 extensions/common/install_warning.cc const std::string& key, key 20 extensions/common/install_warning.cc : message(message), key(key), specific(specific) { key 18 extensions/common/install_warning.h const std::string& key); key 20 extensions/common/install_warning.h const std::string& key, key 37 extensions/common/install_warning.h std::string key; key 171 extensions/common/manifest.cc if (!manifest_feature_provider->GetFeature(it.key())) { key 174 extensions/common/manifest.cc manifest_errors::kUnrecognizedManifestKey, it.key()), key 175 extensions/common/manifest.cc it.key())); key 181 extensions/common/manifest.cc bool Manifest::HasKey(const std::string& key) const { key 182 extensions/common/manifest.cc return CanAccessKey(key) && value_->HasKey(key); key 247 extensions/common/manifest.cc std::string key; key 249 extensions/common/manifest.cc key += components[i]; key 250 extensions/common/manifest.cc if (!CanAccessKey(key)) key 252 extensions/common/manifest.cc key += '.'; key 257 extensions/common/manifest.cc bool Manifest::CanAccessKey(const std::string& key) const { key 258 extensions/common/manifest.cc Feature* feature = FeatureProvider::GetManifestFeatures()->GetFeature(key); key 151 extensions/common/manifest.h bool HasKey(const std::string& key) const; key 177 extensions/common/manifest.h bool CanAccessKey(const std::string& key) const; key 108 extensions/common/manifest_handler.cc const std::string& key) { key 109 extensions/common/manifest_handler.cc return std::vector<std::string>(1, key); key 125 extensions/common/manifest_handler.cc const std::string& key, linked_ptr<ManifestHandler> handler) { key 127 extensions/common/manifest_handler.cc handlers_[key] = handler; key 100 extensions/common/manifest_handler.h static ManifestPermission* CreatePermission(const std::string& key); key 114 extensions/common/manifest_handler.h static const std::vector<std::string> SingleKey(const std::string& key); key 133 extensions/common/manifest_handler.h void RegisterManifestHandler(const std::string& key, key 140 extensions/common/manifest_handler.h ManifestPermission* CreatePermission(const std::string& key); key 23 extensions/common/manifest_handler_unittest.cc std::vector<std::string> SingleKey(const std::string& key) { key 24 extensions/common/manifest_handler_unittest.cc return std::vector<std::string>(1, key); key 136 extensions/common/manifest_handlers/background_info.cc const std::string& key, key 139 extensions/common/manifest_handlers/background_info.cc if (!extension->manifest()->Get(key, &service_worker_script_value)) key 157 extensions/common/manifest_handlers/background_info.cc const std::string& key, key 160 extensions/common/manifest_handlers/background_info.cc if (!extension->manifest()->Get(key, &background_scripts_value)) key 185 extensions/common/manifest_handlers/background_info.cc const std::string& key, key 188 extensions/common/manifest_handlers/background_info.cc if (!extension->manifest()->Get(key, &background_page_value)) key 52 extensions/common/manifest_handlers/background_info.h const std::string& key, key 55 extensions/common/manifest_handlers/background_info.h const std::string& key, key 58 extensions/common/manifest_handlers/background_info.h const std::string& key, key 81 extensions/common/manifest_handlers/csp_info.cc const std::string key = Keys()[0]; key 82 extensions/common/manifest_handlers/csp_info.cc if (!extension->manifest()->HasPath(key)) { key 99 extensions/common/manifest_handlers/csp_info.cc if (!extension->manifest()->GetString(key, &content_security_policy)) { key 128 extensions/common/manifest_handlers/csp_info.cc const std::string& key = is_platform_app_ ? key 130 extensions/common/manifest_handlers/csp_info.cc return SingleKey(key); key 86 extensions/common/manifest_handlers/requirements_info.cc errors::kInvalidRequirement, iter.key()); key 90 extensions/common/manifest_handlers/requirements_info.cc if (iter.key() == "plugins") { key 96 extensions/common/manifest_handlers/requirements_info.cc errors::kInvalidRequirement, iter.key()); key 99 extensions/common/manifest_handlers/requirements_info.cc if (plugin_iter.key() == "npapi") { key 103 extensions/common/manifest_handlers/requirements_info.cc errors::kInvalidRequirement, iter.key()); key 107 extensions/common/manifest_handlers/requirements_info.cc } else if (iter.key() == "3D") { key 113 extensions/common/manifest_handlers/requirements_info.cc errors::kInvalidRequirement, iter.key()); key 127 extensions/common/manifest_handlers/requirements_info.cc errors::kInvalidRequirement, iter.key()); key 132 extensions/common/manifest_handlers/requirements_info.cc } else if (iter.key() == "window") { key 138 extensions/common/manifest_handlers/requirements_info.cc errors::kInvalidRequirement, iter.key()); key 141 extensions/common/manifest_handlers/requirements_info.cc if (feature_iter.key() == "shape") { key 145 extensions/common/manifest_handlers/requirements_info.cc errors::kInvalidRequirement, iter.key()); key 156 extensions/common/permissions/api_permission_set.cc permission_str = it.key(); key 81 extensions/common/permissions/manifest_permission_set.cc permission_name = it.key(); key 95 extensions/common/permissions/permissions_data.cc const char* key, key 99 extensions/common/permissions/permissions_data.cc if (!extension->manifest()->HasKey(key)) key 103 extensions/common/permissions/permissions_data.cc if (!extension->manifest()->GetList(key, &permissions)) { key 209 extensions/common/permissions/permissions_data.cc key, key 231 extensions/common/permissions/permissions_data.cc key, key 34 gin/dictionary.h bool Get(const std::string& key, T* out) { key 35 gin/dictionary.h v8::Handle<v8::Value> val = object_->Get(StringToV8(isolate_, key)); key 40 gin/dictionary.h bool Set(const std::string& key, T val) { key 41 gin/dictionary.h return object_->Set(StringToV8(isolate_, key), ConvertToV8(isolate_, val)); key 247 gin/modules/module_registry.cc v8::Handle<String> key = StringToSymbol(isolate, id); key 248 gin/modules/module_registry.cc DCHECK(modules->HasOwnProperty(key)); key 249 gin/modules/module_registry.cc return modules->Get(key); key 68 google_apis/cup/client_update_protocol.cc std::vector<uint8> SymSign(const std::vector<uint8>& key, key 70 google_apis/cup/client_update_protocol.cc DCHECK(!key.empty()); key 74 google_apis/cup/client_update_protocol.cc if (!hmac.Init(&key[0], key.size())) key 84 google_apis/cup/client_update_protocol.cc bool SymSignVerify(const std::vector<uint8>& key, key 87 google_apis/cup/client_update_protocol.cc DCHECK(!key.empty()); key 92 google_apis/cup/client_update_protocol.cc if (!hmac.Init(&key[0], key.size())) key 83 google_apis/drive/drive_api_parser.cc open_with_link.app_id = iter.key(); key 211 google_apis/gaia/fake_gaia.cc const std::string& key, key 216 google_apis/gaia/fake_gaia.cc return net::GetValueForKeyInQuery(query_url, key, value); key 110 google_apis/gaia/fake_gaia.h const std::string& key, key 201 google_apis/gaia/oauth_request_signer.cc const std::string& key, key 206 google_apis/gaia/oauth_request_signer.cc bool result = hmac.Init(key) && key 221 google_apis/gaia/oauth_request_signer.cc const std::string& key, key 232 google_apis/gaia/oauth_request_signer.cc const std::string& key, key 273 google_apis/gaia/oauth_request_signer.cc std::string key = consumer_secret + '&' + token_secret; key 278 google_apis/gaia/oauth_request_signer.cc is_signed = SignHmacSha1(base, key, &signature); key 281 google_apis/gaia/oauth_request_signer.cc is_signed = SignRsaSha1(base, key, &signature); key 284 google_apis/gaia/oauth_request_signer.cc is_signed = SignPlaintext(base, key, &signature); key 63 google_apis/gcm/engine/gcm_store_impl.cc std::string ParseRegistrationKey(const std::string& key) { key 64 google_apis/gcm/engine/gcm_store_impl.cc return key.substr(arraysize(kRegistrationKeyStart) - 1); key 75 google_apis/gcm/engine/gcm_store_impl.cc std::string ParseOutgoingKey(const std::string& key) { key 76 google_apis/gcm/engine/gcm_store_impl.cc return key.substr(arraysize(kOutgoingMsgKeyStart) - 1); key 285 google_apis/gcm/engine/gcm_store_impl.cc std::string key = MakeRegistrationKey(app_id); key 288 google_apis/gcm/engine/gcm_store_impl.cc MakeSlice(key), key 329 google_apis/gcm/engine/gcm_store_impl.cc std::string key = MakeIncomingKey(persistent_id); key 331 google_apis/gcm/engine/gcm_store_impl.cc MakeSlice(key), key 357 google_apis/gcm/engine/gcm_store_impl.cc std::string key = MakeIncomingKey(*iter); key 358 google_apis/gcm/engine/gcm_store_impl.cc s = db_->Delete(write_options, MakeSlice(key)); key 384 google_apis/gcm/engine/gcm_store_impl.cc std::string key = MakeOutgoingKey(persistent_id); key 386 google_apis/gcm/engine/gcm_store_impl.cc MakeSlice(key), key 420 google_apis/gcm/engine/gcm_store_impl.cc std::string key = MakeOutgoingKey(*iter); key 422 google_apis/gcm/engine/gcm_store_impl.cc MakeSlice(key), key 436 google_apis/gcm/engine/gcm_store_impl.cc s = db_->Delete(write_options, MakeSlice(key)); key 513 google_apis/gcm/engine/gcm_store_impl.cc iter->Valid() && iter->key().ToString() < kRegistrationKeyEnd; key 520 google_apis/gcm/engine/gcm_store_impl.cc std::string app_id = ParseRegistrationKey(iter->key().ToString()); key 540 google_apis/gcm/engine/gcm_store_impl.cc iter->Valid() && iter->key().ToString() < kIncomingMsgKeyEnd; key 545 google_apis/gcm/engine/gcm_store_impl.cc << iter->key().ToString(); key 562 google_apis/gcm/engine/gcm_store_impl.cc iter->Valid() && iter->key().ToString() < kOutgoingMsgKeyEnd; key 570 google_apis/gcm/engine/gcm_store_impl.cc std::string id = ParseOutgoingKey(iter->key().ToString()); key 540 google_apis/gcm/engine/mcs_client.cc if (app_data.key() == kIdleNotification) { key 46 google_apis/gcm/engine/registration_request.cc void BuildFormEncoding(const std::string& key, key 51 google_apis/gcm/engine/registration_request.cc out->append(key + "=" + net::EscapeUrlEncodedData(value, true)); key 46 google_apis/gcm/engine/unregistration_request.cc void BuildFormEncoding(const std::string& key, key 51 google_apis/gcm/engine/unregistration_request.cc out->append(key + "=" + net::EscapeUrlEncodedData(value, true)); key 635 google_apis/gcm/gcm_client_impl.cc std::string key = data_message_stanza.app_data(i).key(); key 636 google_apis/gcm/gcm_client_impl.cc message_data[key] = data_message_stanza.app_data(i).value(); key 608 google_apis/gcm/gcm_client_impl_unittest.cc EXPECT_EQ("key", mcs_client()->last_data_message_stanza().app_data(0).key()); key 112 google_apis/gcm/tools/mcs_probe.cc << data_message.app_data(i).key() << " : " key 2142 gpu/command_buffer/client/gles2_implementation.cc GLStaticState::ShaderPrecisionKey key(shadertype, precisiontype); key 2144 gpu/command_buffer/client/gles2_implementation.cc static_state_.shader_precisions.find(key); key 2153 gpu/command_buffer/client/gles2_implementation.cc static_state_.shader_precisions[key] = *result; key 3207 gpu/command_buffer/client/gles2_implementation.cc const GLStaticState::ShaderPrecisionKey key( key 3209 gpu/command_buffer/client/gles2_implementation.cc static_state_.shader_precisions[key] = *result; key 28 gpu/command_buffer/common/thread_local.h ThreadLocalKey key; key 29 gpu/command_buffer/common/thread_local.h pthread_key_create(&key, NULL); key 30 gpu/command_buffer/common/thread_local.h return key; key 34 gpu/command_buffer/common/thread_local.h inline void ThreadLocalFree(ThreadLocalKey key) { key 36 gpu/command_buffer/common/thread_local.h TlsFree(key); key 38 gpu/command_buffer/common/thread_local.h pthread_key_delete(key); key 42 gpu/command_buffer/common/thread_local.h inline void ThreadLocalSetValue(ThreadLocalKey key, void* value) { key 44 gpu/command_buffer/common/thread_local.h TlsSetValue(key, value); key 46 gpu/command_buffer/common/thread_local.h pthread_setspecific(key, value); key 50 gpu/command_buffer/common/thread_local.h inline void* ThreadLocalGetValue(ThreadLocalKey key) { key 52 gpu/command_buffer/common/thread_local.h return TlsGetValue(key); key 54 gpu/command_buffer/common/thread_local.h return pthread_getspecific(key); key 949 gpu/command_buffer/service/gles2_cmd_decoder.cc void DoProduceTextureCHROMIUM(GLenum target, const GLbyte* key); key 950 gpu/command_buffer/service/gles2_cmd_decoder.cc void DoConsumeTextureCHROMIUM(GLenum target, const GLbyte* key); key 51 gpu/command_buffer/service/gles2_cmd_decoder.h typedef base::Callback<void(const std::string& key, key 31 gpu/command_buffer/service/gles2_cmd_decoder_unittest_1.cc void ShaderCacheCb(const std::string& key, const std::string& shader) { key 80 gpu/command_buffer/service/memory_program_cache.cc (*map)[proto.key()] = info; key 97 gpu/command_buffer/service/memory_program_cache.cc std::string key; key 98 gpu/command_buffer/service/memory_program_cache.cc base::Base64Encode(sha_string, &key); key 99 gpu/command_buffer/service/memory_program_cache.cc callback.Run(key, shader); key 85 gpu/command_buffer/service/memory_program_cache_unittest.cc void ShaderCacheCb(const std::string& key, const std::string& shader) { key 41 gpu/command_buffer/service/program_manager_unittest.cc void ShaderCacheCb(const std::string& key, const std::string& shader) {} key 175 gpu/config/gpu_info_collector_win.cc base::win::RegKey key; key 177 gpu/config/gpu_info_collector_win.cc if (key.Open(HKEY_LOCAL_MACHINE, L"SOFTWARE", KEY_READ | KEY_WOW64_64KEY)) key 180 gpu/config/gpu_info_collector_win.cc if (key.OpenKey(L"DisplayLink", KEY_READ | KEY_WOW64_64KEY)) key 183 gpu/config/gpu_info_collector_win.cc if (key.OpenKey(L"Core", KEY_READ | KEY_WOW64_64KEY)) key 187 gpu/config/gpu_info_collector_win.cc if (key.ReadValue(L"Version", &version)) key 195 gpu/config/gpu_info_collector_win.cc base::win::RegKey key; key 197 gpu/config/gpu_info_collector_win.cc if (key.Open(HKEY_LOCAL_MACHINE, L"SOFTWARE", KEY_READ | KEY_WOW64_64KEY)) key 200 gpu/config/gpu_info_collector_win.cc if (key.OpenKey(L"Lenovo", KEY_READ | KEY_WOW64_64KEY)) key 203 gpu/config/gpu_info_collector_win.cc if (key.OpenKey(L"Lenovo dCute", KEY_READ | KEY_WOW64_64KEY)) key 401 gpu/config/gpu_info_collector_win.cc HKEY key; key 405 gpu/config/gpu_info_collector_win.cc HKEY_LOCAL_MACHINE, driver_key.c_str(), 0, KEY_QUERY_VALUE, &key); key 410 gpu/config/gpu_info_collector_win.cc key, L"DriverVersion", NULL, NULL, key 418 gpu/config/gpu_info_collector_win.cc key, L"DriverDate", NULL, NULL, key 426 gpu/config/gpu_info_collector_win.cc key, L"ProviderName", NULL, NULL, key 446 gpu/config/gpu_info_collector_win.cc RegCloseKey(key); key 148 gpu/tools/compositor_model_bench/render_tree.cc const std::string& key, key 150 gpu/tools/compositor_model_bench/render_tree.cc if (!node->HasKey(key)) { key 151 gpu/tools/compositor_model_bench/render_tree.cc LOG(ERROR) << "Missing value for key: " << key; key 156 gpu/tools/compositor_model_bench/render_tree.cc node->Get(key, &child); key 158 gpu/tools/compositor_model_bench/render_tree.cc LOG(ERROR) << key << " did not have the expected type " key 38 ios/consumer/base/supports_user_data.cc ios::SupportsUserData::Data* GetIOSUserData(const void* key); key 42 ios/consumer/base/supports_user_data.cc void SetIOSUserData(const void* key, ios::SupportsUserData::Data* data); key 52 ios/consumer/base/supports_user_data.cc const void* key) { key 54 ios/consumer/base/supports_user_data.cc base::SupportsUserData::GetUserData(key)); key 61 ios/consumer/base/supports_user_data.cc const void* key, ios::SupportsUserData::Data* data) { key 62 ios/consumer/base/supports_user_data.cc base::SupportsUserData::SetUserData(key, new DataAdaptor(data)); key 74 ios/consumer/base/supports_user_data.cc SupportsUserData::Data* SupportsUserData::GetUserData(const void* key) const { key 75 ios/consumer/base/supports_user_data.cc return internal_helper_->GetIOSUserData(key); key 78 ios/consumer/base/supports_user_data.cc void SupportsUserData::SetUserData(const void* key, Data* data) { key 79 ios/consumer/base/supports_user_data.cc internal_helper_->SetIOSUserData(key, data); key 82 ios/consumer/base/supports_user_data.cc void SupportsUserData::RemoveUserData(const void* key) { key 83 ios/consumer/base/supports_user_data.cc internal_helper_->RemoveUserData(key); key 30 ios/public/consumer/base/supports_user_data.h Data* GetUserData(const void* key) const; key 31 ios/public/consumer/base/supports_user_data.h void SetUserData(const void* key, Data* data); key 32 ios/public/consumer/base/supports_user_data.h void RemoveUserData(const void* key); key 110 ipc/ipc_message_utils.cc WriteParam(m, it.key()); key 136 ipc/ipc_message_utils.cc std::string key; key 138 ipc/ipc_message_utils.cc if (!ReadParam(m, iter, &key) || key 141 ipc/ipc_message_utils.cc value->SetWithoutPathExpansion(key, subval); key 695 ipc/ipc_message_utils.h K key; key 696 ipc/ipc_message_utils.h if (!ReadParam(m, iter, &key)) key 698 ipc/ipc_message_utils.h V& value = (*r)[key]; key 32 media/audio/sounds/sounds_manager.cc virtual bool Initialize(SoundKey key, key 34 media/audio/sounds/sounds_manager.cc virtual bool Play(SoundKey key) OVERRIDE; key 35 media/audio/sounds/sounds_manager.cc virtual base::TimeDelta GetDuration(SoundKey key) OVERRIDE; key 50 media/audio/sounds/sounds_manager.cc bool SoundsManagerImpl::Initialize(SoundKey key, key 52 media/audio/sounds/sounds_manager.cc if (handlers_.find(key) != handlers_.end() && handlers_[key]->IsInitialized()) key 56 media/audio/sounds/sounds_manager.cc LOG(WARNING) << "Can't initialize AudioStreamHandler for key=" << key; key 59 media/audio/sounds/sounds_manager.cc handlers_[key] = handler; key 63 media/audio/sounds/sounds_manager.cc bool SoundsManagerImpl::Play(SoundKey key) { key 65 media/audio/sounds/sounds_manager.cc if (handlers_.find(key) == handlers_.end() || key 66 media/audio/sounds/sounds_manager.cc !handlers_[key]->IsInitialized()) { key 69 media/audio/sounds/sounds_manager.cc return handlers_[key]->Play(); key 72 media/audio/sounds/sounds_manager.cc base::TimeDelta SoundsManagerImpl::GetDuration(SoundKey key) { key 74 media/audio/sounds/sounds_manager.cc if (handlers_.find(key) == handlers_.end() || key 75 media/audio/sounds/sounds_manager.cc !handlers_[key]->IsInitialized()) { key 78 media/audio/sounds/sounds_manager.cc const WavAudioHandler& wav_audio = handlers_[key]->wav_audio_handler(); key 39 media/audio/sounds/sounds_manager.h virtual bool Initialize(SoundKey key, const base::StringPiece& data) = 0; key 43 media/audio/sounds/sounds_manager.h virtual bool Play(SoundKey key) = 0; key 48 media/audio/sounds/sounds_manager.h virtual base::TimeDelta GetDuration(SoundKey key) = 0; key 109 media/audio/win/audio_device_listener_win.cc LPCWSTR device_id, const PROPERTYKEY key) { key 42 media/audio/win/audio_device_listener_win.h STDMETHOD(OnPropertyValueChanged)(LPCWSTR device_id, const PROPERTYKEY key); key 596 media/base/android/java/src/org/chromium/media/MediaDrmBridge.java private void updateSession(int sessionId, byte[] key) { key 613 media/base/android/java/src/org/chromium/media/MediaDrmBridge.java mMediaDrm.provideKeyResponse(session.array(), key); key 26 media/base/audio_video_metadata_extractor.cc if (!LowerCaseEqualsASCII(std::string(tag->key), expected_key)) key 38 media/base/audio_video_metadata_extractor.cc if (!LowerCaseEqualsASCII(std::string(tag->key), expected_key)) key 210 media/base/audio_video_metadata_extractor.cc if (raw_tags_.find(tag->key) == raw_tags_.end()) key 211 media/base/audio_video_metadata_extractor.cc raw_tags_[tag->key] = tag->value; key 207 media/base/media_log.cc const char* key, const std::string& value) { key 209 media/base/media_log.cc event->params.SetString(key, value); key 214 media/base/media_log.cc const char* key, int value) { key 216 media/base/media_log.cc event->params.SetInteger(key, value); key 221 media/base/media_log.cc const char* key, double value) { key 223 media/base/media_log.cc event->params.SetDouble(key, value); key 228 media/base/media_log.cc const char* key, bool value) { key 230 media/base/media_log.cc event->params.SetBoolean(key, value); key 235 media/base/media_log.cc const char* key, base::TimeDelta value) { key 238 media/base/media_log.cc event->params.SetString(key, "unknown"); key 240 media/base/media_log.cc event->params.SetDouble(key, value.InSecondsF()); key 72 media/base/media_log.h void SetStringProperty(const char* key, const std::string& value); key 73 media/base/media_log.h void SetIntegerProperty(const char* key, int value); key 74 media/base/media_log.h void SetDoubleProperty(const char* key, double value); key 75 media/base/media_log.h void SetBooleanProperty(const char* key, bool value); key 76 media/base/media_log.h void SetTimeProperty(const char* key, base::TimeDelta value); key 17 media/base/scoped_histogram_timer.h #define SCOPED_UMA_HISTOGRAM_TIMER_EXPANDER(name, key) \ key 18 media/base/scoped_histogram_timer.h SCOPED_UMA_HISTOGRAM_TIMER_UNIQUE(name, key) key 20 media/base/scoped_histogram_timer.h #define SCOPED_UMA_HISTOGRAM_TIMER_UNIQUE(name, key) \ key 21 media/base/scoped_histogram_timer.h class ScopedHistogramTimer##key { \ key 23 media/base/scoped_histogram_timer.h ScopedHistogramTimer##key() : constructed_(base::TimeTicks::Now()) {} \ key 24 media/base/scoped_histogram_timer.h ~ScopedHistogramTimer##key() { \ key 30 media/base/scoped_histogram_timer.h } scoped_histogram_timer_##key key 126 media/cdm/aes_decryptor.cc crypto::SymmetricKey* key) { key 129 media/cdm/aes_decryptor.cc CHECK(key); key 132 media/cdm/aes_decryptor.cc if (!encryptor.Init(key, crypto::Encryptor::CTR, "")) { key 350 media/cdm/aes_decryptor.cc DecryptionKey* key = GetKey(key_id); key 351 media/cdm/aes_decryptor.cc if (!key) { key 357 media/cdm/aes_decryptor.cc crypto::SymmetricKey* decryption_key = key->decryption_key(); key 249 media/cdm/aes_decryptor_unittest.cc const std::string& key, key 251 media/cdm/aes_decryptor_unittest.cc DCHECK(!key.empty()); key 264 media/cdm/aes_decryptor_unittest.cc session_id, reinterpret_cast<const uint8*>(key.c_str()), key.length()); key 59 media/cdm/json_web_key.cc std::string GenerateJWKSet(const uint8* key, int key_length, key 62 media/cdm/json_web_key.cc std::string key_base64 = EncodeBase64(key, key_length); key 36 media/cdm/json_web_key.h MEDIA_EXPORT std::string GenerateJWKSet(const uint8* key, int key_length, key 327 media/ffmpeg/ffmpeg_common.cc AVDictionaryEntry* key = av_dict_get(stream->metadata, "enc_key_id", NULL, 0); key 328 media/ffmpeg/ffmpeg_common.cc if (key) key 413 media/ffmpeg/ffmpeg_common.cc AVDictionaryEntry* key = av_dict_get(stream->metadata, "enc_key_id", NULL, 0); key 414 media/ffmpeg/ffmpeg_common.cc if (key) key 83 media/filters/ffmpeg_demuxer.cc AVDictionaryEntry* key = av_dict_get(stream->metadata, "enc_key_id", NULL, key 85 media/filters/ffmpeg_demuxer.cc DCHECK(key); key 86 media/filters/ffmpeg_demuxer.cc DCHECK(key->value); key 87 media/filters/ffmpeg_demuxer.cc if (!key || !key->value) key 89 media/filters/ffmpeg_demuxer.cc base::StringPiece base64_key_id(key->value); key 349 media/filters/ffmpeg_demuxer.cc std::string FFmpegDemuxerStream::GetMetadata(const char* key) const { key 351 media/filters/ffmpeg_demuxer.cc av_dict_get(stream_->metadata, key, NULL, 0); key 105 media/filters/ffmpeg_demuxer.h std::string GetMetadata(const char* key) const; key 214 media/tools/player_x11/player_x11.cc KeySym key = XkbKeycodeToKeysym(g_display, e.xkey.keycode, 0, 0); key 215 media/tools/player_x11/player_x11.cc if (key == XK_Escape) { key 220 media/tools/player_x11/player_x11.cc } else if (key == XK_space) { key 32 mojo/common/environment_data.cc void EnvironmentData::SetData(const void* key, scoped_ptr<Data> data) { key 36 mojo/common/environment_data.cc old = data_map_[key]; key 38 mojo/common/environment_data.cc data_map_[key] = data.release(); key 40 mojo/common/environment_data.cc data_map_.erase(key); key 45 mojo/common/environment_data.cc EnvironmentData::Data* EnvironmentData::GetData(const void* key) { key 47 mojo/common/environment_data.cc return data_map_.count(key) > 0 ? data_map_[key] : NULL; key 33 mojo/common/environment_data.h void SetData(const void* key, scoped_ptr<Data> data); key 35 mojo/common/environment_data.h Data* GetData(const void* key); key 94 native_client_sdk/src/examples/api/var_dictionary/var_dictionary.cc std::string key = var_key.AsString(); key 95 native_client_sdk/src/examples/api/var_dictionary/var_dictionary.cc PostResult(kGetCommand, dictionary_.Get(key)); key 106 native_client_sdk/src/examples/api/var_dictionary/var_dictionary.cc std::string key = var_key.AsString(); key 107 native_client_sdk/src/examples/api/var_dictionary/var_dictionary.cc PostResult(kSetCommand, dictionary_.Set(key, var_value)); key 117 native_client_sdk/src/examples/api/var_dictionary/var_dictionary.cc std::string key = var_key.AsString(); key 118 native_client_sdk/src/examples/api/var_dictionary/var_dictionary.cc dictionary_.Delete(key); key 133 native_client_sdk/src/examples/api/var_dictionary/var_dictionary.cc std::string key = var_key.AsString(); key 134 native_client_sdk/src/examples/api/var_dictionary/var_dictionary.cc PostResult(kHasKeyCommand, dictionary_.HasKey(key)); key 59 native_client_sdk/src/examples/demo/drive/drive.cc const std::string& key, key 63 native_client_sdk/src/examples/demo/drive/drive.cc *s += EncodeUriComponent(key); key 69 native_client_sdk/src/examples/demo/drive/drive.cc const std::string& key, key 72 native_client_sdk/src/examples/demo/drive/drive.cc AddQueryParameter(s, key, IntToString(value), first); key 81 native_client_sdk/src/examples/demo/drive/drive.cc void AddHeader(std::string* s, const char* key, const std::string& value) { key 82 native_client_sdk/src/examples/demo/drive/drive.cc *s += key; key 326 native_client_sdk/src/examples/demo/drive/drive.cc const char* key, key 537 native_client_sdk/src/examples/demo/drive/drive.cc const char* key, key 539 native_client_sdk/src/examples/demo/drive/drive.cc Json::Value value = metadata[key]; key 541 native_client_sdk/src/examples/demo/drive/drive.cc PostMessagef("log: Expected metadata.%s to be a string.\n", key); key 692 native_client_sdk/src/examples/demo/earth/earth.cc pp::KeyboardInputEvent key(event); key 693 native_client_sdk/src/examples/demo/earth/earth.cc uint32_t key_code = key.GetKeyCode(); key 444 native_client_sdk/src/examples/demo/voronoi/voronoi.cc pp::KeyboardInputEvent key = pp::KeyboardInputEvent(event); key 445 native_client_sdk/src/examples/demo/voronoi/voronoi.cc uint32_t key_code = key.GetKeyCode(); key 735 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc pp::KeyboardInputEvent key(event); key 736 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc uint32_t key_code = key.GetKeyCode(); key 177 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.cc const std::string& key = NormalizeHeaderKey(iter->first); key 178 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.cc if (additional_headers->find(key) == additional_headers->end()) { key 179 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.cc additional_headers->insert(std::make_pair(key, iter->second)); key 44 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.cc std::string key; key 54 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.cc key.assign(start, &headers[i] - start); key 55 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.cc key = NormalizeHeaderKey(key); key 75 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.cc result[key] = value; key 414 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc std::string key = it->substr(0, location); key 416 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc smap[key] = val; key 168 native_client_sdk/src/libraries/ppapi_simple/ps_instance.cc std::string key = argn[i]; key 169 native_client_sdk/src/libraries/ppapi_simple/ps_instance.cc std::transform(key.begin(), key.end(), key.begin(), toupper); key 170 native_client_sdk/src/libraries/ppapi_simple/ps_instance.cc setenv(key.c_str(), argv[i], 1); key 448 native_client_sdk/src/libraries/ppapi_simple/ps_instance.cc void PSInstance::MessageHandlerExitStatic(const pp::Var& key, key 455 native_client_sdk/src/libraries/ppapi_simple/ps_instance.cc void PSInstance::MessageHandlerInputStatic(const pp::Var& key, key 462 native_client_sdk/src/libraries/ppapi_simple/ps_instance.cc void PSInstance::MessageHandlerResizeStatic(const pp::Var& key, key 506 native_client_sdk/src/libraries/ppapi_simple/ps_instance.cc pp::Var key = keys.Get(0); key 508 native_client_sdk/src/libraries/ppapi_simple/ps_instance.cc message_handlers_.find(key.AsString()); key 512 native_client_sdk/src/libraries/ppapi_simple/ps_instance.cc handler(key, dictionary.Get(key), user_data); key 29 native_client_sdk/src/libraries/ppapi_simple/ps_instance.h typedef void (*MessageHandler_t)(const pp::Var& key, key 171 native_client_sdk/src/libraries/ppapi_simple/ps_instance.h static void MessageHandlerExitStatic(const pp::Var& key, key 177 native_client_sdk/src/libraries/ppapi_simple/ps_instance.h static void MessageHandlerInputStatic(const pp::Var& key, key 185 native_client_sdk/src/libraries/ppapi_simple/ps_instance.h static void MessageHandlerResizeStatic(const pp::Var& key, key 343 native_client_sdk/src/libraries/third_party/pthreads-win32/implement.h DWORD key; key 503 native_client_sdk/src/libraries/third_party/pthreads-win32/implement.h pthread_key_t key; key 661 native_client_sdk/src/libraries/third_party/pthreads-win32/implement.h int ptw32_tkAssocCreate (ptw32_thread_t * thread, pthread_key_t key); key 981 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_key_create (pthread_key_t * key, key 984 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_key_delete (pthread_key_t key); key 986 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_setspecific (pthread_key_t key, key 989 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT void * PTW32_CDECL pthread_getspecific (pthread_key_t key); key 42 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_getspecific.c pthread_getspecific (pthread_key_t key) key 68 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_getspecific.c if (key == NULL) key 78 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_getspecific.c ptr = TlsGetValue (key->key); key 47 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_key_create.c pthread_key_create (pthread_key_t * key, void (PTW32_CDECL *destructor) (void *)) key 85 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_key_create.c else if ((newkey->key = TlsAlloc ()) == TLS_OUT_OF_INDEXES) key 105 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_key_create.c *key = newkey; key 42 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_key_delete.c pthread_key_delete (pthread_key_t key) key 72 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_key_delete.c if (key != NULL) key 74 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_key_delete.c if (key->threads != NULL && key->destructor != NULL) key 77 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_key_delete.c ptw32_mcs_lock_acquire (&(key->keyLock), &keyLock); key 86 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_key_delete.c while ((assoc = (ThreadKeyAssoc *) key->threads) != NULL) key 110 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_key_delete.c TlsFree (key->key); key 111 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_key_delete.c if (key->destructor != NULL) key 114 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_key_delete.c ptw32_mcs_lock_acquire (&(key->keyLock), &keyLock); key 119 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_key_delete.c memset ((char *) key, 0, sizeof (*key)); key 121 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_key_delete.c free (key); key 42 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_setspecific.c pthread_setspecific (pthread_key_t key, const void *value) key 71 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_setspecific.c if (key != ptw32_selfThreadKey) key 108 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_setspecific.c if (key != NULL) key 110 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_setspecific.c if (self.p != NULL && key->destructor != NULL && value != NULL) key 126 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_setspecific.c ptw32_mcs_lock_acquire(&(key->keyLock), &keyLock); key 135 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_setspecific.c if (assoc->key == key) key 150 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_setspecific.c result = ptw32_tkAssocCreate (sp, key); key 159 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_setspecific.c if (!TlsSetValue (key->key, (LPVOID) value)) key 158 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_win32_attach_detach_np.c TlsSetValue (ptw32_selfThreadKey->key, NULL); key 244 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_win32_attach_detach_np.c TlsSetValue (ptw32_selfThreadKey->key, NULL); key 141 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_callUserDestroyRoutines.c if (ptw32_mcs_lock_try_acquire(&(assoc->key->keyLock), &keyLock) == EBUSY) key 165 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_callUserDestroyRoutines.c k = assoc->key; key 167 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_callUserDestroyRoutines.c value = TlsGetValue(k->key); key 168 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_callUserDestroyRoutines.c TlsSetValue (k->key, NULL); key 43 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_tkAssocCreate.c ptw32_tkAssocCreate (ptw32_thread_t * sp, pthread_key_t key) key 92 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_tkAssocCreate.c assoc->key = key; key 98 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_tkAssocCreate.c assoc->nextThread = (ThreadKeyAssoc *) key->threads; key 103 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_tkAssocCreate.c key->threads = (void *) assoc; key 105 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_tkAssocDestroy.c if (assoc->key->threads == assoc) key 108 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_tkAssocDestroy.c assoc->key->threads = next; key 18 native_client_sdk/src/libraries/xray/hashtable.c uint32_t key; key 30 native_client_sdk/src/libraries/xray/hashtable.c XRAY_NO_INSTRUMENT uint32_t XRayHashTableHashKey(uint32_t key); key 65 native_client_sdk/src/libraries/xray/hashtable.c void* XRayHashTableLookup(struct XRayHashTable* table, uint32_t key) { key 66 native_client_sdk/src/libraries/xray/hashtable.c uint32_t h = XRayHashTableHashKey(key); key 78 native_client_sdk/src/libraries/xray/hashtable.c if (table->array[j].key == key) { key 94 native_client_sdk/src/libraries/xray/hashtable.c void* data, uint32_t key) { key 95 native_client_sdk/src/libraries/xray/hashtable.c uint32_t h = XRayHashTableHashKey(key); key 106 native_client_sdk/src/libraries/xray/hashtable.c table->array[j].key = key; key 116 native_client_sdk/src/libraries/xray/hashtable.c if (table->array[j].key == key) { key 145 native_client_sdk/src/libraries/xray/hashtable.c uint32_t key = old_array[i].key; key 146 native_client_sdk/src/libraries/xray/hashtable.c XRayHashTableInsert(table, data, key); key 17 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_url_loader.cc bool GetHeaderValue(const std::string& headers, const std::string& key, key 30 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_url_loader.cc if (strncasecmp(key.c_str(), &headers.data()[offset], key.size()) != 0) { key 28 net/android/java/src/org/chromium/net/AndroidKeyStore.java byte[] getRSAKeyModulus(AndroidPrivateKey key); key 41 net/android/java/src/org/chromium/net/AndroidKeyStore.java byte[] getDSAKeyParamQ(AndroidPrivateKey key); key 51 net/android/java/src/org/chromium/net/AndroidKeyStore.java byte[] getECKeyOrder(AndroidPrivateKey key); key 62 net/android/java/src/org/chromium/net/AndroidKeyStore.java byte[] getPrivateKeyEncodedBytes(AndroidPrivateKey key); key 94 net/android/java/src/org/chromium/net/AndroidKeyStore.java byte[] rawSignDigestWithPrivateKey(AndroidPrivateKey key, byte[] message); key 104 net/android/java/src/org/chromium/net/AndroidKeyStore.java int getPrivateKeyType(AndroidPrivateKey key); key 138 net/android/java/src/org/chromium/net/AndroidKeyStore.java long getOpenSSLHandleForPrivateKey(AndroidPrivateKey key); key 144 net/android/java/src/org/chromium/net/AndroidKeyStore.java void releaseKey(AndroidPrivateKey key); key 35 net/android/java/src/org/chromium/net/DefaultAndroidKeyStore.java DefaultAndroidPrivateKey(PrivateKey key, DefaultAndroidKeyStore store) { key 36 net/android/java/src/org/chromium/net/DefaultAndroidKeyStore.java mKey = key; key 55 net/android/java/src/org/chromium/net/DefaultAndroidKeyStore.java public byte[] getRSAKeyModulus(AndroidPrivateKey key) { key 56 net/android/java/src/org/chromium/net/DefaultAndroidKeyStore.java PrivateKey javaKey = ((DefaultAndroidPrivateKey) key).getJavaKey(); key 65 net/android/java/src/org/chromium/net/DefaultAndroidKeyStore.java public byte[] getDSAKeyParamQ(AndroidPrivateKey key) { key 66 net/android/java/src/org/chromium/net/DefaultAndroidKeyStore.java PrivateKey javaKey = ((DefaultAndroidPrivateKey) key).getJavaKey(); key 76 net/android/java/src/org/chromium/net/DefaultAndroidKeyStore.java public byte[] getECKeyOrder(AndroidPrivateKey key) { key 77 net/android/java/src/org/chromium/net/DefaultAndroidKeyStore.java PrivateKey javaKey = ((DefaultAndroidPrivateKey) key).getJavaKey(); key 87 net/android/java/src/org/chromium/net/DefaultAndroidKeyStore.java public byte[] getPrivateKeyEncodedBytes(AndroidPrivateKey key) { key 88 net/android/java/src/org/chromium/net/DefaultAndroidKeyStore.java PrivateKey javaKey = ((DefaultAndroidPrivateKey) key).getJavaKey(); key 93 net/android/java/src/org/chromium/net/DefaultAndroidKeyStore.java public byte[] rawSignDigestWithPrivateKey(AndroidPrivateKey key, key 95 net/android/java/src/org/chromium/net/DefaultAndroidKeyStore.java PrivateKey javaKey = ((DefaultAndroidPrivateKey) key).getJavaKey(); key 133 net/android/java/src/org/chromium/net/DefaultAndroidKeyStore.java public int getPrivateKeyType(AndroidPrivateKey key) { key 134 net/android/java/src/org/chromium/net/DefaultAndroidKeyStore.java PrivateKey javaKey = ((DefaultAndroidPrivateKey) key).getJavaKey(); key 146 net/android/java/src/org/chromium/net/DefaultAndroidKeyStore.java public long getOpenSSLHandleForPrivateKey(AndroidPrivateKey key) { key 147 net/android/java/src/org/chromium/net/DefaultAndroidKeyStore.java PrivateKey javaKey = ((DefaultAndroidPrivateKey) key).getJavaKey(); key 170 net/android/java/src/org/chromium/net/DefaultAndroidKeyStore.java if (!superClass.isInstance(key)) { key 229 net/android/java/src/org/chromium/net/DefaultAndroidKeyStore.java public void releaseKey(AndroidPrivateKey key) { key 46 net/android/java/src/org/chromium/net/RemoteAndroidKeyStore.java public byte[] getRSAKeyModulus(AndroidPrivateKey key) { key 47 net/android/java/src/org/chromium/net/RemoteAndroidKeyStore.java RemotePrivateKey remoteKey = (RemotePrivateKey) key; key 58 net/android/java/src/org/chromium/net/RemoteAndroidKeyStore.java public byte[] getDSAKeyParamQ(AndroidPrivateKey key) { key 59 net/android/java/src/org/chromium/net/RemoteAndroidKeyStore.java RemotePrivateKey remoteKey = (RemotePrivateKey) key; key 70 net/android/java/src/org/chromium/net/RemoteAndroidKeyStore.java public byte[] getECKeyOrder(AndroidPrivateKey key) { key 71 net/android/java/src/org/chromium/net/RemoteAndroidKeyStore.java RemotePrivateKey remoteKey = (RemotePrivateKey) key; key 82 net/android/java/src/org/chromium/net/RemoteAndroidKeyStore.java public byte[] rawSignDigestWithPrivateKey(AndroidPrivateKey key, byte[] message) { key 83 net/android/java/src/org/chromium/net/RemoteAndroidKeyStore.java RemotePrivateKey remoteKey = (RemotePrivateKey) key; key 94 net/android/java/src/org/chromium/net/RemoteAndroidKeyStore.java public int getPrivateKeyType(AndroidPrivateKey key) { key 95 net/android/java/src/org/chromium/net/RemoteAndroidKeyStore.java RemotePrivateKey remoteKey = (RemotePrivateKey) key; key 106 net/android/java/src/org/chromium/net/RemoteAndroidKeyStore.java public byte[] getPrivateKeyEncodedBytes(AndroidPrivateKey key) { key 130 net/android/java/src/org/chromium/net/RemoteAndroidKeyStore.java public void releaseKey(AndroidPrivateKey key) { key 131 net/android/java/src/org/chromium/net/RemoteAndroidKeyStore.java RemotePrivateKey remoteKey = (RemotePrivateKey) key; key 51 net/android/javatests/src/org/chromium/net/AndroidKeyStoreTestUtil.java PrivateKey key = factory.generatePrivate(ks); key 52 net/android/javatests/src/org/chromium/net/AndroidKeyStoreTestUtil.java return sKeyStore.createKey(key); key 208 net/android/keystore_openssl.cc jobject key = reinterpret_cast<jobject>(RSA_get_app_data(rsa)); key 209 net/android/keystore_openssl.cc if (key != NULL) { key 211 net/android/keystore_openssl.cc ReleaseKey(key); key 412 net/android/keystore_openssl.cc jobject key = reinterpret_cast<jobject>(DSA_get_ex_data(dsa,0)); key 413 net/android/keystore_openssl.cc if (key != NULL) { key 415 net/android/keystore_openssl.cc ReleaseKey(key); key 193 net/android/keystore_unittest.cc ScopedJava key( key 197 net/android/keystore_unittest.cc return key; key 207 net/android/keystore_unittest.cc std::string key; key 208 net/android/keystore_unittest.cc if (!ImportPrivateKeyFileAsPkcs8(kTestRsaKeyFile, &key)) key 210 net/android/keystore_unittest.cc return GetPKCS8PrivateKeyJava(PRIVATE_KEY_TYPE_RSA, key); key 221 net/android/keystore_unittest.cc std::string key; key 222 net/android/keystore_unittest.cc if (!ImportPrivateKeyFileAsPkcs8(kTestDsaKeyFile, &key)) key 224 net/android/keystore_unittest.cc return GetPKCS8PrivateKeyJava(PRIVATE_KEY_TYPE_DSA, key); key 269 net/android/keystore_unittest.cc std::string key; key 270 net/android/keystore_unittest.cc if (!ImportPrivateKeyFileAsPkcs8(kTestEcdsaKeyFile, &key)) key 272 net/android/keystore_unittest.cc return GetPKCS8PrivateKeyJava(PRIVATE_KEY_TYPE_ECDSA, key); key 241 net/base/escape.cc char key; key 252 net/base/escape.cc if (c == kCharsToEscape[k].key) { key 22 net/base/expiring_cache.h void Handle(const KeyType& key, key 102 net/base/expiring_cache.h const KeyType& key() const { return it_->first; } key 125 net/base/expiring_cache.h const ValueType* Get(const KeyType& key, const ExpirationType& now) { key 126 net/base/expiring_cache.h typename EntryMap::iterator it = entries_.find(key); key 140 net/base/expiring_cache.h void Put(const KeyType& key, key 144 net/base/expiring_cache.h typename EntryMap::iterator it = entries_.find(key); key 151 net/base/expiring_cache.h entries_.insert(std::make_pair(key, Entry(value, expiration))); key 260 net/base/keygen_handler_mac.cc static OSStatus CreateSignatureContext(SecKeyRef key, key 267 net/base/keygen_handler_mac.cc err = SecKeyGetCredentials(key, key 280 net/base/keygen_handler_mac.cc err = SecKeyGetCSPHandle(key, &csp_handle); key 290 net/base/keygen_handler_mac.cc err = SecKeyGetCSSMKey(key, &cssm_key); key 18 net/base/keygen_handler_openssl.cc scoped_ptr<crypto::RSAPrivateKey> key( key 20 net/base/keygen_handler_openssl.cc EVP_PKEY* pkey = key->key(); key 198 net/base/keygen_handler_win.cc crypto::ScopedHCRYPTKEY key; key 200 net/base/keygen_handler_win.cc (key_size_in_bits_ << 16) | CRYPT_EXPORTABLE, key.receive())) { key 95 net/base/linked_hash_map.h size_type erase(const Key& key) { key 96 net/base/linked_hash_map.h typename MapType::iterator found = map_.find(key); key 127 net/base/linked_hash_map.h iterator find(const Key& key) { key 128 net/base/linked_hash_map.h typename MapType::iterator found = map_.find(key); key 135 net/base/linked_hash_map.h const_iterator find(const Key& key) const { key 136 net/base/linked_hash_map.h typename MapType::const_iterator found = map_.find(key); key 145 net/base/linked_hash_map.h std::pair<iterator, iterator> equal_range(const key_type& key) { key 147 net/base/linked_hash_map.h map_.equal_range(key); key 153 net/base/linked_hash_map.h const key_type& key) const { key 156 net/base/linked_hash_map.h map_.equal_range(key); key 167 net/base/linked_hash_map.h Value& operator[](const key_type& key) { key 168 net/base/linked_hash_map.h return (*((this->insert(std::make_pair(key, Value()))).first)).second; key 17 net/base/net_module.cc base::StringPiece NetModule::GetResource(int key) { key 18 net/base/net_module.cc return resource_provider ? resource_provider(key) : base::StringPiece(); key 23 net/base/net_module.h typedef base::StringPiece (*ResourceProvider)(int key); key 31 net/base/net_module.h static base::StringPiece GetResource(int key); key 201 net/base/network_change_notifier_mac.cc base::ScopedCFTypeRef<CFStringRef> key( key 204 net/base/network_change_notifier_mac.cc CFArrayAppendValue(notification_keys.get(), key.get()); key 205 net/base/network_change_notifier_mac.cc key.reset(SCDynamicStoreKeyCreateNetworkGlobalEntity( key 207 net/base/network_change_notifier_mac.cc CFArrayAppendValue(notification_keys.get(), key.get()); key 208 net/base/network_change_notifier_mac.cc key.reset(SCDynamicStoreKeyCreateNetworkGlobalEntity( key 210 net/base/network_change_notifier_mac.cc CFArrayAppendValue(notification_keys.get(), key.get()); key 228 net/base/network_change_notifier_mac.cc CFStringRef key = static_cast<CFStringRef>( key 230 net/base/network_change_notifier_mac.cc if (CFStringHasSuffix(key, kSCEntNetIPv4) || key 231 net/base/network_change_notifier_mac.cc CFStringHasSuffix(key, kSCEntNetIPv6)) { key 235 net/base/network_change_notifier_mac.cc if (CFStringHasSuffix(key, kSCEntNetInterface)) { key 18 net/base/platform_mime_util_win.cc std::wstring value, key = L"." + ext; key 19 net/base/platform_mime_util_win.cc base::win::RegKey(HKEY_CLASSES_ROOT, key.c_str(), KEY_READ).ReadValue( key 30 net/base/platform_mime_util_win.cc std::wstring key( key 32 net/base/platform_mime_util_win.cc if (base::win::RegKey(HKEY_CLASSES_ROOT, key.c_str(), KEY_READ).ReadValue( key 54258 net/base/registry_controlled_domains/effective_tld_names.cc register int key = hash (str, len); key 54260 net/base/registry_controlled_domains/effective_tld_names.cc if (key <= MAX_HASH_VALUE && key >= 0) key 54262 net/base/registry_controlled_domains/effective_tld_names.cc register int index = lookup[key]; key 200 net/base/registry_controlled_domains/effective_tld_names_unittest1.cc register int key = hash (str, len); key 202 net/base/registry_controlled_domains/effective_tld_names_unittest1.cc if (key <= MAX_HASH_VALUE && key >= 0) key 204 net/base/registry_controlled_domains/effective_tld_names_unittest1.cc register int index = lookup[key]; key 143 net/base/registry_controlled_domains/effective_tld_names_unittest2.cc register int key = hash (str, len); key 145 net/base/registry_controlled_domains/effective_tld_names_unittest2.cc if (key <= MAX_HASH_VALUE && key >= 0) key 147 net/base/registry_controlled_domains/effective_tld_names_unittest2.cc register int index = lookup[key]; key 44 net/base/url_util.cc const base::StringPiece key( key 50 net/base/url_util.cc if (!replaced && key == param_name) { key 82 net/cert/cert_database_nss.cc CK_OBJECT_HANDLE key; key 83 net/cert/cert_database_nss.cc crypto::ScopedPK11Slot slot(PK11_KeyForCertExists(cert, &key, NULL)); key 95 net/cert/cert_database_nss.cc rv = PK11_ImportCert(slot.get(), cert, key, nickname.c_str(), PR_FALSE); key 60 net/cert/ct_known_logs.cc base::StringPiece key(kGooglePilotLogKey, kGooglePilotLogKeyLength); key 62 net/cert/ct_known_logs.cc return CTLogVerifier::Create(key, kGooglePilotLogName); key 66 net/cert/ct_known_logs.cc base::StringPiece key(kGoogleAviatorLogKey, kGoogleAviatorLogKeyLength); key 68 net/cert/ct_known_logs.cc return CTLogVerifier::Create(key, kGoogleAviatorLogName); key 72 net/cert/ct_known_logs.cc base::StringPiece key(kGoogleRocketeerLogKey, kGoogleRocketeerLogKeyLength); key 74 net/cert/ct_known_logs.cc return CTLogVerifier::Create(key, kGoogleRocketeerLogName); key 80 net/cert/ct_signed_certificate_timestamp_log_param.cc const char* key, key 86 net/cert/ct_signed_certificate_timestamp_log_param.cc dict->SetString(key, b64_value); key 435 net/cert/multi_threaded_cert_verifier.cc const RequestParams key(cert->fingerprint(), cert->ca_fingerprint(), key 438 net/cert/multi_threaded_cert_verifier.cc cache_.Get(key, CacheValidityPeriod(base::Time::Now())); key 449 net/cert/multi_threaded_cert_verifier.cc j = inflight_.find(key); key 476 net/cert/multi_threaded_cert_verifier.cc inflight_.insert(std::make_pair(key, job)); key 535 net/cert/multi_threaded_cert_verifier.cc const RequestParams key(cert->fingerprint(), cert->ca_fingerprint(), key 543 net/cert/multi_threaded_cert_verifier.cc key, cached_result, CacheValidityPeriod(now), key 547 net/cert/multi_threaded_cert_verifier.cc j = inflight_.find(key); key 478 net/cert/x509_certificate_mac.cc SecKeyRef key; key 479 net/cert/x509_certificate_mac.cc OSStatus status = SecCertificateCopyPublicKey(cert_handle, &key); key 484 net/cert/x509_certificate_mac.cc ScopedCFTypeRef<SecKeyRef> scoped_key(key); key 487 net/cert/x509_certificate_mac.cc status = SecKeyGetCSSMKey(key, &cssm_key); key 446 net/cert/x509_certificate_openssl.cc EVP_PKEY* key = scoped_key.get(); key 448 net/cert/x509_certificate_openssl.cc switch (key->type) { key 451 net/cert/x509_certificate_openssl.cc *size_bits = EVP_PKEY_size(key) * 8; key 455 net/cert/x509_certificate_openssl.cc *size_bits = EVP_PKEY_size(key) * 8; key 459 net/cert/x509_certificate_openssl.cc *size_bits = EVP_PKEY_bits(key); key 463 net/cert/x509_certificate_openssl.cc *size_bits = EVP_PKEY_size(key) * 8; key 62 net/cert/x509_util.cc scoped_ptr<crypto::ECPrivateKey>* key, key 76 net/cert/x509_util.cc key->reset(new_key.release()); key 85 net/cert/x509_util.cc scoped_ptr<crypto::RSAPrivateKey>* key, key 100 net/cert/x509_util.cc key->reset(new_key.release()); key 52 net/cert/x509_util.h scoped_ptr<crypto::ECPrivateKey>* key, key 56 net/cert/x509_util.h NET_EXPORT_PRIVATE bool CreateDomainBoundCertEC(crypto::ECPrivateKey* key, key 86 net/cert/x509_util.h scoped_ptr<crypto::RSAPrivateKey>* key, key 92 net/cert/x509_util.h NET_EXPORT bool CreateSelfSignedCert(crypto::RSAPrivateKey* key, key 155 net/cert/x509_util_nss.cc SECKEYPrivateKey* key, key 159 net/cert/x509_util_nss.cc SECOidTag algo_id = SEC_GetSignatureAlgorithmOidTag(key->keyType, key 184 net/cert/x509_util_nss.cc rv = DerSignData(arena, &result, &der, key, algo_id); key 253 net/cert/x509_util_nss.cc bool CreateSelfSignedCert(crypto::RSAPrivateKey* key, key 260 net/cert/x509_util_nss.cc DCHECK(key); key 262 net/cert/x509_util_nss.cc CERTCertificate* cert = CreateCertificate(key->public_key(), key 270 net/cert/x509_util_nss.cc if (!SignCertificate(cert, key->key(), ToSECOid(alg))) { key 294 net/cert/x509_util_nss.cc bool CreateDomainBoundCertEC(crypto::ECPrivateKey* key, key 301 net/cert/x509_util_nss.cc DCHECK(key); key 303 net/cert/x509_util_nss.cc CERTCertificate* cert = CreateCertificate(key->public_key(), key 357 net/cert/x509_util_nss.cc if (!SignCertificate(cert, key->key(), ToSECOid(alg))) { key 546 net/cert/x509_util_nss.cc crypto::ScopedSECKEYPublicKey key(CERT_ExtractPublicKey(handle)); key 547 net/cert/x509_util_nss.cc if (!key.get()) key 550 net/cert/x509_util_nss.cc *size_bits = SECKEY_PublicKeyStrengthInBits(key.get()); key 552 net/cert/x509_util_nss.cc switch (key->keyType) { key 39 net/cert/x509_util_openssl.cc X509* CreateCertificate(EVP_PKEY* key, key 105 net/cert/x509_util_openssl.cc !X509_set_pubkey(cert.get(), key) || key 119 net/cert/x509_util_openssl.cc EVP_PKEY* key, key 130 net/cert/x509_util_openssl.cc if (!X509_sign(cert, key, md)) { key 215 net/cert/x509_util_openssl.cc crypto::ECPrivateKey* key, key 225 net/cert/x509_util_openssl.cc CreateCertificate(key->key(), key 267 net/cert/x509_util_openssl.cc return SignAndDerEncodeCert(cert.get(), key->key(), alg, der_cert); key 270 net/cert/x509_util_openssl.cc bool CreateSelfSignedCert(crypto::RSAPrivateKey* key, key 279 net/cert/x509_util_openssl.cc CreateCertificate(key->key(), key 288 net/cert/x509_util_openssl.cc return SignAndDerEncodeCert(cert.get(), key->key(), alg, der_encoded); key 293 net/cert/x509_util_openssl.cc std::string* key, key 299 net/cert/x509_util_openssl.cc if (key) { key 301 net/cert/x509_util_openssl.cc key->assign(OBJ_nid2sn(OBJ_obj2nid(object))); key 28 net/cert/x509_util_openssl.h std::string* key, key 1055 net/cookies/cookie_monster.cc std::string key(cookie_util::GetEffectiveDomain(url.scheme(), key 1057 net/cookies/cookie_monster.cc if (keys_loaded_.find(key) == keys_loaded_.end()) { key 1059 net/cookies/cookie_monster.cc ::iterator it = tasks_pending_for_key_.find(key); key 1061 net/cookies/cookie_monster.cc store_->LoadCookiesForKey(key, key 1062 net/cookies/cookie_monster.cc base::Bind(&CookieMonster::OnKeyLoaded, this, key)); key 1063 net/cookies/cookie_monster.cc it = tasks_pending_for_key_.insert(std::make_pair(key, key 1387 net/cookies/cookie_monster.cc const std::string key(GetKey(etldp1)); key 1389 net/cookies/cookie_monster.cc CookieMapItPair its = cookies_.equal_range(key); key 1445 net/cookies/cookie_monster.cc void CookieMonster::OnKeyLoaded(const std::string& key, key 1458 net/cookies/cookie_monster.cc ::iterator it = tasks_pending_for_key_.find(key); key 1460 net/cookies/cookie_monster.cc keys_loaded_.insert(key); key 1464 net/cookies/cookie_monster.cc keys_loaded_.insert(key); key 1564 net/cookies/cookie_monster.cc const std::string key = cur_range_begin->first; // Keep a copy. key 1565 net/cookies/cookie_monster.cc CookieMap::iterator cur_range_end = cookies_.upper_bound(key); key 1570 net/cookies/cookie_monster.cc TrimDuplicateCookiesForKey(key, cur_range_begin, cur_range_end); key 1579 net/cookies/cookie_monster.cc const std::string& key, key 1597 net/cookies/cookie_monster.cc DCHECK_EQ(key, it->first); key 1642 net/cookies/cookie_monster.cc key.c_str(), key 1689 net/cookies/cookie_monster.cc const std::string key(GetKey(url.host())); key 1690 net/cookies/cookie_monster.cc FindCookiesForKey(key, url, options, current_time, key 1694 net/cookies/cookie_monster.cc void CookieMonster::FindCookiesForKey(const std::string& key, key 1702 net/cookies/cookie_monster.cc for (CookieMapItPair its = cookies_.equal_range(key); key 1729 net/cookies/cookie_monster.cc bool CookieMonster::DeleteAnyEquivalentCookie(const std::string& key, key 1737 net/cookies/cookie_monster.cc for (CookieMapItPair its = cookies_.equal_range(key); key 1761 net/cookies/cookie_monster.cc const std::string& key, key 1770 net/cookies/cookie_monster.cc cookies_.insert(CookieMap::value_type(key, cc)); key 1807 net/cookies/cookie_monster.cc const std::string key(GetKey((*cc)->Domain())); key 1809 net/cookies/cookie_monster.cc if (DeleteAnyEquivalentCookie(key, **cc, options.exclude_httponly(), key 1815 net/cookies/cookie_monster.cc VLOG(kVlogSetCookies) << "SetCookie() key: " << key << " cc: " key 1827 net/cookies/cookie_monster.cc InternalInsertCookie(key, cc->release(), true); key 1837 net/cookies/cookie_monster.cc GarbageCollect(creation_time, key); key 1898 net/cookies/cookie_monster.cc const std::string& key) { key 1906 net/cookies/cookie_monster.cc if (cookies_.count(key) > kDomainMaxCookies) { key 1907 net/cookies/cookie_monster.cc VLOG(kVlogGarbageCollection) << "GarbageCollect() key: " << key; key 1911 net/cookies/cookie_monster.cc current, cookies_.equal_range(key), &cookie_its); key 2139 net/cookies/cookie_monster.cc const std::string& key(it_key->first); key 2144 net/cookies/cookie_monster.cc CookieMapItPair its_cookies = cookies_.equal_range(key); key 480 net/cookies/cookie_monster.h const std::string& key, key 496 net/cookies/cookie_monster.h int TrimDuplicateCookiesForKey(const std::string& key, key 507 net/cookies/cookie_monster.h void FindCookiesForKey(const std::string& key, key 520 net/cookies/cookie_monster.h bool DeleteAnyEquivalentCookie(const std::string& key, key 527 net/cookies/cookie_monster.h CookieMap::iterator InternalInsertCookie(const std::string& key, key 561 net/cookies/cookie_monster.h int GarbageCollect(const base::Time& current, const std::string& key); key 747 net/cookies/cookie_monster.h virtual void LoadCookiesForKey(const std::string& key, key 51 net/cookies/cookie_monster_store_test.cc const std::string& key, key 102 net/cookies/cookie_monster_store_test.cc CanonicalCookie BuildCanonicalCookie(const std::string& key, key 120 net/cookies/cookie_monster_store_test.cc GURL(), pc.Name(), pc.Value(), key, cookie_path, key 126 net/cookies/cookie_monster_store_test.cc const std::string& key, key 132 net/cookies/cookie_monster_store_test.cc BuildCanonicalCookie(key, cookie_line, creation_time))); key 156 net/cookies/cookie_monster_store_test.cc void MockSimplePersistentCookieStore::LoadCookiesForKey(const std::string& key, key 87 net/cookies/cookie_monster_store_test.h virtual void LoadCookiesForKey(const std::string& key, key 144 net/cookies/cookie_monster_store_test.h CanonicalCookie BuildCanonicalCookie(const std::string& key, key 150 net/cookies/cookie_monster_store_test.h const std::string& key, key 164 net/cookies/cookie_monster_store_test.h virtual void LoadCookiesForKey(const std::string& key, key 48 net/cookies/cookie_monster_unittest.cc MOCK_METHOD2(LoadCookiesForKey, void(const std::string& key, key 775 net/cookies/cookie_monster_unittest.cc void DeclareLoadedCookie(const std::string& key, key 778 net/cookies/cookie_monster_unittest.cc AddCookieToList(key, cookie_line, creation_time, &loaded_cookies_); key 813 net/cookies/cookie_monster_unittest.cc void BeginWithForDomainKey(std::string key, key 817 net/cookies/cookie_monster_unittest.cc ExpectLoadForKeyCall(key, false); key 832 net/cookies/cookie_monster_unittest.cc void ExpectLoadForKeyCall(std::string key, bool quit_queue) { key 834 net/cookies/cookie_monster_unittest.cc EXPECT_CALL(*persistent_store_.get(), LoadCookiesForKey(key, testing::_)) key 839 net/cookies/cookie_monster_unittest.cc EXPECT_CALL(*persistent_store_.get(), LoadCookiesForKey(key, testing::_)) key 2177 net/cookies/cookie_monster_unittest.cc const std::string& key, key 436 net/cookies/parsed_cookie.cc const std::string& key, key 442 net/cookies/parsed_cookie.cc return SetAttributePair(index, key, value); key 447 net/cookies/parsed_cookie.cc const std::string& key, key 453 net/cookies/parsed_cookie.cc return SetAttributePair(index, key, std::string()); key 458 net/cookies/parsed_cookie.cc const std::string& key, key 460 net/cookies/parsed_cookie.cc if (!(IsValidToken(key) && IsValidCookieAttributeValue(value))) key 467 net/cookies/parsed_cookie.cc pairs_.push_back(std::make_pair(key, value)); key 112 net/cookies/parsed_cookie.h const std::string& key, key 115 net/cookies/parsed_cookie.h const std::string& key, key 121 net/cookies/parsed_cookie.h const std::string& key, key 244 net/disk_cache/backend_unittest.cc std::string key = GenerateKey(true); key 246 net/disk_cache/backend_unittest.cc if (CreateEntry(key, &entry) != net::OK) key 248 net/disk_cache/backend_unittest.cc key_pool->insert(key); key 779 net/disk_cache/backend_unittest.cc std::string key = GenerateKey(true); key 780 net/disk_cache/backend_unittest.cc ASSERT_EQ(net::OK, CreateEntry(key, &entries[i])); key 907 net/disk_cache/backend_unittest.cc std::string key("Some key"); key 909 net/disk_cache/backend_unittest.cc ASSERT_EQ(net::OK, CreateEntry(key, &entry)); key 919 net/disk_cache/backend_unittest.cc ASSERT_EQ(net::OK, OpenEntry(key, &entry)); key 943 net/disk_cache/backend_unittest.cc std::string key("Some key"); key 945 net/disk_cache/backend_unittest.cc ASSERT_EQ(net::OK, CreateEntry(key, &entry)); key 954 net/disk_cache/backend_unittest.cc EXPECT_NE(net::OK, OpenEntry(key, &entry)); key 987 net/disk_cache/backend_unittest.cc std::string key("Some key"); key 989 net/disk_cache/backend_unittest.cc ASSERT_EQ(net::OK, CreateEntry(key, &entry)); key 997 net/disk_cache/backend_unittest.cc ASSERT_EQ(net::OK, OpenEntry(key, &entry)); key 1004 net/disk_cache/backend_unittest.cc ASSERT_EQ(net::OK, OpenEntry(key, &entry)); key 1008 net/disk_cache/backend_unittest.cc EXPECT_NE(net::OK, OpenEntry(key, &entry)); key 1049 net/disk_cache/backend_unittest.cc std::string key = GenerateKey(true); key 1050 net/disk_cache/backend_unittest.cc ASSERT_EQ(net::OK, CreateEntry(key, &entries[i])); key 1174 net/disk_cache/backend_unittest.cc std::string key(base::StringPrintf("some key %d", i)); key 1175 net/disk_cache/backend_unittest.cc ASSERT_EQ(net::OK, CreateEntry(key, &entry)); key 1178 net/disk_cache/backend_unittest.cc ASSERT_EQ(net::OK, OpenEntry(key, &entry)); key 1229 net/disk_cache/backend_unittest.cc std::string key = GenerateKey(true); key 1231 net/disk_cache/backend_unittest.cc ASSERT_EQ(net::OK, CreateEntry(key, &entry)); key 1405 net/disk_cache/backend_unittest.cc std::string key("Some key"); key 1407 net/disk_cache/backend_unittest.cc ASSERT_EQ(net::OK, CreateEntry(key, &entry1)); key 1415 net/disk_cache/backend_unittest.cc ASSERT_EQ(net::OK, OpenEntry(key, &entry1)); key 1459 net/disk_cache/backend_unittest.cc std::string key = GenerateKey(true); key 1461 net/disk_cache/backend_unittest.cc ASSERT_EQ(net::OK, CreateEntry(key, &entry)); key 1695 net/disk_cache/backend_unittest.cc std::string key("the first key"); key 1697 net/disk_cache/backend_unittest.cc ASSERT_NE(net::OK, OpenEntry(key, &entry1)); key 2700 net/disk_cache/backend_unittest.cc std::string key = entry2->GetKey(); key 2701 net/disk_cache/backend_unittest.cc EXPECT_EQ(sizeof(key2) - 1, key.size()); key 2702 net/disk_cache/backend_unittest.cc key = entry3->GetKey(); key 2703 net/disk_cache/backend_unittest.cc EXPECT_EQ(sizeof(key3) - 1, key.size()); key 2926 net/disk_cache/backend_unittest.cc std::string key("the first key"); key 2929 net/disk_cache/backend_unittest.cc rv = cache[i]->CreateEntry(key, &entry, cb.callback()); key 2999 net/disk_cache/backend_unittest.cc std::string key("the first key"); key 3001 net/disk_cache/backend_unittest.cc ASSERT_EQ(net::OK, CreateEntry(key, &entry)); key 3023 net/disk_cache/backend_unittest.cc ASSERT_EQ(net::OK, OpenEntry(key, &entry)); key 3102 net/disk_cache/backend_unittest.cc std::string key = base::StringPrintf("key%d", i); key 3103 net/disk_cache/backend_unittest.cc ASSERT_EQ(net::OK, CreateEntry(key, &entry)); key 3125 net/disk_cache/backend_unittest.cc std::string key = base::StringPrintf("key%d", i); key 3126 net/disk_cache/backend_unittest.cc ASSERT_EQ(net::OK, CreateEntry(key, &entry)); key 3272 net/disk_cache/backend_unittest.cc const char* key = "the first key"; key 3275 net/disk_cache/backend_unittest.cc ASSERT_EQ(net::OK, CreateEntry(key, &entry)); key 3282 net/disk_cache/backend_unittest.cc ASSERT_EQ(net::OK, OpenEntry(key, &entry)); key 3289 net/disk_cache/backend_unittest.cc disk_cache::simple_util::GetFilenameFromKeyAndFileIndex(key, 0)); key 3294 net/disk_cache/backend_unittest.cc ASSERT_EQ(net::ERR_FAILED, OpenEntry(key, &entry)); key 3299 net/disk_cache/backend_unittest.cc disk_cache::simple_util::GetFilenameFromKeyAndFileIndex(key, i))); key 3308 net/disk_cache/backend_unittest.cc const char* key = "the first key"; key 3311 net/disk_cache/backend_unittest.cc ASSERT_EQ(net::OK, CreateEntry(key, &entry)); key 3319 net/disk_cache/backend_unittest.cc ASSERT_EQ(net::OK, OpenEntry(key, &entry)); key 3326 net/disk_cache/backend_unittest.cc disk_cache::simple_util::GetFilenameFromKeyAndFileIndex(key, 0)); key 3334 net/disk_cache/backend_unittest.cc ASSERT_EQ(net::ERR_FAILED, OpenEntry(key, &entry)); key 3480 net/disk_cache/backend_unittest.cc const std::string key = "the key"; key 3483 net/disk_cache/backend_unittest.cc ASSERT_EQ(net::OK, CreateEntry(key, &corrupted_entry)); key 3494 net/disk_cache/backend_unittest.cc key, cache_path_)); key 334 net/disk_cache/blockfile/backend_impl.cc int BackendImpl::SyncOpenEntry(const std::string& key, Entry** entry) { key 336 net/disk_cache/blockfile/backend_impl.cc *entry = OpenEntryImpl(key); key 340 net/disk_cache/blockfile/backend_impl.cc int BackendImpl::SyncCreateEntry(const std::string& key, Entry** entry) { key 342 net/disk_cache/blockfile/backend_impl.cc *entry = CreateEntryImpl(key); key 346 net/disk_cache/blockfile/backend_impl.cc int BackendImpl::SyncDoomEntry(const std::string& key) { key 350 net/disk_cache/blockfile/backend_impl.cc EntryImpl* entry = OpenEntryImpl(key); key 453 net/disk_cache/blockfile/backend_impl.cc void BackendImpl::SyncOnExternalCacheHit(const std::string& key) { key 457 net/disk_cache/blockfile/backend_impl.cc uint32 hash = base::Hash(key); key 459 net/disk_cache/blockfile/backend_impl.cc EntryImpl* cache_entry = MatchEntry(key, hash, false, Addr(), &error); key 468 net/disk_cache/blockfile/backend_impl.cc EntryImpl* BackendImpl::OpenEntryImpl(const std::string& key) { key 473 net/disk_cache/blockfile/backend_impl.cc uint32 hash = base::Hash(key); key 477 net/disk_cache/blockfile/backend_impl.cc EntryImpl* cache_entry = MatchEntry(key, hash, false, Addr(), &error); key 512 net/disk_cache/blockfile/backend_impl.cc EntryImpl* BackendImpl::CreateEntryImpl(const std::string& key) { key 513 net/disk_cache/blockfile/backend_impl.cc if (disabled_ || key.empty()) key 517 net/disk_cache/blockfile/backend_impl.cc uint32 hash = base::Hash(key); key 526 net/disk_cache/blockfile/backend_impl.cc EntryImpl* old_entry = MatchEntry(key, hash, false, Addr(), &error); key 530 net/disk_cache/blockfile/backend_impl.cc EntryImpl* parent_entry = MatchEntry(key, hash, true, Addr(), &error); key 554 net/disk_cache/blockfile/backend_impl.cc int num_blocks = EntryImpl::NumBlocksForEntry(key.size()); key 556 net/disk_cache/blockfile/backend_impl.cc LOG(ERROR) << "Create entry failed " << key.c_str(); key 564 net/disk_cache/blockfile/backend_impl.cc LOG(ERROR) << "Create entry failed " << key.c_str(); key 573 net/disk_cache/blockfile/backend_impl.cc if (!cache_entry->CreateEntry(node_address, key, hash)) { key 576 net/disk_cache/blockfile/backend_impl.cc LOG(ERROR) << "Create entry failed " << key.c_str(); key 737 net/disk_cache/blockfile/backend_impl.cc std::string key = entry->GetKey(); key 740 net/disk_cache/blockfile/backend_impl.cc EntryImpl* parent_entry = MatchEntry(key, hash, true, entry_addr, &error); key 1152 net/disk_cache/blockfile/backend_impl.cc int BackendImpl::OpenEntry(const std::string& key, Entry** entry, key 1155 net/disk_cache/blockfile/backend_impl.cc background_queue_.OpenEntry(key, entry, callback); key 1159 net/disk_cache/blockfile/backend_impl.cc int BackendImpl::CreateEntry(const std::string& key, Entry** entry, key 1162 net/disk_cache/blockfile/backend_impl.cc background_queue_.CreateEntry(key, entry, callback); key 1166 net/disk_cache/blockfile/backend_impl.cc int BackendImpl::DoomEntry(const std::string& key, key 1169 net/disk_cache/blockfile/backend_impl.cc background_queue_.DoomEntry(key, callback); key 1235 net/disk_cache/blockfile/backend_impl.cc void BackendImpl::OnExternalCacheHit(const std::string& key) { key 1236 net/disk_cache/blockfile/backend_impl.cc background_queue_.OnExternalCacheHit(key); key 1512 net/disk_cache/blockfile/backend_impl.cc EntryImpl* BackendImpl::MatchEntry(const std::string& key, uint32 hash, key 1577 net/disk_cache/blockfile/backend_impl.cc if (cache_entry->IsSameEntry(key, hash)) { key 66 net/disk_cache/blockfile/backend_impl.h int SyncOpenEntry(const std::string& key, Entry** entry); key 67 net/disk_cache/blockfile/backend_impl.h int SyncCreateEntry(const std::string& key, Entry** entry); key 68 net/disk_cache/blockfile/backend_impl.h int SyncDoomEntry(const std::string& key); key 76 net/disk_cache/blockfile/backend_impl.h void SyncOnExternalCacheHit(const std::string& key); key 79 net/disk_cache/blockfile/backend_impl.h EntryImpl* OpenEntryImpl(const std::string& key); key 80 net/disk_cache/blockfile/backend_impl.h EntryImpl* CreateEntryImpl(const std::string& key); key 262 net/disk_cache/blockfile/backend_impl.h virtual int OpenEntry(const std::string& key, Entry** entry, key 264 net/disk_cache/blockfile/backend_impl.h virtual int CreateEntry(const std::string& key, Entry** entry, key 266 net/disk_cache/blockfile/backend_impl.h virtual int DoomEntry(const std::string& key, key 278 net/disk_cache/blockfile/backend_impl.h virtual void OnExternalCacheHit(const std::string& key) OVERRIDE; key 306 net/disk_cache/blockfile/backend_impl.h EntryImpl* MatchEntry(const std::string& key, uint32 hash, bool find_parent, key 137 net/disk_cache/blockfile/backend_impl_v3.cc std::string key = entry->GetKey(); key 140 net/disk_cache/blockfile/backend_impl_v3.cc EntryImpl* parent_entry = MatchEntry(key, hash, true, entry_addr, &error); key 433 net/disk_cache/blockfile/backend_impl_v3.cc int BackendImplV3::OpenEntry(const std::string& key, Entry** entry, key 439 net/disk_cache/blockfile/backend_impl_v3.cc uint32 hash = base::Hash(key); key 443 net/disk_cache/blockfile/backend_impl_v3.cc EntryImpl* cache_entry = MatchEntry(key, hash, false, Addr(), &error); key 478 net/disk_cache/blockfile/backend_impl_v3.cc int BackendImplV3::CreateEntry(const std::string& key, Entry** entry, key 480 net/disk_cache/blockfile/backend_impl_v3.cc if (disabled_ || key.empty()) key 492 net/disk_cache/blockfile/backend_impl_v3.cc EntryImpl* old_entry = MatchEntry(key, hash, false, Addr(), &error); key 496 net/disk_cache/blockfile/backend_impl_v3.cc EntryImpl* parent_entry = MatchEntry(key, hash, true, Addr(), &error); key 520 net/disk_cache/blockfile/backend_impl_v3.cc int num_blocks = EntryImpl::NumBlocksForEntry(key.size()); key 522 net/disk_cache/blockfile/backend_impl_v3.cc LOG(ERROR) << "Create entry failed " << key.c_str(); key 530 net/disk_cache/blockfile/backend_impl_v3.cc LOG(ERROR) << "Create entry failed " << key.c_str(); key 539 net/disk_cache/blockfile/backend_impl_v3.cc if (!cache_entry->CreateEntry(node_address, key, hash)) { key 542 net/disk_cache/blockfile/backend_impl_v3.cc LOG(ERROR) << "Create entry failed " << key.c_str(); key 577 net/disk_cache/blockfile/backend_impl_v3.cc int BackendImplV3::DoomEntry(const std::string& key, key 582 net/disk_cache/blockfile/backend_impl_v3.cc EntryImpl* entry = OpenEntryImpl(key); key 712 net/disk_cache/blockfile/backend_impl_v3.cc void BackendImplV3::OnExternalCacheHit(const std::string& key) { key 716 net/disk_cache/blockfile/backend_impl_v3.cc uint32 hash = base::Hash(key); key 718 net/disk_cache/blockfile/backend_impl_v3.cc EntryImpl* cache_entry = MatchEntry(key, hash, false, Addr(), &error); key 1206 net/disk_cache/blockfile/backend_impl_v3.cc EntryImpl* BackendImplV3::CreateEntryImpl(const std::string& key) { key 1207 net/disk_cache/blockfile/backend_impl_v3.cc if (disabled_ || key.empty()) key 1219 net/disk_cache/blockfile/backend_impl_v3.cc EntryImpl* old_entry = MatchEntry(key, hash, false, Addr(), &error); key 1223 net/disk_cache/blockfile/backend_impl_v3.cc EntryImpl* parent_entry = MatchEntry(key, hash, true, Addr(), &error); key 1247 net/disk_cache/blockfile/backend_impl_v3.cc int num_blocks = EntryImpl::NumBlocksForEntry(key.size()); key 1249 net/disk_cache/blockfile/backend_impl_v3.cc LOG(ERROR) << "Create entry failed " << key.c_str(); key 1257 net/disk_cache/blockfile/backend_impl_v3.cc LOG(ERROR) << "Create entry failed " << key.c_str(); key 1266 net/disk_cache/blockfile/backend_impl_v3.cc if (!cache_entry->CreateEntry(node_address, key, hash)) { key 1269 net/disk_cache/blockfile/backend_impl_v3.cc LOG(ERROR) << "Create entry failed " << key.c_str(); key 1557 net/disk_cache/blockfile/backend_impl_v3.cc int BackendImplV3::OpenEntry(const std::string& key, Entry** entry, key 1562 net/disk_cache/blockfile/backend_impl_v3.cc int BackendImplV3::CreateEntry(const std::string& key, Entry** entry, key 1567 net/disk_cache/blockfile/backend_impl_v3.cc int BackendImplV3::DoomEntry(const std::string& key, key 1600 net/disk_cache/blockfile/backend_impl_v3.cc void BackendImplV3::OnExternalCacheHit(const std::string& key) { key 176 net/disk_cache/blockfile/backend_impl_v3.h virtual int OpenEntry(const std::string& key, Entry** entry, key 178 net/disk_cache/blockfile/backend_impl_v3.h virtual int CreateEntry(const std::string& key, Entry** entry, key 180 net/disk_cache/blockfile/backend_impl_v3.h virtual int DoomEntry(const std::string& key, key 192 net/disk_cache/blockfile/backend_impl_v3.h virtual void OnExternalCacheHit(const std::string& key) OVERRIDE; key 33 net/disk_cache/blockfile/disk_cache_perftest.cc std::string key; key 60 net/disk_cache/blockfile/disk_cache_perftest.cc entry.key = GenerateKey(true); key 66 net/disk_cache/blockfile/disk_cache_perftest.cc int rv = cache->CreateEntry(entry.key, &cache_entry, cb.callback()); key 115 net/disk_cache/blockfile/disk_cache_perftest.cc int rv = cache->OpenEntry(entries[i].key, &cache_entry, cb.callback()); key 155 net/disk_cache/blockfile/disk_cache_perftest.cc std::string key = GenerateKey(true); key 156 net/disk_cache/blockfile/disk_cache_perftest.cc base::Hash(key); key 116 net/disk_cache/blockfile/disk_format.h char key[256 - 24 * 4]; // null terminated key 121 net/disk_cache/blockfile/disk_format.h offsetof(EntryStore, key) - 1; key 406 net/disk_cache/blockfile/entry_impl.cc bool EntryImpl::CreateEntry(Addr node_address, const std::string& key, key 421 net/disk_cache/blockfile/entry_impl.cc entry_store->key_len = static_cast<int32>(key.size()); key 429 net/disk_cache/blockfile/entry_impl.cc key_ = key; key 435 net/disk_cache/blockfile/entry_impl.cc if (!key_file || !key_file->Write(key.data(), key.size(), offset)) { key 441 net/disk_cache/blockfile/entry_impl.cc key_file->SetLength(key.size() + 1); key 443 net/disk_cache/blockfile/entry_impl.cc memcpy(entry_store->key, key.data(), key.size()); key 444 net/disk_cache/blockfile/entry_impl.cc entry_store->key[key.size()] = '\0'; key 446 net/disk_cache/blockfile/entry_impl.cc backend_->ModifyStorageSize(0, static_cast<int32>(key.size())); key 447 net/disk_cache/blockfile/entry_impl.cc CACHE_UMA(COUNTS, "KeySize", 0, static_cast<int32>(key.size())); key 453 net/disk_cache/blockfile/entry_impl.cc bool EntryImpl::IsSameEntry(const std::string& key, uint32 hash) { key 455 net/disk_cache/blockfile/entry_impl.cc static_cast<size_t>(entry_.Data()->key_len) != key.size()) key 458 net/disk_cache/blockfile/entry_impl.cc return (key.compare(GetKey()) == 0); key 622 net/disk_cache/blockfile/entry_impl.cc if (!key_addr.is_initialized() && stored->key[stored->key_len]) key 652 net/disk_cache/blockfile/entry_impl.cc stored->key[stored->key_len] = '\0'; key 742 net/disk_cache/blockfile/entry_impl.cc static_cast<int>(sizeof(EntryStore) - offsetof(EntryStore, key)); key 766 net/disk_cache/blockfile/entry_impl.cc return std::string(entry->Data()->key); key 69 net/disk_cache/blockfile/entry_impl.h bool CreateEntry(Addr node_address, const std::string& key, uint32 hash); key 72 net/disk_cache/blockfile/entry_impl.h bool IsSameEntry(const std::string& key, uint32 hash); key 261 net/disk_cache/blockfile/entry_impl_v3.cc bool EntryImplV3::CreateEntry(Addr node_address, const std::string& key, key 276 net/disk_cache/blockfile/entry_impl_v3.cc entry_store->key_len = static_cast<int32>(key.size()); key 284 net/disk_cache/blockfile/entry_impl_v3.cc key_ = key; key 290 net/disk_cache/blockfile/entry_impl_v3.cc if (!key_file || !key_file->Write(key.data(), key.size(), offset)) { key 296 net/disk_cache/blockfile/entry_impl_v3.cc key_file->SetLength(key.size() + 1); key 298 net/disk_cache/blockfile/entry_impl_v3.cc memcpy(entry_store->key, key.data(), key.size()); key 299 net/disk_cache/blockfile/entry_impl_v3.cc entry_store->key[key.size()] = '\0'; key 301 net/disk_cache/blockfile/entry_impl_v3.cc backend_->ModifyStorageSize(0, static_cast<int32>(key.size())); key 302 net/disk_cache/blockfile/entry_impl_v3.cc CACHE_UMA(COUNTS, "KeySize", 0, static_cast<int32>(key.size())); key 312 net/disk_cache/blockfile/entry_impl_v3.cc bool EntryImplV3::IsSameEntry(const std::string& key, uint32 hash) { key 314 net/disk_cache/blockfile/entry_impl_v3.cc static_cast<size_t>(entry_.Data()->key_len) != key.size()) key 317 net/disk_cache/blockfile/entry_impl_v3.cc return (key.compare(GetKey()) == 0); key 384 net/disk_cache/blockfile/entry_impl_v3.cc if (!key_addr.is_initialized() && stored->key[stored->key_len]) key 414 net/disk_cache/blockfile/entry_impl_v3.cc stored->key[stored->key_len] = '\0'; key 479 net/disk_cache/blockfile/entry_impl_v3.cc return std::string(entry->Data()->key); key 43 net/disk_cache/blockfile/entry_impl_v3.h bool CreateEntry(Addr node_address, const std::string& key, uint32 hash); key 55 net/disk_cache/blockfile/entry_impl_v3.h bool IsSameEntry(const std::string& key, uint32 hash); key 85 net/disk_cache/blockfile/in_flight_backend_io.cc void BackendIO::OpenEntry(const std::string& key, Entry** entry) { key 87 net/disk_cache/blockfile/in_flight_backend_io.cc key_ = key; key 91 net/disk_cache/blockfile/in_flight_backend_io.cc void BackendIO::CreateEntry(const std::string& key, Entry** entry) { key 93 net/disk_cache/blockfile/in_flight_backend_io.cc key_ = key; key 97 net/disk_cache/blockfile/in_flight_backend_io.cc void BackendIO::DoomEntry(const std::string& key) { key 99 net/disk_cache/blockfile/in_flight_backend_io.cc key_ = key; key 135 net/disk_cache/blockfile/in_flight_backend_io.cc void BackendIO::OnExternalCacheHit(const std::string& key) { key 137 net/disk_cache/blockfile/in_flight_backend_io.cc key_ = key; key 349 net/disk_cache/blockfile/in_flight_backend_io.cc void InFlightBackendIO::OpenEntry(const std::string& key, Entry** entry, key 352 net/disk_cache/blockfile/in_flight_backend_io.cc operation->OpenEntry(key, entry); key 356 net/disk_cache/blockfile/in_flight_backend_io.cc void InFlightBackendIO::CreateEntry(const std::string& key, Entry** entry, key 359 net/disk_cache/blockfile/in_flight_backend_io.cc operation->CreateEntry(key, entry); key 363 net/disk_cache/blockfile/in_flight_backend_io.cc void InFlightBackendIO::DoomEntry(const std::string& key, key 366 net/disk_cache/blockfile/in_flight_backend_io.cc operation->DoomEntry(key); key 413 net/disk_cache/blockfile/in_flight_backend_io.cc void InFlightBackendIO::OnExternalCacheHit(const std::string& key) { key 416 net/disk_cache/blockfile/in_flight_backend_io.cc operation->OnExternalCacheHit(key); key 50 net/disk_cache/blockfile/in_flight_backend_io.h void OpenEntry(const std::string& key, Entry** entry); key 51 net/disk_cache/blockfile/in_flight_backend_io.h void CreateEntry(const std::string& key, Entry** entry); key 52 net/disk_cache/blockfile/in_flight_backend_io.h void DoomEntry(const std::string& key); key 60 net/disk_cache/blockfile/in_flight_backend_io.h void OnExternalCacheHit(const std::string& key); key 155 net/disk_cache/blockfile/in_flight_backend_io.h void OpenEntry(const std::string& key, Entry** entry, key 157 net/disk_cache/blockfile/in_flight_backend_io.h void CreateEntry(const std::string& key, Entry** entry, key 159 net/disk_cache/blockfile/in_flight_backend_io.h void DoomEntry(const std::string& key, key 172 net/disk_cache/blockfile/in_flight_backend_io.h void OnExternalCacheHit(const std::string& key); key 447 net/disk_cache/blockfile/sparse_control.cc std::string key = GenerateChildKey(); key 450 net/disk_cache/blockfile/sparse_control.cc if (key == child_->GetKey()) key 457 net/disk_cache/blockfile/sparse_control.cc return ContinueWithoutChild(key); key 462 net/disk_cache/blockfile/sparse_control.cc child_ = entry_->backend_->OpenEntryImpl(key); key 464 net/disk_cache/blockfile/sparse_control.cc return ContinueWithoutChild(key); key 470 net/disk_cache/blockfile/sparse_control.cc return KillChildAndContinue(key, false); key 479 net/disk_cache/blockfile/sparse_control.cc return KillChildAndContinue(key, true); // This is a fatal failure. key 483 net/disk_cache/blockfile/sparse_control.cc return KillChildAndContinue(key, false); key 514 net/disk_cache/blockfile/sparse_control.cc bool SparseControl::KillChildAndContinue(const std::string& key, bool fatal) { key 523 net/disk_cache/blockfile/sparse_control.cc return ContinueWithoutChild(key); key 527 net/disk_cache/blockfile/sparse_control.cc bool SparseControl::ContinueWithoutChild(const std::string& key) { key 536 net/disk_cache/blockfile/sparse_control.cc child_ = entry_->backend_->CreateEntryImpl(key); key 95 net/disk_cache/blockfile/sparse_control.h bool KillChildAndContinue(const std::string& key, bool fatal); key 98 net/disk_cache/blockfile/sparse_control.h bool ContinueWithoutChild(const std::string& key); key 449 net/disk_cache/blockfile/sparse_control_v3.cc std::string key = GenerateChildKey(); key 452 net/disk_cache/blockfile/sparse_control_v3.cc if (key == child_->GetKey()) key 459 net/disk_cache/blockfile/sparse_control_v3.cc return ContinueWithoutChild(key); key 464 net/disk_cache/blockfile/sparse_control_v3.cc child_ = entry_->backend_->OpenEntryImpl(key); key 466 net/disk_cache/blockfile/sparse_control_v3.cc return ContinueWithoutChild(key); key 472 net/disk_cache/blockfile/sparse_control_v3.cc return KillChildAndContinue(key, false); key 481 net/disk_cache/blockfile/sparse_control_v3.cc return KillChildAndContinue(key, true); // This is a fatal failure. key 485 net/disk_cache/blockfile/sparse_control_v3.cc return KillChildAndContinue(key, false); key 512 net/disk_cache/blockfile/sparse_control_v3.cc bool SparseControl::ContinueWithoutChild(const std::string& key) { key 521 net/disk_cache/blockfile/sparse_control_v3.cc child_ = entry_->backend_->CreateEntryImpl(key); key 635 net/disk_cache/blockfile/sparse_control_v3.cc bool SparseControl::KillChildAndContinue(const std::string& key, bool fatal) { key 644 net/disk_cache/blockfile/sparse_control_v3.cc return ContinueWithoutChild(key); key 94 net/disk_cache/blockfile/sparse_control_v3.h bool ContinueWithoutChild(const std::string& key); key 110 net/disk_cache/blockfile/sparse_control_v3.h bool KillChildAndContinue(const std::string& key, bool fatal); key 92 net/disk_cache/blockfile/stress_cache.cc char key[20 * 1024]; key 94 net/disk_cache/blockfile/stress_cache.cc CacheTestFillBuffer(key, size, true); key 96 net/disk_cache/blockfile/stress_cache.cc key[size - 1] = '\0'; key 97 net/disk_cache/blockfile/stress_cache.cc return std::string(key); key 157 net/disk_cache/blockfile/stress_cache.cc int key = rand() % kNumKeys; key 165 net/disk_cache/blockfile/stress_cache.cc rv = cache->OpenEntry(keys[key], &entries[slot], cb.callback()); key 167 net/disk_cache/blockfile/stress_cache.cc rv = cache->CreateEntry(keys[key], &entries[slot], cb.callback()); key 179 net/disk_cache/blockfile/stress_cache.cc key = rand() % kNumKeys; key 181 net/disk_cache/blockfile/stress_cache.cc rv = cache->DoomEntry(keys[key], cb2.callback()); key 85 net/disk_cache/disk_cache.h virtual int OpenEntry(const std::string& key, Entry** entry, key 94 net/disk_cache/disk_cache.h virtual int CreateEntry(const std::string& key, Entry** entry, key 100 net/disk_cache/disk_cache.h virtual int DoomEntry(const std::string& key, key 154 net/disk_cache/disk_cache.h virtual void OnExternalCacheHit(const std::string& key) = 0; key 115 net/disk_cache/disk_cache_test_base.cc int DiskCacheTestWithCache::OpenEntry(const std::string& key, key 118 net/disk_cache/disk_cache_test_base.cc int rv = cache_->OpenEntry(key, entry, cb.callback()); key 122 net/disk_cache/disk_cache_test_base.cc int DiskCacheTestWithCache::CreateEntry(const std::string& key, key 125 net/disk_cache/disk_cache_test_base.cc int rv = cache_->CreateEntry(key, entry, cb.callback()); key 129 net/disk_cache/disk_cache_test_base.cc int DiskCacheTestWithCache::DoomEntry(const std::string& key) { key 131 net/disk_cache/disk_cache_test_base.cc int rv = cache_->DoomEntry(key, cb.callback()); key 113 net/disk_cache/disk_cache_test_base.h int OpenEntry(const std::string& key, disk_cache::Entry** entry); key 114 net/disk_cache/disk_cache_test_base.h int CreateEntry(const std::string& key, disk_cache::Entry** entry); key 115 net/disk_cache/disk_cache_test_base.h int DoomEntry(const std::string& key); key 21 net/disk_cache/disk_cache_test_util.cc char key[200]; key 22 net/disk_cache/disk_cache_test_util.cc CacheTestFillBuffer(key, sizeof(key), same_length); key 24 net/disk_cache/disk_cache_test_util.cc key[199] = '\0'; key 25 net/disk_cache/disk_cache_test_util.cc return std::string(key); key 67 net/disk_cache/entry_unittest.cc bool SimpleCacheMakeBadChecksumEntry(const std::string& key, int* data_size); key 68 net/disk_cache/entry_unittest.cc bool SimpleCacheThirdStreamFileExists(const char* key); key 69 net/disk_cache/entry_unittest.cc void SyncDoomEntry(const char* key); key 709 net/disk_cache/entry_unittest.cc std::string key("the first key"); key 711 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, CreateEntry(key, &entry)); key 712 net/disk_cache/entry_unittest.cc EXPECT_EQ(key, entry->GetKey()) << "short key"; key 722 net/disk_cache/entry_unittest.cc key = key_buffer; key 723 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, CreateEntry(key, &entry)); key 724 net/disk_cache/entry_unittest.cc EXPECT_TRUE(key == entry->GetKey()) << "1000 bytes key"; key 729 net/disk_cache/entry_unittest.cc key = key_buffer; key 730 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, CreateEntry(key, &entry)); key 731 net/disk_cache/entry_unittest.cc EXPECT_TRUE(key == entry->GetKey()) << "medium size key"; key 737 net/disk_cache/entry_unittest.cc key = key_buffer; key 738 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, CreateEntry(key, &entry)); key 739 net/disk_cache/entry_unittest.cc EXPECT_TRUE(key == entry->GetKey()) << "long key"; key 745 net/disk_cache/entry_unittest.cc key = key_buffer; key 746 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, CreateEntry(key, &entry)); key 747 net/disk_cache/entry_unittest.cc EXPECT_TRUE(key == entry->GetKey()) << "16KB key"; key 763 net/disk_cache/entry_unittest.cc std::string key("the first key"); key 767 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, CreateEntry(key, &entry)); key 912 net/disk_cache/entry_unittest.cc std::string key("the first key"); key 914 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, CreateEntry(key, &entry)); key 936 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, OpenEntry(key, &entry)); key 994 net/disk_cache/entry_unittest.cc std::string key("the first key"); key 996 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, CreateEntry(key, &entry)); key 1051 net/disk_cache/entry_unittest.cc std::string key("the first key"); key 1053 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, CreateEntry(key, &entry)); key 1065 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, OpenEntry(key, &entry)); key 1075 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, OpenEntry(key, &entry)); key 1092 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, OpenEntry(key, &entry)); key 1139 net/disk_cache/entry_unittest.cc const char key[] = "the first key"; key 1141 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, CreateEntry(key, &entry)); key 1163 net/disk_cache/entry_unittest.cc std::string key("the first key"); key 1165 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, CreateEntry(key, &entry)); key 1183 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, OpenEntry(key, &entry)); key 1242 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, OpenEntry(key, &entry)); key 1322 net/disk_cache/entry_unittest.cc std::string key("the first key"); key 1324 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, CreateEntry(key, &entry)); key 1343 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, OpenEntry(key, &entry)); key 1352 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, OpenEntry(key, &entry)); key 1411 net/disk_cache/entry_unittest.cc std::string key("the first key"); key 1413 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, CreateEntry(key, &entry)); key 1447 net/disk_cache/entry_unittest.cc std::string key("the first key"); key 1449 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, CreateEntry(key, &entry)); key 1458 net/disk_cache/entry_unittest.cc key = buffer->data(); key 1459 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, CreateEntry(key, &entry)); key 1524 net/disk_cache/entry_unittest.cc std::string key("the first key"); key 1526 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, CreateEntry(key, &entry)); key 1545 net/disk_cache/entry_unittest.cc EXPECT_EQ(key, entry->GetKey()); key 1567 net/disk_cache/entry_unittest.cc std::string key("the first key"); key 1569 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, CreateEntry(key, &entry)); key 1584 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, OpenEntry(key, &entry)); key 1590 net/disk_cache/entry_unittest.cc ASSERT_NE(net::OK, OpenEntry(key, &entry)); key 1603 net/disk_cache/entry_unittest.cc std::string key("the first key"); key 1605 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, CreateEntry(key, &parent_entry)); key 1666 net/disk_cache/entry_unittest.cc std::string key("the first key"); key 1668 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, CreateEntry(key, &entry)); key 1687 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, OpenEntry(key, &entry)); key 1706 net/disk_cache/entry_unittest.cc std::string key("the first key"); key 1708 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, CreateEntry(key, &entry)); key 1721 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, OpenEntry(key, &entry)); key 1738 net/disk_cache/entry_unittest.cc std::string key("the first key"); key 1740 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, CreateEntry(key, &entry)); key 1803 net/disk_cache/entry_unittest.cc std::string key("the first key"); key 1805 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, CreateEntry(key, &entry)); key 1817 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, OpenEntry(key, &entry)); key 1822 net/disk_cache/entry_unittest.cc key.assign("another key"); key 1823 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, CreateEntry(key, &entry)); key 1833 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, OpenEntry(key, &entry)); key 1858 net/disk_cache/entry_unittest.cc std::string key("the first key"); key 1860 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, CreateEntry(key, &entry)); key 1889 net/disk_cache/entry_unittest.cc std::string key("the first key"); key 1890 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, CreateEntry(key, &entry)); key 1947 net/disk_cache/entry_unittest.cc std::string key("the first key"); key 1949 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, CreateEntry(key, &entry1)); key 1961 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, OpenEntry(key, &entry1)); key 2080 net/disk_cache/entry_unittest.cc std::string key("the key"); key 2082 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, CreateEntry(key, &entry)); key 2101 net/disk_cache/entry_unittest.cc int rv = cache->DoomEntry(key, cb.callback()); key 2107 net/disk_cache/entry_unittest.cc std::string key("the first key"); key 2109 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, CreateEntry(key, &entry)); key 2126 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, OpenEntry(key, &entry)); key 2205 net/disk_cache/entry_unittest.cc std::string key("the first key"); key 2207 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, CreateEntry(key, &entry)); key 2226 net/disk_cache/entry_unittest.cc if (entry->GetKey() != key && count < 2) key 2238 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, OpenEntry(key, &entry)); key 2256 net/disk_cache/entry_unittest.cc std::string key("the first key"); key 2258 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, CreateEntry(key, &entry)); key 2313 net/disk_cache/entry_unittest.cc std::string key("the first key"); key 2315 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, CreateEntry(key, &entry)); key 2324 net/disk_cache/entry_unittest.cc memset(store->key + key.size(), 'k', sizeof(store->key) - key.size()); key 2330 net/disk_cache/entry_unittest.cc ASSERT_NE(net::OK, OpenEntry(key, &entry)); key 2491 net/disk_cache/entry_unittest.cc bool DiskCacheEntryTest::SimpleCacheMakeBadChecksumEntry(const std::string& key, key 2495 net/disk_cache/entry_unittest.cc if (CreateEntry(key, &entry) != net::OK || !entry) { key 2511 net/disk_cache/entry_unittest.cc disk_cache::simple_util::GetFilenameFromKeyAndFileIndex(key, 0)); key 2518 net/disk_cache/entry_unittest.cc sizeof(disk_cache::SimpleFileHeader) + key.size() + kDataSize - 2; key 2529 net/disk_cache/entry_unittest.cc const char key[] = "the first key"; key 2531 net/disk_cache/entry_unittest.cc ASSERT_TRUE(SimpleCacheMakeBadChecksumEntry(key, &size_unused)); key 2536 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, OpenEntry(key, &entry)); key 2551 net/disk_cache/entry_unittest.cc const char key[] = "the first key"; key 2553 net/disk_cache/entry_unittest.cc ASSERT_TRUE(SimpleCacheMakeBadChecksumEntry(key, &size_unused)); key 2558 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, OpenEntry(key, &entry)); key 2581 net/disk_cache/entry_unittest.cc const char key[] = "the first key"; key 2584 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, CreateEntry(key, &entry)); key 2592 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, OpenEntry(key, &entry)); key 2600 net/disk_cache/entry_unittest.cc disk_cache::simple_util::GetFilenameFromKeyAndFileIndex(key, 0)); key 2602 net/disk_cache/entry_unittest.cc disk_cache::simple_util::GetFileSizeFromKeyAndDataSize(key, key 2605 net/disk_cache/entry_unittest.cc EXPECT_EQ(net::ERR_FAILED, OpenEntry(key, &entry)); key 2727 net/disk_cache/entry_unittest.cc const char key[] = "the first key"; key 2749 net/disk_cache/entry_unittest.cc cache_->CreateEntry(key, &entry, key 2817 net/disk_cache/entry_unittest.cc const char key[] = "the first key"; key 2825 net/disk_cache/entry_unittest.cc cache_->CreateEntry(key, &entry, key 2833 net/disk_cache/entry_unittest.cc cache_->OpenEntry(key, &entry2, key 2855 net/disk_cache/entry_unittest.cc const char key[] = "the first key"; key 2859 net/disk_cache/entry_unittest.cc cache_->CreateEntry(key, &entry, net::CompletionCallback())); key 2866 net/disk_cache/entry_unittest.cc cache_->OpenEntry(key, &entry2, cb.callback())); key 2884 net/disk_cache/entry_unittest.cc const char key[] = "the first key"; key 2893 net/disk_cache/entry_unittest.cc cache_->CreateEntry(key, &entry, net::CompletionCallback())); key 2912 net/disk_cache/entry_unittest.cc cache_->OpenEntry(key, &entry2, cb.callback())); key 2918 net/disk_cache/entry_unittest.cc cache_->OpenEntry(key, &entry3, cb.callback())); key 2950 net/disk_cache/entry_unittest.cc const char key[] = "the first key"; key 2959 net/disk_cache/entry_unittest.cc cache_->CreateEntry(key, &entry, net::CompletionCallback())); key 2984 net/disk_cache/entry_unittest.cc const char key[] = "the first key"; key 2994 net/disk_cache/entry_unittest.cc cache_->CreateEntry(key, &entry, net::CompletionCallback())); key 3021 net/disk_cache/entry_unittest.cc const char key[] = "the first key"; key 3026 net/disk_cache/entry_unittest.cc cache_->CreateEntry(key, &entry, net::CompletionCallback())); key 3057 net/disk_cache/entry_unittest.cc const char key[] = "the first key"; key 3066 net/disk_cache/entry_unittest.cc cache_->CreateEntry(key, &entry, net::CompletionCallback())); key 3069 net/disk_cache/entry_unittest.cc EXPECT_EQ(net::ERR_IO_PENDING, cache_->DoomEntry(key, cb.callback())); key 3084 net/disk_cache/entry_unittest.cc disk_cache::simple_util::GetFilenameFromKeyAndFileIndex(key, i)); key 3098 net/disk_cache/entry_unittest.cc const char key[] = "the first key"; key 3105 net/disk_cache/entry_unittest.cc cache_->CreateEntry(key, &entry1, create_callback.callback()))); key 3111 net/disk_cache/entry_unittest.cc cache_->DoomEntry(key, doom_callback.callback())); key 3116 net/disk_cache/entry_unittest.cc cache_->CreateEntry(key, &entry2, create_callback.callback()))); key 3128 net/disk_cache/entry_unittest.cc const char key[] = "the first key"; key 3131 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, CreateEntry(key, &entry1)); key 3135 net/disk_cache/entry_unittest.cc EXPECT_EQ(net::OK, DoomEntry(key)); key 3138 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, CreateEntry(key, &entry2)); key 3150 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, OpenEntry(key, &entry3)); key 3163 net/disk_cache/entry_unittest.cc const char key[] = "the first key"; key 3166 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, CreateEntry(key, &entry1)); key 3173 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, CreateEntry(key, &entry2)); key 3189 net/disk_cache/entry_unittest.cc const std::string key = "the key"; key 3195 net/disk_cache/entry_unittest.cc key, cache_path_)); key 3196 net/disk_cache/entry_unittest.cc EXPECT_EQ(net::OK, cache_->CreateEntry(key, &entry, cb.callback())); key 3199 net/disk_cache/entry_unittest.cc ASSERT_NE(net::OK, OpenEntry(key, &entry2)); key 3261 net/disk_cache/entry_unittest.cc const char key[] = "the first key"; key 3268 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, CreateEntry(key, &entry)); key 3275 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, OpenEntry(key, &entry)); key 3325 net/disk_cache/entry_unittest.cc const char key[] = "the first key"; key 3328 net/disk_cache/entry_unittest.cc cache_->CreateEntry(key, &entry, net::CompletionCallback())); key 3392 net/disk_cache/entry_unittest.cc const char key[] = "key"; key 3395 net/disk_cache/entry_unittest.cc ASSERT_TRUE(SimpleCacheMakeBadChecksumEntry(key, &size)); key 3402 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, OpenEntry(key, &entry)); key 3407 net/disk_cache/entry_unittest.cc EXPECT_EQ(net::OK, OpenEntry(key, &entry2)); key 3425 net/disk_cache/entry_unittest.cc const char key[] = "key"; key 3427 net/disk_cache/entry_unittest.cc ASSERT_TRUE(SimpleCacheMakeBadChecksumEntry(key, &size)); key 3434 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, OpenEntry(key, &entry)); key 3440 net/disk_cache/entry_unittest.cc EXPECT_EQ(net::OK, OpenEntry(key, &entry2)); key 3461 net/disk_cache/entry_unittest.cc const char key[] = "the first key"; key 3469 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, CreateEntry(key, &entry)); key 3476 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, OpenEntry(key, &entry2)); key 3511 net/disk_cache/entry_unittest.cc const char key[] = "the first key"; key 3522 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, CreateEntry(key, &entry)); key 3525 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, OpenEntry(key, &entry)); key 3539 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, OpenEntry(key, &entry)); key 3557 net/disk_cache/entry_unittest.cc const char key[] = "the key"; key 3563 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, CreateEntry(key, &entry)); key 3573 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, OpenEntry(key, &entry)); key 3584 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, OpenEntry(key, &entry)); key 3586 net/disk_cache/entry_unittest.cc disk_cache::simple_util::GetFilenameFromKeyAndFileIndex(key, 0)); key 3595 net/disk_cache/entry_unittest.cc int eof_offset = entry_stat.GetEOFOffsetInFile(key, 0); key 3616 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, OpenEntry(key, &entry)); key 3632 net/disk_cache/entry_unittest.cc const char key[] = "the first key"; key 3642 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, CreateEntry(key, &entry)); key 3647 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, OpenEntry(key, &entry)); key 3659 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, OpenEntry(key, &entry)); key 3672 net/disk_cache/entry_unittest.cc bool DiskCacheEntryTest::SimpleCacheThirdStreamFileExists(const char* key) { key 3677 net/disk_cache/entry_unittest.cc key, third_stream_file_index)); key 3681 net/disk_cache/entry_unittest.cc void DiskCacheEntryTest::SyncDoomEntry(const char* key) { key 3683 net/disk_cache/entry_unittest.cc cache_->DoomEntry(key, callback.callback()); key 3693 net/disk_cache/entry_unittest.cc const char key[] = "key"; key 3699 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, CreateEntry(key, &entry)); key 3701 net/disk_cache/entry_unittest.cc EXPECT_FALSE(SimpleCacheThirdStreamFileExists(key)); key 3703 net/disk_cache/entry_unittest.cc SyncDoomEntry(key); key 3704 net/disk_cache/entry_unittest.cc EXPECT_FALSE(SimpleCacheThirdStreamFileExists(key)); key 3715 net/disk_cache/entry_unittest.cc const char key[] = "key"; key 3724 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, CreateEntry(key, &entry)); key 3727 net/disk_cache/entry_unittest.cc EXPECT_FALSE(SimpleCacheThirdStreamFileExists(key)); key 3729 net/disk_cache/entry_unittest.cc SyncDoomEntry(key); key 3730 net/disk_cache/entry_unittest.cc EXPECT_FALSE(SimpleCacheThirdStreamFileExists(key)); key 3740 net/disk_cache/entry_unittest.cc const char key[] = "key"; key 3750 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, CreateEntry(key, &entry)); key 3753 net/disk_cache/entry_unittest.cc EXPECT_TRUE(SimpleCacheThirdStreamFileExists(key)); key 3755 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, OpenEntry(key, &entry)); key 3759 net/disk_cache/entry_unittest.cc EXPECT_TRUE(SimpleCacheThirdStreamFileExists(key)); key 3761 net/disk_cache/entry_unittest.cc SyncDoomEntry(key); key 3762 net/disk_cache/entry_unittest.cc EXPECT_FALSE(SimpleCacheThirdStreamFileExists(key)); key 3774 net/disk_cache/entry_unittest.cc const char key[] = "key"; key 3786 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, CreateEntry(key, &entry)); key 3790 net/disk_cache/entry_unittest.cc EXPECT_TRUE(SimpleCacheThirdStreamFileExists(key)); key 3792 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, OpenEntry(key, &entry)); key 3793 net/disk_cache/entry_unittest.cc EXPECT_FALSE(SimpleCacheThirdStreamFileExists(key)); key 3796 net/disk_cache/entry_unittest.cc EXPECT_FALSE(SimpleCacheThirdStreamFileExists(key)); key 3798 net/disk_cache/entry_unittest.cc SyncDoomEntry(key); key 3799 net/disk_cache/entry_unittest.cc EXPECT_FALSE(SimpleCacheThirdStreamFileExists(key)); key 3810 net/disk_cache/entry_unittest.cc const char key[] = "key"; key 3819 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, CreateEntry(key, &entry)); key 3823 net/disk_cache/entry_unittest.cc EXPECT_FALSE(SimpleCacheThirdStreamFileExists(key)); key 3834 net/disk_cache/entry_unittest.cc const char key[] = "the first key"; key 3847 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, CreateEntry(key, &entry)); key 3853 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, CreateEntry(key, &entry)); key 3868 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, OpenEntry(key, &entry)); key 3927 net/disk_cache/entry_unittest.cc const char key[] = "key"; key 3930 net/disk_cache/entry_unittest.cc ASSERT_EQ(net::OK, CreateEntry(key, &entry)); key 135 net/disk_cache/memory/mem_backend_impl.cc int MemBackendImpl::OpenEntry(const std::string& key, Entry** entry, key 137 net/disk_cache/memory/mem_backend_impl.cc if (OpenEntry(key, entry)) key 143 net/disk_cache/memory/mem_backend_impl.cc int MemBackendImpl::CreateEntry(const std::string& key, Entry** entry, key 145 net/disk_cache/memory/mem_backend_impl.cc if (CreateEntry(key, entry)) key 151 net/disk_cache/memory/mem_backend_impl.cc int MemBackendImpl::DoomEntry(const std::string& key, key 153 net/disk_cache/memory/mem_backend_impl.cc if (DoomEntry(key)) key 195 net/disk_cache/memory/mem_backend_impl.cc void MemBackendImpl::OnExternalCacheHit(const std::string& key) { key 196 net/disk_cache/memory/mem_backend_impl.cc EntryMap::iterator it = entries_.find(key); key 202 net/disk_cache/memory/mem_backend_impl.cc bool MemBackendImpl::OpenEntry(const std::string& key, Entry** entry) { key 203 net/disk_cache/memory/mem_backend_impl.cc EntryMap::iterator it = entries_.find(key); key 213 net/disk_cache/memory/mem_backend_impl.cc bool MemBackendImpl::CreateEntry(const std::string& key, Entry** entry) { key 214 net/disk_cache/memory/mem_backend_impl.cc EntryMap::iterator it = entries_.find(key); key 219 net/disk_cache/memory/mem_backend_impl.cc if (!cache_entry->CreateEntry(key, net_log_)) { key 225 net/disk_cache/memory/mem_backend_impl.cc entries_[key] = cache_entry; key 231 net/disk_cache/memory/mem_backend_impl.cc bool MemBackendImpl::DoomEntry(const std::string& key) { key 233 net/disk_cache/memory/mem_backend_impl.cc if (!OpenEntry(key, &entry)) key 67 net/disk_cache/memory/mem_backend_impl.h virtual int OpenEntry(const std::string& key, Entry** entry, key 69 net/disk_cache/memory/mem_backend_impl.h virtual int CreateEntry(const std::string& key, Entry** entry, key 71 net/disk_cache/memory/mem_backend_impl.h virtual int DoomEntry(const std::string& key, key 84 net/disk_cache/memory/mem_backend_impl.h virtual void OnExternalCacheHit(const std::string& key) OVERRIDE; key 90 net/disk_cache/memory/mem_backend_impl.h bool OpenEntry(const std::string& key, Entry** entry); key 91 net/disk_cache/memory/mem_backend_impl.h bool CreateEntry(const std::string& key, Entry** entry); key 92 net/disk_cache/memory/mem_backend_impl.h bool DoomEntry(const std::string& key); key 77 net/disk_cache/memory/mem_entry_impl.cc bool MemEntryImpl::CreateEntry(const std::string& key, net::NetLog* net_log) { key 78 net/disk_cache/memory/mem_entry_impl.cc key_ = key; key 91 net/disk_cache/memory/mem_entry_impl.cc backend_->ModifyStorageSize(0, static_cast<int32>(key.size())); key 57 net/disk_cache/memory/mem_entry_impl.h bool CreateEntry(const std::string& key, net::NetLog* net_log); key 349 net/disk_cache/simple/simple_backend_impl.cc int SimpleBackendImpl::OpenEntry(const std::string& key, key 352 net/disk_cache/simple/simple_backend_impl.cc const uint64 entry_hash = simple_util::GetEntryHashKey(key); key 361 net/disk_cache/simple/simple_backend_impl.cc base::Unretained(this), key, entry); key 367 net/disk_cache/simple/simple_backend_impl.cc CreateOrFindActiveEntry(entry_hash, key); key 371 net/disk_cache/simple/simple_backend_impl.cc key, key 378 net/disk_cache/simple/simple_backend_impl.cc int SimpleBackendImpl::CreateEntry(const std::string& key, key 381 net/disk_cache/simple/simple_backend_impl.cc DCHECK_LT(0u, key.size()); key 382 net/disk_cache/simple/simple_backend_impl.cc const uint64 entry_hash = simple_util::GetEntryHashKey(key); key 389 net/disk_cache/simple/simple_backend_impl.cc base::Unretained(this), key, entry); key 395 net/disk_cache/simple/simple_backend_impl.cc CreateOrFindActiveEntry(entry_hash, key); key 399 net/disk_cache/simple/simple_backend_impl.cc int SimpleBackendImpl::DoomEntry(const std::string& key, key 401 net/disk_cache/simple/simple_backend_impl.cc const uint64 entry_hash = simple_util::GetEntryHashKey(key); key 407 net/disk_cache/simple/simple_backend_impl.cc base::Bind(&SimpleBackendImpl::DoomEntry, base::Unretained(this), key); key 413 net/disk_cache/simple/simple_backend_impl.cc CreateOrFindActiveEntry(entry_hash, key); key 473 net/disk_cache/simple/simple_backend_impl.cc void SimpleBackendImpl::OnExternalCacheHit(const std::string& key) { key 474 net/disk_cache/simple/simple_backend_impl.cc index_->UseIfExists(simple_util::GetEntryHashKey(key)); key 511 net/disk_cache/simple/simple_backend_impl.cc const std::string& key) { key 512 net/disk_cache/simple/simple_backend_impl.cc DCHECK_EQ(entry_hash, simple_util::GetEntryHashKey(key)); key 522 net/disk_cache/simple/simple_backend_impl.cc entry->SetKey(key); key 528 net/disk_cache/simple/simple_backend_impl.cc if (key != it->second->key()) { key 531 net/disk_cache/simple/simple_backend_impl.cc return CreateOrFindActiveEntry(entry_hash, key); key 552 net/disk_cache/simple/simple_backend_impl.cc return OpenEntry(has_active->second->key(), entry, callback); key 661 net/disk_cache/simple/simple_backend_impl.cc const std::string key, key 668 net/disk_cache/simple/simple_backend_impl.cc bool key_matches = key.compare(simple_entry->key()) == 0; key 676 net/disk_cache/simple/simple_backend_impl.cc DCHECK_EQ(simple_entry->entry_hash(), simple_util::GetEntryHashKey(key)); key 90 net/disk_cache/simple/simple_backend_impl.h virtual int OpenEntry(const std::string& key, Entry** entry, key 92 net/disk_cache/simple/simple_backend_impl.h virtual int CreateEntry(const std::string& key, Entry** entry, key 94 net/disk_cache/simple/simple_backend_impl.h virtual int DoomEntry(const std::string& key, key 107 net/disk_cache/simple/simple_backend_impl.h virtual void OnExternalCacheHit(const std::string& key) OVERRIDE; key 142 net/disk_cache/simple/simple_backend_impl.h const std::string& key); key 177 net/disk_cache/simple/simple_backend_impl.h void OnEntryOpenedFromKey(const std::string key, key 285 net/disk_cache/simple/simple_entry_impl.cc void SimpleEntryImpl::SetKey(const std::string& key) { key 286 net/disk_cache/simple/simple_entry_impl.cc key_ = key; key 288 net/disk_cache/simple/simple_entry_impl.cc net::NetLog::StringCallback("key", &key)); key 1123 net/disk_cache/simple/simple_entry_impl.cc SetKey(synchronous_entry_->key()); key 1127 net/disk_cache/simple/simple_entry_impl.cc DCHECK_EQ(key_, synchronous_entry_->key()); key 69 net/disk_cache/simple/simple_entry_impl.h const std::string& key() const { return key_; } key 71 net/disk_cache/simple/simple_entry_impl.h void SetKey(const std::string& key); key 133 net/disk_cache/simple/simple_index_unittest.cc bool GetEntryForTesting(uint64 key, EntryMetadata* metadata) { key 134 net/disk_cache/simple/simple_index_unittest.cc SimpleIndex::EntrySet::iterator it = index_->entries_set_.find(key); key 34 net/disk_cache/simple/simple_net_log_parameters.cc dict->SetString("key", entry->key()); key 133 net/disk_cache/simple/simple_synchronous_entry.cc int SimpleEntryStat::GetOffsetInFile(const std::string& key, key 136 net/disk_cache/simple/simple_synchronous_entry.cc const int64 headers_size = sizeof(SimpleFileHeader) + key.size(); key 142 net/disk_cache/simple/simple_synchronous_entry.cc int SimpleEntryStat::GetEOFOffsetInFile(const std::string& key, key 144 net/disk_cache/simple/simple_synchronous_entry.cc return GetOffsetInFile(key, data_size_[stream_index], stream_index); key 147 net/disk_cache/simple/simple_synchronous_entry.cc int SimpleEntryStat::GetLastEOFOffsetInFile(const std::string& key, key 153 net/disk_cache/simple/simple_synchronous_entry.cc return GetOffsetInFile(key, eof_data_offset, stream_index); key 156 net/disk_cache/simple/simple_synchronous_entry.cc int SimpleEntryStat::GetFileSize(const std::string& key, int file_index) const { key 160 net/disk_cache/simple/simple_synchronous_entry.cc return GetFileSizeFromKeyAndDataSize(key, total_data_size); key 238 net/disk_cache/simple/simple_synchronous_entry.cc const std::string& key, key 242 net/disk_cache/simple/simple_synchronous_entry.cc DCHECK_EQ(entry_hash, GetEntryHashKey(key)); key 244 net/disk_cache/simple/simple_synchronous_entry.cc new SimpleSynchronousEntry(cache_type, path, key, entry_hash); key 701 net/disk_cache/simple/simple_synchronous_entry.cc const std::string& key, key 706 net/disk_cache/simple/simple_synchronous_entry.cc key_(key), key 935 net/disk_cache/simple/simple_synchronous_entry.cc scoped_ptr<char[]> key(new char[header.key_length]); key 936 net/disk_cache/simple/simple_synchronous_entry.cc int key_read_result = files_[i].Read(sizeof(header), key.get(), key 944 net/disk_cache/simple/simple_synchronous_entry.cc key_ = std::string(key.get(), header.key_length); key 962 net/disk_cache/simple/simple_synchronous_entry.cc if (base::Hash(key.get(), header.key_length) != header.key_hash) { key 42 net/disk_cache/simple/simple_synchronous_entry.h int GetOffsetInFile(const std::string& key, key 45 net/disk_cache/simple/simple_synchronous_entry.h int GetEOFOffsetInFile(const std::string& key, int stream_index) const; key 46 net/disk_cache/simple/simple_synchronous_entry.h int GetLastEOFOffsetInFile(const std::string& key, int file_index) const; key 47 net/disk_cache/simple/simple_synchronous_entry.h int GetFileSize(const std::string& key, int file_index) const; key 123 net/disk_cache/simple/simple_synchronous_entry.h const std::string& key, key 175 net/disk_cache/simple/simple_synchronous_entry.h std::string key() const { return key_; } key 205 net/disk_cache/simple/simple_synchronous_entry.h const std::string& key, key 14 net/disk_cache/simple/simple_test_util.cc bool CreateCorruptFileForTests(const std::string& key, key 17 net/disk_cache/simple/simple_test_util.cc disk_cache::simple_util::GetFilenameFromKeyAndFileIndex(key, 0)); key 42 net/disk_cache/simple/simple_test_util.h bool CreateCorruptFileForTests(const std::string& key, key 57 net/disk_cache/simple/simple_util.cc std::string GetEntryHashKeyAsHexString(const std::string& key) { key 59 net/disk_cache/simple/simple_util.cc ConvertEntryHashKeyToHexString(GetEntryHashKey(key)); key 72 net/disk_cache/simple/simple_util.cc uint64 GetEntryHashKey(const std::string& key) { key 77 net/disk_cache/simple/simple_util.cc base::SHA1HashBytes(reinterpret_cast<const unsigned char*>(key.data()), key 78 net/disk_cache/simple/simple_util.cc key.size(), u.sha_hash); key 91 net/disk_cache/simple/simple_util.cc std::string GetFilenameFromKeyAndFileIndex(const std::string& key, key 93 net/disk_cache/simple/simple_util.cc return GetEntryHashKeyAsHexString(key) + key 97 net/disk_cache/simple/simple_util.cc int32 GetDataSizeFromKeyAndFileSize(const std::string& key, int64 file_size) { key 98 net/disk_cache/simple/simple_util.cc int64 data_size = file_size - key.size() - sizeof(SimpleFileHeader) - key 104 net/disk_cache/simple/simple_util.cc int64 GetFileSizeFromKeyAndDataSize(const std::string& key, int32 data_size) { key 105 net/disk_cache/simple/simple_util.cc return data_size + key.size() + sizeof(SimpleFileHeader) + key 28 net/disk_cache/simple/simple_util.h const std::string& key); key 32 net/disk_cache/simple/simple_util.h NET_EXPORT_PRIVATE uint64 GetEntryHashKey(const std::string& key); key 44 net/disk_cache/simple/simple_util.h const std::string& key, key 56 net/disk_cache/simple/simple_util.h NET_EXPORT_PRIVATE int32 GetDataSizeFromKeyAndFileSize(const std::string& key, key 61 net/disk_cache/simple/simple_util.h NET_EXPORT_PRIVATE int64 GetFileSizeFromKeyAndDataSize(const std::string& key, key 72 net/disk_cache/simple/simple_util_unittest.cc const char key[] = "This is an example key"; key 74 net/disk_cache/simple/simple_util_unittest.cc const int file_size = GetFileSizeFromKeyAndDataSize(key, data_size); key 75 net/disk_cache/simple/simple_util_unittest.cc EXPECT_EQ(data_size, GetDataSizeFromKeyAndFileSize(key, file_size)); key 195 net/disk_cache/tracing/tracing_cache_backend.cc std::string key, Entry* entry, int rv) { key 222 net/disk_cache/tracing/tracing_cache_backend.cc std::string key, key 226 net/disk_cache/tracing/tracing_cache_backend.cc RecordEvent(start_time, op, key, *entry, result); key 236 net/disk_cache/tracing/tracing_cache_backend.cc Operation op, base::TimeTicks start_time, const std::string& key, key 239 net/disk_cache/tracing/tracing_cache_backend.cc AsWeakPtr(), start_time, op, key, entry, cb); key 242 net/disk_cache/tracing/tracing_cache_backend.cc int TracingCacheBackend::OpenEntry(const std::string& key, Entry** entry, key 246 net/disk_cache/tracing/tracing_cache_backend.cc int rv = backend_->OpenEntry(key, entry, key 247 net/disk_cache/tracing/tracing_cache_backend.cc BindCompletion(OP_OPEN, start_time, key, entry, key 250 net/disk_cache/tracing/tracing_cache_backend.cc RecordEvent(start_time, OP_OPEN, key, *entry, rv); key 258 net/disk_cache/tracing/tracing_cache_backend.cc int TracingCacheBackend::CreateEntry(const std::string& key, Entry** entry, key 261 net/disk_cache/tracing/tracing_cache_backend.cc int rv = backend_->CreateEntry(key, entry, key 262 net/disk_cache/tracing/tracing_cache_backend.cc BindCompletion(OP_CREATE, start_time, key, key 265 net/disk_cache/tracing/tracing_cache_backend.cc RecordEvent(start_time, OP_CREATE, key, *entry, rv); key 273 net/disk_cache/tracing/tracing_cache_backend.cc int TracingCacheBackend::DoomEntry(const std::string& key, key 276 net/disk_cache/tracing/tracing_cache_backend.cc int rv = backend_->DoomEntry(key, BindCompletion(OP_DOOM_ENTRY, key 277 net/disk_cache/tracing/tracing_cache_backend.cc start_time, key, NULL, key 280 net/disk_cache/tracing/tracing_cache_backend.cc RecordEvent(start_time, OP_DOOM_ENTRY, key, NULL, rv); key 313 net/disk_cache/tracing/tracing_cache_backend.cc void TracingCacheBackend::OnExternalCacheHit(const std::string& key) { key 314 net/disk_cache/tracing/tracing_cache_backend.cc return backend_->OnExternalCacheHit(key); key 29 net/disk_cache/tracing/tracing_cache_backend.h virtual int OpenEntry(const std::string& key, Entry** entry, key 31 net/disk_cache/tracing/tracing_cache_backend.h virtual int CreateEntry(const std::string& key, Entry** entry, key 33 net/disk_cache/tracing/tracing_cache_backend.h virtual int DoomEntry(const std::string& key, key 45 net/disk_cache/tracing/tracing_cache_backend.h virtual void OnExternalCacheHit(const std::string& key) OVERRIDE; key 63 net/disk_cache/tracing/tracing_cache_backend.h void RecordEvent(base::TimeTicks start_time, Operation op, std::string key, key 67 net/disk_cache/tracing/tracing_cache_backend.h std::string key, Entry** entry, key 72 net/disk_cache/tracing/tracing_cache_backend.h const std::string& key, Entry **entry, key 72 net/dns/dns_config_service_win.cc explicit RegistryReader(const wchar_t* key) { key 74 net/dns/dns_config_service_win.cc key_.Open(HKEY_LOCAL_MACHINE, key, KEY_QUERY_VALUE); key 299 net/dns/dns_config_service_win.cc bool Watch(const wchar_t* key, const CallbackType& callback) { key 304 net/dns/dns_config_service_win.cc if (key_.Open(HKEY_LOCAL_MACHINE, key, KEY_NOTIFY) != ERROR_SUCCESS) key 133 net/dns/dns_hosts.cc DnsHostsKey key(parser.token().as_string(), family); key 134 net/dns/dns_hosts.cc StringToLowerASCII(&key.first); key 135 net/dns/dns_hosts.cc IPAddressNumber& mapped_ip = hosts[key]; key 29 net/dns/dns_hosts.h std::size_t operator()(const net::DnsHostsKey& key) const { key 31 net/dns/dns_hosts.h return string_piece_hash(key.first) + key.second; key 37 net/dns/dns_hosts.h inline size_t hash_value(const net::DnsHostsKey& key) { key 38 net/dns/dns_hosts.h return hash_value(key.first) + key.second; key 55 net/dns/dns_hosts_unittest.cc DnsHostsKey key(entries[i].host, entries[i].family); key 56 net/dns/dns_hosts_unittest.cc IPAddressNumber& ip = expected[key]; key 43 net/dns/host_cache.cc const HostCache::Entry* HostCache::Lookup(const Key& key, key 49 net/dns/host_cache.cc return entries_.Get(key, now); key 52 net/dns/host_cache.cc void HostCache::Set(const Key& key, key 60 net/dns/host_cache.cc entries_.Put(key, entry, now, now + ttl); key 102 net/dns/host_cache.cc const Key& key, key 65 net/dns/host_cache.h void Handle(const Key& key, key 83 net/dns/host_cache.h const Entry* Lookup(const Key& key, base::TimeTicks now); key 88 net/dns/host_cache.h void Set(const Key& key, key 568 net/dns/host_resolver_impl.cc ProcTask(const Key& key, key 572 net/dns/host_resolver_impl.cc : key_(key), key 989 net/dns/host_resolver_impl.cc const Key& key, key 993 net/dns/host_resolver_impl.cc key_(key), key 1200 net/dns/host_resolver_impl.cc const Key& key, key 1204 net/dns/host_resolver_impl.cc key_(key), key 1363 net/dns/host_resolver_impl.cc if (resolver_->ServeFromHosts(key(), key 1883 net/dns/host_resolver_impl.cc Key key = GetEffectiveKeyForRequest(info, request_net_log); key 1885 net/dns/host_resolver_impl.cc int rv = ResolveHelper(key, info, addresses, request_net_log); key 1895 net/dns/host_resolver_impl.cc JobMap::iterator jobit = jobs_.find(key); key 1899 net/dns/host_resolver_impl.cc new Job(weak_ptr_factory_.GetWeakPtr(), key, priority, request_net_log); key 1913 net/dns/host_resolver_impl.cc jobs_.insert(jobit, std::make_pair(key, job)); key 1929 net/dns/host_resolver_impl.cc int HostResolverImpl::ResolveHelper(const Key& key, key 1940 net/dns/host_resolver_impl.cc if (ResolveAsIP(key, info, &net_error, addresses)) key 1942 net/dns/host_resolver_impl.cc if (ServeFromCache(key, info, &net_error, addresses)) { key 1948 net/dns/host_resolver_impl.cc if (ServeFromHosts(key, info, addresses)) { key 1968 net/dns/host_resolver_impl.cc Key key = GetEffectiveKeyForRequest(info, request_net_log); key 1970 net/dns/host_resolver_impl.cc int rv = ResolveHelper(key, info, addresses, request_net_log); key 2023 net/dns/host_resolver_impl.cc bool HostResolverImpl::ResolveAsIP(const Key& key, key 2030 net/dns/host_resolver_impl.cc if (!ParseIPLiteralToNumber(key.hostname, &ip_number)) key 2033 net/dns/host_resolver_impl.cc DCHECK_EQ(key.host_resolver_flags & key 2044 net/dns/host_resolver_impl.cc if (key.host_resolver_flags & HOST_RESOLVER_CANONNAME) key 2050 net/dns/host_resolver_impl.cc bool HostResolverImpl::ServeFromCache(const Key& key, key 2060 net/dns/host_resolver_impl.cc key, base::TimeTicks::Now()); key 2073 net/dns/host_resolver_impl.cc bool HostResolverImpl::ServeFromHosts(const Key& key, key 2082 net/dns/host_resolver_impl.cc std::string hostname = StringToLowerASCII(key.hostname); key 2091 net/dns/host_resolver_impl.cc if (key.address_family == ADDRESS_FAMILY_IPV6 || key 2092 net/dns/host_resolver_impl.cc key.address_family == ADDRESS_FAMILY_UNSPECIFIED) { key 2099 net/dns/host_resolver_impl.cc if (key.address_family == ADDRESS_FAMILY_IPV4 || key 2100 net/dns/host_resolver_impl.cc key.address_family == ADDRESS_FAMILY_UNSPECIFIED) { key 2109 net/dns/host_resolver_impl.cc if ((key.host_resolver_flags & key 2112 net/dns/host_resolver_impl.cc Key new_key(key); key 2121 net/dns/host_resolver_impl.cc void HostResolverImpl::CacheResult(const Key& key, key 2125 net/dns/host_resolver_impl.cc cache_->Set(key, entry, base::TimeTicks::Now(), ttl); key 2130 net/dns/host_resolver_impl.cc JobMap::iterator it = jobs_.find(job->key()); key 168 net/dns/host_resolver_impl.h int ResolveHelper(const Key& key, key 175 net/dns/host_resolver_impl.h bool ResolveAsIP(const Key& key, key 183 net/dns/host_resolver_impl.h bool ServeFromCache(const Key& key, key 190 net/dns/host_resolver_impl.h bool ServeFromHosts(const Key& key, key 204 net/dns/host_resolver_impl.h void CacheResult(const Key& key, key 145 net/dns/host_resolver_impl_unittest.cc ResolveKey key(hostname, address_family); key 146 net/dns/host_resolver_impl_unittest.cc if (rules_.count(key) == 0) key 148 net/dns/host_resolver_impl_unittest.cc *addrlist = rules_[key]; key 47 net/dns/mdns_cache.cc bool MDnsCache::Key::operator<(const MDnsCache::Key& key) const { key 48 net/dns/mdns_cache.cc if (name_ != key.name_) key 49 net/dns/mdns_cache.cc return name_ < key.name_; key 51 net/dns/mdns_cache.cc if (type_ != key.type_) key 52 net/dns/mdns_cache.cc return type_ < key.type_; key 54 net/dns/mdns_cache.cc if (optional_ != key.optional_) key 55 net/dns/mdns_cache.cc return optional_ < key.optional_; key 59 net/dns/mdns_cache.cc bool MDnsCache::Key::operator==(const MDnsCache::Key& key) const { key 60 net/dns/mdns_cache.cc return type_ == key.type_ && name_ == key.name_ && optional_ == key.optional_; key 83 net/dns/mdns_cache.cc const RecordParsed* MDnsCache::LookupKey(const Key& key) { key 84 net/dns/mdns_cache.cc RecordMap::iterator found = mdns_cache_.find(key); key 175 net/dns/mdns_cache.cc Key key = Key::CreateFor(record); key 176 net/dns/mdns_cache.cc RecordMap::iterator found = mdns_cache_.find(key); key 179 net/dns/mdns_cache.cc mdns_cache_.erase(key); key 38 net/dns/mdns_cache.h bool operator<(const Key& key) const; key 39 net/dns/mdns_cache.h bool operator==(const Key& key) const; key 72 net/dns/mdns_cache.h const RecordParsed* LookupKey(const Key& key); key 303 net/dns/mdns_client_impl.cc const ListenerKey& key, key 305 net/dns/mdns_client_impl.cc ListenerMap::iterator listener_map_iterator = listeners_.find(key); key 314 net/dns/mdns_client_impl.cc ListenerKey key(listener->GetName(), listener->GetType()); key 317 net/dns/mdns_client_impl.cc make_pair(key, static_cast<ObserverList<MDnsListenerImpl>*>(NULL))); key 330 net/dns/mdns_client_impl.cc ListenerKey key(listener->GetName(), listener->GetType()); key 331 net/dns/mdns_client_impl.cc ListenerMap::iterator observer_list_iterator = listeners_.find(key); key 344 net/dns/mdns_client_impl.cc &MDnsClientImpl::Core::CleanupObserverList, AsWeakPtr(), key)); key 348 net/dns/mdns_client_impl.cc void MDnsClientImpl::Core::CleanupObserverList(const ListenerKey& key) { key 349 net/dns/mdns_client_impl.cc ListenerMap::iterator found = listeners_.find(key); key 137 net/dns/mdns_client_impl.h const ListenerKey& key, const RecordParsed* record); key 152 net/dns/mdns_client_impl.h void CleanupObserverList(const ListenerKey& key); key 164 net/dns/mock_host_resolver.cc HostCache::Key key(info.hostname(), key 167 net/dns/mock_host_resolver.cc const HostCache::Entry* entry = cache_->Lookup(key, base::TimeTicks::Now()); key 187 net/dns/mock_host_resolver.cc HostCache::Key key(info.hostname(), key 194 net/dns/mock_host_resolver.cc cache_->Set(key, HostCache::Entry(rv, addr), base::TimeTicks::Now(), ttl); key 20 net/dns/notify_watcher_mac.cc bool NotifyWatcherMac::Watch(const char* key, const CallbackType& callback) { key 21 net/dns/notify_watcher_mac.cc DCHECK(key); key 25 net/dns/notify_watcher_mac.cc key, ¬ify_fd_, 0, ¬ify_token_); key 27 net/dns/notify_watcher_mac.h bool Watch(const char* key, const CallbackType& callback); key 79 net/http/des.cc void DESMakeKey(const uint8* raw, uint8* key) { key 80 net/http/des.cc key[0] = DESSetKeyParity(raw[0]); key 81 net/http/des.cc key[1] = DESSetKeyParity((raw[0] << 7) | (raw[1] >> 1)); key 82 net/http/des.cc key[2] = DESSetKeyParity((raw[1] << 6) | (raw[2] >> 2)); key 83 net/http/des.cc key[3] = DESSetKeyParity((raw[2] << 5) | (raw[3] >> 3)); key 84 net/http/des.cc key[4] = DESSetKeyParity((raw[3] << 4) | (raw[4] >> 4)); key 85 net/http/des.cc key[5] = DESSetKeyParity((raw[4] << 3) | (raw[5] >> 5)); key 86 net/http/des.cc key[6] = DESSetKeyParity((raw[5] << 2) | (raw[6] >> 6)); key 87 net/http/des.cc key[7] = DESSetKeyParity((raw[6] << 1)); key 92 net/http/des.cc void DESEncrypt(const uint8* key, const uint8* src, uint8* hash) { key 97 net/http/des.cc reinterpret_cast<const_DES_cblock*>(const_cast<uint8*>(key)), &ks); key 105 net/http/des.cc void DESEncrypt(const uint8* key, const uint8* src, uint8* hash) { key 121 net/http/des.cc key_item.data = const_cast<uint8*>(key); key 162 net/http/des.cc void DESEncrypt(const uint8* key, const uint8* src, uint8* hash) { key 166 net/http/des.cc key, 8, NULL, src, 8, hash, 8, &data_out_moved); key 173 net/http/des.cc void DESEncrypt(const uint8* key, const uint8* src, uint8* hash) { key 192 net/http/des.cc memcpy(key_blob.key_data, key, 8); key 194 net/http/des.cc crypto::ScopedHCRYPTKEY key; key 197 net/http/des.cc sizeof key_blob, 0, 0, key.receive()); key 205 net/http/des.cc if (!CryptSetKeyParam(key, KP_MODE, reinterpret_cast<BYTE*>(&cipher_mode), key 214 net/http/des.cc CryptEncrypt(key, 0, FALSE, 0, hash, &hash_len, 8); key 19 net/http/des.h NET_EXPORT_PRIVATE void DESMakeKey(const uint8* raw, uint8* key); key 24 net/http/des.h NET_EXPORT_PRIVATE void DESEncrypt(const uint8* key, const uint8* src, key 36 net/http/des_unittest.cc static const uint8 key[] = { key 46 net/http/des_unittest.cc DESEncrypt(key, plaintext, ciphertext); key 237 net/http/disk_cache_based_quic_server_info.cc return backend_->OpenEntry(key(), &data_shim_->entry, io_callback_); key 267 net/http/disk_cache_based_quic_server_info.cc return backend_->OpenEntry(key(), &data_shim_->entry, io_callback_); key 270 net/http/disk_cache_based_quic_server_info.cc return backend_->CreateEntry(key(), &data_shim_->entry, io_callback_); key 60 net/http/disk_cache_based_quic_server_info.h std::string key() const; key 438 net/http/http_cache.cc std::string key = GenerateCacheKey(&request_info); key 439 net/http/http_cache.cc disk_cache_->OnExternalCacheHit(key); key 570 net/http/http_cache.cc void HttpCache::DoomActiveEntry(const std::string& key) { key 571 net/http/http_cache.cc ActiveEntriesMap::iterator it = active_entries_.find(key); key 577 net/http/http_cache.cc int rv = DoomEntry(key, NULL); key 581 net/http/http_cache.cc int HttpCache::DoomEntry(const std::string& key, Transaction* trans) { key 586 net/http/http_cache.cc ActiveEntriesMap::iterator it = active_entries_.find(key); key 589 net/http/http_cache.cc return AsyncDoomEntry(key, trans); key 606 net/http/http_cache.cc int HttpCache::AsyncDoomEntry(const std::string& key, Transaction* trans) { key 608 net/http/http_cache.cc PendingOp* pending_op = GetPendingOp(key); key 620 net/http/http_cache.cc int rv = disk_cache_->DoomEntry(key, pending_op->callback); key 636 net/http/http_cache.cc std::string key = GenerateCacheKey(&temp_info); key 640 net/http/http_cache.cc if (active_entries_.count(key)) key 641 net/http/http_cache.cc DoomEntry(key, NULL); key 643 net/http/http_cache.cc AsyncDoomEntry(key, NULL); key 659 net/http/http_cache.cc HttpCache::ActiveEntry* HttpCache::FindActiveEntry(const std::string& key) { key 660 net/http/http_cache.cc ActiveEntriesMap::const_iterator it = active_entries_.find(key); key 680 net/http/http_cache.cc std::string key = entry->disk_entry->GetKey(); key 681 net/http/http_cache.cc if (key.empty()) key 684 net/http/http_cache.cc ActiveEntriesMap::iterator it = active_entries_.find(key); key 704 net/http/http_cache.cc HttpCache::PendingOp* HttpCache::GetPendingOp(const std::string& key) { key 705 net/http/http_cache.cc DCHECK(!FindActiveEntry(key)); key 707 net/http/http_cache.cc PendingOpsMap::const_iterator it = pending_ops_.find(key); key 712 net/http/http_cache.cc pending_ops_[key] = operation; key 717 net/http/http_cache.cc std::string key; key 719 net/http/http_cache.cc key = pending_op->disk_entry->GetKey(); key 721 net/http/http_cache.cc if (!key.empty()) { key 722 net/http/http_cache.cc PendingOpsMap::iterator it = pending_ops_.find(key); key 739 net/http/http_cache.cc int HttpCache::OpenEntry(const std::string& key, ActiveEntry** entry, key 741 net/http/http_cache.cc ActiveEntry* active_entry = FindActiveEntry(key); key 748 net/http/http_cache.cc PendingOp* pending_op = GetPendingOp(key); key 760 net/http/http_cache.cc int rv = disk_cache_->OpenEntry(key, &(pending_op->disk_entry), key 770 net/http/http_cache.cc int HttpCache::CreateEntry(const std::string& key, ActiveEntry** entry, key 772 net/http/http_cache.cc if (FindActiveEntry(key)) { key 777 net/http/http_cache.cc PendingOp* pending_op = GetPendingOp(key); key 789 net/http/http_cache.cc int rv = disk_cache_->CreateEntry(key, &(pending_op->disk_entry), key 927 net/http/http_cache.cc ActiveEntriesMap::const_iterator i = active_entries_.find(trans->key()); key 939 net/http/http_cache.cc ActiveEntriesMap::const_iterator i = active_entries_.find(trans->key()); key 956 net/http/http_cache.cc PendingOpsMap::const_iterator j = pending_ops_.find(trans->key()); key 1051 net/http/http_cache.cc std::string key; key 1057 net/http/http_cache.cc key = pending_op->disk_entry->GetKey(); key 1094 net/http/http_cache.cc entry = FindActiveEntry(key); key 266 net/http/http_cache.h void DoomActiveEntry(const std::string& key); key 271 net/http/http_cache.h int DoomEntry(const std::string& key, Transaction* trans); key 276 net/http/http_cache.h int AsyncDoomEntry(const std::string& key, Transaction* trans); key 285 net/http/http_cache.h ActiveEntry* FindActiveEntry(const std::string& key); key 299 net/http/http_cache.h PendingOp* GetPendingOp(const std::string& key); key 307 net/http/http_cache.h int OpenEntry(const std::string& key, ActiveEntry** entry, key 313 net/http/http_cache.h int CreateEntry(const std::string& key, ActiveEntry** entry, key 67 net/http/http_cache_transaction.h const std::string& key() const { return cache_key_; } key 9220 net/http/http_network_transaction_unittest.cc SpdySessionKey key(host_port_pair, ProxyServer::Direct(), key 9223 net/http/http_network_transaction_unittest.cc CreateSecureSpdySession(session, key, BoundNetLog()); key 10379 net/http/http_network_transaction_unittest.cc SpdySessionKey key(host_port_pair, ProxyServer::Direct(), key 10382 net/http/http_network_transaction_unittest.cc CreateInsecureSpdySession(session, key, BoundNetLog()); key 66 net/http/http_pipelined_host.h Delegate* delegate, const Key& key, key 17 net/http/http_pipelined_host_forced.cc const Key& key, key 20 net/http/http_pipelined_host_forced.cc key_(key), key 38 net/http/http_pipelined_host_forced.h const Key& key, key 20 net/http/http_pipelined_host_impl.cc const HttpPipelinedHost::Key& key, key 24 net/http/http_pipelined_host_impl.cc key_(key), key 39 net/http/http_pipelined_host_impl.h const HttpPipelinedHost::Key& key, key 21 net/http/http_pipelined_host_pool.cc const HttpPipelinedHost::Key& key, key 26 net/http/http_pipelined_host_pool.cc return new HttpPipelinedHostForced(delegate, key, factory); key 28 net/http/http_pipelined_host_pool.cc return new HttpPipelinedHostImpl(delegate, key, factory, capability); key 52 net/http/http_pipelined_host_pool.cc const HttpPipelinedHost::Key& key) { key 54 net/http/http_pipelined_host_pool.cc http_server_properties_->GetPipelineCapability(key.origin()); key 59 net/http/http_pipelined_host_pool.cc const HttpPipelinedHost::Key& key, key 66 net/http/http_pipelined_host_pool.cc HttpPipelinedHost* host = GetPipelinedHost(key, true); key 77 net/http/http_pipelined_host_pool.cc const HttpPipelinedHost::Key& key) { key 78 net/http/http_pipelined_host_pool.cc HttpPipelinedHost* host = GetPipelinedHost(key, false); key 86 net/http/http_pipelined_host_pool.cc const HttpPipelinedHost::Key& key) { key 87 net/http/http_pipelined_host_pool.cc HttpPipelinedHost* host = GetPipelinedHost(key, false); key 95 net/http/http_pipelined_host_pool.cc const HttpPipelinedHost::Key& key, bool create_if_not_found) { key 96 net/http/http_pipelined_host_pool.cc HostMap::iterator host_it = host_map_.find(key); key 105 net/http/http_pipelined_host_pool.cc http_server_properties_->GetPipelineCapability(key.origin()); key 111 net/http/http_pipelined_host_pool.cc this, key, NULL, capability, force_pipelining_); key 112 net/http/http_pipelined_host_pool.cc host_map_[key] = host; key 117 net/http/http_pipelined_host_pool.cc const HttpPipelinedHost::Key& key = host->GetKey(); key 118 net/http/http_pipelined_host_pool.cc CHECK(ContainsKey(host_map_, key)); key 119 net/http/http_pipelined_host_pool.cc host_map_.erase(key); key 50 net/http/http_pipelined_host_pool.h bool IsKeyEligibleForPipelining(const HttpPipelinedHost::Key& key); key 55 net/http/http_pipelined_host_pool.h const HttpPipelinedHost::Key& key, key 66 net/http/http_pipelined_host_pool.h const HttpPipelinedHost::Key& key); key 70 net/http/http_pipelined_host_pool.h bool IsExistingPipelineAvailableForKey(const HttpPipelinedHost::Key& key); key 88 net/http/http_pipelined_host_pool.h HttpPipelinedHost* GetPipelinedHost(const HttpPipelinedHost::Key& key, key 41 net/http/http_pipelined_host_pool_unittest.cc const HttpPipelinedHost::Key& key, key 49 net/http/http_pipelined_host_pool_unittest.cc MockHost(const Key& key) key 50 net/http/http_pipelined_host_pool_unittest.cc : key_(key) { key 84 net/http/http_pipelined_host_pool_unittest.cc void CreateDummyStream(const HttpPipelinedHost::Key& key, key 97 net/http/http_pipelined_host_pool_unittest.cc pool_->CreateStreamOnNewPipeline(key, connection, key 103 net/http/http_pipelined_host_pool_unittest.cc MockHost* CreateDummyHost(const HttpPipelinedHost::Key& key) { key 104 net/http/http_pipelined_host_pool_unittest.cc MockHost* mock_host = new MockHost(key); key 105 net/http/http_pipelined_host_pool_unittest.cc EXPECT_CALL(*factory_, CreateNewHost(pool_.get(), Ref(key), _, key 113 net/http/http_pipelined_host_pool_unittest.cc CreateDummyStream(key, dummy_connection, dummy_stream, mock_host); key 207 net/http/http_proxy_client_socket_pool.cc SpdySessionKey key(params_->destination().host_port_pair(), key 210 net/http/http_proxy_client_socket_pool.cc if (params_->spdy_session_pool()->FindAvailableSession(key, net_log())) { key 303 net/http/http_proxy_client_socket_pool.cc SpdySessionKey key(params_->destination().host_port_pair(), key 308 net/http/http_proxy_client_socket_pool.cc spdy_pool->FindAvailableSession(key, net_log()); key 320 net/http/http_proxy_client_socket_pool.cc key, transport_socket_handle_.Pass(), key 44 net/http/http_request_headers.cc const base::StringPiece& key, const base::StringPiece& value) key 45 net/http/http_request_headers.cc : key(key.data(), key.size()), value(value.data(), value.size()) { key 72 net/http/http_request_headers.cc bool HttpRequestHeaders::GetHeader(const base::StringPiece& key, key 74 net/http/http_request_headers.cc HeaderVector::const_iterator it = FindHeader(key); key 85 net/http/http_request_headers.cc void HttpRequestHeaders::SetHeader(const base::StringPiece& key, key 87 net/http/http_request_headers.cc HeaderVector::iterator it = FindHeader(key); key 91 net/http/http_request_headers.cc headers_.push_back(HeaderKeyValuePair(key, value)); key 94 net/http/http_request_headers.cc void HttpRequestHeaders::SetHeaderIfMissing(const base::StringPiece& key, key 96 net/http/http_request_headers.cc HeaderVector::iterator it = FindHeader(key); key 98 net/http/http_request_headers.cc headers_.push_back(HeaderKeyValuePair(key, value)); key 101 net/http/http_request_headers.cc void HttpRequestHeaders::RemoveHeader(const base::StringPiece& key) { key 102 net/http/http_request_headers.cc HeaderVector::iterator it = FindHeader(key); key 168 net/http/http_request_headers.cc SetHeader(it->key, it->value); key 178 net/http/http_request_headers.cc it->key.c_str(), it->value.c_str()); key 180 net/http/http_request_headers.cc base::StringAppendF(&output, "%s:\r\n", it->key.c_str()); key 196 net/http/http_request_headers.cc log_level, it->key, it->value); key 199 net/http/http_request_headers.cc it->key.c_str(), log_value.c_str()))); key 237 net/http/http_request_headers.cc HttpRequestHeaders::FindHeader(const base::StringPiece& key) { key 240 net/http/http_request_headers.cc if (key.length() == it->key.length() && key 241 net/http/http_request_headers.cc !base::strncasecmp(key.data(), it->key.data(), key.length())) key 249 net/http/http_request_headers.cc HttpRequestHeaders::FindHeader(const base::StringPiece& key) const { key 252 net/http/http_request_headers.cc if (key.length() == it->key.length() && key 253 net/http/http_request_headers.cc !base::strncasecmp(key.data(), it->key.data(), key.length())) key 27 net/http/http_request_headers.h HeaderKeyValuePair(const base::StringPiece& key, key 30 net/http/http_request_headers.h std::string key; key 47 net/http/http_request_headers.h const std::string& name() const { return curr_->key; } key 87 net/http/http_request_headers.h bool HasHeader(const base::StringPiece& key) const { key 88 net/http/http_request_headers.h return FindHeader(key) != headers_.end(); key 93 net/http/http_request_headers.h bool GetHeader(const base::StringPiece& key, std::string* out) const; key 101 net/http/http_request_headers.h void SetHeader(const base::StringPiece& key, const base::StringPiece& value); key 106 net/http/http_request_headers.h void SetHeaderIfMissing(const base::StringPiece& key, key 110 net/http/http_request_headers.h void RemoveHeader(const base::StringPiece& key); key 163 net/http/http_request_headers.h HeaderVector::iterator FindHeader(const base::StringPiece& key); key 164 net/http/http_request_headers.h HeaderVector::const_iterator FindHeader(const base::StringPiece& key) const; key 343 net/http/http_stream_factory_impl.cc const Job* job, const HttpPipelinedHost::Key& key, int status, key 345 net/http/http_stream_factory_impl.cc RequestVector requests_to_fail = http_pipelining_request_map_[key]; key 125 net/http/http_stream_factory_impl.h const HttpPipelinedHost::Key& key, key 552 net/http/http_stream_factory_impl_unittest.cc SpdySessionKey key(host_port_pair, ProxyServer::Direct(), key 554 net/http/http_stream_factory_impl_unittest.cc ignore_result(CreateFakeSpdySession(session->spdy_session_pool(), key)); key 663 net/http/http_stream_factory_impl_unittest.cc SpdySessionKey key(host_port_pair, ProxyServer::Direct(), key 19 net/http/mock_http_cache.cc int GetTestModeForEntry(const std::string& key) { key 27 net/http/mock_http_cache.cc if (isdigit(key[0])) { key 28 net/http/mock_http_cache.cc size_t slash = key.find('/'); key 30 net/http/mock_http_cache.cc url = GURL(key.substr(slash + 1)); key 32 net/http/mock_http_cache.cc url = GURL(key); key 53 net/http/mock_http_cache.cc MockDiskEntry::MockDiskEntry(const std::string& key) key 54 net/http/mock_http_cache.cc : key_(key), doomed_(false), sparse_(false), key 57 net/http/mock_http_cache.cc test_mode_ = GetTestModeForEntry(key); key 356 net/http/mock_http_cache.cc int MockDiskCache::OpenEntry(const std::string& key, disk_cache::Entry** entry, key 362 net/http/mock_http_cache.cc EntryMap::iterator it = entries_.find(key); key 380 net/http/mock_http_cache.cc if (GetTestModeForEntry(key) & TEST_MODE_SYNC_CACHE_START) key 387 net/http/mock_http_cache.cc int MockDiskCache::CreateEntry(const std::string& key, key 394 net/http/mock_http_cache.cc EntryMap::iterator it = entries_.find(key); key 408 net/http/mock_http_cache.cc MockDiskEntry* new_entry = new MockDiskEntry(key); key 411 net/http/mock_http_cache.cc entries_[key] = new_entry; key 422 net/http/mock_http_cache.cc if (GetTestModeForEntry(key) & TEST_MODE_SYNC_CACHE_START) key 429 net/http/mock_http_cache.cc int MockDiskCache::DoomEntry(const std::string& key, key 432 net/http/mock_http_cache.cc EntryMap::iterator it = entries_.find(key); key 438 net/http/mock_http_cache.cc if (GetTestModeForEntry(key) & TEST_MODE_SYNC_CACHE_START) key 472 net/http/mock_http_cache.cc void MockDiskCache::OnExternalCacheHit(const std::string& key) { key 552 net/http/mock_http_cache.cc bool MockHttpCache::OpenBackendEntry(const std::string& key, key 555 net/http/mock_http_cache.cc int rv = disk_cache()->OpenEntry(key, entry, cb.callback()); key 559 net/http/mock_http_cache.cc bool MockHttpCache::CreateBackendEntry(const std::string& key, key 563 net/http/mock_http_cache.cc int rv = disk_cache()->CreateEntry(key, entry, cb.callback()); key 582 net/http/mock_http_cache.cc int MockDiskCacheNoCB::CreateEntry(const std::string& key, key 24 net/http/mock_http_cache.h explicit MockDiskEntry(const std::string& key); key 103 net/http/mock_http_cache.h virtual int OpenEntry(const std::string& key, disk_cache::Entry** entry, key 105 net/http/mock_http_cache.h virtual int CreateEntry(const std::string& key, disk_cache::Entry** entry, key 107 net/http/mock_http_cache.h virtual int DoomEntry(const std::string& key, key 122 net/http/mock_http_cache.h virtual void OnExternalCacheHit(const std::string& key) OVERRIDE; key 192 net/http/mock_http_cache.h bool OpenBackendEntry(const std::string& key, disk_cache::Entry** entry); key 195 net/http/mock_http_cache.h bool CreateBackendEntry(const std::string& key, disk_cache::Entry** entry, key 211 net/http/mock_http_cache.h virtual int CreateEntry(const std::string& key, disk_cache::Entry** entry, key 214 net/http/transport_security_persister.cc LOG(WARNING) << "Could not parse entry " << i.key() << "; skipping entry"; key 243 net/http/transport_security_persister.cc LOG(WARNING) << "Could not parse some elements of entry " << i.key() key 270 net/http/transport_security_persister.cc << mode_string << " found for entry " << i.key() key 308 net/http/transport_security_persister.cc std::string hashed = ExternalStringToHashedDomain(i.key()); key 78 net/proxy/proxy_config_service_android_unittest.cc void AddProperty(const std::string& key, const std::string& value) { key 79 net/proxy/proxy_config_service_android_unittest.cc configuration_[key] = value; key 82 net/proxy/proxy_config_service_android_unittest.cc std::string GetProperty(const std::string& key) { key 83 net/proxy/proxy_config_service_android_unittest.cc StringMap::const_iterator it = configuration_.find(key); key 25 net/proxy/proxy_config_service_ios.cc CFStringRef key, key 28 net/proxy/proxy_config_service_ios.cc base::mac::GetValueFromDictionary<CFNumberRef>(dict, key); key 328 net/proxy/proxy_config_service_linux.cc virtual bool GetString(StringSetting key, std::string* result) OVERRIDE { key 329 net/proxy/proxy_config_service_linux.cc switch (key) { key 345 net/proxy/proxy_config_service_linux.cc virtual bool GetBool(BoolSetting key, bool* result) OVERRIDE { key 346 net/proxy/proxy_config_service_linux.cc switch (key) { key 356 net/proxy/proxy_config_service_linux.cc virtual bool GetInt(IntSetting key, int* result) OVERRIDE { key 357 net/proxy/proxy_config_service_linux.cc switch (key) { key 369 net/proxy/proxy_config_service_linux.cc virtual bool GetStringList(StringListSetting key, key 371 net/proxy/proxy_config_service_linux.cc switch (key) { key 388 net/proxy/proxy_config_service_linux.cc bool GetStringByPath(const char* key, std::string* result) { key 392 net/proxy/proxy_config_service_linux.cc gchar* value = gconf_client_get_string(client_, key, &error); key 393 net/proxy/proxy_config_service_linux.cc if (HandleGError(error, key)) key 401 net/proxy/proxy_config_service_linux.cc bool GetBoolByPath(const char* key, bool* result) { key 408 net/proxy/proxy_config_service_linux.cc GConfValue* gconf_value = gconf_client_get(client_, key, &error); key 409 net/proxy/proxy_config_service_linux.cc if (HandleGError(error, key)) key 424 net/proxy/proxy_config_service_linux.cc bool GetIntByPath(const char* key, int* result) { key 428 net/proxy/proxy_config_service_linux.cc int value = gconf_client_get_int(client_, key, &error); key 429 net/proxy/proxy_config_service_linux.cc if (HandleGError(error, key)) key 436 net/proxy/proxy_config_service_linux.cc bool GetStringListByPath(const char* key, std::vector<std::string>* result) { key 440 net/proxy/proxy_config_service_linux.cc GSList* list = gconf_client_get_list(client_, key, key 442 net/proxy/proxy_config_service_linux.cc if (HandleGError(error, key)) key 456 net/proxy/proxy_config_service_linux.cc bool HandleGError(GError* error, const char* key) { key 458 net/proxy/proxy_config_service_linux.cc LOG(ERROR) << "Error getting gconf value for " << key key 630 net/proxy/proxy_config_service_linux.cc virtual bool GetString(StringSetting key, std::string* result) OVERRIDE { key 632 net/proxy/proxy_config_service_linux.cc switch (key) { key 648 net/proxy/proxy_config_service_linux.cc virtual bool GetBool(BoolSetting key, bool* result) OVERRIDE { key 650 net/proxy/proxy_config_service_linux.cc switch (key) { key 666 net/proxy/proxy_config_service_linux.cc virtual bool GetInt(IntSetting key, int* result) OVERRIDE { key 668 net/proxy/proxy_config_service_linux.cc switch (key) { key 680 net/proxy/proxy_config_service_linux.cc virtual bool GetStringList(StringListSetting key, key 683 net/proxy/proxy_config_service_linux.cc switch (key) { key 700 net/proxy/proxy_config_service_linux.cc bool GetStringByPath(GSettings* client, const char* key, key 703 net/proxy/proxy_config_service_linux.cc gchar* value = libgio_loader_.g_settings_get_string(client, key); key 710 net/proxy/proxy_config_service_linux.cc bool GetBoolByPath(GSettings* client, const char* key, bool* result) { key 713 net/proxy/proxy_config_service_linux.cc libgio_loader_.g_settings_get_boolean(client, key)); key 716 net/proxy/proxy_config_service_linux.cc bool GetIntByPath(GSettings* client, const char* key, int* result) { key 718 net/proxy/proxy_config_service_linux.cc *result = libgio_loader_.g_settings_get_int(client, key); key 721 net/proxy/proxy_config_service_linux.cc bool GetStringListByPath(GSettings* client, const char* key, key 724 net/proxy/proxy_config_service_linux.cc gchar** list = libgio_loader_.g_settings_get_strv(client, key); key 753 net/proxy/proxy_config_service_linux.cc static void OnGSettingsChangeNotification(GSettings* client, gchar* key, key 755 net/proxy/proxy_config_service_linux.cc VLOG(1) << "gsettings change notification for key " << key; key 995 net/proxy/proxy_config_service_linux.cc virtual bool GetString(StringSetting key, std::string* result) OVERRIDE { key 996 net/proxy/proxy_config_service_linux.cc string_map_type::iterator it = string_table_.find(key); key 1002 net/proxy/proxy_config_service_linux.cc virtual bool GetBool(BoolSetting key, bool* result) OVERRIDE { key 1006 net/proxy/proxy_config_service_linux.cc virtual bool GetInt(IntSetting key, int* result) OVERRIDE { key 1010 net/proxy/proxy_config_service_linux.cc virtual bool GetStringList(StringListSetting key, key 1012 net/proxy/proxy_config_service_linux.cc strings_map_type::iterator it = strings_table_.find(key); key 1059 net/proxy/proxy_config_service_linux.cc void AddHostList(StringListSetting key, const std::string& value) { key 1067 net/proxy/proxy_config_service_linux.cc strings_table_[key] = tokens; key 1070 net/proxy/proxy_config_service_linux.cc void AddKDESetting(const std::string& key, const std::string& value) { key 1071 net/proxy/proxy_config_service_linux.cc if (key == "ProxyType") { key 1096 net/proxy/proxy_config_service_linux.cc } else if (key == "Proxy Config Script") { key 1098 net/proxy/proxy_config_service_linux.cc } else if (key == "httpProxy") { key 1100 net/proxy/proxy_config_service_linux.cc } else if (key == "httpsProxy") { key 1102 net/proxy/proxy_config_service_linux.cc } else if (key == "ftpProxy") { key 1104 net/proxy/proxy_config_service_linux.cc } else if (key == "socksProxy") { key 1109 net/proxy/proxy_config_service_linux.cc } else if (key == "ReversedException") { key 1116 net/proxy/proxy_config_service_linux.cc } else if (key == "NoProxyFor") { key 1118 net/proxy/proxy_config_service_linux.cc } else if (key == "AuthMode") { key 1131 net/proxy/proxy_config_service_linux.cc void ResolveIndirect(StringSetting key) { key 1132 net/proxy/proxy_config_service_linux.cc string_map_type::iterator it = string_table_.find(key); key 1142 net/proxy/proxy_config_service_linux.cc void ResolveIndirectList(StringListSetting key) { key 1143 net/proxy/proxy_config_service_linux.cc strings_map_type::iterator it = strings_table_.find(key); key 1148 net/proxy/proxy_config_service_linux.cc AddHostList(key, value); key 1217 net/proxy/proxy_config_service_linux.cc std::string key = line; key 1219 net/proxy/proxy_config_service_linux.cc base::TrimWhitespaceASCII(key, base::TRIM_ALL, &key); key 1222 net/proxy/proxy_config_service_linux.cc if (key.empty()) key 1225 net/proxy/proxy_config_service_linux.cc if (key[key.length() - 1] == ']') { key 1227 net/proxy/proxy_config_service_linux.cc length = key.rfind('['); key 1232 net/proxy/proxy_config_service_linux.cc key.resize(length); key 1234 net/proxy/proxy_config_service_linux.cc base::TrimWhitespaceASCII(key, base::TRIM_TRAILING, &key); key 1236 net/proxy/proxy_config_service_linux.cc if (key.empty()) key 1240 net/proxy/proxy_config_service_linux.cc AddKDESetting(key, value); key 120 net/proxy/proxy_config_service_linux.h virtual bool GetString(StringSetting key, std::string* result) = 0; key 122 net/proxy/proxy_config_service_linux.h virtual bool GetBool(BoolSetting key, bool* result) = 0; key 124 net/proxy/proxy_config_service_linux.h virtual bool GetInt(IntSetting key, int* result) = 0; key 126 net/proxy/proxy_config_service_linux.h virtual bool GetStringList(StringListSetting key, key 72 net/proxy/proxy_config_service_linux_unittest.cc value_type Get(key_type key) { key 73 net/proxy/proxy_config_service_linux_unittest.cc typename map_type::const_iterator it = settings.find(key); key 75 net/proxy/proxy_config_service_linux_unittest.cc CHECK(it != settings.end()) << "key " << key << " not found"; key 145 net/proxy/proxy_config_service_linux_unittest.cc #define ENTRY(key, field) \ key 146 net/proxy/proxy_config_service_linux_unittest.cc strings_table.settings[SettingGetter::key] = &values.field key 154 net/proxy/proxy_config_service_linux_unittest.cc #define ENTRY(key, field) \ key 155 net/proxy/proxy_config_service_linux_unittest.cc ints_table.settings[SettingGetter::key] = &values.field key 161 net/proxy/proxy_config_service_linux_unittest.cc #define ENTRY(key, field) \ key 162 net/proxy/proxy_config_service_linux_unittest.cc bools_table.settings[SettingGetter::key] = &values.field key 198 net/proxy/proxy_config_service_linux_unittest.cc virtual bool GetString(StringSetting key, std::string* result) OVERRIDE { key 199 net/proxy/proxy_config_service_linux_unittest.cc const char* value = strings_table.Get(key); key 207 net/proxy/proxy_config_service_linux_unittest.cc virtual bool GetBool(BoolSetting key, bool* result) OVERRIDE { key 208 net/proxy/proxy_config_service_linux_unittest.cc BoolSettingValue value = bools_table.Get(key); key 221 net/proxy/proxy_config_service_linux_unittest.cc virtual bool GetInt(IntSetting key, int* result) OVERRIDE { key 223 net/proxy/proxy_config_service_linux_unittest.cc *result = ints_table.Get(key); key 227 net/proxy/proxy_config_service_linux_unittest.cc virtual bool GetStringList(StringListSetting key, key 229 net/proxy/proxy_config_service_linux_unittest.cc *result = string_lists_table.Get(key); key 28 net/proxy/proxy_config_service_mac.cc CFStringRef key, key 31 net/proxy/proxy_config_service_mac.cc key); key 43 net/quic/crypto/aead_base_decrypter.h virtual bool SetKey(base::StringPiece key) OVERRIDE; key 32 net/quic/crypto/aead_base_decrypter_nss.cc bool AeadBaseDecrypter::SetKey(StringPiece key) { key 33 net/quic/crypto/aead_base_decrypter_nss.cc DCHECK_EQ(key.size(), key_size_); key 34 net/quic/crypto/aead_base_decrypter_nss.cc if (key.size() != key_size_) { key 37 net/quic/crypto/aead_base_decrypter_nss.cc memcpy(key_, key.data(), key.size()); key 53 net/quic/crypto/aead_base_decrypter_openssl.cc bool AeadBaseDecrypter::SetKey(StringPiece key) { key 54 net/quic/crypto/aead_base_decrypter_openssl.cc DCHECK_EQ(key.size(), key_size_); key 55 net/quic/crypto/aead_base_decrypter_openssl.cc if (key.size() != key_size_) { key 58 net/quic/crypto/aead_base_decrypter_openssl.cc memcpy(key_, key.data(), key.size()); key 43 net/quic/crypto/aead_base_encrypter.h virtual bool SetKey(base::StringPiece key) OVERRIDE; key 32 net/quic/crypto/aead_base_encrypter_nss.cc bool AeadBaseEncrypter::SetKey(StringPiece key) { key 33 net/quic/crypto/aead_base_encrypter_nss.cc DCHECK_EQ(key.size(), key_size_); key 34 net/quic/crypto/aead_base_encrypter_nss.cc if (key.size() != key_size_) { key 37 net/quic/crypto/aead_base_encrypter_nss.cc memcpy(key_, key.data(), key.size()); key 49 net/quic/crypto/aead_base_encrypter_openssl.cc bool AeadBaseEncrypter::SetKey(StringPiece key) { key 50 net/quic/crypto/aead_base_encrypter_openssl.cc DCHECK_EQ(key.size(), key_size_); key 51 net/quic/crypto/aead_base_encrypter_openssl.cc if (key.size() != key_size_) { key 54 net/quic/crypto/aead_base_encrypter_openssl.cc memcpy(key_, key.data(), key.size()); key 69 net/quic/crypto/aes_128_gcm_12_decrypter_nss.cc SECStatus My_Decrypt(PK11SymKey* key, key 82 net/quic/crypto/aes_128_gcm_12_decrypter_nss.cc return pk11_decrypt_func(key, mechanism, param, out, out_len, max_len, enc, key 112 net/quic/crypto/aes_128_gcm_12_decrypter_nss.cc CKM_AES_ECB, CKA_ENCRYPT, key, &my_param)); key 145 net/quic/crypto/aes_128_gcm_12_decrypter_nss.cc ctx.reset(PK11_CreateContextBySymKey(CKM_AES_CTR, CKA_ENCRYPT, key, key 59 net/quic/crypto/aes_128_gcm_12_decrypter_test.cc const char* key; key 275 net/quic/crypto/aes_128_gcm_12_decrypter_test.cc for (size_t j = 0; test_vectors[j].key != NULL; j++) { key 280 net/quic/crypto/aes_128_gcm_12_decrypter_test.cc string key; key 286 net/quic/crypto/aes_128_gcm_12_decrypter_test.cc ASSERT_TRUE(DecodeHexString(test_vectors[j].key, &key)); key 297 net/quic/crypto/aes_128_gcm_12_decrypter_test.cc EXPECT_EQ(test_info.key_len, key.length() * 8); key 314 net/quic/crypto/aes_128_gcm_12_decrypter_test.cc ASSERT_TRUE(decrypter.SetKey(key)); key 69 net/quic/crypto/aes_128_gcm_12_encrypter_nss.cc SECStatus My_Encrypt(PK11SymKey* key, key 82 net/quic/crypto/aes_128_gcm_12_encrypter_nss.cc return pk11_encrypt_func(key, mechanism, param, out, out_len, max_len, data, key 118 net/quic/crypto/aes_128_gcm_12_encrypter_nss.cc CKM_AES_ECB, CKA_ENCRYPT, key, &my_param)); key 151 net/quic/crypto/aes_128_gcm_12_encrypter_nss.cc ctx.reset(PK11_CreateContextBySymKey(CKM_AES_CTR, CKA_ENCRYPT, key, key 58 net/quic/crypto/aes_128_gcm_12_encrypter_test.cc const char* key; key 231 net/quic/crypto/aes_128_gcm_12_encrypter_test.cc for (size_t j = 0; test_vectors[j].key != NULL; j++) { key 233 net/quic/crypto/aes_128_gcm_12_encrypter_test.cc string key; key 239 net/quic/crypto/aes_128_gcm_12_encrypter_test.cc ASSERT_TRUE(DecodeHexString(test_vectors[j].key, &key)); key 248 net/quic/crypto/aes_128_gcm_12_encrypter_test.cc EXPECT_EQ(test_info.key_len, key.length() * 8); key 256 net/quic/crypto/aes_128_gcm_12_encrypter_test.cc ASSERT_TRUE(encrypter.SetKey(key)); key 20 net/quic/crypto/chacha20_poly1305_decrypter_test.cc const char* key; key 94 net/quic/crypto/chacha20_poly1305_decrypter_test.cc for (size_t i = 0; test_vectors[i].key != NULL; i++) { key 99 net/quic/crypto/chacha20_poly1305_decrypter_test.cc string key; key 104 net/quic/crypto/chacha20_poly1305_decrypter_test.cc ASSERT_TRUE(DecodeHexString(test_vectors[i].key, &key)); key 113 net/quic/crypto/chacha20_poly1305_decrypter_test.cc ASSERT_TRUE(decrypter.SetKey(key)); key 19 net/quic/crypto/chacha20_poly1305_encrypter_test.cc const char* key; key 65 net/quic/crypto/chacha20_poly1305_encrypter_test.cc for (size_t i = 0; test_vectors[i].key != NULL; i++) { key 67 net/quic/crypto/chacha20_poly1305_encrypter_test.cc string key; key 72 net/quic/crypto/chacha20_poly1305_encrypter_test.cc ASSERT_TRUE(DecodeHexString(test_vectors[i].key, &key)); key 79 net/quic/crypto/chacha20_poly1305_encrypter_test.cc ASSERT_TRUE(encrypter.SetKey(key)); key 48 net/quic/crypto/channel_id.h static bool Verify(base::StringPiece key, key 56 net/quic/crypto/channel_id.h static bool VerifyRaw(base::StringPiece key, key 16 net/quic/crypto/channel_id_nss.cc bool ChannelIDVerifier::Verify(StringPiece key, key 19 net/quic/crypto/channel_id_nss.cc return VerifyRaw(key, signed_data, signature, true); key 23 net/quic/crypto/channel_id_nss.cc bool ChannelIDVerifier::VerifyRaw(StringPiece key, key 27 net/quic/crypto/channel_id_nss.cc if (key.size() != 32 * 2 || key 47 net/quic/crypto/channel_id_nss.cc memcpy(&key_buf[1], key.data(), key.size()); key 20 net/quic/crypto/channel_id_openssl.cc bool ChannelIDVerifier::Verify(StringPiece key, key 23 net/quic/crypto/channel_id_openssl.cc return VerifyRaw(key, signed_data, signature, true); key 27 net/quic/crypto/channel_id_openssl.cc bool ChannelIDVerifier::VerifyRaw(StringPiece key, key 31 net/quic/crypto/channel_id_openssl.cc if (key.size() != 32 * 2 || key 49 net/quic/crypto/channel_id_openssl.cc const uint8* key_bytes = reinterpret_cast<const uint8*>(key.data()); key 208 net/quic/crypto/channel_id_test.cc string key = qx + qy; key 218 net/quic/crypto/channel_id_test.cc ChannelIDVerifier::VerifyRaw(key, msg, signature, false)); key 228 net/quic/crypto/channel_id_test.cc string key, signature; key 229 net/quic/crypto/channel_id_test.cc ASSERT_TRUE(signer->Sign(hostname, signed_data, &key, &signature)); key 231 net/quic/crypto/channel_id_test.cc EXPECT_EQ(key, signer->GetKeyForHostname(hostname)); key 233 net/quic/crypto/channel_id_test.cc EXPECT_TRUE(ChannelIDVerifier::Verify(key, signed_data, signature)); key 235 net/quic/crypto/channel_id_test.cc EXPECT_FALSE(ChannelIDVerifier::Verify("a" + key, signed_data, signature)); key 236 net/quic/crypto/channel_id_test.cc EXPECT_FALSE(ChannelIDVerifier::Verify(key, "a" + signed_data, signature)); key 238 net/quic/crypto/channel_id_test.cc scoped_ptr<char[]> bad_key(new char[key.size()]); key 239 net/quic/crypto/channel_id_test.cc memcpy(bad_key.get(), key.data(), key.size()); key 242 net/quic/crypto/channel_id_test.cc string(bad_key.get(), key.size()), signed_data, signature)); key 248 net/quic/crypto/channel_id_test.cc key, signed_data, string(bad_signature.get(), signature.size()))); key 251 net/quic/crypto/channel_id_test.cc key, "wrong signed data", signature)); key 165 net/quic/crypto/crypto_framer_test.cc for (uint32 key = 1; key <= kMaxEntries + 1; ++key) { key 166 net/quic/crypto/crypto_framer_test.cc message.SetStringPiece(key, "abcdef"); key 27 net/quic/crypto/crypto_secret_boxer.cc void CryptoSecretBoxer::SetKey(StringPiece key) { key 28 net/quic/crypto/crypto_secret_boxer.cc DCHECK_EQ(static_cast<size_t>(kKeySize), key.size()); key 29 net/quic/crypto/crypto_secret_boxer.cc key_ = key.as_string(); key 27 net/quic/crypto/crypto_secret_boxer.h void SetKey(base::StringPiece key); key 20 net/quic/crypto/crypto_secret_boxer_test.cc scoped_ptr<uint8[]> key(new uint8[key_size]); key 21 net/quic/crypto/crypto_secret_boxer_test.cc memset(key.get(), 0x11, key_size); key 24 net/quic/crypto/crypto_secret_boxer_test.cc boxer.SetKey(StringPiece(reinterpret_cast<char*>(key.get()), key_size)); key 38 net/quic/crypto/crypto_server_config_protobuf.h void set_private_key(std::string key) { key 39 net/quic/crypto/crypto_server_config_protobuf.h private_key_ = key; key 54 net/quic/crypto/crypto_server_config_protobuf.h const PrivateKey& key(size_t i) const { key 16 net/quic/crypto/null_decrypter.cc bool NullDecrypter::SetKey(StringPiece key) { return key.empty(); } key 25 net/quic/crypto/null_decrypter.h virtual bool SetKey(base::StringPiece key) OVERRIDE; key 18 net/quic/crypto/null_encrypter.cc bool NullEncrypter::SetKey(StringPiece key) { return key.empty(); } key 23 net/quic/crypto/null_encrypter.h virtual bool SetKey(base::StringPiece key) OVERRIDE; key 19 net/quic/crypto/p256_key_exchange.h extern "C" void EC_KEY_free(EC_KEY* key); key 41 net/quic/crypto/p256_key_exchange_nss.cc P256KeyExchange* P256KeyExchange::New(StringPiece key) { key 42 net/quic/crypto/p256_key_exchange_nss.cc if (key.size() < 2) { key 47 net/quic/crypto/p256_key_exchange_nss.cc const uint8* data = reinterpret_cast<const uint8*>(key.data()); key 50 net/quic/crypto/p256_key_exchange_nss.cc key.remove_prefix(2); key 51 net/quic/crypto/p256_key_exchange_nss.cc if (key.size() < size) { key 56 net/quic/crypto/p256_key_exchange_nss.cc StringPiece private_piece(key.data(), size); key 57 net/quic/crypto/p256_key_exchange_nss.cc key.remove_prefix(size); key 58 net/quic/crypto/p256_key_exchange_nss.cc if (key.empty()) { key 63 net/quic/crypto/p256_key_exchange_nss.cc StringPiece public_piece(key); key 192 net/quic/crypto/p256_key_exchange_nss.cc key_pair_->key(), key 26 net/quic/crypto/p256_key_exchange_openssl.cc P256KeyExchange* P256KeyExchange::New(StringPiece key) { key 27 net/quic/crypto/p256_key_exchange_openssl.cc if (key.empty()) { key 32 net/quic/crypto/p256_key_exchange_openssl.cc const uint8* keyp = reinterpret_cast<const uint8*>(key.data()); key 34 net/quic/crypto/p256_key_exchange_openssl.cc d2i_ECPrivateKey(NULL, &keyp, key.size())); key 54 net/quic/crypto/p256_key_exchange_openssl.cc crypto::ScopedOpenSSL<EC_KEY, EC_KEY_free> key( key 56 net/quic/crypto/p256_key_exchange_openssl.cc if (!key.get() || !EC_KEY_generate_key(key.get())) { key 61 net/quic/crypto/p256_key_exchange_openssl.cc int key_len = i2d_ECPrivateKey(key.get(), NULL); key 68 net/quic/crypto/p256_key_exchange_openssl.cc if (!i2d_ECPrivateKey(key.get(), &keyp)) { key 463 net/quic/crypto/quic_crypto_client_config.cc string key, signature; key 465 net/quic/crypto/quic_crypto_client_config.cc &key, &signature)) { key 470 net/quic/crypto/quic_crypto_client_config.cc cetv.SetStringPiece(kCIDK, key); key 654 net/quic/crypto/quic_crypto_server_config.cc StringPiece key, signature; key 655 net/quic/crypto/quic_crypto_server_config.cc if (cetv->GetStringPiece(kCIDK, &key) && key 657 net/quic/crypto/quic_crypto_server_config.cc if (!ChannelIDVerifier::Verify(key, hkdf_input, signature)) { key 662 net/quic/crypto/quic_crypto_server_config.cc params->channel_id = key.as_string(); key 1101 net/quic/crypto/quic_crypto_server_config.cc const QuicServerConfigProtobuf::PrivateKey& key = protobuf->key(i); key 1102 net/quic/crypto/quic_crypto_server_config.cc if (key.tag() == tag) { key 1103 net/quic/crypto/quic_crypto_server_config.cc private_key = key.private_key(); key 23 net/quic/crypto/quic_decrypter.h virtual bool SetKey(base::StringPiece key) = 0; key 23 net/quic/crypto/quic_encrypter.h virtual bool SetKey(base::StringPiece key) = 0; key 100 net/quic/quic_connection_test.cc virtual bool SetKey(StringPiece key) OVERRIDE { return true; } key 158 net/quic/quic_connection_test.cc virtual bool SetKey(StringPiece key) OVERRIDE { return true; } key 118 net/quic/quic_framer_test.cc virtual bool SetKey(StringPiece key) OVERRIDE { key 165 net/quic/quic_framer_test.cc virtual bool SetKey(StringPiece key) OVERRIDE { key 775 net/quic/quic_stream_factory.cc bool QuicStreamFactory::HasActiveJob(const QuicServerId& key) const { key 776 net/quic/quic_stream_factory.cc return ContainsKey(active_jobs_, key); key 197 net/quic/quic_stream_factory.h scoped_ptr<QuicHttpStream> CreateIfSessionExists(const QuicServerId& key, key 210 net/quic/quic_stream_factory.h void ActivateSession(const QuicServerId& key, key 37 net/quic/quic_utils_chromium.h const typename Collection::value_type::first_type& key) { key 38 net/quic/quic_utils_chromium.h typename Collection::const_iterator it = collection.find(key); key 39 net/quic/quic_utils_chromium.h CHECK(it != collection.end()) << "Map key not found: " << key; key 47 net/quic/quic_utils_chromium.h const typename Collection::value_type::first_type& key) { key 48 net/quic/quic_utils_chromium.h typename Collection::iterator it = collection.find(key); key 49 net/quic/quic_utils_chromium.h CHECK(it != collection.end()) << "Map key not found: " << key; key 58 net/quic/quic_utils_chromium.h const typename Collection::value_type::first_type& key) { key 59 net/quic/quic_utils_chromium.h typename Collection::const_iterator it = collection.find(key); key 70 net/quic/quic_utils_chromium.h const typename Collection::value_type::first_type& key) { key 71 net/quic/quic_utils_chromium.h typename Collection::iterator it = collection.find(key); key 80 net/quic/test_tools/crypto_test_utils_nss.cc if (PK11_Sign(ecdsa_keypair->key(), &sig_item, &hash_item) != SECSuccess) { key 124 net/quic/test_tools/crypto_test_utils_nss.cc string key(reinterpret_cast<const char*>(data + 1), kExpectedKeyLength - 1); key 125 net/quic/test_tools/crypto_test_utils_nss.cc return key; key 147 net/quic/test_tools/crypto_test_utils_openssl.cc static string SerializeKey(EVP_PKEY* key) { key 153 net/quic/test_tools/crypto_test_utils_openssl.cc int len = i2d_PublicKey(key, NULL); key 160 net/quic/test_tools/crypto_test_utils_openssl.cc i2d_PublicKey(key, &derp); key 179 net/server/web_socket.cc std::string key = request.GetHeaderValue("sec-websocket-key"); key 180 net/server/web_socket.cc if (key.empty()) { key 192 net/server/web_socket.cc std::string key = request.GetHeaderValue("sec-websocket-key"); key 193 net/server/web_socket.cc std::string data = base::StringPrintf("%s%s", key.c_str(), kWebSocketGuid); key 759 net/socket/ssl_client_socket_nss.cc int ImportChannelIDKeys(SECKEYPublicKey** public_key, SECKEYPrivateKey** key); key 2348 net/socket/ssl_client_socket_nss.cc SECKEYPrivateKey** key) { key 2372 net/socket/ssl_client_socket_nss.cc key, key 1507 net/socket/ssl_client_socket_openssl.cc *pkey = EVP_PKEY_dup(ec_private_key->key()); key 807 net/socket/ssl_client_socket_pool_unittest.cc SpdySessionKey key; key 831 net/socket/ssl_client_socket_pool_unittest.cc test_hosts[i].key = SpdySessionKey( key 849 net/socket/ssl_client_socket_pool_unittest.cc CreateSecureSpdySession(session_, test_hosts[0].key, BoundNetLog()); key 852 net/socket/ssl_client_socket_pool_unittest.cc HasSpdySession(session_->spdy_session_pool(), test_hosts[0].key)); key 854 net/socket/ssl_client_socket_pool_unittest.cc HasSpdySession(session_->spdy_session_pool(), test_hosts[1].key)); key 856 net/socket/ssl_client_socket_pool_unittest.cc HasSpdySession(session_->spdy_session_pool(), test_hosts[2].key)); key 867 net/socket/ssl_client_socket_pool_unittest.cc SpdySessionKey key; key 892 net/socket/ssl_client_socket_pool_unittest.cc test_hosts[i].key = SpdySessionKey( key 906 net/socket/ssl_client_socket_pool_unittest.cc CreateSecureSpdySession(session_, test_hosts[0].key, BoundNetLog()); key 909 net/socket/ssl_client_socket_pool_unittest.cc HasSpdySession(session_->spdy_session_pool(), test_hosts[0].key)); key 911 net/socket/ssl_client_socket_pool_unittest.cc HasSpdySession(session_->spdy_session_pool(), test_hosts[1].key)); key 59 net/socket/ssl_server_socket.h crypto::RSAPrivateKey* key, key 84 net/socket/ssl_server_socket_nss.cc crypto::RSAPrivateKey* key, key 90 net/socket/ssl_server_socket_nss.cc new SSLServerSocketNSS(socket.Pass(), cert, key, ssl_config)); key 96 net/socket/ssl_server_socket_nss.cc crypto::RSAPrivateKey* key, key 111 net/socket/ssl_server_socket_nss.cc CHECK(key->ExportPrivateKey(&key_bytes)); key 29 net/socket/ssl_server_socket_nss.h crypto::RSAPrivateKey* key, key 22 net/socket/ssl_server_socket_openssl.cc crypto::RSAPrivateKey* key, key 203 net/socket/ssl_session_cache_openssl_unittest.cc const std::string key("hello"); key 204 net/socket/ssl_session_cache_openssl_unittest.cc ScopedSSL ssl(NewSSL(key)); key 222 net/socket/ssl_session_cache_openssl_unittest.cc ScopedSSL ssl2(NewSSL(key)); key 230 net/socket/ssl_session_cache_openssl_unittest.cc const std::string key("hello"); key 231 net/socket/ssl_session_cache_openssl_unittest.cc ScopedSSL ssl(NewSSL(key)); key 236 net/socket/ssl_session_cache_openssl_unittest.cc ScopedSSL ssl2(NewSSL(key)); key 237 net/socket/ssl_session_cache_openssl_unittest.cc EXPECT_TRUE(cache_.SetSSLSessionWithKey(ssl2.get(), key)); key 265 net/socket/ssl_session_cache_openssl_unittest.cc const std::string key("hello"); key 266 net/socket/ssl_session_cache_openssl_unittest.cc ScopedSSL ssl(NewSSL(key)); key 279 net/socket/ssl_session_cache_openssl_unittest.cc ScopedSSL ssl2(NewSSL(key)); key 298 net/socket/ssl_session_cache_openssl_unittest.cc ScopedSSL ssl3(NewSSL(key)); key 345 net/socket/ssl_session_cache_openssl_unittest.cc std::string key = base::StringPrintf("%d", static_cast<int>(n)); key 346 net/socket/ssl_session_cache_openssl_unittest.cc ScopedSSL ssl(NewSSL(key)); key 134 net/socket_stream/socket_stream.cc const void* key) const { key 135 net/socket_stream/socket_stream.cc UserDataMap::const_iterator found = user_data_.find(key); key 141 net/socket_stream/socket_stream.cc void SocketStream::SetUserData(const void* key, UserData* data) { key 142 net/socket_stream/socket_stream.cc user_data_[key] = linked_ptr<UserData>(data); key 125 net/socket_stream/socket_stream.h UserData* GetUserData(const void* key) const; key 126 net/socket_stream/socket_stream.h void SetUserData(const void* key, UserData* data); key 47 net/socket_stream/socket_stream_job.cc SocketStream::UserData* SocketStreamJob::GetUserData(const void* key) const { key 48 net/socket_stream/socket_stream_job.cc return socket_->GetUserData(key); key 51 net/socket_stream/socket_stream_job.cc void SocketStreamJob::SetUserData(const void* key, key 53 net/socket_stream/socket_stream_job.cc socket_->SetUserData(key, data); key 54 net/socket_stream/socket_stream_job.h virtual SocketStream::UserData* GetUserData(const void* key) const; key 55 net/socket_stream/socket_stream_job.h virtual void SetUserData(const void* key, SocketStream::UserData* data); key 44 net/spdy/spdy_header_block.cc if (!it.value().GetAsString(&(*headers)[it.key()])) { key 44 net/spdy/spdy_headers_block_parser.cc SpdyPinnableBufferPiece prefix, key, value; key 47 net/spdy/spdy_headers_block_parser.cc key.Swap(&key_); key 67 net/spdy/spdy_headers_block_parser.cc if (!reader.ReadN(next_field_length_, &key)) { key 80 net/spdy/spdy_headers_block_parser.cc handler_->OnHeader(stream_id, key, value); key 111 net/spdy/spdy_headers_block_parser.cc key_.Swap(&key); key 30 net/spdy/spdy_headers_block_parser.h base::StringPiece key, key 59 net/spdy/spdy_headers_block_parser_test.cc string key; key 61 net/spdy/spdy_headers_block_parser_test.cc key = string(base_key) + string("\0", 1) + IntToString(i); key 63 net/spdy/spdy_headers_block_parser_test.cc key = string(base_key) + IntToString(i); key 66 net/spdy/spdy_headers_block_parser_test.cc headers += EncodeLength(key.length()); key 67 net/spdy/spdy_headers_block_parser_test.cc headers += key; key 92 net/spdy/spdy_http_stream_unittest.cc const SpdySessionKey& key) { key 99 net/spdy/spdy_http_stream_unittest.cc session_ = CreateInsecureSpdySession(http_session_, key, BoundNetLog()); key 105 net/spdy/spdy_http_stream_unittest.cc const SpdySessionKey& key) { key 110 net/spdy/spdy_http_stream_unittest.cc session_ = CreateInsecureSpdySession(http_session_, key, BoundNetLog()); key 145 net/spdy/spdy_http_stream_unittest.cc SpdySessionKey key(host_port_pair, ProxyServer::Direct(), key 147 net/spdy/spdy_http_stream_unittest.cc InitSession(reads, arraysize(reads), NULL, 0, key); key 171 net/spdy/spdy_http_stream_unittest.cc SpdySessionKey key(host_port_pair, ProxyServer::Direct(), key 173 net/spdy/spdy_http_stream_unittest.cc InitSession(reads, arraysize(reads), writes, arraysize(writes), key); key 195 net/spdy/spdy_http_stream_unittest.cc EXPECT_TRUE(HasSpdySession(http_session_->spdy_session_pool(), key)); key 209 net/spdy/spdy_http_stream_unittest.cc EXPECT_FALSE(HasSpdySession(http_session_->spdy_session_pool(), key)); key 246 net/spdy/spdy_http_stream_unittest.cc SpdySessionKey key(host_port_pair, ProxyServer::Direct(), key 250 net/spdy/spdy_http_stream_unittest.cc key); key 275 net/spdy/spdy_http_stream_unittest.cc EXPECT_TRUE(HasSpdySession(http_session_->spdy_session_pool(), key)); key 293 net/spdy/spdy_http_stream_unittest.cc EXPECT_TRUE(HasSpdySession(http_session_->spdy_session_pool(), key)); key 335 net/spdy/spdy_http_stream_unittest.cc SpdySessionKey key(host_port_pair, ProxyServer::Direct(), key 339 net/spdy/spdy_http_stream_unittest.cc key); key 367 net/spdy/spdy_http_stream_unittest.cc EXPECT_TRUE(HasSpdySession(http_session_->spdy_session_pool(), key)); key 379 net/spdy/spdy_http_stream_unittest.cc EXPECT_FALSE(HasSpdySession(http_session_->spdy_session_pool(), key)); key 411 net/spdy/spdy_http_stream_unittest.cc SpdySessionKey key(host_port_pair, ProxyServer::Direct(), key 415 net/spdy/spdy_http_stream_unittest.cc key); key 439 net/spdy/spdy_http_stream_unittest.cc EXPECT_TRUE(HasSpdySession(http_session_->spdy_session_pool(), key)); key 505 net/spdy/spdy_http_stream_unittest.cc SpdySessionKey key(host_port_pair, ProxyServer::Direct(), key 507 net/spdy/spdy_http_stream_unittest.cc InitSession(reads, arraysize(reads), writes, arraysize(writes), key); key 534 net/spdy/spdy_http_stream_unittest.cc EXPECT_FALSE(HasSpdySession(http_session_->spdy_session_pool(), key)); key 564 net/spdy/spdy_http_stream_unittest.cc SpdySessionKey key(host_port_pair, ProxyServer::Direct(), key 569 net/spdy/spdy_http_stream_unittest.cc key); key 593 net/spdy/spdy_http_stream_unittest.cc EXPECT_TRUE(HasSpdySession(http_session_->spdy_session_pool(), key)); key 590 net/spdy/spdy_network_transaction_unittest.cc SpdySessionKey key(host_port_pair, ProxyServer::Direct(), key 595 net/spdy/spdy_network_transaction_unittest.cc session->spdy_session_pool()->FindAvailableSession(key, log); key 81 net/spdy/spdy_session_pool.cc const SpdySessionKey& key, key 93 net/spdy/spdy_session_pool.cc new SpdySession(key, key 112 net/spdy/spdy_session_pool.cc MapKeyToAvailableSession(key, available_session); key 123 net/spdy/spdy_session_pool.cc if (key.proxy_server().is_direct()) { key 126 net/spdy/spdy_session_pool.cc aliases_[address] = key; key 133 net/spdy/spdy_session_pool.cc const SpdySessionKey& key, key 135 net/spdy/spdy_session_pool.cc AvailableSessionMap::iterator it = LookupAvailableSessionByKey(key); key 146 net/spdy/spdy_session_pool.cc net::HostResolver::RequestInfo resolve_info(key.host_port_pair()); key 166 net/spdy/spdy_session_pool.cc if (!(alias_key.proxy_server() == key.proxy_server()) || key 167 net/spdy/spdy_session_pool.cc !(alias_key.privacy_mode() == key.privacy_mode())) key 183 net/spdy/spdy_session_pool.cc key.host_port_pair().host())) { key 196 net/spdy/spdy_session_pool.cc MapKeyToAvailableSession(key, available_session); key 197 net/spdy/spdy_session_pool.cc available_session->AddPooledAlias(key); key 260 net/spdy/spdy_session_pool.cc const SpdySessionKey& key = it->first; key 262 net/spdy/spdy_session_pool.cc if (key.Equals(session_key)) key 317 net/spdy/spdy_session_pool.cc const SpdySessionKey& key) const { key 319 net/spdy/spdy_session_pool.cc return key; key 332 net/spdy/spdy_session_pool.cc const SpdySessionKey& key, key 335 net/spdy/spdy_session_pool.cc const SpdySessionKey& normalized_key = NormalizeListKey(key); key 343 net/spdy/spdy_session_pool.cc const SpdySessionKey& key) { key 344 net/spdy/spdy_session_pool.cc const SpdySessionKey& normalized_key = NormalizeListKey(key); key 348 net/spdy/spdy_session_pool.cc void SpdySessionPool::UnmapKey(const SpdySessionKey& key) { key 349 net/spdy/spdy_session_pool.cc AvailableSessionMap::iterator it = LookupAvailableSessionByKey(key); key 354 net/spdy/spdy_session_pool.cc void SpdySessionPool::RemoveAliases(const SpdySessionKey& key) { key 358 net/spdy/spdy_session_pool.cc if (it->second.Equals(key)) { key 86 net/spdy/spdy_session_pool.h const SpdySessionKey& key, key 93 net/spdy/spdy_session_pool.h base::WeakPtr<SpdySession> FindAvailableSession(const SpdySessionKey& key, key 162 net/spdy/spdy_session_pool.h const SpdySessionKey& NormalizeListKey(const SpdySessionKey& key) const; key 166 net/spdy/spdy_session_pool.h void MapKeyToAvailableSession(const SpdySessionKey& key, key 172 net/spdy/spdy_session_pool.h const SpdySessionKey& key); key 175 net/spdy/spdy_session_pool.h void UnmapKey(const SpdySessionKey& key); key 178 net/spdy/spdy_session_pool.h void RemoveAliases(const SpdySessionKey& key); key 61 net/spdy/spdy_session_pool_unittest.cc const SpdySessionKey& key) key 63 net/spdy/spdy_session_pool_unittest.cc key_(key) {} key 316 net/spdy/spdy_session_pool_unittest.cc SpdySessionKey key; key 349 net/spdy/spdy_session_pool_unittest.cc test_hosts[i].key = SpdySessionKey( key 371 net/spdy/spdy_session_pool_unittest.cc http_session_, test_hosts[0].key, BoundNetLog()); key 377 net/spdy/spdy_session_pool_unittest.cc EXPECT_FALSE(HasSpdySession(spdy_session_pool_, test_hosts[2].key)); key 380 net/spdy/spdy_session_pool_unittest.cc EXPECT_TRUE(HasSpdySession(spdy_session_pool_, test_hosts[1].key)); key 383 net/spdy/spdy_session_pool_unittest.cc SpdySessionKey proxy_key(test_hosts[1].key.host_port_pair(), key 389 net/spdy/spdy_session_pool_unittest.cc EXPECT_FALSE(HasSpdySession(spdy_session_pool_, test_hosts[2].key)); key 395 net/spdy/spdy_session_pool_unittest.cc http_session_, test_hosts[2].key, BoundNetLog()); key 398 net/spdy/spdy_session_pool_unittest.cc EXPECT_TRUE(HasSpdySession(spdy_session_pool_, test_hosts[0].key)); key 399 net/spdy/spdy_session_pool_unittest.cc EXPECT_TRUE(HasSpdySession(spdy_session_pool_, test_hosts[1].key)); key 400 net/spdy/spdy_session_pool_unittest.cc EXPECT_TRUE(HasSpdySession(spdy_session_pool_, test_hosts[2].key)); key 406 net/spdy/spdy_session_pool_unittest.cc test_hosts[1].key, BoundNetLog()); key 412 net/spdy/spdy_session_pool_unittest.cc pool_peer.RemoveAliases(test_hosts[0].key); key 413 net/spdy/spdy_session_pool_unittest.cc pool_peer.RemoveAliases(test_hosts[1].key); key 414 net/spdy/spdy_session_pool_unittest.cc EXPECT_TRUE(HasSpdySession(spdy_session_pool_, test_hosts[1].key)); key 418 net/spdy/spdy_session_pool_unittest.cc EXPECT_TRUE(HasSpdySession(spdy_session_pool_, test_hosts[1].key)); key 479 net/spdy/spdy_session_pool_unittest.cc EXPECT_FALSE(HasSpdySession(spdy_session_pool_, test_hosts[0].key)); key 480 net/spdy/spdy_session_pool_unittest.cc EXPECT_FALSE(HasSpdySession(spdy_session_pool_, test_hosts[1].key)); key 481 net/spdy/spdy_session_pool_unittest.cc EXPECT_FALSE(HasSpdySession(spdy_session_pool_, test_hosts[2].key)); key 54 net/spdy/spdy_stream_unittest.cc SpdySessionKey key(HostPortPair("www.google.com", 80), key 57 net/spdy/spdy_stream_unittest.cc return CreateInsecureSpdySession(session_, key, BoundNetLog()); key 301 net/spdy/spdy_test_util_common.cc MockECSignatureCreator::MockECSignatureCreator(crypto::ECPrivateKey* key) key 302 net/spdy/spdy_test_util_common.cc : key_(key) { key 339 net/spdy/spdy_test_util_common.cc crypto::ECPrivateKey* key) { key 340 net/spdy/spdy_test_util_common.cc return new MockECSignatureCreator(key); key 486 net/spdy/spdy_test_util_common.cc bool HasSpdySession(SpdySessionPool* pool, const SpdySessionKey& key) { key 487 net/spdy/spdy_test_util_common.cc return pool->FindAvailableSession(key, BoundNetLog()) != NULL; key 494 net/spdy/spdy_test_util_common.cc const SpdySessionKey& key, key 498 net/spdy/spdy_test_util_common.cc EXPECT_FALSE(HasSpdySession(http_session->spdy_session_pool(), key)); key 502 net/spdy/spdy_test_util_common.cc key.host_port_pair(), false, false, key 515 net/spdy/spdy_test_util_common.cc key.host_port_pair(), key 517 net/spdy/spdy_test_util_common.cc key.privacy_mode(), key 521 net/spdy/spdy_test_util_common.cc rv = connection->Init(key.host_port_pair().ToString(), key 529 net/spdy/spdy_test_util_common.cc rv = connection->Init(key.host_port_pair().ToString(), key 545 net/spdy/spdy_test_util_common.cc key, connection.Pass(), net_log, OK, is_secure); key 548 net/spdy/spdy_test_util_common.cc EXPECT_TRUE(HasSpdySession(http_session->spdy_session_pool(), key)); key 556 net/spdy/spdy_test_util_common.cc const SpdySessionKey& key, key 558 net/spdy/spdy_test_util_common.cc return CreateSpdySessionHelper(http_session, key, net_log, key 564 net/spdy/spdy_test_util_common.cc const SpdySessionKey& key, key 568 net/spdy/spdy_test_util_common.cc return CreateSpdySessionHelper(http_session, key, net_log, key 574 net/spdy/spdy_test_util_common.cc const SpdySessionKey& key, key 576 net/spdy/spdy_test_util_common.cc return CreateSpdySessionHelper(http_session, key, net_log, key 639 net/spdy/spdy_test_util_common.cc const SpdySessionKey& key, key 642 net/spdy/spdy_test_util_common.cc EXPECT_FALSE(HasSpdySession(pool, key)); key 648 net/spdy/spdy_test_util_common.cc key, handle.Pass(), BoundNetLog(), OK, true /* is_secure */); key 651 net/spdy/spdy_test_util_common.cc EXPECT_TRUE(HasSpdySession(pool, key)); key 658 net/spdy/spdy_test_util_common.cc const SpdySessionKey& key) { key 659 net/spdy/spdy_test_util_common.cc return CreateFakeSpdySessionHelper(pool, key, OK); key 664 net/spdy/spdy_test_util_common.cc const SpdySessionKey& key, key 667 net/spdy/spdy_test_util_common.cc return CreateFakeSpdySessionHelper(pool, key, expected_error); key 673 net/spdy/spdy_test_util_common.cc void SpdySessionPoolPeer::RemoveAliases(const SpdySessionKey& key) { key 674 net/spdy/spdy_test_util_common.cc pool_->RemoveAliases(key); key 835 net/spdy/spdy_test_util_common.cc std::string key = it->first; key 838 net/spdy/spdy_test_util_common.cc if (spdy_version() >= SPDY3 && key[0] == ':') key 839 net/spdy/spdy_test_util_common.cc key = key.substr(1); key 844 net/spdy/spdy_test_util_common.cc reply_string += key + ": " + *it2 + "\n"; key 157 net/spdy/spdy_test_util_common.h explicit MockECSignatureCreator(crypto::ECPrivateKey* key); key 180 net/spdy/spdy_test_util_common.h crypto::ECPrivateKey* key) OVERRIDE; key 238 net/spdy/spdy_test_util_common.h bool HasSpdySession(SpdySessionPool* pool, const SpdySessionKey& key); key 245 net/spdy/spdy_test_util_common.h const SpdySessionKey& key, key 254 net/spdy/spdy_test_util_common.h const SpdySessionKey& key, key 261 net/spdy/spdy_test_util_common.h const SpdySessionKey& key, key 268 net/spdy/spdy_test_util_common.h const SpdySessionKey& key); key 277 net/spdy/spdy_test_util_common.h const SpdySessionKey& key, key 284 net/spdy/spdy_test_util_common.h void RemoveAliases(const SpdySessionKey& key); key 21 net/spdy/spdy_websocket_test_util.cc const std::string& key) const { key 22 net/spdy/spdy_websocket_test_util.cc SpdyHeaderBlock::const_iterator it = headers.find(GetHeaderKey(key)); key 27 net/spdy/spdy_websocket_test_util.cc const std::string& key, key 30 net/spdy/spdy_websocket_test_util.cc (*headers)[GetHeaderKey(key)] = value; key 158 net/spdy/spdy_websocket_test_util.cc const std::string& key) const { key 159 net/spdy/spdy_websocket_test_util.cc return (spdy_util_.is_spdy2() ? "" : ":") + key; key 22 net/spdy/spdy_websocket_test_util.h const std::string& key) const; key 26 net/spdy/spdy_websocket_test_util.h void SetHeader(const std::string& key, key 70 net/spdy/spdy_websocket_test_util.h std::string GetHeaderKey(const std::string& key) const; key 25 net/ssl/openssl_client_key_store.cc EVP_PKEY* CopyEVP_PKEY(EVP_PKEY* key) { key 26 net/ssl/openssl_client_key_store.cc if (key) key 27 net/ssl/openssl_client_key_store.cc CRYPTO_add(&key->references, 1, CRYPTO_LOCK_EVP_PKEY); key 28 net/ssl/openssl_client_key_store.cc return key; key 101 net/ssl/server_bound_cert_service.cc scoped_ptr<crypto::ECPrivateKey> key; key 106 net/ssl/server_bound_cert_service.cc &key, key 113 net/ssl/server_bound_cert_service.cc if (!key->ExportEncryptedPrivateKey(ServerBoundCertService::kEPKIPassword, key 500 net/ssl/server_bound_cert_service.cc const std::string& key, key 516 net/ssl/server_bound_cert_service.cc HandleResult(OK, server_identifier, key, cert); key 522 net/ssl/server_bound_cert_service.cc HandleResult(err, server_identifier, key, cert); key 160 net/ssl/server_bound_cert_service.h const std::string& key, key 52 net/test/embedded_test_server/http_response.h void AddCustomHeader(const std::string& key, const std::string& value) { key 53 net/test/embedded_test_server/http_response.h custom_headers_.push_back(std::make_pair(key, value)); key 129 net/test/openssl_helper.cc BIO* key = BIO_new(BIO_s_file()); key 130 net/test/openssl_helper.cc if (BIO_read_filename(key, key_file) <= 0) { key 135 net/test/openssl_helper.cc EVP_PKEY *pkey = PEM_read_bio_PrivateKey(key, NULL, NULL, NULL); key 140 net/test/openssl_helper.cc BIO_free(key); key 23 net/test/spawned_test_server/local_test_server.cc bool AppendArgumentFromJSONValue(const std::string& key, key 26 net/test/spawned_test_server/local_test_server.cc std::string argument_name = "--" + key; key 211 net/test/spawned_test_server/local_test_server.cc const std::string& key = it.key(); key 220 net/test/spawned_test_server/local_test_server.cc if (!AppendArgumentFromJSONValue(key, *(*list_it), command_line)) key 223 net/test/spawned_test_server/local_test_server.cc } else if (!AppendArgumentFromJSONValue(key, value, command_line)) { key 28 net/third_party/nss/ssl/preenc.h unsigned char key[12]; key 35 net/third_party/nss/ssl/preenc.h unsigned char key[12]; key 437 net/third_party/nss/ssl/ssl.h SECKEYPrivateKey *key, key 722 net/third_party/nss/ssl/ssl.h SECKEYPrivateKey *key, SSLKEAType kea); key 731 net/third_party/nss/ssl/ssl.h SECKEYPrivateKey *key, SSLKEAType kea); key 937 net/third_party/nss/ssl/ssl3con.c ssl3_SignHashes(SSL3Hashes *hash, SECKEYPrivateKey *key, SECItem *buf, key 947 net/third_party/nss/ssl/ssl3con.c switch (key->keyType) { key 985 net/third_party/nss/ssl/ssl3con.c signatureLen = PK11_SignatureLen(key); key 996 net/third_party/nss/ssl/ssl3con.c rv = PK11_Sign(key, buf, &hashItem); key 998 net/third_party/nss/ssl/ssl3con.c rv = SGN_Digest(key, hash->hashAlg, buf, &hashItem); key 1029 net/third_party/nss/ssl/ssl3con.c SECKEYPublicKey * key; key 1040 net/third_party/nss/ssl/ssl3con.c key = CERT_ExtractPublicKey(cert); key 1041 net/third_party/nss/ssl/ssl3con.c if (key == NULL) { key 1047 net/third_party/nss/ssl/ssl3con.c switch (key->keyType) { key 1065 net/third_party/nss/ssl/ssl3con.c if (isTLS || buf->len != SECKEY_SignatureLen(key)) { key 1066 net/third_party/nss/ssl/ssl3con.c signature = DSAU_DecodeDerSigToLen(buf, SECKEY_SignatureLen(key)); key 1096 net/third_party/nss/ssl/ssl3con.c SECKEY_DestroyPublicKey(key); key 1104 net/third_party/nss/ssl/ssl3con.c if (hashAlg == SEC_OID_UNKNOWN || key->keyType == dsaKey) { key 1110 net/third_party/nss/ssl/ssl3con.c rv = PK11_Verify(key, buf, &hashItem, pwArg); key 1112 net/third_party/nss/ssl/ssl3con.c rv = VFY_VerifyDigestDirect(&hashItem, key, buf, encAlg, hashAlg, key 1115 net/third_party/nss/ssl/ssl3con.c SECKEY_DestroyPublicKey(key); key 2543 net/third_party/nss/ssl/ssl3con.c PK11SymKey * key; key 2581 net/third_party/nss/ssl/ssl3con.c key = spec->server.write_mac_key; key 2583 net/third_party/nss/ssl/ssl3con.c key = spec->client.write_mac_key; key 2586 net/third_party/nss/ssl/ssl3con.c rv = PK11_SignWithSymKey(key, macType, ¶m, &outputItem, &inputItem); key 4521 net/third_party/nss/ssl/ssl3con.c SECKEYPublicKey *key; key 4524 net/third_party/nss/ssl/ssl3con.c key = CERT_ExtractPublicKey(cert); key 4525 net/third_party/nss/ssl/ssl3con.c if (key == NULL) { key 4530 net/third_party/nss/ssl/ssl3con.c keyType = key->keyType; key 4531 net/third_party/nss/ssl/ssl3con.c SECKEY_DestroyPublicKey(key); key 7444 net/third_party/nss/ssl/ssl3con.c SECKEYPrivateKey * key, key 7455 net/third_party/nss/ssl/ssl3con.c ss->ssl3.clientPrivateKey = key; key 7457 net/third_party/nss/ssl/ssl3con.c if (!cert || !key || !certChain) { key 7481 net/third_party/nss/ssl/ssl3con.c if (key) { key 7482 net/third_party/nss/ssl/ssl3con.c SECKEY_DestroyPrivateKey(key); key 2239 net/third_party/nss/ssl/sslcon.c SECKEYPrivateKey *key, key 2253 net/third_party/nss/ssl/sslcon.c sgn = SGN_NewContext(SEC_OID_PKCS1_MD5_WITH_RSA_ENCRYPTION,key); key 2292 net/third_party/nss/ssl/sslcon.c SECKEYPrivateKey *key = NULL; /* priv key for cert. */ key 2320 net/third_party/nss/ssl/sslcon.c NULL, &cert, &key); key 2332 net/third_party/nss/ssl/sslcon.c if ((!cert) || (!key)) { key 2339 net/third_party/nss/ssl/sslcon.c if (key) { key 2341 net/third_party/nss/ssl/sslcon.c SECKEY_DestroyPrivateKey(key); key 2342 net/third_party/nss/ssl/sslcon.c key = NULL; key 2347 net/third_party/nss/ssl/sslcon.c rv = ssl2_SignResponse(ss, key, &response); key 2380 net/third_party/nss/ssl/sslcon.c if ( key ) { key 2381 net/third_party/nss/ssl/sslcon.c SECKEY_DestroyPrivateKey(key); key 1642 net/third_party/nss/ssl/sslimpl.h SECKEYPrivateKey * key, key 1816 net/third_party/nss/ssl/sslimpl.h extern SECStatus ssl3_SignHashes(SSL3Hashes *hash, SECKEYPrivateKey *key, key 1943 net/third_party/nss/ssl/sslimpl.h extern void ssl_FreePlatformKey(PlatformKey key); key 1947 net/third_party/nss/ssl/sslimpl.h PlatformKey key, SECItem *buf, key 188 net/third_party/nss/ssl/sslplatf.c ssl_FreePlatformKey(PlatformKey key) key 190 net/third_party/nss/ssl/sslplatf.c if (!key) key 193 net/third_party/nss/ssl/sslplatf.c if (key->dwKeySpec == CERT_NCRYPT_KEY_SPEC) { key 195 net/third_party/nss/ssl/sslplatf.c (*pNCryptFreeObject)(key->hNCryptKey); key 198 net/third_party/nss/ssl/sslplatf.c CryptReleaseContext(key->hCryptProv, 0); key 200 net/third_party/nss/ssl/sslplatf.c PORT_Free(key); key 204 net/third_party/nss/ssl/sslplatf.c ssl3_CngPlatformSignHashes(SSL3Hashes *hash, PlatformKey key, SECItem *buf, key 218 net/third_party/nss/ssl/sslplatf.c if (key->dwKeySpec != CERT_NCRYPT_KEY_SPEC) { key 276 net/third_party/nss/ssl/sslplatf.c ncrypt_status = (*pNCryptSignHash)(key->hNCryptKey, pPaddingInfo, key 289 net/third_party/nss/ssl/sslplatf.c ncrypt_status = (*pNCryptSignHash)(key->hNCryptKey, pPaddingInfo, key 328 net/third_party/nss/ssl/sslplatf.c ssl3_CAPIPlatformSignHashes(SSL3Hashes *hash, PlatformKey key, SECItem *buf, key 394 net/third_party/nss/ssl/sslplatf.c if (!CryptCreateHash(key->hCryptProv, hashAlg, 0, 0, &hHash)) { key 411 net/third_party/nss/ssl/sslplatf.c if (!CryptSignHash(hHash, key->dwKeySpec, NULL, 0, key 420 net/third_party/nss/ssl/sslplatf.c if (!CryptSignHash(hHash, key->dwKeySpec, NULL, 0, key 460 net/third_party/nss/ssl/sslplatf.c ssl3_PlatformSignHashes(SSL3Hashes *hash, PlatformKey key, SECItem *buf, key 463 net/third_party/nss/ssl/sslplatf.c if (key->dwKeySpec == CERT_NCRYPT_KEY_SPEC) { key 464 net/third_party/nss/ssl/sslplatf.c return ssl3_CngPlatformSignHashes(hash, key, buf, isTLS, keyType); key 466 net/third_party/nss/ssl/sslplatf.c return ssl3_CAPIPlatformSignHashes(hash, key, buf, isTLS, keyType); key 473 net/third_party/nss/ssl/sslplatf.c ssl_FreePlatformKey(PlatformKey key) key 475 net/third_party/nss/ssl/sslplatf.c CFRelease(key); key 578 net/third_party/nss/ssl/sslplatf.c ssl3_PlatformSignHashes(SSL3Hashes *hash, PlatformKey key, SECItem *buf, key 601 net/third_party/nss/ssl/sslplatf.c status = SecKeyGetCSPHandle(key, &cspHandle); key 607 net/third_party/nss/ssl/sslplatf.c status = SecKeyGetCSSMKey(key, &cssmKey); key 685 net/third_party/nss/ssl/sslplatf.c status = SecKeyGetCredentials(key, CSSM_ACL_AUTHORIZATION_SIGN, key 753 net/third_party/nss/ssl/sslplatf.c ssl_FreePlatformKey(PlatformKey key) key 758 net/third_party/nss/ssl/sslplatf.c ssl3_PlatformSignHashes(SSL3Hashes *hash, PlatformKey key, SECItem *buf, key 817 net/third_party/nss/ssl/sslsecur.c SECKEYPrivateKey *key, SSL3KEAType kea) key 820 net/third_party/nss/ssl/sslsecur.c return SSL_ConfigSecureServerWithCertChain(fd, cert, NULL, key, kea); key 826 net/third_party/nss/ssl/sslsecur.c SECKEYPrivateKey *key, SSL3KEAType kea) key 841 net/third_party/nss/ssl/sslsecur.c if (!cert != !key) { key 864 net/third_party/nss/ssl/sslsecur.c if (key) { key 868 net/third_party/nss/ssl/sslsecur.c if (key->pkcs11Slot) { key 870 net/third_party/nss/ssl/sslsecur.c bestSlot = PK11_ReferenceSlot(key->pkcs11Slot); key 872 net/third_party/nss/ssl/sslsecur.c keyCopy = PK11_CopyTokenPrivKeyToSessionPrivKey(bestSlot, key); key 877 net/third_party/nss/ssl/sslsecur.c keyMech = PK11_MapSignKeyType(key->keyType); key 883 net/third_party/nss/ssl/sslsecur.c keyCopy = PK11_CopyTokenPrivKeyToSessionPrivKey(bestSlot, key); key 888 net/third_party/nss/ssl/sslsecur.c keyCopy = SECKEY_CopyPrivateKey(key); key 1593 net/third_party/nss/ssl/sslsecur.c SECKEYPrivateKey * key, key 1605 net/third_party/nss/ssl/sslsecur.c if (key) { key 1606 net/third_party/nss/ssl/sslsecur.c SECKEY_DestroyPrivateKey(key); key 1617 net/third_party/nss/ssl/sslsecur.c ret = ssl3_RestartHandshakeAfterCertReq(ss, cert, key, certChain); key 730 net/tools/balsa/balsa_frame.cc base::StringPiece key; key 732 net/tools/balsa/balsa_frame.cc SplitStringPiece(extension, '=', &key, &value); key 741 net/tools/balsa/balsa_frame.cc extensions->AppendHeader(key, value); key 248 net/tools/balsa/balsa_headers.cc const base::StringPiece& key) key 250 net/tools/balsa/balsa_headers.cc key_(key) { key 379 net/tools/balsa/balsa_headers.cc void BalsaHeaders::AddAndMakeDescription(const base::StringPiece& key, key 384 net/tools/balsa/balsa_headers.cc size_t line_size = key.size() + 2 + value.size(); key 390 net/tools/balsa/balsa_headers.cc memcpy(cur_loc, key.data(), key.size()); key 391 net/tools/balsa/balsa_headers.cc cur_loc += key.size(); key 398 net/tools/balsa/balsa_headers.cc base_idx + key.size(), key 399 net/tools/balsa/balsa_headers.cc base_idx + key.size() + 2, key 400 net/tools/balsa/balsa_headers.cc base_idx + key.size() + 2 + value.size(), key 405 net/tools/balsa/balsa_headers.cc const base::StringPiece& key, key 412 net/tools/balsa/balsa_headers.cc AddAndMakeDescription(key, value, d); key 420 net/tools/balsa/balsa_headers.cc size_t new_size = key.size() + 3 + old_value_size + value.size(); key 431 net/tools/balsa/balsa_headers.cc memcpy(cur_loc, key.data(), key.size()); key 432 net/tools/balsa/balsa_headers.cc cur_loc += key.size(); key 444 net/tools/balsa/balsa_headers.cc base_idx + key.size(), key 445 net/tools/balsa/balsa_headers.cc base_idx + key.size() + 2, key 451 net/tools/balsa/balsa_headers.cc void BalsaHeaders::RemoveAllOfHeaderStartingAt(const base::StringPiece& key, key 456 net/tools/balsa/balsa_headers.cc start = GetHeaderLinesIterator(key, start); key 460 net/tools/balsa/balsa_headers.cc void BalsaHeaders::HackHeader(const base::StringPiece& key, key 465 net/tools/balsa/balsa_headers.cc HeaderLines::iterator i = GetHeaderLinesIteratorNoSkip(key, begin); key 470 net/tools/balsa/balsa_headers.cc RemoveAllOfHeaderStartingAt(key, i); key 472 net/tools/balsa/balsa_headers.cc AddAndMakeDescription(key, value, &(*i)); key 475 net/tools/balsa/balsa_headers.cc AppendHeader(key, value); key 478 net/tools/balsa/balsa_headers.cc void BalsaHeaders::HackAppendToHeader(const base::StringPiece& key, key 484 net/tools/balsa/balsa_headers.cc HeaderLines::iterator i = GetHeaderLinesIterator(key, begin); key 486 net/tools/balsa/balsa_headers.cc HackHeader(key, append_value); key 490 net/tools/balsa/balsa_headers.cc AppendOrPrependAndMakeDescription(key, append_value, true, &(*i)); key 493 net/tools/balsa/balsa_headers.cc void BalsaHeaders::ReplaceOrAppendHeader(const base::StringPiece& key, key 497 net/tools/balsa/balsa_headers.cc HeaderLines::iterator i = GetHeaderLinesIterator(key, begin); key 502 net/tools/balsa/balsa_headers.cc RemoveAllOfHeaderStartingAt(key, i); key 505 net/tools/balsa/balsa_headers.cc AddAndMakeDescription(key, value, &(*i)); key 508 net/tools/balsa/balsa_headers.cc AppendHeader(key, value); key 511 net/tools/balsa/balsa_headers.cc void BalsaHeaders::AppendHeader(const base::StringPiece& key, key 514 net/tools/balsa/balsa_headers.cc AddAndMakeDescription(key, value, &hld); key 518 net/tools/balsa/balsa_headers.cc void BalsaHeaders::AppendToHeader(const base::StringPiece& key, key 520 net/tools/balsa/balsa_headers.cc AppendOrPrependToHeader(key, value, true); key 523 net/tools/balsa/balsa_headers.cc void BalsaHeaders::PrependToHeader(const base::StringPiece& key, key 525 net/tools/balsa/balsa_headers.cc AppendOrPrependToHeader(key, value, false); key 536 net/tools/balsa/balsa_headers.cc const base::StringPiece& key) const { key 537 net/tools/balsa/balsa_headers.cc DCHECK(!IsMultivaluedHeader(key)) key 538 net/tools/balsa/balsa_headers.cc << "Header '" << key << "' may consist of multiple lines. Do not " key 543 net/tools/balsa/balsa_headers.cc HeaderLines::const_iterator i = GetConstHeaderLinesIterator(key, begin); key 551 net/tools/balsa/balsa_headers.cc const base::StringPiece& key) const { key 554 net/tools/balsa/balsa_headers.cc HeaderLines::const_iterator i = GetConstHeaderLinesIterator(key, begin); key 563 net/tools/balsa/balsa_headers.cc const base::StringPiece& key) const { key 565 net/tools/balsa/balsa_headers.cc GetConstHeaderLinesIterator(key, header_lines_.begin()); key 571 net/tools/balsa/balsa_headers.cc return const_header_lines_key_iterator(this, (i - begin), key); key 574 net/tools/balsa/balsa_headers.cc void BalsaHeaders::AppendOrPrependToHeader(const base::StringPiece& key, key 577 net/tools/balsa/balsa_headers.cc HeaderLines::iterator i = GetHeaderLinesIterator(key, header_lines_.begin()); key 581 net/tools/balsa/balsa_headers.cc AppendHeader(key, value); key 586 net/tools/balsa/balsa_headers.cc AppendOrPrependAndMakeDescription(key, value, append, &hld); key 595 net/tools/balsa/balsa_headers.cc const base::StringPiece& key, key 605 net/tools/balsa/balsa_headers.cc if (key_len != key.size()) { key 609 net/tools/balsa/balsa_headers.cc key.data(), key_len) == 0) { key 618 net/tools/balsa/balsa_headers.cc const base::StringPiece& key, key 625 net/tools/balsa/balsa_headers.cc if (key_len != key.size()) { key 629 net/tools/balsa/balsa_headers.cc key.data(), key_len) == 0) { key 638 net/tools/balsa/balsa_headers.cc const base::StringPiece& key, key 648 net/tools/balsa/balsa_headers.cc if (key_len != key.size()) { key 652 net/tools/balsa/balsa_headers.cc key.data(), key_len) == 0) { key 661 net/tools/balsa/balsa_headers.cc const base::StringPiece& key, std::vector<base::StringPiece>* out) const { key 662 net/tools/balsa/balsa_headers.cc for (const_header_lines_key_iterator it = GetIteratorForKey(key); key 668 net/tools/balsa/balsa_headers.cc bool BalsaHeaders::HasNonEmptyHeader(const base::StringPiece& key) const { key 669 net/tools/balsa/balsa_headers.cc for (const_header_lines_key_iterator it = GetIteratorForKey(key); key 677 net/tools/balsa/balsa_headers.cc void BalsaHeaders::GetAllOfHeaderAsString(const base::StringPiece& key, key 683 net/tools/balsa/balsa_headers.cc if (key == it->first) { key 697 net/tools/balsa/balsa_headers.cc void BalsaHeaders::RemoveAllOfHeader(const base::StringPiece& key) { key 698 net/tools/balsa/balsa_headers.cc HeaderLines::iterator it = GetHeaderLinesIterator(key, header_lines_.begin()); key 699 net/tools/balsa/balsa_headers.cc RemoveAllOfHeaderStartingAt(key, it); key 702 net/tools/balsa/balsa_headers.cc void BalsaHeaders::RemoveAllHeadersWithPrefix(const base::StringPiece& key) { key 709 net/tools/balsa/balsa_headers.cc if (key_len < key.size()) { key 714 net/tools/balsa/balsa_headers.cc key.data(), key.size())) { key 555 net/tools/balsa/balsa_headers.h const base::StringPiece& key); key 623 net/tools/balsa/balsa_headers.h void HackHeader(const base::StringPiece& key, const base::StringPiece& value); key 634 net/tools/balsa/balsa_headers.h void HackAppendToHeader(const base::StringPiece& key, key 643 net/tools/balsa/balsa_headers.h void ReplaceOrAppendHeader(const base::StringPiece& key, key 654 net/tools/balsa/balsa_headers.h void AppendHeader(const base::StringPiece& key, key 661 net/tools/balsa/balsa_headers.h void AppendToHeader(const base::StringPiece& key, key 668 net/tools/balsa/balsa_headers.h void PrependToHeader(const base::StringPiece& key, key 671 net/tools/balsa/balsa_headers.h const base::StringPiece GetHeader(const base::StringPiece& key) const; key 696 net/tools/balsa/balsa_headers.h void GetAllOfHeader(const base::StringPiece& key, key 702 net/tools/balsa/balsa_headers.h void GetAllOfHeaderAsString(const base::StringPiece& key, key 710 net/tools/balsa/balsa_headers.h inline bool HasHeader(const base::StringPiece& key) const { key 711 net/tools/balsa/balsa_headers.h return (GetConstHeaderLinesIterator(key, header_lines_.begin()) != key 716 net/tools/balsa/balsa_headers.h bool HasNonEmptyHeader(const base::StringPiece& key) const; key 719 net/tools/balsa/balsa_headers.h const base::StringPiece& key) const; key 727 net/tools/balsa/balsa_headers.h const base::StringPiece& key) const; key 729 net/tools/balsa/balsa_headers.h void RemoveAllOfHeader(const base::StringPiece& key); key 732 net/tools/balsa/balsa_headers.h void RemoveAllHeadersWithPrefix(const base::StringPiece& key); key 807 net/tools/balsa/balsa_headers.h const base::StringPiece& key, key 811 net/tools/balsa/balsa_headers.h if (!key.empty()) { key 812 net/tools/balsa/balsa_headers.h buffer->Write(key.data(), key.size()); key 1019 net/tools/balsa/balsa_headers.h void AddAndMakeDescription(const base::StringPiece& key, key 1023 net/tools/balsa/balsa_headers.h void AppendOrPrependAndMakeDescription(const base::StringPiece& key, key 1029 net/tools/balsa/balsa_headers.h void RemoveAllOfHeaderStartingAt(const base::StringPiece& key, key 1036 net/tools/balsa/balsa_headers.h void AppendOrPrependToHeader(const base::StringPiece& key, key 1041 net/tools/balsa/balsa_headers.h const base::StringPiece& key, key 1045 net/tools/balsa/balsa_headers.h const base::StringPiece& key, key 1049 net/tools/balsa/balsa_headers.h const base::StringPiece& key, key 28 net/tools/balsa/balsa_headers_token_utils.cc const base::StringPiece& key, BalsaHeaders* headers) { key 30 net/tools/balsa/balsa_headers_token_utils.cc headers->GetHeaderLinesIterator(key, headers->header_lines_.begin()); key 33 net/tools/balsa/balsa_headers_token_utils.cc << "header \"" << key << "\""; key 41 net/tools/balsa/balsa_headers_token_utils.cc it = headers->GetHeaderLinesIterator(key, it + 1); key 51 net/tools/balsa/balsa_headers_token_utils.cc << "for header \"" << key << "\""; key 68 net/tools/balsa/balsa_headers_token_utils.cc const base::StringPiece& key, key 71 net/tools/balsa/balsa_headers_token_utils.cc headers.GetIteratorForKey(key); key 94 net/tools/balsa/balsa_headers_token_utils.cc const base::StringPiece& key, key 102 net/tools/balsa/balsa_headers_token_utils.cc headers.GetIteratorForKey(key); key 25 net/tools/balsa/balsa_headers_token_utils.h const base::StringPiece& key, key 32 net/tools/balsa/balsa_headers_token_utils.h const base::StringPiece& key, key 38 net/tools/balsa/balsa_headers_token_utils.h static void RemoveLastTokenFromHeaderValue(const base::StringPiece& key, key 286 net/tools/crash_cache/crash_cache.cc std::string key = GenerateKey(true); key 287 net/tools/crash_cache/crash_cache.cc rv = cache->CreateEntry(key, &entry, cb.callback()); key 21 net/tools/dump_cache/cache_dumper.cc int CacheDumper::CreateEntry(const std::string& key, key 24 net/tools/dump_cache/cache_dumper.cc return cache_->CreateEntry(key, entry, callback); key 77 net/tools/dump_cache/cache_dumper.cc int DiskDumper::CreateEntry(const std::string& key, key 81 net/tools/dump_cache/cache_dumper.cc int urlpos = key.find("http"); key 82 net/tools/dump_cache/cache_dumper.cc std::string url = urlpos > 0 ? key.substr(urlpos) : key; key 99 net/tools/dump_cache/cache_dumper.cc entry_url_ = key; key 30 net/tools/dump_cache/cache_dumper.h virtual int CreateEntry(const std::string& key, key 50 net/tools/dump_cache/cache_dumper.h virtual int CreateEntry(const std::string& key, disk_cache::Entry** entry, key 67 net/tools/dump_cache/cache_dumper.h virtual int CreateEntry(const std::string& key, disk_cache::Entry** entry, key 274 net/tools/dump_cache/dump_files.cc std::string key; key 276 net/tools/dump_cache/dump_files.cc key = entry.key; key 277 net/tools/dump_cache/dump_files.cc if (key.size() > 50) key 278 net/tools/dump_cache/dump_files.cc key.resize(50); key 285 net/tools/dump_cache/dump_files.cc printf("key: \"%s\"\n", key.c_str()); key 390 net/tools/dump_cache/upgrade_win.cc std::string key(input_->buffer); key 391 net/tools/dump_cache/upgrade_win.cc DCHECK(key.size() == static_cast<size_t>(input_->msg.buffer_bytes - 1)); key 394 net/tools/dump_cache/upgrade_win.cc key, reinterpret_cast<disk_cache::Entry**>(&entry_), key 402 net/tools/dump_cache/upgrade_win.cc std::string key(input_->buffer); key 404 net/tools/dump_cache/upgrade_win.cc printf("Skipping entry \"%s\": %d\n", key.c_str(), GetLastError()); key 408 net/tools/dump_cache/upgrade_win.cc if (key.size() >= 64) { key 409 net/tools/dump_cache/upgrade_win.cc key[60] = '.'; key 410 net/tools/dump_cache/upgrade_win.cc key[61] = '.'; key 411 net/tools/dump_cache/upgrade_win.cc key[62] = '.'; key 412 net/tools/dump_cache/upgrade_win.cc key[63] = '\0'; key 414 net/tools/dump_cache/upgrade_win.cc DEBUGMSG("Entry \"%s\" created\n", key.c_str()); key 778 net/tools/dump_cache/upgrade_win.cc std::string key = entry_->GetKey(); key 779 net/tools/dump_cache/upgrade_win.cc msg.buffer_bytes = std::min(key.size() + 1, key 781 net/tools/dump_cache/upgrade_win.cc memcpy(output_->buffer, key.c_str(), msg.buffer_bytes); key 782 net/tools/dump_cache/upgrade_win.cc if (msg.buffer_bytes != static_cast<int32>(key.size() + 1)) { key 429 net/tools/flip_server/spdy_interface.cc std::string key = hi->first.as_string(); key 430 net/tools/flip_server/spdy_interface.cc std::transform(key.begin(), key.end(), key.begin(), ::tolower); key 431 net/tools/flip_server/spdy_interface.cc SpdyHeaderBlock::iterator fhi = dest.find(key); key 433 net/tools/flip_server/spdy_interface.cc dest[key] = hi->second.as_string(); key 435 net/tools/flip_server/spdy_interface.cc dest[key] = (std::string(fhi->second.data(), fhi->second.size()) + "\0" + key 91 net/tools/gdig/gdig.cc const DnsHostsKey& key = i->first; key 92 net/tools/gdig/gdig.cc std::string host_name = key.first; key 118 net/url_request/test_url_fetcher_factory.cc const void* key, key 117 net/url_request/test_url_fetcher_factory.h const void* key, key 203 net/url_request/url_fetcher.h const void* key, key 238 net/url_request/url_fetcher_core.cc const void* key, key 240 net/url_request/url_fetcher_core.cc DCHECK(key); key 242 net/url_request/url_fetcher_core.cc url_request_data_key_ = key; key 90 net/url_request/url_fetcher_core.h const void* key, key 93 net/url_request/url_fetcher_impl.cc const void* key, key 95 net/url_request/url_fetcher_impl.cc core_->SetURLRequestUserData(key, create_data_callback); key 63 net/url_request/url_fetcher_impl.h const void* key, key 19 net/url_request/url_request_throttler_header_adapter.cc const std::string& key) const { key 21 net/url_request/url_request_throttler_header_adapter.cc response_header_->GetNormalizedHeader(key, &return_value); key 26 net/url_request/url_request_throttler_header_adapter.h virtual std::string GetNormalizedValue(const std::string& key) const OVERRIDE; key 20 net/url_request/url_request_throttler_header_interface.h virtual std::string GetNormalizedValue(const std::string& key) const = 0; key 44 net/url_request/url_request_throttler_test_support.cc const std::string& key) const { key 45 net/url_request/url_request_throttler_test_support.cc if (key == key 48 net/url_request/url_request_throttler_test_support.h virtual std::string GetNormalizedValue(const std::string& key) const OVERRIDE; key 168 net/url_request/url_request_unittest.cc base::StringPiece TestNetResourceProvider(int key) { key 34 net/url_request/view_cache_helper.cc std::string key = entry->GetKey(); key 35 net/url_request/view_cache_helper.cc GURL url = GURL(url_prefix + key); key 37 net/url_request/view_cache_helper.cc "<tr><td><a href=\"" + url.spec() + "\">" + EscapeForHTML(key) + key 61 net/url_request/view_cache_helper.cc int ViewCacheHelper::GetEntryInfoHTML(const std::string& key, key 65 net/url_request/view_cache_helper.cc return GetInfoHTML(key, context, std::string(), out, callback); key 117 net/url_request/view_cache_helper.cc int ViewCacheHelper::GetInfoHTML(const std::string& key, key 124 net/url_request/view_cache_helper.cc key_ = key; key 33 net/url_request/view_cache_helper.h int GetEntryInfoHTML(const std::string& key, key 69 net/url_request/view_cache_helper.h int GetInfoHTML(const std::string& key, key 70 net/url_request/view_cache_helper_unittest.cc void WriteToEntry(disk_cache::Backend* cache, const std::string& key, key 75 net/url_request/view_cache_helper_unittest.cc int rv = cache->CreateEntry(key, &entry, cb.callback()); key 78 net/url_request/view_cache_helper_unittest.cc rv = cache->OpenEntry(key, &entry, cb.callback()); key 169 net/url_request/view_cache_helper_unittest.cc std::string key, data; key 193 net/url_request/view_cache_helper_unittest.cc std::string key("the key"); key 195 net/url_request/view_cache_helper_unittest.cc rv = cache->CreateEntry(key, &entry, cb.callback()); key 205 net/url_request/view_cache_helper_unittest.cc rv = helper.GetEntryInfoHTML(key, &context, &data, cb1.callback()); key 520 net/websockets/websocket_basic_handshake_stream.cc const std::string& key) { key 521 net/websockets/websocket_basic_handshake_stream.cc handshake_challenge_for_testing_.reset(new std::string(key)); key 77 net/websockets/websocket_basic_handshake_stream.h void SetWebSocketKeyForTesting(const std::string& key); key 908 net/websockets/websocket_basic_stream_test.cc masked_frame += std::string(kNonNulMaskingKey.key, 4); key 34 net/websockets/websocket_frame.cc *masked ^= masking_key.key[masking_key_offset++]; key 144 net/websockets/websocket_frame.cc std::copy(masking_key->key, key 145 net/websockets/websocket_frame.cc masking_key->key + WebSocketFrameHeader::kMaskingKeyLength, key 161 net/websockets/websocket_frame.cc base::RandBytes(masking_key.key, WebSocketFrameHeader::kMaskingKeyLength); key 143 net/websockets/websocket_frame.h char key[WebSocketFrameHeader::kMaskingKeyLength]; key 40 net/websockets/websocket_frame_parser.cc std::fill(masking_key_.key, key 41 net/websockets/websocket_frame_parser.cc masking_key_.key + WebSocketFrameHeader::kMaskingKeyLength, key 155 net/websockets/websocket_frame_parser.cc std::copy(current, current + kMaskingKeyLength, masking_key_.key); key 158 net/websockets/websocket_frame_parser.cc std::fill(masking_key_.key, masking_key_.key + kMaskingKeyLength, '\0'); key 90 net/websockets/websocket_frame_test.cc masking_key.key); key 256 net/websockets/websocket_frame_test.cc masking_key.key); key 315 net/websockets/websocket_frame_test.cc std::copy(kTestMask, kTestMask + kMaskingKeyLength, masking_key.key); key 369 net/websockets/websocket_frame_test.cc masking_key.key); key 213 net/websockets/websocket_handshake_handler.cc std::string key; key 215 net/websockets/websocket_handshake_handler.cc websockets::kSecWebSocketKey, &key); key 218 net/websockets/websocket_handshake_handler.cc *challenge = key; key 348 net/websockets/websocket_handshake_handler.cc void ComputeSecWebSocketAccept(const std::string& key, key 353 net/websockets/websocket_handshake_handler.cc base::SHA1HashString(key + websockets::kWebSocketGuid); key 26 net/websockets/websocket_handshake_handler.h void ComputeSecWebSocketAccept(const std::string& key, key 596 net/websockets/websocket_job.cc const SpdySessionKey key(HostPortPair::FromURL(socket_->url()), key 601 net/websockets/websocket_job.cc spdy_pool->FindAvailableSession(key, *socket_->net_log()); key 33 net/websockets/websocket_net_log_params.cc std::string key; key 35 net/websockets/websocket_net_log_params.cc key += base::StringPrintf("\\x%02x", (*headers)[pos] & 0xff); key 37 net/websockets/websocket_net_log_params.cc header_list->Append(new base::StringValue(key)); key 32 net/websockets/websocket_net_log_params_test.cc const std::string key("\x00\x01\x0a\x0d\xff\xfe\x0d\x0a", 8); key 43 net/websockets/websocket_net_log_params_test.cc key; key 55 ppapi/c/ppb_var_dictionary.h struct PP_Var (*Get)(struct PP_Var dict, struct PP_Var key); key 68 ppapi/c/ppb_var_dictionary.h PP_Bool (*Set)(struct PP_Var dict, struct PP_Var key, struct PP_Var value); key 76 ppapi/c/ppb_var_dictionary.h void (*Delete)(struct PP_Var dict, struct PP_Var key); key 85 ppapi/c/ppb_var_dictionary.h PP_Bool (*HasKey)(struct PP_Var dict, struct PP_Var key); key 218 ppapi/c/private/ppb_flash.h PP_FlashCrashKey key, key 301 ppapi/c/private/ppb_flash.h PP_FlashCrashKey key, key 335 ppapi/c/private/ppb_flash.h PP_FlashCrashKey key, key 23 ppapi/cpp/extensions/dict_field.h explicit DictField(const std::string& key) : key_(key), value_() { key 29 ppapi/cpp/extensions/dict_field.h const std::string& key() const { return key_; } key 62 ppapi/cpp/extensions/dict_field.h explicit OptionalDictField(const std::string& key) : key_(key) { key 68 ppapi/cpp/extensions/dict_field.h const std::string& key() const { return key_; } key 259 ppapi/cpp/private/flash.cc PP_FlashCrashKey key, key 264 ppapi/cpp/private/flash.cc instance.pp_instance(), key, value.pp_var())); key 269 ppapi/cpp/private/flash.cc key, value.pp_var())); key 67 ppapi/cpp/private/flash.h PP_FlashCrashKey key, key 69 ppapi/cpp/var_dictionary.cc Var VarDictionary::Get(const Var& key) const { key 75 ppapi/cpp/var_dictionary.cc get_interface<PPB_VarDictionary_1_0>()->Get(var_, key.pp_var())); key 78 ppapi/cpp/var_dictionary.cc bool VarDictionary::Set(const Var& key, const Var& value) { key 83 ppapi/cpp/var_dictionary.cc var_, key.pp_var(), value.pp_var())); key 86 ppapi/cpp/var_dictionary.cc void VarDictionary::Delete(const Var& key) { key 88 ppapi/cpp/var_dictionary.cc get_interface<PPB_VarDictionary_1_0>()->Delete(var_, key.pp_var()); key 91 ppapi/cpp/var_dictionary.cc bool VarDictionary::HasKey(const Var& key) const { key 96 ppapi/cpp/var_dictionary.cc var_, key.pp_var())); key 60 ppapi/cpp/var_dictionary.h Var Get(const Var& key) const; key 70 ppapi/cpp/var_dictionary.h bool Set(const Var& key, const Var& value); key 75 ppapi/cpp/var_dictionary.h void Delete(const Var& key); key 82 ppapi/cpp/var_dictionary.h bool HasKey(const Var& key) const; key 563 ppapi/native_client/src/trusted/plugin/json_manifest.cc const nacl::string& key, key 568 ppapi/native_client/src/trusted/plugin/json_manifest.cc if (!dictionary.isMember(key)) { key 573 ppapi/native_client/src/trusted/plugin/json_manifest.cc const Json::Value& isa_dict = dictionary[key]; key 576 ppapi/native_client/src/trusted/plugin/json_manifest.cc if (!GetURLFromISADictionary(isa_dict, key, &relative_url, key 641 ppapi/native_client/src/trusted/plugin/json_manifest.cc bool JsonManifest::ResolveKey(const nacl::string& key, key 645 ppapi/native_client/src/trusted/plugin/json_manifest.cc NaClLog(3, "JsonManifest::ResolveKey(%s)\n", key.c_str()); key 651 ppapi/native_client/src/trusted/plugin/json_manifest.cc if (key == kProgramKey) { key 652 ppapi/native_client/src/trusted/plugin/json_manifest.cc return GetKeyUrl(dictionary_, key, full_url, pnacl_options, error_info); key 654 ppapi/native_client/src/trusted/plugin/json_manifest.cc nacl::string::const_iterator p = find(key.begin(), key.end(), '/'); key 655 ppapi/native_client/src/trusted/plugin/json_manifest.cc if (p == key.end()) { key 658 ppapi/native_client/src/trusted/plugin/json_manifest.cc + key); key 663 ppapi/native_client/src/trusted/plugin/json_manifest.cc nacl::string prefix(key.begin(), p); key 667 ppapi/native_client/src/trusted/plugin/json_manifest.cc " prefix: ") + key); key 671 ppapi/native_client/src/trusted/plugin/json_manifest.cc nacl::string rest(p + 1, key.end()); key 683 ppapi/native_client/src/trusted/plugin/json_manifest.cc nacl::string("ResolveKey: no such \"files\" entry: ") + key); key 71 ppapi/native_client/src/trusted/plugin/json_manifest.h virtual bool ResolveKey(const nacl::string& key, key 85 ppapi/native_client/src/trusted/plugin/json_manifest.h const nacl::string& key, key 66 ppapi/native_client/src/trusted/plugin/manifest.h virtual bool ResolveKey(const nacl::string& key, key 56 ppapi/native_client/src/trusted/plugin/nacl_http_response_headers.cc std::string key = tokens[0]; key 59 ppapi/native_client/src/trusted/plugin/nacl_http_response_headers.cc if (key.length() == 0 || key[0] == ' ' || key[0] == '\t') key 64 ppapi/native_client/src/trusted/plugin/nacl_http_response_headers.cc size_t pos = key.find_last_not_of(" \t"); key 66 ppapi/native_client/src/trusted/plugin/nacl_http_response_headers.cc key.erase(pos + 1); key 70 ppapi/native_client/src/trusted/plugin/nacl_http_response_headers.cc header_entries_.push_back(Entry(key, value)); key 77 ppapi/native_client/src/trusted/plugin/nacl_http_response_headers.cc std::string key = entry.first; key 79 ppapi/native_client/src/trusted/plugin/nacl_http_response_headers.cc std::transform(key.begin(), key.end(), key.begin(), ::tolower); key 80 ppapi/native_client/src/trusted/plugin/nacl_http_response_headers.cc if (key.compare(name) == 0) key 102 ppapi/native_client/src/trusted/plugin/nacl_http_response_headers.cc std::string key = entry.first; key 104 ppapi/native_client/src/trusted/plugin/nacl_http_response_headers.cc std::transform(key.begin(), key.end(), key.begin(), ::tolower); key 105 ppapi/native_client/src/trusted/plugin/nacl_http_response_headers.cc if (key.compare("cache-control") == 0) { key 433 ppapi/native_client/src/trusted/plugin/plugin.cc std::string Plugin::LookupArgument(const std::string& key) const { key 434 ppapi/native_client/src/trusted/plugin/plugin.cc std::map<std::string, std::string>::const_iterator it = args_.find(key); key 119 ppapi/native_client/src/trusted/plugin/plugin.h std::string LookupArgument(const std::string& key) const; key 78 ppapi/native_client/src/trusted/plugin/pnacl_coordinator.cc virtual bool ResolveKey(const nacl::string& key, key 86 ppapi/native_client/src/trusted/plugin/pnacl_coordinator.cc size_t files_prefix_pos = key.find(kFilesPrefix); key 94 ppapi/native_client/src/trusted/plugin/pnacl_coordinator.cc nacl::string key_basename = key.substr(kFilesPrefix.length()); key 1681 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M29_PPB_VarDictionary_Get(struct PP_Var* _struct_result, struct PP_Var* dict, struct PP_Var* key) { key 1683 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c *_struct_result = iface->Get(*dict, *key); key 1686 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static PP_Bool Pnacl_M29_PPB_VarDictionary_Set(struct PP_Var* dict, struct PP_Var* key, struct PP_Var* value) { key 1688 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c return iface->Set(*dict, *key, *value); key 1691 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M29_PPB_VarDictionary_Delete(struct PP_Var* dict, struct PP_Var* key) { key 1693 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c iface->Delete(*dict, *key); key 1696 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static PP_Bool Pnacl_M29_PPB_VarDictionary_HasKey(struct PP_Var* dict, struct PP_Var* key) { key 1698 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c return iface->HasKey(*dict, *key); key 2698 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static PP_Bool Pnacl_M22_PPB_Flash_SetCrashData(PP_Instance instance, PP_FlashCrashKey key, struct PP_Var* value) { key 2700 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c return iface->SetCrashData(instance, key, *value); key 2782 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static PP_Bool Pnacl_M24_0_PPB_Flash_SetCrashData(PP_Instance instance, PP_FlashCrashKey key, struct PP_Var* value) { key 2784 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c return iface->SetCrashData(instance, key, *value); key 2846 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static PP_Bool Pnacl_M24_1_PPB_Flash_SetCrashData(PP_Instance instance, PP_FlashCrashKey key, struct PP_Var* value) { key 2848 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c return iface->SetCrashData(instance, key, *value); key 4681 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c .Get = (struct PP_Var (*)(struct PP_Var dict, struct PP_Var key))&Pnacl_M29_PPB_VarDictionary_Get, key 4682 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c .Set = (PP_Bool (*)(struct PP_Var dict, struct PP_Var key, struct PP_Var value))&Pnacl_M29_PPB_VarDictionary_Set, key 4683 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c .Delete = (void (*)(struct PP_Var dict, struct PP_Var key))&Pnacl_M29_PPB_VarDictionary_Delete, key 4684 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c .HasKey = (PP_Bool (*)(struct PP_Var dict, struct PP_Var key))&Pnacl_M29_PPB_VarDictionary_HasKey, key 4999 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c .SetCrashData = (PP_Bool (*)(PP_Instance instance, PP_FlashCrashKey key, struct PP_Var value))&Pnacl_M22_PPB_Flash_SetCrashData key 5018 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c .SetCrashData = (PP_Bool (*)(PP_Instance instance, PP_FlashCrashKey key, struct PP_Var value))&Pnacl_M24_0_PPB_Flash_SetCrashData, key 5033 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c .SetCrashData = (PP_Bool (*)(PP_Instance instance, PP_FlashCrashKey key, struct PP_Var value))&Pnacl_M24_1_PPB_Flash_SetCrashData, key 85 ppapi/proxy/flash_resource.cc PP_FlashCrashKey key, key 90 ppapi/proxy/flash_resource.cc switch (key) { key 37 ppapi/proxy/flash_resource.h PP_FlashCrashKey key, key 605 ppapi/proxy/raw_var_data.cc void DictionaryRawVarData::AddChild(const std::string& key, key 607 ppapi/proxy/raw_var_data.cc children_.push_back(make_pair(key, value)); key 656 ppapi/proxy/raw_var_data.cc std::string key; key 658 ppapi/proxy/raw_var_data.cc if (!m->ReadString(iter, &key)) key 662 ppapi/proxy/raw_var_data.cc children_.push_back(make_pair(key, value)); key 240 ppapi/proxy/raw_var_data.h void AddChild(const std::string& key, size_t value); key 35 ppapi/shared_impl/dictionary_var.cc PP_Var DictionaryVar::Get(const PP_Var& key) const { key 36 ppapi/shared_impl/dictionary_var.cc StringVar* string_var = StringVar::FromPPVar(key); key 51 ppapi/shared_impl/dictionary_var.cc PP_Bool DictionaryVar::Set(const PP_Var& key, const PP_Var& value) { key 52 ppapi/shared_impl/dictionary_var.cc StringVar* string_var = StringVar::FromPPVar(key); key 60 ppapi/shared_impl/dictionary_var.cc void DictionaryVar::Delete(const PP_Var& key) { key 61 ppapi/shared_impl/dictionary_var.cc StringVar* string_var = StringVar::FromPPVar(key); key 68 ppapi/shared_impl/dictionary_var.cc PP_Bool DictionaryVar::HasKey(const PP_Var& key) const { key 69 ppapi/shared_impl/dictionary_var.cc StringVar* string_var = StringVar::FromPPVar(key); key 36 ppapi/shared_impl/dictionary_var.h PP_Var Get(const PP_Var& key) const; key 37 ppapi/shared_impl/dictionary_var.h PP_Bool Set(const PP_Var& key, const PP_Var& value); key 38 ppapi/shared_impl/dictionary_var.h void Delete(const PP_Var& key); key 39 ppapi/shared_impl/dictionary_var.h PP_Bool HasKey(const PP_Var& key) const; key 46 ppapi/shared_impl/flash_clipboard_format_registry.cc uint32_t key = kFirstCustomFormat + custom_formats_.size(); key 47 ppapi/shared_impl/flash_clipboard_format_registry.cc custom_formats_[key] = format_name; key 48 ppapi/shared_impl/flash_clipboard_format_registry.cc return key; key 312 ppapi/shared_impl/var_value_conversions.cc !dict_var->SetWithStringKey(iter.key(), child_var.get())) { key 115 ppapi/tests/test_post_message.cc pp::Var key = expected_dict.GetKeys().Get(i); key 116 ppapi/tests/test_post_message.cc if (!actual_dict.HasKey(key)) key 118 ppapi/tests/test_post_message.cc if (!VarsEqual(expected_dict.Get(key), actual_dict.Get(key), visited_ids)) key 27 ppapi/thunk/ppb_flash_functions_api.h virtual PP_Bool SetCrashData(PP_Instance instance, PP_FlashCrashKey key, key 147 ppapi/thunk/ppb_flash_thunk.cc PP_FlashCrashKey key, key 152 ppapi/thunk/ppb_flash_thunk.cc return enter.functions()->SetCrashData(instance, key, value); key 25 ppapi/thunk/ppb_var_dictionary_thunk.cc PP_Var Get(PP_Var dict, PP_Var key) { key 31 ppapi/thunk/ppb_var_dictionary_thunk.cc return dict_var->Get(key); key 34 ppapi/thunk/ppb_var_dictionary_thunk.cc PP_Bool Set(PP_Var dict, PP_Var key, PP_Var value) { key 41 ppapi/thunk/ppb_var_dictionary_thunk.cc return dict_var->Set(key, value); key 44 ppapi/thunk/ppb_var_dictionary_thunk.cc void Delete(PP_Var dict, PP_Var key) { key 49 ppapi/thunk/ppb_var_dictionary_thunk.cc dict_var->Delete(key); key 52 ppapi/thunk/ppb_var_dictionary_thunk.cc PP_Bool HasKey(PP_Var dict, PP_Var key) { key 58 ppapi/thunk/ppb_var_dictionary_thunk.cc return dict_var->HasKey(key); key 105 remoting/android/java/src/org/chromium/chromoting/Desktop.java for (int key : keys) { key 106 remoting/android/java/src/org/chromium/chromoting/Desktop.java JniInterface.sendKeyEvent(key, true); key 108 remoting/android/java/src/org/chromium/chromoting/Desktop.java for (int key : keys) { key 109 remoting/android/java/src/org/chromium/chromoting/Desktop.java JniInterface.sendKeyEvent(key, false); key 14 remoting/base/capabilities.cc bool HasCapability(const std::string& capabilities, const std::string& key) { key 17 remoting/base/capabilities.cc return std::find(caps.begin(), caps.end(), key) != caps.end(); key 15 remoting/base/capabilities.h bool HasCapability(const std::string& capabilities, const std::string& key); key 16 remoting/base/capabilities_unittest.cc const char* key; key 68 remoting/base/capabilities_unittest.cc EXPECT_EQ(HasCapability(JoinString(caps, " "), data[i].key), key 21 remoting/base/rsa_key_pair.cc RsaKeyPair::RsaKeyPair(scoped_ptr<crypto::RSAPrivateKey> key) key 22 remoting/base/rsa_key_pair.cc : key_(key.Pass()){ key 30 remoting/base/rsa_key_pair.cc scoped_ptr<crypto::RSAPrivateKey> key(crypto::RSAPrivateKey::Create(2048)); key 31 remoting/base/rsa_key_pair.cc if (!key) { key 35 remoting/base/rsa_key_pair.cc return new RsaKeyPair(key.Pass()); key 48 remoting/base/rsa_key_pair.cc scoped_ptr<crypto::RSAPrivateKey> key( key 50 remoting/base/rsa_key_pair.cc if (!key) { key 55 remoting/base/rsa_key_pair.cc return new RsaKeyPair(key.Pass()); key 45 remoting/base/rsa_key_pair.h RsaKeyPair(scoped_ptr<crypto::RSAPrivateKey> key); key 46 remoting/host/daemon_process_win.cc const base::win::RegKey& key) { key 48 remoting/host/daemon_process_win.cc reinterpret_cast<base::PlatformFile>(key.Handle()); key 55 remoting/host/in_memory_host_config.cc SetString(it.key(), str_value); key 57 remoting/host/in_memory_host_config.cc SetBoolean(it.key(), bool_value); key 39 remoting/host/pairing_registry_delegate_win.cc scoped_ptr<base::DictionaryValue> ReadValue(const base::win::RegKey& key, key 43 remoting/host/pairing_registry_delegate_win.cc LONG result = key.ReadValue(value_name, &value_json); key 74 remoting/host/pairing_registry_delegate_win.cc bool WriteValue(base::win::RegKey& key, key 86 remoting/host/pairing_registry_delegate_win.cc LONG result = key.WriteValue(value_name, value_json.c_str()); key 47 remoting/host/policy_hack/policy_watcher.cc if (!from->Get(i.key(), &value)) { key 53 remoting/host/policy_hack/policy_watcher.cc CHECK(bad_type_values->Get(i.key(), &value)); key 56 remoting/host/policy_hack/policy_watcher.cc to->Set(i.key(), value->DeepCopy()); key 211 remoting/host/policy_hack/policy_watcher.cc if (!(old_policies_->Get(iter.key(), &old_policy) && key 213 remoting/host/policy_hack/policy_watcher.cc changed_policies->Set(iter.key(), iter.value().DeepCopy()); key 176 remoting/host/policy_hack/policy_watcher_win.cc const std::string& policy_name = i.key(); key 167 remoting/host/server_log_entry.cc void ServerLogEntry::Set(const std::string& key, const std::string& value) { key 168 remoting/host/server_log_entry.cc values_map_[key] = value; key 64 remoting/host/server_log_entry.h void Set(const std::string& key, const std::string& value); key 35 remoting/host/server_log_entry_unittest.cc const std::string& key = attr->Name().LocalPart(); key 38 remoting/host/server_log_entry_unittest.cc key_value_pairs.find(key); key 40 remoting/host/server_log_entry_unittest.cc if (keys.find(key) == keys.end()) { key 41 remoting/host/server_log_entry_unittest.cc *error = "unexpected attribute " + key; key 46 remoting/host/server_log_entry_unittest.cc *error = "attribute " + key + " has value " + iter->second + key 70 remoting/host/setup/oauth_helper.cc url_parse::Component key; key 72 remoting/host/setup/oauth_helper.cc while (ExtractQueryKeyValue(url.c_str(), &query, &key, &value)) { key 73 remoting/host/setup/oauth_helper.cc if (GetComponent(url, key) == "code") { key 31 remoting/host/usage_stats_consent_win.cc base::win::RegKey key; key 32 remoting/host/usage_stats_consent_win.cc LONG result = key.Open(HKEY_LOCAL_MACHINE, client_state.c_str(), KEY_READ); key 37 remoting/host/usage_stats_consent_win.cc return key.ReadValueDW(kOmahaUsagestatsValue, usagestats_out); key 79 remoting/host/usage_stats_consent_win.cc base::win::RegKey key; key 80 remoting/host/usage_stats_consent_win.cc LONG result = key.Create(HKEY_LOCAL_MACHINE, client_state.c_str(), key 83 remoting/host/usage_stats_consent_win.cc result = key.WriteValue(kOmahaUsagestatsValue, value); key 252 remoting/host/win/elevated_controller.cc const char* key = kUnprivilegedConfigKeys[i]; key 254 remoting/host/win/elevated_controller.cc if (config_dict->GetString(key, &value)) { key 255 remoting/host/win/elevated_controller.cc unprivileged_config_dict.SetString(key, value); key 137 remoting/host/win/rdp_client.cc base::win::RegKey key(HKEY_LOCAL_MACHINE, kRdpPortKeyName, KEY_READ); key 138 remoting/host/win/rdp_client.cc if (!key.Valid() || key 139 remoting/host/win/rdp_client.cc (key.ReadValueDW(kRdpPortValueName, &server_port) != ERROR_SUCCESS)) { key 58 rlz/chromeos/lib/rlz_value_store_chromeos.cc std::string GetKeyName(std::string key, AccessPoint access_point) { key 62 rlz/chromeos/lib/rlz_value_store_chromeos.cc return key + "." + GetAccessPointName(access_point) + "." + brand; key 66 rlz/chromeos/lib/rlz_value_store_chromeos.cc std::string GetKeyName(std::string key, Product product) { key 70 rlz/chromeos/lib/rlz_value_store_chromeos.cc return key + "." + GetProductName(product) + "." + brand; key 19 rlz/win/lib/registry_util.cc bool RegKeyReadValue(base::win::RegKey& key, const wchar_t* name, key 24 rlz/win/lib/registry_util.cc if (key.ReadValue(name, &value_string) != ERROR_SUCCESS) { key 39 rlz/win/lib/registry_util.cc bool RegKeyWriteValue(base::win::RegKey& key, const wchar_t* name, key 42 rlz/win/lib/registry_util.cc return key.WriteValue(name, value_string.c_str()) == ERROR_SUCCESS; key 51 rlz/win/lib/registry_util.cc base::win::RegKey key; key 52 rlz/win/lib/registry_util.cc if (key.Open(HKEY_CURRENT_USER, L"Software", KEY_READ) != ERROR_SUCCESS) key 16 rlz/win/lib/registry_util.h bool RegKeyReadValue(base::win::RegKey& key, key 21 rlz/win/lib/registry_util.h bool RegKeyWriteValue(base::win::RegKey& key, key 60 rlz/win/lib/rlz_value_store_registry.cc bool GetRegKey(const char* name, REGSAM access, base::win::RegKey* key) { key 67 rlz/win/lib/rlz_value_store_registry.cc ret = key->Create(HKEY_CURRENT_USER, ASCIIToWide(key_location).c_str(), key 70 rlz/win/lib/rlz_value_store_registry.cc ret = key->Open(HKEY_CURRENT_USER, ASCIIToWide(key_location).c_str(), key 77 rlz/win/lib/rlz_value_store_registry.cc bool GetPingTimesRegKey(REGSAM access, base::win::RegKey* key) { key 78 rlz/win/lib/rlz_value_store_registry.cc return GetRegKey(kPingTimesSubkeyName, access, key); key 84 rlz/win/lib/rlz_value_store_registry.cc REGSAM access, base::win::RegKey* key) { key 100 rlz/win/lib/rlz_value_store_registry.cc ret = key->Create(HKEY_CURRENT_USER, ASCIIToWide(key_location).c_str(), key 103 rlz/win/lib/rlz_value_store_registry.cc ret = key->Open(HKEY_CURRENT_USER, ASCIIToWide(key_location).c_str(), key 110 rlz/win/lib/rlz_value_store_registry.cc bool GetAccessPointRlzsRegKey(REGSAM access, base::win::RegKey* key) { key 111 rlz/win/lib/rlz_value_store_registry.cc return GetRegKey(kRlzsSubkeyName, access, key); key 114 rlz/win/lib/rlz_value_store_registry.cc bool ClearAllProductEventValues(rlz_lib::Product product, const char* key) { key 120 rlz/win/lib/rlz_value_store_registry.cc GetEventsRegKey(key, NULL, KEY_WRITE, ®_key); key 141 rlz/win/lib/rlz_value_store_registry.cc base::win::RegKey key(root_key, key_name, KEY_READ); key 142 rlz/win/lib/rlz_value_store_registry.cc if (!key.Valid()) key 155 rlz/win/lib/rlz_value_store_registry.cc base::win::RegKey key(root_key, L"", KEY_WRITE); key 156 rlz/win/lib/rlz_value_store_registry.cc return key.DeleteKey(key_name) == ERROR_SUCCESS; key 171 rlz/win/lib/rlz_value_store_registry.cc base::win::RegKey key; key 173 rlz/win/lib/rlz_value_store_registry.cc return GetPingTimesRegKey(KEY_WRITE, &key) && key 174 rlz/win/lib/rlz_value_store_registry.cc key.WriteValue(product_name.c_str(), &time, sizeof(time), key 179 rlz/win/lib/rlz_value_store_registry.cc base::win::RegKey key; key 181 rlz/win/lib/rlz_value_store_registry.cc return GetPingTimesRegKey(KEY_READ, &key) && key 182 rlz/win/lib/rlz_value_store_registry.cc key.ReadInt64(product_name.c_str(), time) == ERROR_SUCCESS; key 186 rlz/win/lib/rlz_value_store_registry.cc base::win::RegKey key; key 187 rlz/win/lib/rlz_value_store_registry.cc GetPingTimesRegKey(KEY_WRITE, &key); key 190 rlz/win/lib/rlz_value_store_registry.cc key.DeleteValue(product_name.c_str()); key 195 rlz/win/lib/rlz_value_store_registry.cc if (key.ReadValue( key 211 rlz/win/lib/rlz_value_store_registry.cc base::win::RegKey key; key 212 rlz/win/lib/rlz_value_store_registry.cc GetAccessPointRlzsRegKey(KEY_WRITE, &key); key 214 rlz/win/lib/rlz_value_store_registry.cc if (!RegKeyWriteValue(key, access_point_name_wide.c_str(), new_rlz)) { key 229 rlz/win/lib/rlz_value_store_registry.cc base::win::RegKey key; key 230 rlz/win/lib/rlz_value_store_registry.cc GetAccessPointRlzsRegKey(KEY_READ, &key); key 231 rlz/win/lib/rlz_value_store_registry.cc if (!RegKeyReadValue(key, ASCIIToWide(access_point_name).c_str(), key 248 rlz/win/lib/rlz_value_store_registry.cc base::win::RegKey key; key 249 rlz/win/lib/rlz_value_store_registry.cc GetAccessPointRlzsRegKey(KEY_WRITE, &key); key 251 rlz/win/lib/rlz_value_store_registry.cc key.DeleteValue(access_point_name_wide.c_str()); key 255 rlz/win/lib/rlz_value_store_registry.cc if (key.ReadValueDW(access_point_name_wide.c_str(), &value) == key 305 rlz/win/lib/rlz_value_store_registry.cc base::win::RegKey key; key 306 rlz/win/lib/rlz_value_store_registry.cc GetEventsRegKey(kEventsSubkeyName, &product, KEY_WRITE, &key); key 307 rlz/win/lib/rlz_value_store_registry.cc key.DeleteValue(event_rlz_wide.c_str()); key 311 rlz/win/lib/rlz_value_store_registry.cc if (key.ReadValueDW(event_rlz_wide.c_str(), &value) == ERROR_SUCCESS) { key 325 rlz/win/lib/rlz_value_store_registry.cc base::win::RegKey key; key 327 rlz/win/lib/rlz_value_store_registry.cc if (!GetEventsRegKey(kStatefulEventsSubkeyName, &product, KEY_WRITE, &key) || key 328 rlz/win/lib/rlz_value_store_registry.cc key.WriteValue(event_rlz_wide.c_str(), 1) != ERROR_SUCCESS) { key 340 rlz/win/lib/rlz_value_store_registry.cc base::win::RegKey key; key 341 rlz/win/lib/rlz_value_store_registry.cc GetEventsRegKey(kStatefulEventsSubkeyName, &product, KEY_READ, &key); key 343 rlz/win/lib/rlz_value_store_registry.cc return key.ReadValueDW(event_rlz_wide.c_str(), &value) == ERROR_SUCCESS; key 246 sandbox/linux/seccomp-bpf/trap.cc TrapKey key(fnc, aux, safe); key 247 sandbox/linux/seccomp-bpf/trap.cc TrapIds::const_iterator iter = trap_ids_.find(key); key 311 sandbox/linux/seccomp-bpf/trap.cc trap_ids_[key] = id; key 14 sandbox/win/sandbox_poc/pocdll/registry.cc const wchar_t *HKEYToString(const HKEY key) { key 15 sandbox/win/sandbox_poc/pocdll/registry.cc switch (reinterpret_cast<LONG_PTR>(key)) { key 33 sandbox/win/sandbox_poc/pocdll/registry.cc HKEY key; key 38 sandbox/win/sandbox_poc/pocdll/registry.cc &key); key 43 sandbox/win/sandbox_poc/pocdll/registry.cc key); key 44 sandbox/win/sandbox_poc/pocdll/registry.cc ::RegCloseKey(key); key 25 sandbox/win/src/broker_services.cc bool AssociateCompletionPort(HANDLE job, HANDLE port, void* key) { key 26 sandbox/win/src/broker_services.cc JOBOBJECT_ASSOCIATE_COMPLETION_PORT job_acp = { key, port }; key 198 sandbox/win/src/broker_services.cc ULONG_PTR key = 0; key 201 sandbox/win/src/broker_services.cc if (!::GetQueuedCompletionStatus(port, &events, &key, &ovl, INFINITE)) key 207 sandbox/win/src/broker_services.cc if (key > THREAD_CTRL_LAST) { key 210 sandbox/win/src/broker_services.cc JobTracker* tracker = reinterpret_cast<JobTracker*>(key); key 254 sandbox/win/src/broker_services.cc } else if (THREAD_CTRL_REMOVE_PEER == key) { key 261 sandbox/win/src/broker_services.cc } else if (THREAD_CTRL_QUIT == key) { key 68 sandbox/win/src/handle_table.cc SYSTEM_HANDLE_INFORMATION key; key 69 sandbox/win/src/handle_table.cc key.ProcessId = process_id; key 75 sandbox/win/src/handle_table.cc start = std::lower_bound(start, finish, key, CompareHandleEntries); key 78 sandbox/win/src/handle_table.cc finish = std::upper_bound(start, finish, key, CompareHandleEntries); key 223 sandbox/win/src/interceptors_64.cc PHANDLE key, ACCESS_MASK desired_access, key 228 sandbox/win/src/interceptors_64.cc return TargetNtCreateKey(orig_fn, key, desired_access, object_attributes, key 234 sandbox/win/src/interceptors_64.cc PHANDLE key, ACCESS_MASK desired_access, key 238 sandbox/win/src/interceptors_64.cc return TargetNtOpenKey(orig_fn, key, desired_access, object_attributes); key 242 sandbox/win/src/interceptors_64.cc PHANDLE key, ACCESS_MASK desired_access, key 246 sandbox/win/src/interceptors_64.cc return TargetNtOpenKeyEx(orig_fn, key, desired_access, object_attributes, key 139 sandbox/win/src/interceptors_64.h PHANDLE key, ACCESS_MASK desired_access, key 145 sandbox/win/src/interceptors_64.h PHANDLE key, ACCESS_MASK desired_access, key 150 sandbox/win/src/interceptors_64.h PHANDLE key, ACCESS_MASK desired_access, key 17 sandbox/win/src/registry_interception.cc PHANDLE key, ACCESS_MASK desired_access, key 22 sandbox/win/src/registry_interception.cc NTSTATUS status = orig_CreateKey(key, desired_access, object_attributes, key 33 sandbox/win/src/registry_interception.cc if (!ValidParameter(key, sizeof(HANDLE), WRITE)) key 81 sandbox/win/src/registry_interception.cc *key = answer.handle; key 95 sandbox/win/src/registry_interception.cc NTSTATUS WINAPI CommonNtOpenKey(NTSTATUS status, PHANDLE key, key 103 sandbox/win/src/registry_interception.cc if (!ValidParameter(key, sizeof(HANDLE), WRITE)) key 138 sandbox/win/src/registry_interception.cc *key = answer.handle; key 148 sandbox/win/src/registry_interception.cc NTSTATUS WINAPI TargetNtOpenKey(NtOpenKeyFunction orig_OpenKey, PHANDLE key, key 152 sandbox/win/src/registry_interception.cc NTSTATUS status = orig_OpenKey(key, desired_access, object_attributes); key 156 sandbox/win/src/registry_interception.cc return CommonNtOpenKey(status, key, desired_access, object_attributes); key 160 sandbox/win/src/registry_interception.cc PHANDLE key, ACCESS_MASK desired_access, key 164 sandbox/win/src/registry_interception.cc NTSTATUS status = orig_OpenKeyEx(key, desired_access, object_attributes, key 173 sandbox/win/src/registry_interception.cc return CommonNtOpenKey(status, key, desired_access, object_attributes); key 18 sandbox/win/src/registry_interception.h NtCreateKeyFunction orig_CreateKey, PHANDLE key, ACCESS_MASK desired_access, key 25 sandbox/win/src/registry_interception.h NtOpenKeyFunction orig_OpenKey, PHANDLE key, ACCESS_MASK desired_access, key 31 sandbox/win/src/registry_interception.h NtOpenKeyExFunction orig_OpenKeyEx, PHANDLE key, ACCESS_MASK desired_access, key 169 sandbox/win/src/registry_policy.cc const base::string16 &key, key 193 sandbox/win/src/registry_policy.cc InitObjectAttribs(key, attributes, root_directory, &obj_attributes, key 203 sandbox/win/src/registry_policy.cc const base::string16 &key, key 218 sandbox/win/src/registry_policy.cc InitObjectAttribs(key, attributes, root_directory, &obj_attributes, key 34 sandbox/win/src/registry_policy.h const base::string16 &key, key 48 sandbox/win/src/registry_policy.h const base::string16 &key, key 63 sandbox/win/src/registry_policy_test.cc HKEY key; key 68 sandbox/win/src/registry_policy_test.cc NULL, &key, NULL); key 70 sandbox/win/src/registry_policy_test.cc result = ::RegOpenKeyEx(root, argv[3], 0, desired_access, &key); key 74 sandbox/win/src/registry_policy_test.cc if (!IsKeyOpenForRead(key)) { key 75 sandbox/win/src/registry_policy_test.cc ::RegCloseKey(key); key 79 sandbox/win/src/registry_policy_test.cc ::RegCloseKey(key); key 234 sandbox/win/src/registry_policy_test.cc HKEY key = NULL; key 238 sandbox/win/src/registry_policy_test.cc &key); key 245 sandbox/win/src/registry_policy_test.cc NtDeleteKey(key); key 27 sandbox/win/src/target_services.cc HKEY key; key 28 sandbox/win/src/target_services.cc if (ERROR_SUCCESS == ::RegOpenKeyExW(root, NULL, 0, MAXIMUM_ALLOWED, &key)) { key 29 sandbox/win/src/target_services.cc if (ERROR_SUCCESS != ::RegCloseKey(key)) key 20 sandbox/win/src/win_utils.cc HKEY key; key 53 sandbox/win/src/win_utils.cc return kKnownKey[i].key; key 62 sandbox/win/src/win_utils.cc HKEY key; key 64 sandbox/win/src/win_utils.cc if (ERROR_SUCCESS != ::RegCreateKeyEx(kKnownKey[i].key, L"", 0, NULL, 0, key 65 sandbox/win/src/win_utils.cc MAXIMUM_ALLOWED, NULL, &key, key 69 sandbox/win/src/win_utils.cc bool result = GetPathFromHandle(key, resolved_name); key 70 sandbox/win/src/win_utils.cc ::RegCloseKey(key); key 188 sandbox/win/tests/validation_tests/commands.cc HKEY key; key 193 sandbox/win/tests/validation_tests/commands.cc &key); key 195 sandbox/win/tests/validation_tests/commands.cc ::RegCloseKey(key); key 72 sandbox/win/tools/finder/finder.h DWORD ParseRegistry(HKEY key, ATL::CString print_name); key 89 sandbox/win/tools/finder/finder.h DWORD TestRegAccess(HKEY key, ATL::CString name, ATL::CString print_name); key 9 sandbox/win/tools/finder/finder_registry.cc DWORD Finder::ParseRegistry(HKEY key, ATL::CString print_name) { key 15 sandbox/win/tools/finder/finder_registry.cc LONG err_code = ::RegEnumKey(key, index, buffer, name_size); key 18 sandbox/win/tools/finder/finder_registry.cc TestRegAccess(key, buffer, name_complete); key 22 sandbox/win/tools/finder/finder_registry.cc err_code = ::RegOpenKeyEx(key, buffer, 0, KEY_ENUMERATE_SUB_KEYS, key 33 sandbox/win/tools/finder/finder_registry.cc err_code = ::RegEnumKey(key, index, buffer, name_size); key 44 sandbox/win/tools/finder/finder_registry.cc DWORD Finder::TestRegAccess(HKEY key, ATL::CString name, key 54 sandbox/win/tools/finder/finder_registry.cc err_code = ::RegOpenKeyEx(key, name, 0, GENERIC_ALL, &key_res); key 67 sandbox/win/tools/finder/finder_registry.cc err_code = ::RegOpenKeyEx(key, name, 0, GENERIC_WRITE, &key_res); key 80 sandbox/win/tools/finder/finder_registry.cc err_code = ::RegOpenKeyEx(key, name, 0, GENERIC_READ, &key_res); key 21 skia/ext/platform_device.cc void SetBoolMetaData(const SkCanvas& canvas, const char* key, bool value) { key 23 skia/ext/platform_device.cc meta.setBool(key, value); key 26 skia/ext/platform_device.cc bool GetBoolMetaData(const SkCanvas& canvas, const char* key) { key 29 skia/ext/platform_device.cc if (!meta.findBool(key, &value)) key 169 sql/meta_table.cc bool MetaTable::SetValue(const char* key, const std::string& value) { key 171 sql/meta_table.cc PrepareSetStatement(&s, key); key 176 sql/meta_table.cc bool MetaTable::SetValue(const char* key, int value) { key 178 sql/meta_table.cc PrepareSetStatement(&s, key); key 183 sql/meta_table.cc bool MetaTable::SetValue(const char* key, int64 value) { key 185 sql/meta_table.cc PrepareSetStatement(&s, key); key 190 sql/meta_table.cc bool MetaTable::GetValue(const char* key, std::string* value) { key 192 sql/meta_table.cc if (!PrepareGetStatement(&s, key)) key 199 sql/meta_table.cc bool MetaTable::GetValue(const char* key, int* value) { key 201 sql/meta_table.cc if (!PrepareGetStatement(&s, key)) key 208 sql/meta_table.cc bool MetaTable::GetValue(const char* key, int64* value) { key 210 sql/meta_table.cc if (!PrepareGetStatement(&s, key)) key 217 sql/meta_table.cc bool MetaTable::DeleteKey(const char* key) { key 220 sql/meta_table.cc s.BindCString(0, key); key 224 sql/meta_table.cc void MetaTable::PrepareSetStatement(Statement* statement, const char* key) { key 228 sql/meta_table.cc statement->BindCString(0, key); key 231 sql/meta_table.cc bool MetaTable::PrepareGetStatement(Statement* statement, const char* key) { key 235 sql/meta_table.cc statement->BindCString(0, key); key 75 sql/meta_table.h bool SetValue(const char* key, const std::string& value); key 76 sql/meta_table.h bool SetValue(const char* key, int value); key 77 sql/meta_table.h bool SetValue(const char* key, int64 value); key 81 sql/meta_table.h bool GetValue(const char* key, std::string* value); key 82 sql/meta_table.h bool GetValue(const char* key, int* value); key 83 sql/meta_table.h bool GetValue(const char* key, int64* value); key 86 sql/meta_table.h bool DeleteKey(const char* key); key 91 sql/meta_table.h void PrepareSetStatement(Statement* statement, const char* key); key 92 sql/meta_table.h bool PrepareGetStatement(Statement* statement, const char* key); key 29 sync/internal_api/public/change_record_unittest.cc const std::string& key) { key 31 sync/internal_api/public/change_record_unittest.cc EXPECT_TRUE(value.GetString(key, &str_value)); key 219 sync/notifier/sync_system_resources.cc void SyncStorage::WriteKey(const std::string& key, const std::string& value, key 238 sync/notifier/sync_system_resources.cc void SyncStorage::ReadKey(const std::string& key, key 244 sync/notifier/sync_system_resources.cc void SyncStorage::DeleteKey(const std::string& key, key 247 sync/notifier/sync_system_resources.cc LOG(WARNING) << "ignoring call to DeleteKey(" << key << ", callback)"; key 174 sync/notifier/sync_system_resources.h virtual void WriteKey(const std::string& key, const std::string& value, key 177 sync/notifier/sync_system_resources.h virtual void ReadKey(const std::string& key, key 180 sync/notifier/sync_system_resources.h virtual void DeleteKey(const std::string& key, key 354 sync/protocol/proto_value_conversions.cc SET_STR(key); key 449 sync/protocol/proto_value_conversions.cc SET_STR(key); key 514 sync/protocol/proto_value_conversions.cc SET_STR(key); key 594 sync/protocol/proto_value_conversions.cc SET_STR(key); key 269 sync/protocol/proto_value_conversions_unittest.cc #define SET_FIELD(key) (void)specifics.mutable_##key() key 74 sync/syncable/entry_kernel.cc const std::string& key = enum_key_fn(field); key 76 sync/syncable/entry_kernel.cc dictionary_value->Set(key, value); key 88 sync/syncable/entry_kernel.cc const std::string& key = GetProtoFieldString(field); key 102 sync/syncable/entry_kernel.cc dictionary_value->Set(key, value); key 86 sync/test/android/javatests/src/org/chromium/sync/test/util/MockSyncContentResolverDelegate.java String key = createKey(account, authority); key 88 sync/test/android/javatests/src/org/chromium/sync/test/util/MockSyncContentResolverDelegate.java return mSyncAutomaticallySet.contains(key); key 94 sync/test/android/javatests/src/org/chromium/sync/test/util/MockSyncContentResolverDelegate.java String key = createKey(account, authority); key 96 sync/test/android/javatests/src/org/chromium/sync/test/util/MockSyncContentResolverDelegate.java if (!mIsSyncableMap.containsKey(key) || !mIsSyncableMap.get(key)) { key 102 sync/test/android/javatests/src/org/chromium/sync/test/util/MockSyncContentResolverDelegate.java mSyncAutomaticallySet.add(key); key 103 sync/test/android/javatests/src/org/chromium/sync/test/util/MockSyncContentResolverDelegate.java } else if (mSyncAutomaticallySet.contains(key)) { key 104 sync/test/android/javatests/src/org/chromium/sync/test/util/MockSyncContentResolverDelegate.java mSyncAutomaticallySet.remove(key); key 112 sync/test/android/javatests/src/org/chromium/sync/test/util/MockSyncContentResolverDelegate.java String key = createKey(account, authority); key 117 sync/test/android/javatests/src/org/chromium/sync/test/util/MockSyncContentResolverDelegate.java if (mSyncAutomaticallySet.contains(key)) { key 118 sync/test/android/javatests/src/org/chromium/sync/test/util/MockSyncContentResolverDelegate.java mSyncAutomaticallySet.remove(key); key 121 sync/test/android/javatests/src/org/chromium/sync/test/util/MockSyncContentResolverDelegate.java mIsSyncableMap.put(key, false); key 124 sync/test/android/javatests/src/org/chromium/sync/test/util/MockSyncContentResolverDelegate.java mIsSyncableMap.put(key, true); key 127 sync/test/android/javatests/src/org/chromium/sync/test/util/MockSyncContentResolverDelegate.java if (mIsSyncableMap.containsKey(key)) { key 128 sync/test/android/javatests/src/org/chromium/sync/test/util/MockSyncContentResolverDelegate.java mIsSyncableMap.remove(key); key 141 sync/test/android/javatests/src/org/chromium/sync/test/util/MockSyncContentResolverDelegate.java String key = createKey(account, authority); key 143 sync/test/android/javatests/src/org/chromium/sync/test/util/MockSyncContentResolverDelegate.java if (mIsSyncableMap.containsKey(key)) { key 144 sync/test/android/javatests/src/org/chromium/sync/test/util/MockSyncContentResolverDelegate.java return mIsSyncableMap.containsKey(key) ? 1 : 0; key 542 sync/test/engine/mock_connection_manager.cc void MockConnectionManager::SetKeystoreKey(const std::string& key) { key 545 sync/test/engine/mock_connection_manager.cc keystore_key_ = key; key 168 sync/test/engine/mock_connection_manager.h void SetKeystoreKey(const std::string& key); key 133 sync/util/cryptographer.cc sync_pb::NigoriKey* key = bag.add_key(); key 134 sync/util/cryptographer.cc key->set_name(it->first); key 135 sync/util/cryptographer.cc nigori.ExportKeys(key->mutable_user_key(), key 136 sync/util/cryptographer.cc key->mutable_encryption_key(), key 137 sync/util/cryptographer.cc key->mutable_mac_key()); key 291 sync/util/cryptographer.cc const sync_pb::NigoriKey key = bag.key(i); key 293 sync/util/cryptographer.cc if (nigoris_.end() == nigoris_.find(key.name())) { key 295 sync/util/cryptographer.cc if (!new_nigori->InitByImport(key.user_key(), key 296 sync/util/cryptographer.cc key.encryption_key(), key 297 sync/util/cryptographer.cc key.mac_key())) { key 301 sync/util/cryptographer.cc nigoris_[key.name()] = make_linked_ptr(new_nigori.release()); key 333 sync/util/cryptographer.cc sync_pb::NigoriKey key; key 334 sync/util/cryptographer.cc if (!iter->second->ExportKeys(key.mutable_user_key(), key 335 sync/util/cryptographer.cc key.mutable_encryption_key(), key 336 sync/util/cryptographer.cc key.mutable_mac_key())) key 338 sync/util/cryptographer.cc return key.SerializeAsString(); key 345 sync/util/cryptographer.cc sync_pb::NigoriKey key; key 346 sync/util/cryptographer.cc if (!key.ParseFromString(serialized_nigori_key)) key 350 sync/util/cryptographer.cc if (!nigori->InitByImport(key.user_key(), key.encryption_key(), key 351 sync/util/cryptographer.cc key.mac_key())) { key 15 third_party/bintrees/bintrees/ctrees.c #define KEY(node) (node->key) key 25 third_party/bintrees/bintrees/ctrees.c ct_new_node(PyObject *key, PyObject *value, int xdata) key 29 third_party/bintrees/bintrees/ctrees.c KEY(new_node) = key; key 30 third_party/bintrees/bintrees/ctrees.c Py_INCREF(key); key 99 third_party/bintrees/bintrees/ctrees.c ct_find_node(node_t *root, PyObject *key) key 103 third_party/bintrees/bintrees/ctrees.c res = ct_compare(key, KEY(root)); key 114 third_party/bintrees/bintrees/ctrees.c ct_get_item(node_t *root, PyObject *key) key 119 third_party/bintrees/bintrees/ctrees.c node = ct_find_node(root, key); key 152 third_party/bintrees/bintrees/ctrees.c ct_bintree_remove(node_t **rootaddr, PyObject *key) key 166 third_party/bintrees/bintrees/ctrees.c cmp_res = ct_compare(key, KEY(node)); key 208 third_party/bintrees/bintrees/ctrees.c ct_bintree_insert(node_t **rootaddr, PyObject *key, PyObject *value) key 215 third_party/bintrees/bintrees/ctrees.c node = ct_new_node(key, value, 0); /* new node is also the root */ key 225 third_party/bintrees/bintrees/ctrees.c node = ct_new_node(key, value, 0); key 231 third_party/bintrees/bintrees/ctrees.c cval = ct_compare(key, KEY(node)); key 255 third_party/bintrees/bintrees/ctrees.c #define rb_new_node(key, value) ct_new_node(key, value, 1) key 277 third_party/bintrees/bintrees/ctrees.c #define rb_new_node(key, value) ct_new_node(key, value, 1) key 280 third_party/bintrees/bintrees/ctrees.c rb_insert(node_t **rootaddr, PyObject *key, PyObject *value) key 289 third_party/bintrees/bintrees/ctrees.c root = rb_new_node(key, value); key 314 third_party/bintrees/bintrees/ctrees.c q = rb_new_node(key, value); key 341 third_party/bintrees/bintrees/ctrees.c cmp_res = ct_compare(KEY(q), key); key 370 third_party/bintrees/bintrees/ctrees.c rb_remove(node_t **rootaddr, PyObject *key) key 399 third_party/bintrees/bintrees/ctrees.c cmp_res = ct_compare(KEY(q), key); key 460 third_party/bintrees/bintrees/ctrees.c #define avl_new_node(key, value) ct_new_node(key, value, 0) key 493 third_party/bintrees/bintrees/ctrees.c avl_insert(node_t **rootaddr, PyObject *key, PyObject *value) key 498 third_party/bintrees/bintrees/ctrees.c root = avl_new_node(key, value); key 512 third_party/bintrees/bintrees/ctrees.c cmp_res = ct_compare(KEY(it), key); key 529 third_party/bintrees/bintrees/ctrees.c it->link[upd[top - 1]] = avl_new_node(key, value); key 538 third_party/bintrees/bintrees/ctrees.c cmp_res = ct_compare(KEY(up[top]), key); key 574 third_party/bintrees/bintrees/ctrees.c avl_remove(node_t **rootaddr, PyObject *key) key 588 third_party/bintrees/bintrees/ctrees.c cmp_res = ct_compare(KEY(it), key); key 666 third_party/bintrees/bintrees/ctrees.c ct_succ_node(node_t *root, PyObject *key) key 673 third_party/bintrees/bintrees/ctrees.c cval = ct_compare(key, KEY(node)); key 701 third_party/bintrees/bintrees/ctrees.c ct_prev_node(node_t *root, PyObject *key) key 708 third_party/bintrees/bintrees/ctrees.c cval = ct_compare(key, KEY(node)); key 736 third_party/bintrees/bintrees/ctrees.c ct_floor_node(node_t *root, PyObject *key) key 743 third_party/bintrees/bintrees/ctrees.c cval = ct_compare(key, KEY(node)); key 758 third_party/bintrees/bintrees/ctrees.c ct_ceiling_node(node_t *root, PyObject *key) key 765 third_party/bintrees/bintrees/ctrees.c cval = ct_compare(key, KEY(node)); key 780 third_party/bintrees/bintrees/ctrees.c ct_index_of(node_t *root, PyObject *key) key 797 third_party/bintrees/bintrees/ctrees.c if (ct_compare(KEY(node), key) == 0) { key 18 third_party/bintrees/bintrees/ctrees.h PyObject *key; key 28 third_party/bintrees/bintrees/ctrees.h PyObject *ct_get_item(node_t *root, PyObject *key); key 29 third_party/bintrees/bintrees/ctrees.h node_t *ct_find_node(node_t *root, PyObject *key); key 30 third_party/bintrees/bintrees/ctrees.h node_t *ct_succ_node(node_t *root, PyObject *key); key 31 third_party/bintrees/bintrees/ctrees.h node_t *ct_prev_node(node_t *root, PyObject *key); key 34 third_party/bintrees/bintrees/ctrees.h node_t *ct_floor_node(node_t *root, PyObject *key); key 35 third_party/bintrees/bintrees/ctrees.h node_t *ct_ceiling_node(node_t *root, PyObject *key); key 36 third_party/bintrees/bintrees/ctrees.h int ct_index_of(node_t *root, PyObject *key); key 40 third_party/bintrees/bintrees/ctrees.h int ct_bintree_insert(node_t **root, PyObject *key, PyObject *value); key 41 third_party/bintrees/bintrees/ctrees.h int ct_bintree_remove(node_t **root, PyObject *key); key 44 third_party/bintrees/bintrees/ctrees.h int avl_insert(node_t **root, PyObject *key, PyObject *value); key 45 third_party/bintrees/bintrees/ctrees.h int avl_remove(node_t **root, PyObject *key); key 48 third_party/bintrees/bintrees/ctrees.h int rb_insert(node_t **root, PyObject *key, PyObject *value); key 49 third_party/bintrees/bintrees/ctrees.h int rb_remove(node_t **root, PyObject *key); key 851 third_party/bintrees/bintrees/cwalker.c __Pyx_INCREF(((PyObject *)__pyx_v_self->node->key)); key 852 third_party/bintrees/bintrees/cwalker.c __pyx_r = ((PyObject *)__pyx_v_self->node->key); key 943 third_party/bintrees/bintrees/cwalker.c __Pyx_INCREF(((PyObject *)__pyx_v_self->node->key)); key 944 third_party/bintrees/bintrees/cwalker.c PyTuple_SET_ITEM(__pyx_t_1, 0, ((PyObject *)__pyx_v_self->node->key)); key 945 third_party/bintrees/bintrees/cwalker.c __Pyx_GIVEREF(((PyObject *)__pyx_v_self->node->key)); key 1078 third_party/bintrees/bintrees/cwalker.c __pyx_t_3 = ((PyObject *)__pyx_v_self->node->key); key 1948 third_party/bintrees/bintrees/cwalker.c __Pyx_INCREF(((PyObject *)__pyx_v_self->node->key)); key 1949 third_party/bintrees/bintrees/cwalker.c PyTuple_SET_ITEM(__pyx_t_3, 0, ((PyObject *)__pyx_v_self->node->key)); key 1950 third_party/bintrees/bintrees/cwalker.c __Pyx_GIVEREF(((PyObject *)__pyx_v_self->node->key)); key 2061 third_party/bintrees/bintrees/cwalker.c __Pyx_INCREF(((PyObject *)__pyx_v_self->node->key)); key 2062 third_party/bintrees/bintrees/cwalker.c PyTuple_SET_ITEM(__pyx_t_3, 0, ((PyObject *)__pyx_v_self->node->key)); key 2063 third_party/bintrees/bintrees/cwalker.c __Pyx_GIVEREF(((PyObject *)__pyx_v_self->node->key)); key 2174 third_party/bintrees/bintrees/cwalker.c __Pyx_INCREF(((PyObject *)__pyx_v_self->node->key)); key 2175 third_party/bintrees/bintrees/cwalker.c PyTuple_SET_ITEM(__pyx_t_3, 0, ((PyObject *)__pyx_v_self->node->key)); key 2176 third_party/bintrees/bintrees/cwalker.c __Pyx_GIVEREF(((PyObject *)__pyx_v_self->node->key)); key 2284 third_party/bintrees/bintrees/cwalker.c __Pyx_INCREF(((PyObject *)__pyx_v_self->node->key)); key 2285 third_party/bintrees/bintrees/cwalker.c PyTuple_SET_ITEM(__pyx_t_3, 0, ((PyObject *)__pyx_v_self->node->key)); key 2286 third_party/bintrees/bintrees/cwalker.c __Pyx_GIVEREF(((PyObject *)__pyx_v_self->node->key)); key 2846 third_party/bintrees/bintrees/cwalker.c PyObject* key = 0; key 2849 third_party/bintrees/bintrees/cwalker.c if (!kw_allowed && PyDict_Next(kwdict, &pos, &key, 0)) key 2853 third_party/bintrees/bintrees/cwalker.c while (PyDict_Next(kwdict, &pos, &key, 0)) { key 2855 third_party/bintrees/bintrees/cwalker.c if (unlikely(!PyString_CheckExact(key)) && unlikely(!PyString_Check(key))) key 2857 third_party/bintrees/bintrees/cwalker.c if (unlikely(!PyUnicode_Check(key))) key 2860 third_party/bintrees/bintrees/cwalker.c if ((!kw_allowed) && unlikely(key)) key 2872 third_party/bintrees/bintrees/cwalker.c function_name, PyString_AsString(key)); key 2875 third_party/bintrees/bintrees/cwalker.c function_name, key); key 1610 third_party/bintrees/bintrees/qavltree.c __Pyx_INCREF(((PyObject *)__pyx_v_node->key)); key 1611 third_party/bintrees/bintrees/qavltree.c PyTuple_SET_ITEM(__pyx_t_2, 0, ((PyObject *)__pyx_v_node->key)); key 1612 third_party/bintrees/bintrees/qavltree.c __Pyx_GIVEREF(((PyObject *)__pyx_v_node->key)); key 1707 third_party/bintrees/bintrees/qavltree.c __Pyx_INCREF(((PyObject *)__pyx_v_node->key)); key 1708 third_party/bintrees/bintrees/qavltree.c PyTuple_SET_ITEM(__pyx_t_2, 0, ((PyObject *)__pyx_v_node->key)); key 1709 third_party/bintrees/bintrees/qavltree.c __Pyx_GIVEREF(((PyObject *)__pyx_v_node->key)); key 2244 third_party/bintrees/bintrees/qavltree.c PyObject *key = 0, *value = 0; key 2248 third_party/bintrees/bintrees/qavltree.c while (PyDict_Next(kwds, &pos, &key, &value)) { key 2250 third_party/bintrees/bintrees/qavltree.c while (*name && (**name != key)) name++; key 2257 third_party/bintrees/bintrees/qavltree.c if (likely(PyString_CheckExact(key)) || likely(PyString_Check(key))) { key 2259 third_party/bintrees/bintrees/qavltree.c if ((CYTHON_COMPILING_IN_PYPY || PyString_GET_SIZE(**name) == PyString_GET_SIZE(key)) key 2260 third_party/bintrees/bintrees/qavltree.c && _PyString_Eq(**name, key)) { key 2270 third_party/bintrees/bintrees/qavltree.c if ((**argname == key) || ( key 2271 third_party/bintrees/bintrees/qavltree.c (CYTHON_COMPILING_IN_PYPY || PyString_GET_SIZE(**argname) == PyString_GET_SIZE(key)) key 2272 third_party/bintrees/bintrees/qavltree.c && _PyString_Eq(**argname, key))) { key 2280 third_party/bintrees/bintrees/qavltree.c if (likely(PyUnicode_Check(key))) { key 2282 third_party/bintrees/bintrees/qavltree.c int cmp = (**name == key) ? 0 : key 2284 third_party/bintrees/bintrees/qavltree.c (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : key 2286 third_party/bintrees/bintrees/qavltree.c PyUnicode_Compare(**name, key); key 2298 third_party/bintrees/bintrees/qavltree.c int cmp = (**argname == key) ? 0 : key 2300 third_party/bintrees/bintrees/qavltree.c (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : key 2302 third_party/bintrees/bintrees/qavltree.c PyUnicode_Compare(**argname, key); key 2311 third_party/bintrees/bintrees/qavltree.c if (unlikely(PyDict_SetItem(kwds2, key, value))) goto bad; key 2318 third_party/bintrees/bintrees/qavltree.c __Pyx_RaiseDoubleKeywordsError(function_name, key); key 2328 third_party/bintrees/bintrees/qavltree.c function_name, PyString_AsString(key)); key 2331 third_party/bintrees/bintrees/qavltree.c function_name, key); key 1608 third_party/bintrees/bintrees/qbintree.c __Pyx_INCREF(((PyObject *)__pyx_v_node->key)); key 1609 third_party/bintrees/bintrees/qbintree.c PyTuple_SET_ITEM(__pyx_t_2, 0, ((PyObject *)__pyx_v_node->key)); key 1610 third_party/bintrees/bintrees/qbintree.c __Pyx_GIVEREF(((PyObject *)__pyx_v_node->key)); key 1703 third_party/bintrees/bintrees/qbintree.c __Pyx_INCREF(((PyObject *)__pyx_v_node->key)); key 1704 third_party/bintrees/bintrees/qbintree.c PyTuple_SET_ITEM(__pyx_t_2, 0, ((PyObject *)__pyx_v_node->key)); key 1705 third_party/bintrees/bintrees/qbintree.c __Pyx_GIVEREF(((PyObject *)__pyx_v_node->key)); key 2239 third_party/bintrees/bintrees/qbintree.c PyObject *key = 0, *value = 0; key 2243 third_party/bintrees/bintrees/qbintree.c while (PyDict_Next(kwds, &pos, &key, &value)) { key 2245 third_party/bintrees/bintrees/qbintree.c while (*name && (**name != key)) name++; key 2252 third_party/bintrees/bintrees/qbintree.c if (likely(PyString_CheckExact(key)) || likely(PyString_Check(key))) { key 2254 third_party/bintrees/bintrees/qbintree.c if ((CYTHON_COMPILING_IN_PYPY || PyString_GET_SIZE(**name) == PyString_GET_SIZE(key)) key 2255 third_party/bintrees/bintrees/qbintree.c && _PyString_Eq(**name, key)) { key 2265 third_party/bintrees/bintrees/qbintree.c if ((**argname == key) || ( key 2266 third_party/bintrees/bintrees/qbintree.c (CYTHON_COMPILING_IN_PYPY || PyString_GET_SIZE(**argname) == PyString_GET_SIZE(key)) key 2267 third_party/bintrees/bintrees/qbintree.c && _PyString_Eq(**argname, key))) { key 2275 third_party/bintrees/bintrees/qbintree.c if (likely(PyUnicode_Check(key))) { key 2277 third_party/bintrees/bintrees/qbintree.c int cmp = (**name == key) ? 0 : key 2279 third_party/bintrees/bintrees/qbintree.c (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : key 2281 third_party/bintrees/bintrees/qbintree.c PyUnicode_Compare(**name, key); key 2293 third_party/bintrees/bintrees/qbintree.c int cmp = (**argname == key) ? 0 : key 2295 third_party/bintrees/bintrees/qbintree.c (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : key 2297 third_party/bintrees/bintrees/qbintree.c PyUnicode_Compare(**argname, key); key 2306 third_party/bintrees/bintrees/qbintree.c if (unlikely(PyDict_SetItem(kwds2, key, value))) goto bad; key 2313 third_party/bintrees/bintrees/qbintree.c __Pyx_RaiseDoubleKeywordsError(function_name, key); key 2323 third_party/bintrees/bintrees/qbintree.c function_name, PyString_AsString(key)); key 2326 third_party/bintrees/bintrees/qbintree.c function_name, key); key 1610 third_party/bintrees/bintrees/qrbtree.c __Pyx_INCREF(((PyObject *)__pyx_v_node->key)); key 1611 third_party/bintrees/bintrees/qrbtree.c PyTuple_SET_ITEM(__pyx_t_2, 0, ((PyObject *)__pyx_v_node->key)); key 1612 third_party/bintrees/bintrees/qrbtree.c __Pyx_GIVEREF(((PyObject *)__pyx_v_node->key)); key 1705 third_party/bintrees/bintrees/qrbtree.c __Pyx_INCREF(((PyObject *)__pyx_v_node->key)); key 1706 third_party/bintrees/bintrees/qrbtree.c PyTuple_SET_ITEM(__pyx_t_2, 0, ((PyObject *)__pyx_v_node->key)); key 1707 third_party/bintrees/bintrees/qrbtree.c __Pyx_GIVEREF(((PyObject *)__pyx_v_node->key)); key 2241 third_party/bintrees/bintrees/qrbtree.c PyObject *key = 0, *value = 0; key 2245 third_party/bintrees/bintrees/qrbtree.c while (PyDict_Next(kwds, &pos, &key, &value)) { key 2247 third_party/bintrees/bintrees/qrbtree.c while (*name && (**name != key)) name++; key 2254 third_party/bintrees/bintrees/qrbtree.c if (likely(PyString_CheckExact(key)) || likely(PyString_Check(key))) { key 2256 third_party/bintrees/bintrees/qrbtree.c if ((CYTHON_COMPILING_IN_PYPY || PyString_GET_SIZE(**name) == PyString_GET_SIZE(key)) key 2257 third_party/bintrees/bintrees/qrbtree.c && _PyString_Eq(**name, key)) { key 2267 third_party/bintrees/bintrees/qrbtree.c if ((**argname == key) || ( key 2268 third_party/bintrees/bintrees/qrbtree.c (CYTHON_COMPILING_IN_PYPY || PyString_GET_SIZE(**argname) == PyString_GET_SIZE(key)) key 2269 third_party/bintrees/bintrees/qrbtree.c && _PyString_Eq(**argname, key))) { key 2277 third_party/bintrees/bintrees/qrbtree.c if (likely(PyUnicode_Check(key))) { key 2279 third_party/bintrees/bintrees/qrbtree.c int cmp = (**name == key) ? 0 : key 2281 third_party/bintrees/bintrees/qrbtree.c (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : key 2283 third_party/bintrees/bintrees/qrbtree.c PyUnicode_Compare(**name, key); key 2295 third_party/bintrees/bintrees/qrbtree.c int cmp = (**argname == key) ? 0 : key 2297 third_party/bintrees/bintrees/qrbtree.c (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : key 2299 third_party/bintrees/bintrees/qrbtree.c PyUnicode_Compare(**argname, key); key 2308 third_party/bintrees/bintrees/qrbtree.c if (unlikely(PyDict_SetItem(kwds2, key, value))) goto bad; key 2315 third_party/bintrees/bintrees/qrbtree.c __Pyx_RaiseDoubleKeywordsError(function_name, key); key 2325 third_party/bintrees/bintrees/qrbtree.c function_name, PyString_AsString(key)); key 2328 third_party/bintrees/bintrees/qrbtree.c function_name, key); key 20 third_party/cld/encodings/compact_lang_det/cldutil.h uint32 key[4]; // hashed word to look up key 27 third_party/cld/encodings/compact_lang_det/cldutil.h uint16 key[4]; // Half of hashed word to look up; other key 342 third_party/cld/encodings/compact_lang_det/compact_lang_det_impl.cc char key[4]; key 1768 third_party/cld/encodings/compact_lang_det/compact_lang_det_impl.cc int comp = memcmp(&hintprobs[mid].key[0], norm_key, 4); key 102 third_party/cld/encodings/compact_lang_det/getonescriptspan.h Language key, int delta); key 721 third_party/codesighs/msmap2tsv.c const char* key = (const char*)inKey; key 724 third_party/codesighs/msmap2tsv.c retval = strcmp(key, symbol->mName); key 302 third_party/fontconfig/include/src/fcobjshash.h register int key = FcObjectTypeHash (str, len); key 304 third_party/fontconfig/include/src/fcobjshash.h if (key <= MAX_HASH_VALUE && key >= 0) key 306 third_party/fontconfig/include/src/fcobjshash.h register int o = wordlist[key].name; key 312 third_party/fontconfig/include/src/fcobjshash.h return &wordlist[key]; key 252 third_party/harfbuzz-ng/src/hb-blob.cc hb_user_data_key_t *key, key 257 third_party/harfbuzz-ng/src/hb-blob.cc return hb_object_set_user_data (blob, key, data, destroy, replace); key 273 third_party/harfbuzz-ng/src/hb-blob.cc hb_user_data_key_t *key) key 275 third_party/harfbuzz-ng/src/hb-blob.cc return hb_object_get_user_data (blob, key); key 97 third_party/harfbuzz-ng/src/hb-blob.h hb_user_data_key_t *key, key 105 third_party/harfbuzz-ng/src/hb-blob.h hb_user_data_key_t *key); key 763 third_party/harfbuzz-ng/src/hb-buffer.cc hb_user_data_key_t *key, key 768 third_party/harfbuzz-ng/src/hb-buffer.cc return hb_object_set_user_data (buffer, key, data, destroy, replace); key 784 third_party/harfbuzz-ng/src/hb-buffer.cc hb_user_data_key_t *key) key 786 third_party/harfbuzz-ng/src/hb-buffer.cc return hb_object_get_user_data (buffer, key); key 109 third_party/harfbuzz-ng/src/hb-buffer.h hb_user_data_key_t *key, key 116 third_party/harfbuzz-ng/src/hb-buffer.h hb_user_data_key_t *key); key 46 third_party/harfbuzz-ng/src/hb-cache-private.hh inline bool get (unsigned int key, unsigned int *value) key 48 third_party/harfbuzz-ng/src/hb-cache-private.hh unsigned int k = key & ((1<<cache_bits)-1); key 50 third_party/harfbuzz-ng/src/hb-cache-private.hh if ((v >> value_bits) != (key >> cache_bits)) key 56 third_party/harfbuzz-ng/src/hb-cache-private.hh inline bool set (unsigned int key, unsigned int value) key 58 third_party/harfbuzz-ng/src/hb-cache-private.hh if (unlikely ((key >> key_bits) || (value >> value_bits))) key 60 third_party/harfbuzz-ng/src/hb-cache-private.hh unsigned int k = key & ((1<<cache_bits)-1); key 61 third_party/harfbuzz-ng/src/hb-cache-private.hh unsigned int v = ((key>>cache_bits)<<value_bits) | value; key 197 third_party/harfbuzz-ng/src/hb-common.cc lang_hash (const void *key) key 199 third_party/harfbuzz-ng/src/hb-common.cc const unsigned char *p = key; key 251 third_party/harfbuzz-ng/src/hb-common.cc lang_find_or_insert (const char *key) key 257 third_party/harfbuzz-ng/src/hb-common.cc if (*lang == key) key 265 third_party/harfbuzz-ng/src/hb-common.cc *lang = key; key 495 third_party/harfbuzz-ng/src/hb-common.cc hb_user_data_array_t::set (hb_user_data_key_t *key, key 500 third_party/harfbuzz-ng/src/hb-common.cc if (!key) key 505 third_party/harfbuzz-ng/src/hb-common.cc items.remove (key, lock); key 509 third_party/harfbuzz-ng/src/hb-common.cc hb_user_data_item_t item = {key, data, destroy}; key 516 third_party/harfbuzz-ng/src/hb-common.cc hb_user_data_array_t::get (hb_user_data_key_t *key) key 520 third_party/harfbuzz-ng/src/hb-common.cc return items.find (key, &item, lock) ? item.data : NULL; key 421 third_party/harfbuzz-ng/src/hb-coretext.cc unsigned int key = * (unsigned int *) key_; key 423 third_party/harfbuzz-ng/src/hb-coretext.cc return key < entry->otFeatureTag ? -1 : key 424 third_party/harfbuzz-ng/src/hb-coretext.cc key > entry->otFeatureTag ? 1 : key 264 third_party/harfbuzz-ng/src/hb-face.cc hb_user_data_key_t *key, key 269 third_party/harfbuzz-ng/src/hb-face.cc return hb_object_set_user_data (face, key, data, destroy, replace); key 285 third_party/harfbuzz-ng/src/hb-face.cc hb_user_data_key_t *key) key 287 third_party/harfbuzz-ng/src/hb-face.cc return hb_object_get_user_data (face, key); key 69 third_party/harfbuzz-ng/src/hb-face.h hb_user_data_key_t *key, key 77 third_party/harfbuzz-ng/src/hb-face.h hb_user_data_key_t *key); key 322 third_party/harfbuzz-ng/src/hb-font.cc hb_user_data_key_t *key, key 327 third_party/harfbuzz-ng/src/hb-font.cc return hb_object_set_user_data (ffuncs, key, data, destroy, replace); key 343 third_party/harfbuzz-ng/src/hb-font.cc hb_user_data_key_t *key) key 345 third_party/harfbuzz-ng/src/hb-font.cc return hb_object_get_user_data (ffuncs, key); key 1000 third_party/harfbuzz-ng/src/hb-font.cc hb_user_data_key_t *key, key 1005 third_party/harfbuzz-ng/src/hb-font.cc return hb_object_set_user_data (font, key, data, destroy, replace); key 1021 third_party/harfbuzz-ng/src/hb-font.cc hb_user_data_key_t *key) key 1023 third_party/harfbuzz-ng/src/hb-font.cc return hb_object_get_user_data (font, key); key 63 third_party/harfbuzz-ng/src/hb-font.h hb_user_data_key_t *key, key 71 third_party/harfbuzz-ng/src/hb-font.h hb_user_data_key_t *key); key 445 third_party/harfbuzz-ng/src/hb-font.h hb_user_data_key_t *key, key 453 third_party/harfbuzz-ng/src/hb-font.h hb_user_data_key_t *key); key 74 third_party/harfbuzz-ng/src/hb-object-private.hh hb_user_data_key_t *key; key 78 third_party/harfbuzz-ng/src/hb-object-private.hh inline bool operator == (hb_user_data_key_t *other_key) const { return key == other_key; } key 79 third_party/harfbuzz-ng/src/hb-object-private.hh inline bool operator == (hb_user_data_item_t &other) const { return key == other.key; } key 89 third_party/harfbuzz-ng/src/hb-object-private.hh HB_INTERNAL bool set (hb_user_data_key_t *key, key 94 third_party/harfbuzz-ng/src/hb-object-private.hh HB_INTERNAL void *get (hb_user_data_key_t *key); key 145 third_party/harfbuzz-ng/src/hb-object-private.hh inline bool set_user_data (hb_user_data_key_t *key, key 152 third_party/harfbuzz-ng/src/hb-object-private.hh return user_data.set (key, data, destroy_func, replace); key 155 third_party/harfbuzz-ng/src/hb-object-private.hh inline void *get_user_data (hb_user_data_key_t *key) { key 159 third_party/harfbuzz-ng/src/hb-object-private.hh return user_data.get (key); key 211 third_party/harfbuzz-ng/src/hb-object-private.hh hb_user_data_key_t *key, key 216 third_party/harfbuzz-ng/src/hb-object-private.hh return obj->header.set_user_data (key, data, destroy, replace); key 221 third_party/harfbuzz-ng/src/hb-object-private.hh hb_user_data_key_t *key) key 223 third_party/harfbuzz-ng/src/hb-object-private.hh return obj->header.get_user_data (key); key 86 third_party/harfbuzz-ng/src/hb-ot-name-table.hh NameRecord key; key 87 third_party/harfbuzz-ng/src/hb-ot-name-table.hh key.platformID.set (platform_id); key 88 third_party/harfbuzz-ng/src/hb-ot-name-table.hh key.encodingID.set (encoding_id); key 89 third_party/harfbuzz-ng/src/hb-ot-name-table.hh key.languageID.set (language_id); key 90 third_party/harfbuzz-ng/src/hb-ot-name-table.hh key.nameID.set (name_id); key 91 third_party/harfbuzz-ng/src/hb-ot-name-table.hh NameRecord *match = (NameRecord *) bsearch (&key, nameRecord, count, sizeof (nameRecord[0]), (hb_compare_func_t) NameRecord::cmp); key 371 third_party/harfbuzz-ng/src/hb-private.hh inline Type *bsearch (T *key) key 373 third_party/harfbuzz-ng/src/hb-private.hh return (Type *) ::bsearch (key, array, len, sizeof (Type), (hb_compare_func_t) Type::cmp); key 376 third_party/harfbuzz-ng/src/hb-private.hh inline const Type *bsearch (T *key) const key 378 third_party/harfbuzz-ng/src/hb-private.hh return (const Type *) ::bsearch (key, array, len, sizeof (Type), (hb_compare_func_t) Type::cmp); key 117 third_party/harfbuzz-ng/src/hb-set.cc hb_user_data_key_t *key, key 122 third_party/harfbuzz-ng/src/hb-set.cc return hb_object_set_user_data (set, key, data, destroy, replace); key 136 third_party/harfbuzz-ng/src/hb-set.cc hb_user_data_key_t *key) key 138 third_party/harfbuzz-ng/src/hb-set.cc return hb_object_get_user_data (set, key); key 58 third_party/harfbuzz-ng/src/hb-set.h hb_user_data_key_t *key, key 65 third_party/harfbuzz-ng/src/hb-set.h hb_user_data_key_t *key); key 226 third_party/harfbuzz-ng/src/hb-shape-plan.cc hb_user_data_key_t *key, key 231 third_party/harfbuzz-ng/src/hb-shape-plan.cc return hb_object_set_user_data (shape_plan, key, data, destroy, replace); key 247 third_party/harfbuzz-ng/src/hb-shape-plan.cc hb_user_data_key_t *key) key 249 third_party/harfbuzz-ng/src/hb-shape-plan.cc return hb_object_get_user_data (shape_plan, key); key 66 third_party/harfbuzz-ng/src/hb-shape-plan.h hb_user_data_key_t *key, key 73 third_party/harfbuzz-ng/src/hb-shape-plan.h hb_user_data_key_t *key); key 270 third_party/harfbuzz-ng/src/hb-unicode.cc hb_user_data_key_t *key, key 275 third_party/harfbuzz-ng/src/hb-unicode.cc return hb_object_set_user_data (ufuncs, key, data, destroy, replace); key 291 third_party/harfbuzz-ng/src/hb-unicode.cc hb_user_data_key_t *key) key 293 third_party/harfbuzz-ng/src/hb-unicode.cc return hb_object_get_user_data (ufuncs, key); key 195 third_party/harfbuzz-ng/src/hb-unicode.h hb_user_data_key_t *key, key 203 third_party/harfbuzz-ng/src/hb-unicode.h hb_user_data_key_t *key); key 353 third_party/jsoncpp/overrides/include/json/value.h Value &operator[]( const char *key ); key 355 third_party/jsoncpp/overrides/include/json/value.h const Value &operator[]( const char *key ) const; key 357 third_party/jsoncpp/overrides/include/json/value.h Value &operator[]( const std::string &key ); key 359 third_party/jsoncpp/overrides/include/json/value.h const Value &operator[]( const std::string &key ) const; key 371 third_party/jsoncpp/overrides/include/json/value.h Value &operator[]( const StaticString &key ); key 374 third_party/jsoncpp/overrides/include/json/value.h Value &operator[]( const CppTL::ConstString &key ); key 376 third_party/jsoncpp/overrides/include/json/value.h const Value &operator[]( const CppTL::ConstString &key ) const; key 379 third_party/jsoncpp/overrides/include/json/value.h Value get( const char *key, key 382 third_party/jsoncpp/overrides/include/json/value.h Value get( const std::string &key, key 386 third_party/jsoncpp/overrides/include/json/value.h Value get( const CppTL::ConstString &key, key 395 third_party/jsoncpp/overrides/include/json/value.h Value removeMember( const char* key ); key 397 third_party/jsoncpp/overrides/include/json/value.h Value removeMember( const std::string &key ); key 400 third_party/jsoncpp/overrides/include/json/value.h bool isMember( const char *key ) const; key 402 third_party/jsoncpp/overrides/include/json/value.h bool isMember( const std::string &key ) const; key 405 third_party/jsoncpp/overrides/include/json/value.h bool isMember( const CppTL::ConstString &key ) const; key 439 third_party/jsoncpp/overrides/include/json/value.h Value &resolveReference( const char *key, key 517 third_party/jsoncpp/overrides/include/json/value.h PathArgument( const char *key ); key 518 third_party/jsoncpp/overrides/include/json/value.h PathArgument( const std::string &key ); key 710 third_party/jsoncpp/overrides/include/json/value.h const Value *find( const char *key ) const; key 712 third_party/jsoncpp/overrides/include/json/value.h Value *find( const char *key ); key 714 third_party/jsoncpp/overrides/include/json/value.h Value &resolveReference( const char *key, key 717 third_party/jsoncpp/overrides/include/json/value.h void remove( const char *key ); key 725 third_party/jsoncpp/overrides/include/json/value.h Value &setNewItem( const char *key, key 730 third_party/jsoncpp/overrides/include/json/value.h Value &unsafeAdd( const char *key, key 734 third_party/jsoncpp/overrides/include/json/value.h HashKey hash( const char *key ) const; key 745 third_party/jsoncpp/overrides/include/json/value.h static const char *key( const IteratorState &iterator ); key 746 third_party/jsoncpp/overrides/include/json/value.h static const char *key( const IteratorState &iterator, bool &isStatic ); key 950 third_party/jsoncpp/overrides/include/json/value.h Value key() const; key 1091 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp CZString key( index ); key 1092 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp ObjectValues::iterator it = value_.map_->lower_bound( key ); key 1093 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp if ( it != value_.map_->end() && (*it).first == key ) key 1096 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp ObjectValues::value_type defaultValue( key, null ); key 1120 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp CZString key( index ); key 1121 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp ObjectValues::const_iterator it = value_.map_->find( key ); key 1141 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp Value::operator[]( const char *key ) key 1143 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp return resolveReference( key, false ); key 1148 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp Value::resolveReference( const char *key, key 1155 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp CZString actualKey( key, isStatic ? CZString::noDuplication key 1166 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp return value_.map_->resolveReference( key, isStatic ); key 1189 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp Value::operator[]( const char *key ) const key 1195 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp CZString actualKey( key, CZString::noDuplication ); key 1201 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp const Value *value = value_.map_->find( key ); key 1208 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp Value::operator[]( const std::string &key ) key 1210 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp return (*this)[ key.c_str() ]; key 1215 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp Value::operator[]( const std::string &key ) const key 1217 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp return (*this)[ key.c_str() ]; key 1221 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp Value::operator[]( const StaticString &key ) key 1223 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp return resolveReference( key, true ); key 1229 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp Value::operator[]( const CppTL::ConstString &key ) key 1231 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp return (*this)[ key.c_str() ]; key 1236 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp Value::operator[]( const CppTL::ConstString &key ) const key 1238 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp return (*this)[ key.c_str() ]; key 1251 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp Value::get( const char *key, key 1254 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp const Value *value = &((*this)[key]); key 1260 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp Value::get( const std::string &key, key 1263 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp return get( key.c_str(), defaultValue ); key 1267 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp Value::removeMember( const char* key ) key 1273 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp CZString actualKey( key, CZString::noDuplication ); key 1281 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp Value *value = value_.map_->find( key ); key 1284 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp value_.map_.remove( key ); key 1293 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp Value::removeMember( const std::string &key ) key 1295 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp return removeMember( key.c_str() ); key 1300 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp Value::get( const CppTL::ConstString &key, key 1303 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp return get( key.c_str(), defaultValue ); key 1308 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp Value::isMember( const char *key ) const key 1310 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp const Value *value = &((*this)[key]); key 1316 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp Value::isMember( const std::string &key ) const key 1318 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp return isMember( key.c_str() ); key 1324 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp Value::isMember( const CppTL::ConstString &key ) const key 1326 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp return isMember( key.c_str() ); key 1349 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp members.push_back( std::string( ValueInternalMap::key( it ) ) ); key 1735 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp PathArgument::PathArgument( const char *key ) key 1736 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp : key_( key ) key 1743 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp PathArgument::PathArgument( const std::string &key ) key 1744 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp : key_( key.c_str() ) key 505 third_party/khronos/EGL/eglext.h typedef void (*EGLSetBlobFuncANDROID) (const void *key, EGLsizeiANDROID keySize, const void *value, EGLsizeiANDROID valueSize); key 506 third_party/khronos/EGL/eglext.h typedef EGLsizeiANDROID (*EGLGetBlobFuncANDROID) (const void *key, EGLsizeiANDROID keySize, void *value, EGLsizeiANDROID valueSize); key 20 third_party/libaddressinput/chromium/chrome_storage_impl.cc void ChromeStorageImpl::Put(const std::string& key, key 25 third_party/libaddressinput/chromium/chrome_storage_impl.cc backing_store_->SetValue(key, string_value.release()); key 29 third_party/libaddressinput/chromium/chrome_storage_impl.cc const std::string& key, key 32 third_party/libaddressinput/chromium/chrome_storage_impl.cc const_cast<ChromeStorageImpl*>(this)->DoGet(key, data_ready.Pass()); key 35 third_party/libaddressinput/chromium/chrome_storage_impl.cc void ChromeStorageImpl::OnPrefValueChanged(const std::string& key) {} key 41 third_party/libaddressinput/chromium/chrome_storage_impl.cc DoGet((*iter)->key, (*iter)->callback.Pass()); key 48 third_party/libaddressinput/chromium/chrome_storage_impl.cc const std::string& key, key 52 third_party/libaddressinput/chromium/chrome_storage_impl.cc new Request(key, data_ready.Pass())); key 58 third_party/libaddressinput/chromium/chrome_storage_impl.cc if (backing_store_->GetValue(key, &value) && key 60 third_party/libaddressinput/chromium/chrome_storage_impl.cc (*data_ready)(true, key, string_value->GetString()); key 62 third_party/libaddressinput/chromium/chrome_storage_impl.cc (*data_ready)(false, key, std::string()); key 66 third_party/libaddressinput/chromium/chrome_storage_impl.cc ChromeStorageImpl::Request::Request(const std::string& key, key 68 third_party/libaddressinput/chromium/chrome_storage_impl.cc : key(key), key 31 third_party/libaddressinput/chromium/chrome_storage_impl.h virtual void Put(const std::string& key, scoped_ptr<std::string> data) key 33 third_party/libaddressinput/chromium/chrome_storage_impl.h virtual void Get(const std::string& key, scoped_ptr<Callback> data_ready) key 37 third_party/libaddressinput/chromium/chrome_storage_impl.h virtual void OnPrefValueChanged(const std::string& key) OVERRIDE; key 42 third_party/libaddressinput/chromium/chrome_storage_impl.h Request(const std::string& key, scoped_ptr<Callback> callback); key 44 third_party/libaddressinput/chromium/chrome_storage_impl.h std::string key; key 49 third_party/libaddressinput/chromium/chrome_storage_impl.h void DoGet(const std::string& key, scoped_ptr<Callback> data_ready); key 50 third_party/libaddressinput/chromium/cpp/include/libaddressinput/storage.h virtual void Put(const std::string& key, scoped_ptr<std::string> data) = 0; key 53 third_party/libaddressinput/chromium/cpp/include/libaddressinput/storage.h virtual void Get(const std::string& key, key 63 third_party/libaddressinput/chromium/cpp/src/country_rules_aggregator.cc const std::string& key, key 65 third_party/libaddressinput/chromium/cpp/src/country_rules_aggregator.cc if (key != key_) { key 85 third_party/libaddressinput/chromium/cpp/src/country_rules_aggregator.cc const std::string& key, key 88 third_party/libaddressinput/chromium/cpp/src/country_rules_aggregator.cc scoped_ptr<Rule> rule = ParseRule(key, field); key 123 third_party/libaddressinput/chromium/cpp/src/country_rules_aggregator.cc : key; key 139 third_party/libaddressinput/chromium/cpp/src/country_rules_aggregator.cc const std::string& subkey = key + "/" + ruleset->rule().GetSubKeys()[i]; key 141 third_party/libaddressinput/chromium/cpp/src/country_rules_aggregator.cc key + "/" + language_specific_rule->GetSubKeys()[i]; key 155 third_party/libaddressinput/chromium/cpp/src/country_rules_aggregator.cc std::string subkey = key + "/" + *subkey_it; key 171 third_party/libaddressinput/chromium/cpp/src/country_rules_aggregator.cc scoped_ptr<Rule> CountryRulesAggregator::ParseRule(const std::string& key, key 174 third_party/libaddressinput/chromium/cpp/src/country_rules_aggregator.cc if (!json_->GetJsonValueForKey(key, &value) || value == NULL) { key 77 third_party/libaddressinput/chromium/cpp/src/country_rules_aggregator.h const std::string& key, key 90 third_party/libaddressinput/chromium/cpp/src/country_rules_aggregator.h const std::string& key, key 96 third_party/libaddressinput/chromium/cpp/src/country_rules_aggregator.h scoped_ptr<Rule> ParseRule(const std::string& key, AddressField field) const; key 22 third_party/libaddressinput/chromium/cpp/src/fallback_data_store.cc bool FallbackDataStore::Get(const std::string& key, std::string* data) { key 23 third_party/libaddressinput/chromium/cpp/src/fallback_data_store.cc if (key != "data/US") key 27 third_party/libaddressinput/chromium/cpp/src/fallback_data_store.h static bool Get(const std::string& key, std::string* data); key 170 third_party/libaddressinput/chromium/cpp/src/retriever.cc void Retriever::Retrieve(const std::string& key, key 173 third_party/libaddressinput/chromium/cpp/src/retriever.cc requests_.find(key); key 180 third_party/libaddressinput/chromium/cpp/src/retriever.cc requests_[key] = retrieved.release(); key 181 third_party/libaddressinput/chromium/cpp/src/retriever.cc storage_->Get(key, key 186 third_party/libaddressinput/chromium/cpp/src/retriever.cc const std::string& key, key 193 third_party/libaddressinput/chromium/cpp/src/retriever.cc if (InvokeCallbackForKey(key, success, *unwrapped)) { key 197 third_party/libaddressinput/chromium/cpp/src/retriever.cc stale_data_[key].swap(*unwrapped); key 201 third_party/libaddressinput/chromium/cpp/src/retriever.cc downloader_->Download(GetUrlForKey(key), key 208 third_party/libaddressinput/chromium/cpp/src/retriever.cc const std::string& key = GetKeyForUrl(url); key 210 third_party/libaddressinput/chromium/cpp/src/retriever.cc stale_data_.find(key); key 217 third_party/libaddressinput/chromium/cpp/src/retriever.cc data_is_good = InvokeCallbackForKey(key, success, *downloaded_data); key 220 third_party/libaddressinput/chromium/cpp/src/retriever.cc storage_->Put(key, downloaded_data.Pass()); key 223 third_party/libaddressinput/chromium/cpp/src/retriever.cc data_is_good = InvokeCallbackForKey(key, true, stale_data_it->second); key 228 third_party/libaddressinput/chromium/cpp/src/retriever.cc success = FallbackDataStore::Get(key, &fallback); key 229 third_party/libaddressinput/chromium/cpp/src/retriever.cc InvokeCallbackForKey(key, success, fallback); key 237 third_party/libaddressinput/chromium/cpp/src/retriever.cc std::string Retriever::GetUrlForKey(const std::string& key) const { key 238 third_party/libaddressinput/chromium/cpp/src/retriever.cc return validation_data_url_ + key; key 253 third_party/libaddressinput/chromium/cpp/src/retriever.cc bool Retriever::InvokeCallbackForKey(const std::string& key, key 257 third_party/libaddressinput/chromium/cpp/src/retriever.cc requests_.find(key); key 265 third_party/libaddressinput/chromium/cpp/src/retriever.cc if (callback != NULL && !(*callback)(success, key, data)) { key 266 third_party/libaddressinput/chromium/cpp/src/retriever.cc requests_[key] = callback.release(); key 54 third_party/libaddressinput/chromium/cpp/src/retriever.h void Retrieve(const std::string& key, scoped_ptr<Callback> retrieved); key 61 third_party/libaddressinput/chromium/cpp/src/retriever.h const std::string& key, key 72 third_party/libaddressinput/chromium/cpp/src/retriever.h std::string GetUrlForKey(const std::string& key) const; key 87 third_party/libaddressinput/chromium/cpp/src/retriever.h bool InvokeCallbackForKey(const std::string& key, key 49 third_party/libaddressinput/chromium/cpp/src/util/json.cc virtual bool GetStringValueForKey(const std::string& key, key 54 third_party/libaddressinput/chromium/cpp/src/util/json.cc const rapidjson::Value::Member* member = dict_->FindMember(key.c_str()); key 66 third_party/libaddressinput/chromium/cpp/src/util/json.cc virtual bool GetJsonValueForKey(const std::string& key, key 71 third_party/libaddressinput/chromium/cpp/src/util/json.cc const rapidjson::Value::Member* member = dict_->FindMember(key.c_str()); key 47 third_party/libaddressinput/chromium/cpp/src/util/json.h virtual bool GetStringValueForKey(const std::string& key, key 55 third_party/libaddressinput/chromium/cpp/src/util/json.h virtual bool GetJsonValueForKey(const std::string& key, key 197 third_party/libaddressinput/chromium/cpp/src/util/stl_util.h bool ContainsKey(const Collection& collection, const Key& key) { key 198 third_party/libaddressinput/chromium/cpp/src/util/stl_util.h return collection.find(key) != collection.end(); key 39 third_party/libaddressinput/chromium/cpp/src/util/trie.cc void Trie<T>::AddDataForKey(const std::string& key, const T& data_item) { key 41 third_party/libaddressinput/chromium/cpp/src/util/trie.cc for (size_t key_start = 0; key_start < key.length(); ++key_start) { key 43 third_party/libaddressinput/chromium/cpp/src/util/trie.cc current_node->sub_nodes_.find(key[key_start]); key 46 third_party/libaddressinput/chromium/cpp/src/util/trie.cc std::make_pair(key[key_start], new Trie<T>)).first; key 44 third_party/libaddressinput/chromium/cpp/src/util/trie.h void AddDataForKey(const std::string& key, const T& data_item); key 141 third_party/libaddressinput/chromium/cpp/test/countryinfo_example_addresses_test.cc std::string key = "examples/" + country; key 142 third_party/libaddressinput/chromium/cpp/test/countryinfo_example_addresses_test.cc std::string url = FakeDownloader::kFakeDataUrl + key; key 145 third_party/libaddressinput/chromium/cpp/test/countryinfo_example_addresses_test.cc DownloadJsonValueForKey(key, &json, &json_country); key 168 third_party/libaddressinput/chromium/cpp/test/countryinfo_example_addresses_test.cc void DownloadJson(const std::string& key, scoped_ptr<Json>* json) { key 169 third_party/libaddressinput/chromium/cpp/test/countryinfo_example_addresses_test.cc std::string url = FakeDownloader::kFakeDataUrl + key; key 173 third_party/libaddressinput/chromium/cpp/test/countryinfo_example_addresses_test.cc void DownloadJsonValueForKey(const std::string& key, key 176 third_party/libaddressinput/chromium/cpp/test/countryinfo_example_addresses_test.cc DownloadJson(key, json); key 177 third_party/libaddressinput/chromium/cpp/test/countryinfo_example_addresses_test.cc ASSERT_TRUE((*json)->GetJsonValueForKey(key, newjson)); key 38 third_party/libaddressinput/chromium/cpp/test/fake_downloader.cc std::string RemoveLanguageCode(const std::string& key) { key 39 third_party/libaddressinput/chromium/cpp/test/fake_downloader.cc std::string::size_type language_code_pos = key.find("--"); key 41 third_party/libaddressinput/chromium/cpp/test/fake_downloader.cc ? key key 42 third_party/libaddressinput/chromium/cpp/test/fake_downloader.cc : key.substr(0, language_code_pos); key 45 third_party/libaddressinput/chromium/cpp/test/fake_downloader.cc std::string CCKey(const std::string& key) { key 48 third_party/libaddressinput/chromium/cpp/test/fake_downloader.cc std::string::size_type split = key.find(kSplitChar); key 50 third_party/libaddressinput/chromium/cpp/test/fake_downloader.cc return key; key 52 third_party/libaddressinput/chromium/cpp/test/fake_downloader.cc split = key.find(kSplitChar, split + 1); key 54 third_party/libaddressinput/chromium/cpp/test/fake_downloader.cc return key; key 57 third_party/libaddressinput/chromium/cpp/test/fake_downloader.cc return key.substr(0, split); key 74 third_party/libaddressinput/chromium/cpp/test/fake_downloader.cc std::string key = line.substr(0, divider); key 75 third_party/libaddressinput/chromium/cpp/test/fake_downloader.cc std::string cc_key = RemoveLanguageCode(CCKey(key)); key 80 third_party/libaddressinput/chromium/cpp/test/fake_downloader.cc data_it->second += ", \"" + key + "\": " + value; key 82 third_party/libaddressinput/chromium/cpp/test/fake_downloader.cc data.insert(std::make_pair(url, "{\"" + key + "\": " + value)); key 61 third_party/libaddressinput/chromium/cpp/test/fake_downloader_test.cc const std::string& key) { key 91 third_party/libaddressinput/chromium/cpp/test/fake_downloader_test.cc std::string key = "data/" + region_codes[i]; key 92 third_party/libaddressinput/chromium/cpp/test/fake_downloader_test.cc std::string url = std::string(FakeDownloader::kFakeDataUrl) + key; key 99 third_party/libaddressinput/chromium/cpp/test/fake_downloader_test.cc EXPECT_TRUE(DataIsValid(*data_, key)); key 27 third_party/libaddressinput/chromium/cpp/test/fake_storage.cc void FakeStorage::Put(const std::string& key, scoped_ptr<std::string> data) { key 28 third_party/libaddressinput/chromium/cpp/test/fake_storage.cc data_[key] = *data; key 31 third_party/libaddressinput/chromium/cpp/test/fake_storage.cc void FakeStorage::Get(const std::string& key, key 33 third_party/libaddressinput/chromium/cpp/test/fake_storage.cc std::map<std::string, std::string>::const_iterator data_it = data_.find(key); key 36 third_party/libaddressinput/chromium/cpp/test/fake_storage.cc (*data_ready)(success, key, data); key 39 third_party/libaddressinput/chromium/cpp/test/fake_storage.cc std::string FakeStorage::SynchronousGet(const std::string& key) const { key 40 third_party/libaddressinput/chromium/cpp/test/fake_storage.cc std::map<std::string, std::string>::const_iterator data_it = data_.find(key); key 61 third_party/libaddressinput/chromium/cpp/test/fake_storage.h virtual void Put(const std::string& key, scoped_ptr<std::string> data); key 62 third_party/libaddressinput/chromium/cpp/test/fake_storage.h virtual void Get(const std::string& key, scoped_ptr<Callback> data_ready) key 65 third_party/libaddressinput/chromium/cpp/test/fake_storage.h std::string SynchronousGet(const std::string& key) const; key 84 third_party/libaddressinput/chromium/cpp/test/retriever_test.cc std::string GetUrlForKey(const std::string& key) { key 85 third_party/libaddressinput/chromium/cpp/test/retriever_test.cc return retriever_->GetUrlForKey(key); key 101 third_party/libaddressinput/chromium/cpp/test/retriever_test.cc const std::string& key, key 104 third_party/libaddressinput/chromium/cpp/test/retriever_test.cc key_ = key; key 114 third_party/libaddressinput/chromium/cpp/test/retriever_test.cc std::string key = "data/" + region_codes[i]; key 115 third_party/libaddressinput/chromium/cpp/test/retriever_test.cc SCOPED_TRACE("For key: " + key); key 117 third_party/libaddressinput/chromium/cpp/test/retriever_test.cc retriever_->Retrieve(key, BuildCallback()); key 119 third_party/libaddressinput/chromium/cpp/test/retriever_test.cc EXPECT_EQ(key, key_); key 48 third_party/libaddressinput/chromium/cpp/test/storage_test_runner.cc const std::string& key, key 51 third_party/libaddressinput/chromium/cpp/test/storage_test_runner.cc key_ = key; key 38 third_party/libaddressinput/chromium/cpp/test/storage_test_runner.h const std::string& key, key 22 third_party/libaddressinput/chromium/json.cc virtual bool GetStringValueForKey(const std::string& key, std::string* value) key 24 third_party/libaddressinput/chromium/json.cc virtual bool GetJsonValueForKey(const std::string& key, key 91 third_party/libaddressinput/chromium/json.cc bool ChromeJson::GetStringValueForKey(const std::string& key, key 93 third_party/libaddressinput/chromium/json.cc return GetDict()->GetStringWithoutPathExpansion(key, value); key 96 third_party/libaddressinput/chromium/json.cc bool ChromeJson::GetJsonValueForKey(const std::string& key, key 99 third_party/libaddressinput/chromium/json.cc if (!GetDict()->GetDictionaryWithoutPathExpansion(key, &sub_dict) || key 2913 third_party/libevent/evdns.c config_nameserver_from_reg_key(HKEY key, const char *subkey) key 2919 third_party/libevent/evdns.c if (RegQueryValueEx(key, subkey, 0, &type, NULL, &bufsz) key 2925 third_party/libevent/evdns.c if (RegQueryValueEx(key, subkey, 0, &type, (LPBYTE)buf, &bufsz) key 250 third_party/libevent/event.h char *key; key 215 third_party/libevent/http.c const char *key, const char *value); key 528 third_party/libevent/http.c header->key, header->value); key 1309 third_party/libevent/http.c evhttp_find_header(const struct evkeyvalq *headers, const char *key) key 1314 third_party/libevent/http.c if (strcasecmp(header->key, key) == 0) key 1330 third_party/libevent/http.c free(header->key); key 1342 third_party/libevent/http.c evhttp_remove_header(struct evkeyvalq *headers, const char *key) key 1347 third_party/libevent/http.c if (strcasecmp(header->key, key) == 0) key 1356 third_party/libevent/http.c free(header->key); key 1380 third_party/libevent/http.c const char *key, const char *value) key 1382 third_party/libevent/http.c event_debug(("%s: key: %s val: %s\n", __func__, key, value)); key 1384 third_party/libevent/http.c if (strchr(key, '\r') != NULL || strchr(key, '\n') != NULL) { key 1395 third_party/libevent/http.c return (evhttp_add_header_internal(headers, key, value)); key 1400 third_party/libevent/http.c const char *key, const char *value) key 1407 third_party/libevent/http.c if ((header->key = strdup(key)) == NULL) { key 1413 third_party/libevent/http.c free(header->key); key 2138 third_party/libevent/http.c char *key, *value, *decoded_value; key 2142 third_party/libevent/http.c key = strsep(&value, "="); key 2151 third_party/libevent/http.c event_debug(("Query Param: %s -> %s\n", key, decoded_value)); key 2152 third_party/libevent/http.c evhttp_add_header_internal(headers, key, decoded_value); key 1022 third_party/libevent/test/regress_http.c const char *key, const char *value) key 1024 third_party/libevent/test/regress_http.c const char *real_val = evhttp_find_header(headers, key); key 3504 third_party/liblouis/overrides/liblouis/compileTranslationTable.c CharsString *key; key 3549 third_party/liblouis/overrides/liblouis/compileTranslationTable.c free (e->key); key 3557 third_party/liblouis/overrides/liblouis/compileTranslationTable.c hyphenHashInsert (HyphenHashTab * hashTab, const CharsString * key, int val) key 3561 third_party/liblouis/overrides/liblouis/compileTranslationTable.c i = hyphenStringHash (key) % HYPHENHASHSIZE; key 3564 third_party/liblouis/overrides/liblouis/compileTranslationTable.c e->key = malloc ((key->length + 1) * CHARSIZE); key 3565 third_party/liblouis/overrides/liblouis/compileTranslationTable.c e->key->length = key->length; key 3566 third_party/liblouis/overrides/liblouis/compileTranslationTable.c for (j = 0; j < key->length; j++) key 3567 third_party/liblouis/overrides/liblouis/compileTranslationTable.c e->key->chars[j] = key->chars[j]; key 3574 third_party/liblouis/overrides/liblouis/compileTranslationTable.c hyphenHashLookup (HyphenHashTab * hashTab, const CharsString * key) key 3578 third_party/liblouis/overrides/liblouis/compileTranslationTable.c if (key->length == 0) key 3580 third_party/liblouis/overrides/liblouis/compileTranslationTable.c i = hyphenStringHash (key) % HYPHENHASHSIZE; key 3583 third_party/liblouis/overrides/liblouis/compileTranslationTable.c if (key->length != e->key->length) key 3585 third_party/liblouis/overrides/liblouis/compileTranslationTable.c for (j = 0; j < key->length; j++) key 3586 third_party/liblouis/overrides/liblouis/compileTranslationTable.c if (key->chars[j] != e->key->chars[j]) key 3588 third_party/liblouis/overrides/liblouis/compileTranslationTable.c if (j == key->length) key 3721 third_party/liblouis/overrides/liblouis/compileTranslationTable.c for (j = 1; j <= e->key->length; j++) key 3724 third_party/liblouis/overrides/liblouis/compileTranslationTable.c for (k = j; k < e->key->length; k++) key 3725 third_party/liblouis/overrides/liblouis/compileTranslationTable.c word.chars[word.length++] = e->key->chars[k]; key 376 third_party/libpng/png.c if (info_ptr->text && info_ptr->text[num].key) key 378 third_party/libpng/png.c png_free(png_ptr, info_ptr->text[num].key); key 379 third_party/libpng/png.c info_ptr->text[num].key = NULL; key 706 third_party/libpng/png.h png_charp key; /* keyword, 1-79 character description of "text" */ key 3315 third_party/libpng/png.h png_charp key, png_charpp new_key)) PNG_PRIVATE; key 3319 third_party/libpng/png.h PNG_EXTERN void png_write_tEXt PNGARG((png_structp png_ptr, png_charp key, key 3324 third_party/libpng/png.h PNG_EXTERN void png_write_zTXt PNGARG((png_structp png_ptr, png_charp key, key 3330 third_party/libpng/png.h int compression, png_charp key, png_charp lang, png_charp lang_key, key 1256 third_party/libpng/pngpread.c png_charp key; key 1272 third_party/libpng/pngpread.c key = png_ptr->current_text; key 1274 third_party/libpng/pngpread.c for (text = key; *text; text++) key 1277 third_party/libpng/pngpread.c if (text < key + png_ptr->current_text_size) key 1283 third_party/libpng/pngpread.c text_ptr->key = key; key 1292 third_party/libpng/pngpread.c png_free(png_ptr, key); key 1356 third_party/libpng/pngpread.c png_charp key; key 1368 third_party/libpng/pngpread.c key = png_ptr->current_text; key 1370 third_party/libpng/pngpread.c for (text = key; *text; text++) key 1374 third_party/libpng/pngpread.c if (text >= key + png_ptr->current_text_size) key 1377 third_party/libpng/pngpread.c png_free(png_ptr, key); key 1386 third_party/libpng/pngpread.c png_free(png_ptr, key); key 1394 third_party/libpng/pngpread.c (text - key)); key 1398 third_party/libpng/pngpread.c key_size = text - key; key 1411 third_party/libpng/pngpread.c png_free(png_ptr, key); key 1426 third_party/libpng/pngpread.c png_memcpy(text, key, key_size); key 1472 third_party/libpng/pngpread.c png_free(png_ptr, key); key 1478 third_party/libpng/pngpread.c png_free(png_ptr, key); key 1479 third_party/libpng/pngpread.c key = text; key 1485 third_party/libpng/pngpread.c text_ptr->key = key; key 1494 third_party/libpng/pngpread.c png_free(png_ptr, key); key 1555 third_party/libpng/pngpread.c png_charp key; key 1575 third_party/libpng/pngpread.c key = png_ptr->current_text; key 1577 third_party/libpng/pngpread.c for (lang = key; *lang; lang++) key 1580 third_party/libpng/pngpread.c if (lang < key + png_ptr->current_text_size - 3) key 1593 third_party/libpng/pngpread.c if (lang_key < key + png_ptr->current_text_size - 1) key 1599 third_party/libpng/pngpread.c if (text < key + png_ptr->current_text_size) key 1606 third_party/libpng/pngpread.c text_ptr->key = key; key 2003 third_party/libpng/pngrutil.c png_charp key; key 2061 third_party/libpng/pngrutil.c key = png_ptr->chunkdata; key 2063 third_party/libpng/pngrutil.c key[slength] = 0x00; key 2065 third_party/libpng/pngrutil.c for (text = key; *text; text++) key 2068 third_party/libpng/pngrutil.c if (text != key + slength) key 2081 third_party/libpng/pngrutil.c text_ptr->key = key; key 2201 third_party/libpng/pngrutil.c text_ptr->key = png_ptr->chunkdata; key 2226 third_party/libpng/pngrutil.c png_charp key, lang, text, lang_key; key 2333 third_party/libpng/pngrutil.c key=png_ptr->chunkdata; key 2349 third_party/libpng/pngrutil.c text_ptr->lang_key = png_ptr->chunkdata + (lang_key - key); key 2350 third_party/libpng/pngrutil.c text_ptr->lang = png_ptr->chunkdata + (lang - key); key 2353 third_party/libpng/pngrutil.c text_ptr->key = png_ptr->chunkdata; key 710 third_party/libpng/pngset.c if (text_ptr[i].key == NULL) key 713 third_party/libpng/pngset.c key_len = png_strlen(text_ptr[i].key); key 759 third_party/libpng/pngset.c textp->key = (png_charp)png_malloc_warn(png_ptr, key 762 third_party/libpng/pngset.c if (textp->key == NULL) key 767 third_party/libpng/pngset.c (int)textp->key); key 769 third_party/libpng/pngset.c png_memcpy(textp->key, text_ptr[i].key,(png_size_t)(key_len)); key 770 third_party/libpng/pngset.c *(textp->key + key_len) = '\0'; key 774 third_party/libpng/pngset.c textp->lang = textp->key + key_len + 1; key 789 third_party/libpng/pngset.c textp->text = textp->key + key_len + 1; key 242 third_party/libpng/pngwrite.c info_ptr->text[i].key, key 257 third_party/libpng/pngwrite.c png_write_zTXt(png_ptr, info_ptr->text[i].key, key 270 third_party/libpng/pngwrite.c png_write_tEXt(png_ptr, info_ptr->text[i].key, key 349 third_party/libpng/pngwrite.c info_ptr->text[i].key, key 363 third_party/libpng/pngwrite.c png_write_zTXt(png_ptr, info_ptr->text[i].key, key 376 third_party/libpng/pngwrite.c png_write_tEXt(png_ptr, info_ptr->text[i].key, key 1229 third_party/libpng/pngwutil.c png_check_keyword(png_structp png_ptr, png_charp key, png_charpp new_key) key 1240 third_party/libpng/pngwutil.c if (key == NULL || (key_len = png_strlen(key)) == 0) key 1246 third_party/libpng/pngwutil.c png_debug1(2, "Keyword to be checked is '%s'", key); key 1256 third_party/libpng/pngwutil.c for (kp = key, dp = *new_key; *kp != '\0'; kp++, dp++) key 1351 third_party/libpng/pngwutil.c png_write_tEXt(png_structp png_ptr, png_charp key, png_charp text, key 1362 third_party/libpng/pngwutil.c if ((key_len = png_check_keyword(png_ptr, key, &new_key))==0) key 1392 third_party/libpng/pngwutil.c png_write_zTXt(png_structp png_ptr, png_charp key, png_charp text, key 1411 third_party/libpng/pngwutil.c if ((key_len = png_check_keyword(png_ptr, key, &new_key))==0) key 1452 third_party/libpng/pngwutil.c png_write_iTXt(png_structp png_ptr, int compression, png_charp key, key 1471 third_party/libpng/pngwutil.c if ((key_len = png_check_keyword(png_ptr, key, &new_key))==0) key 180 third_party/libusb/src/libusb/os/linux_netlink.c static const char *netlink_message_parse (const char *buffer, size_t len, const char *key) key 182 third_party/libusb/src/libusb/os/linux_netlink.c size_t keylen = strlen(key); key 186 third_party/libusb/src/libusb/os/linux_netlink.c if (0 == strncmp(buffer + offset, key, keylen) && key 1355 third_party/libusb/src/libusb/os/windows_usb.c HKEY key; key 1479 third_party/libusb/src/libusb/os/windows_usb.c key = pSetupDiOpenDevRegKey(dev_info, &dev_info_data, DICS_FLAG_GLOBAL, 0, DIREG_DEV, KEY_READ); key 1480 third_party/libusb/src/libusb/os/windows_usb.c if (key != INVALID_HANDLE_VALUE) { key 1482 third_party/libusb/src/libusb/os/windows_usb.c s = pRegQueryValueExW(key, L"DeviceInterfaceGUIDs", NULL, ®_type, key 1484 third_party/libusb/src/libusb/os/windows_usb.c pRegCloseKey(key); key 903 third_party/libwebp/dec/vp8l.c const int key = code - len_code_limit; key 908 third_party/libwebp/dec/vp8l.c *src = VP8LColorCacheLookup(color_cache, key); key 111 third_party/libwebp/enc/backward_references.c uint64_t key = ((uint64_t)(argb[1]) << 32) | argb[0]; key 112 third_party/libwebp/enc/backward_references.c key = (key * HASH_MULTIPLIER) >> (64 - HASH_BITS); key 113 third_party/libwebp/enc/backward_references.c return key; key 47 third_party/libwebp/enc/vp8l.c int i, x, y, key; key 63 third_party/libwebp/enc/vp8l.c key = (kHashMul * last_pix) >> PALETTE_KEY_RIGHT_SHIFT; key 65 third_party/libwebp/enc/vp8l.c if (!in_use[key]) { key 66 third_party/libwebp/enc/vp8l.c colors[key] = last_pix; key 67 third_party/libwebp/enc/vp8l.c in_use[key] = 1; key 73 third_party/libwebp/enc/vp8l.c } else if (colors[key] == last_pix) { key 79 third_party/libwebp/enc/vp8l.c ++key; key 80 third_party/libwebp/enc/vp8l.c key &= (MAX_PALETTE_SIZE * 4 - 1); // key mask for 1K buffer. key 33 third_party/libwebp/utils/color_cache.h const VP8LColorCache* const cc, uint32_t key) { key 34 third_party/libwebp/utils/color_cache.h assert(key <= (~0U >> cc->hash_shift_)); key 35 third_party/libwebp/utils/color_cache.h return cc->colors_[key]; key 40 third_party/libwebp/utils/color_cache.h const uint32_t key = (kHashMul * argb) >> cc->hash_shift_; key 41 third_party/libwebp/utils/color_cache.h cc->colors_[key] = argb; key 51 third_party/libwebp/utils/color_cache.h const uint32_t key = (kHashMul * argb) >> cc->hash_shift_; key 52 third_party/libwebp/utils/color_cache.h return cc->colors_[key] == argb; key 527 third_party/libxml/src/dict.c unsigned long key, okey; key 577 third_party/libxml/src/dict.c key = okey % dict->size; key 579 third_party/libxml/src/dict.c if (dict->dict[key].valid == 0) { key 580 third_party/libxml/src/dict.c memcpy(&(dict->dict[key]), &(olddict[i]), sizeof(xmlDictEntry)); key 581 third_party/libxml/src/dict.c dict->dict[key].next = NULL; key 582 third_party/libxml/src/dict.c dict->dict[key].okey = okey; key 591 third_party/libxml/src/dict.c entry->next = dict->dict[key].next; key 593 third_party/libxml/src/dict.c dict->dict[key].next = entry; key 620 third_party/libxml/src/dict.c key = okey % dict->size; key 621 third_party/libxml/src/dict.c if (dict->dict[key].valid == 0) { key 622 third_party/libxml/src/dict.c memcpy(&(dict->dict[key]), iter, sizeof(xmlDictEntry)); key 623 third_party/libxml/src/dict.c dict->dict[key].next = NULL; key 624 third_party/libxml/src/dict.c dict->dict[key].valid = 1; key 625 third_party/libxml/src/dict.c dict->dict[key].okey = okey; key 628 third_party/libxml/src/dict.c iter->next = dict->dict[key].next; key 630 third_party/libxml/src/dict.c dict->dict[key].next = iter; key 725 third_party/libxml/src/dict.c unsigned long key, okey, nbi = 0; key 740 third_party/libxml/src/dict.c key = okey % dict->size; key 741 third_party/libxml/src/dict.c if (dict->dict[key].valid == 0) { key 744 third_party/libxml/src/dict.c for (insert = &(dict->dict[key]); insert->next != NULL; key 782 third_party/libxml/src/dict.c key = skey % dict->subdict->size; key 783 third_party/libxml/src/dict.c if (dict->subdict->dict[key].valid != 0) { key 786 third_party/libxml/src/dict.c for (tmp = &(dict->subdict->dict[key]); tmp->next != NULL; key 811 third_party/libxml/src/dict.c key = okey % dict->size; key 818 third_party/libxml/src/dict.c entry = &(dict->dict[key]); key 858 third_party/libxml/src/dict.c unsigned long key, okey, nbi = 0; key 871 third_party/libxml/src/dict.c key = okey % dict->size; key 872 third_party/libxml/src/dict.c if (dict->dict[key].valid == 0) { key 875 third_party/libxml/src/dict.c for (insert = &(dict->dict[key]); insert->next != NULL; key 913 third_party/libxml/src/dict.c key = skey % dict->subdict->size; key 914 third_party/libxml/src/dict.c if (dict->subdict->dict[key].valid != 0) { key 917 third_party/libxml/src/dict.c for (tmp = &(dict->subdict->dict[key]); tmp->next != NULL; key 960 third_party/libxml/src/dict.c unsigned long okey, key, nbi = 0; key 979 third_party/libxml/src/dict.c key = okey % dict->size; key 980 third_party/libxml/src/dict.c if (dict->dict[key].valid == 0) { key 983 third_party/libxml/src/dict.c for (insert = &(dict->dict[key]); insert->next != NULL; key 1007 third_party/libxml/src/dict.c key = skey % dict->subdict->size; key 1008 third_party/libxml/src/dict.c if (dict->subdict->dict[key].valid != 0) { key 1010 third_party/libxml/src/dict.c for (tmp = &(dict->subdict->dict[key]); tmp->next != NULL; key 1021 third_party/libxml/src/dict.c key = okey % dict->size; key 1028 third_party/libxml/src/dict.c entry = &(dict->dict[key]); key 198 third_party/libxml/src/hash.c unsigned long key; key 235 third_party/libxml/src/hash.c key = xmlHashComputeKey(table, oldtable[i].name, oldtable[i].name2, key 237 third_party/libxml/src/hash.c memcpy(&(table->table[key]), &(oldtable[i]), sizeof(xmlHashEntry)); key 238 third_party/libxml/src/hash.c table->table[key].next = NULL; key 250 third_party/libxml/src/hash.c key = xmlHashComputeKey(table, iter->name, iter->name2, key 252 third_party/libxml/src/hash.c if (table->table[key].valid == 0) { key 253 third_party/libxml/src/hash.c memcpy(&(table->table[key]), iter, sizeof(xmlHashEntry)); key 254 third_party/libxml/src/hash.c table->table[key].next = NULL; key 257 third_party/libxml/src/hash.c iter->next = table->table[key].next; key 258 third_party/libxml/src/hash.c table->table[key].next = iter; key 488 third_party/libxml/src/hash.c unsigned long key, len = 0; key 519 third_party/libxml/src/hash.c key = xmlHashComputeKey(table, name, name2, name3); key 520 third_party/libxml/src/hash.c if (table->table[key].valid == 0) { key 524 third_party/libxml/src/hash.c for (insert = &(table->table[key]); insert->next != NULL; key 537 third_party/libxml/src/hash.c for (insert = &(table->table[key]); insert->next != NULL; key 553 third_party/libxml/src/hash.c entry = &(table->table[key]); key 604 third_party/libxml/src/hash.c unsigned long key; key 635 third_party/libxml/src/hash.c key = xmlHashComputeKey(table, name, name2, name3); key 636 third_party/libxml/src/hash.c if (table->table[key].valid == 0) { key 640 third_party/libxml/src/hash.c for (insert = &(table->table[key]); insert->next != NULL; key 660 third_party/libxml/src/hash.c for (insert = &(table->table[key]); insert->next != NULL; key 683 third_party/libxml/src/hash.c entry = &(table->table[key]); key 725 third_party/libxml/src/hash.c unsigned long key; key 732 third_party/libxml/src/hash.c key = xmlHashComputeKey(table, name, name2, name3); key 733 third_party/libxml/src/hash.c if (table->table[key].valid == 0) key 736 third_party/libxml/src/hash.c for (entry = &(table->table[key]); entry != NULL; entry = entry->next) { key 743 third_party/libxml/src/hash.c for (entry = &(table->table[key]); entry != NULL; entry = entry->next) { key 771 third_party/libxml/src/hash.c unsigned long key; key 778 third_party/libxml/src/hash.c key = xmlHashComputeQKey(table, prefix, name, prefix2, key 780 third_party/libxml/src/hash.c if (table->table[key].valid == 0) key 782 third_party/libxml/src/hash.c for (entry = &(table->table[key]); entry != NULL; entry = entry->next) { key 1041 third_party/libxml/src/hash.c unsigned long key; key 1048 third_party/libxml/src/hash.c key = xmlHashComputeKey(table, name, name2, name3); key 1049 third_party/libxml/src/hash.c if (table->table[key].valid == 0) { key 1052 third_party/libxml/src/hash.c for (entry = &(table->table[key]); entry != NULL; entry = entry->next) { key 1075 third_party/libxml/src/hash.c memcpy(&(table->table[key]), entry, sizeof(xmlHashEntry)); key 6422 third_party/libxml/src/xmlregexp.c unsigned short key; /* the hash key */ key 6491 third_party/libxml/src/xmlregexp.c value = left->key; key 6492 third_party/libxml/src/xmlregexp.c value += right->key; key 6497 third_party/libxml/src/xmlregexp.c value = left->key; key 6498 third_party/libxml/src/xmlregexp.c value += right->key; key 6503 third_party/libxml/src/xmlregexp.c value = left->key; key 6504 third_party/libxml/src/xmlregexp.c value += right->key; key 6545 third_party/libxml/src/xmlregexp.c unsigned short kbase, key; key 6577 third_party/libxml/src/xmlregexp.c kbase += left->key; key 6618 third_party/libxml/src/xmlregexp.c (left->exp_right->key < left->exp_left->key)) { key 6636 third_party/libxml/src/xmlregexp.c if (left->key > right->exp_right->key) { key 6649 third_party/libxml/src/xmlregexp.c if (left->key > right->exp_left->key) { key 6662 third_party/libxml/src/xmlregexp.c else if (left->key > right->key) { key 6689 third_party/libxml/src/xmlregexp.c key = kbase % ctxt->size; key 6690 third_party/libxml/src/xmlregexp.c if (ctxt->table[key] != NULL) { key 6691 third_party/libxml/src/xmlregexp.c for (insert = ctxt->table[key]; insert != NULL; key 6693 third_party/libxml/src/xmlregexp.c if ((insert->key == kbase) && key 6721 third_party/libxml/src/xmlregexp.c entry->key = kbase; key 6759 third_party/libxml/src/xmlregexp.c if (ctxt->table[key] != NULL) key 6760 third_party/libxml/src/xmlregexp.c entry->next = ctxt->table[key]; key 6762 third_party/libxml/src/xmlregexp.c ctxt->table[key] = entry; key 6781 third_party/libxml/src/xmlregexp.c unsigned short key; key 6784 third_party/libxml/src/xmlregexp.c key = exp->key % ctxt->size; key 6785 third_party/libxml/src/xmlregexp.c if (ctxt->table[key] == exp) { key 6786 third_party/libxml/src/xmlregexp.c ctxt->table[key] = exp->next; key 6790 third_party/libxml/src/xmlregexp.c tmp = ctxt->table[key]; key 4525 third_party/libxml/src/xmlschemas.c xmlSchemaPSVIIDCKeyPtr key; key 4543 third_party/libxml/src/xmlschemas.c key = tab->keys[j]; key 4544 third_party/libxml/src/xmlschemas.c if ((key != NULL) && (key->val != NULL)) { key 4545 third_party/libxml/src/xmlschemas.c res = xmlSchemaGetCanonValue(key->val, &value); key 4552 third_party/libxml/src/xmlschemas.c } else if (key != NULL) key 4565 third_party/libxml/src/xmlschemas.c key = tab->keys[j]; key 4566 third_party/libxml/src/xmlschemas.c if ((key != NULL) && (key->val != NULL)) { key 4567 third_party/libxml/src/xmlschemas.c res = xmlSchemaGetCanonValue(key->val, &value); key 4574 third_party/libxml/src/xmlschemas.c } else if (key != NULL) key 22074 third_party/libxml/src/xmlschemas.c xmlSchemaPSVIIDCKeyPtr key) key 22099 third_party/libxml/src/xmlschemas.c vctxt->idcKeys[vctxt->nbIdcKeys++] = key; key 22200 third_party/libxml/src/xmlschemas.c xmlSchemaIDCFreeKey(xmlSchemaPSVIIDCKeyPtr key) key 22202 third_party/libxml/src/xmlschemas.c if (key->val != NULL) key 22203 third_party/libxml/src/xmlschemas.c xmlSchemaFreeValue(key->val); key 22204 third_party/libxml/src/xmlschemas.c xmlFree(key); key 22641 third_party/libxml/src/xmlschemas.c xmlSchemaPSVIIDCKeyPtr key = NULL; key 22726 third_party/libxml/src/xmlschemas.c if ((key == NULL) && (vctxt->inode->val == NULL)) { key 22855 third_party/libxml/src/xmlschemas.c if (key == NULL) { key 22856 third_party/libxml/src/xmlschemas.c key = (xmlSchemaPSVIIDCKeyPtr) xmlMalloc( key 22858 third_party/libxml/src/xmlschemas.c if (key == NULL) { key 22868 third_party/libxml/src/xmlschemas.c key->type = simpleType; key 22869 third_party/libxml/src/xmlschemas.c key->val = vctxt->inode->val; key 22874 third_party/libxml/src/xmlschemas.c if (xmlSchemaIDCStoreKey(vctxt, key) == -1) { key 22875 third_party/libxml/src/xmlschemas.c xmlSchemaIDCFreeKey(key); key 22879 third_party/libxml/src/xmlschemas.c keySeq[idx] = key; key 208 third_party/libxslt/libexslt/crypto.c const unsigned char *key, key 231 third_party/libxslt/libexslt/crypto.c CALG_SHA1, key, key 259 third_party/libxslt/libexslt/crypto.c const unsigned char *key, key 282 third_party/libxslt/libexslt/crypto.c CALG_SHA1, key, key 375 third_party/libxslt/libexslt/crypto.c const unsigned char *key, key 392 third_party/libxslt/libexslt/crypto.c rc = gcry_cipher_setkey (cipher, key, RC4_KEY_LENGTH); key 414 third_party/libxslt/libexslt/crypto.c const unsigned char *key, key 431 third_party/libxslt/libexslt/crypto.c rc = gcry_cipher_setkey (cipher, key, RC4_KEY_LENGTH); key 596 third_party/libxslt/libexslt/crypto.c xmlChar *key = NULL, *str = NULL, *padkey = NULL; key 615 third_party/libxslt/libexslt/crypto.c key = xmlXPathPopString (ctxt); key 616 third_party/libxslt/libexslt/crypto.c key_len = xmlUTF8Strlen (key); key 620 third_party/libxslt/libexslt/crypto.c xmlFree (key); key 635 third_party/libxslt/libexslt/crypto.c key_size = xmlUTF8Strsize (key, key_len); key 643 third_party/libxslt/libexslt/crypto.c memcpy (padkey, key, key_size); key 672 third_party/libxslt/libexslt/crypto.c if (key != NULL) key 673 third_party/libxslt/libexslt/crypto.c xmlFree (key); key 694 third_party/libxslt/libexslt/crypto.c xmlChar *key = NULL, *str = NULL, *padkey = NULL, *bin = key 713 third_party/libxslt/libexslt/crypto.c key = xmlXPathPopString (ctxt); key 714 third_party/libxslt/libexslt/crypto.c key_len = xmlUTF8Strlen (key); key 718 third_party/libxslt/libexslt/crypto.c xmlFree (key); key 732 third_party/libxslt/libexslt/crypto.c key_size = xmlUTF8Strsize (key, key_len); key 740 third_party/libxslt/libexslt/crypto.c memcpy (padkey, key, key_size); key 768 third_party/libxslt/libexslt/crypto.c if (key != NULL) key 769 third_party/libxslt/libexslt/crypto.c xmlFree (key); key 403 third_party/libxslt/libxslt/functions.c xmlChar *key = NULL, *value; key 426 third_party/libxslt/libxslt/functions.c key = xmlSplitQName2(qname, &prefix); key 427 third_party/libxslt/libxslt/functions.c if (key == NULL) { key 428 third_party/libxslt/libxslt/functions.c key = xmlStrdup(obj1->stringval); key 524 third_party/libxslt/libxslt/functions.c nodelist = xsltGetKey(tctxt, key, keyURI, value); key 530 third_party/libxslt/libxslt/functions.c if (key != NULL) key 531 third_party/libxslt/libxslt/functions.c xmlFree(key); key 277 third_party/libxslt/libxslt/keys.c xsltKeyDefPtr key; key 289 third_party/libxslt/libxslt/keys.c key = xsltNewKeyDef(name, nameURI); key 290 third_party/libxslt/libxslt/keys.c key->match = xmlStrdup(match); key 291 third_party/libxslt/libxslt/keys.c key->use = xmlStrdup(use); key 292 third_party/libxslt/libxslt/keys.c key->inst = inst; key 293 third_party/libxslt/libxslt/keys.c key->nsList = xmlGetNsList(inst->doc, inst); key 294 third_party/libxslt/libxslt/keys.c if (key->nsList != NULL) { key 295 third_party/libxslt/libxslt/keys.c while (key->nsList[i] != NULL) key 298 third_party/libxslt/libxslt/keys.c key->nsNr = i; key 315 third_party/libxslt/libxslt/keys.c key->match); key 359 third_party/libxslt/libxslt/keys.c key->comp = xsltXPathCompile(style, pattern); key 360 third_party/libxslt/libxslt/keys.c if (key->comp == NULL) { key 366 third_party/libxslt/libxslt/keys.c key->usecomp = xsltXPathCompile(style, use); key 367 third_party/libxslt/libxslt/keys.c if (key->usecomp == NULL) { key 380 third_party/libxslt/libxslt/keys.c style->keys = key; key 387 third_party/libxslt/libxslt/keys.c prev->next = key; key 389 third_party/libxslt/libxslt/keys.c key->next = NULL; key 5044 third_party/libxslt/libxslt/xslt.c xsltParseStylesheetKey(xsltStylesheetPtr style, xmlNodePtr key) { key 5051 third_party/libxslt/libxslt/xslt.c if ((style == NULL) || (key == NULL)) key 5057 third_party/libxslt/libxslt/xslt.c prop = xmlGetNsProp(key, (const xmlChar *)"name", NULL); key 5064 third_party/libxslt/libxslt/xslt.c URI = xsltGetQNameURI(key, &prop); key 5078 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, style, key, key 5084 third_party/libxslt/libxslt/xslt.c match = xmlGetNsProp(key, (const xmlChar *)"match", NULL); key 5086 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, style, key, key 5092 third_party/libxslt/libxslt/xslt.c use = xmlGetNsProp(key, (const xmlChar *)"use", NULL); key 5094 third_party/libxslt/libxslt/xslt.c xsltTransformError(NULL, style, key, key 5103 third_party/libxslt/libxslt/xslt.c xsltAddKey(style, name, nameURI, match, use, key); key 5116 third_party/libxslt/libxslt/xslt.c if (key->children != NULL) { key 5117 third_party/libxslt/libxslt/xslt.c xsltParseContentError(style, key->children); key 684 third_party/npapi/bindings/npapi.h } key; key 122 third_party/npapi/bindings/npapi_extensions.h NPKeyEvent key; key 49 third_party/npapi/npspy/extern/nspr/plhash.h typedef PLHashNumber (PR_CALLBACK *PLHashFunction)(const void *key); key 70 third_party/npapi/npspy/extern/nspr/plhash.h PLHashEntry * (PR_CALLBACK *allocEntry)(void *pool, const void *key); key 80 third_party/npapi/npspy/extern/nspr/plhash.h const void *key; /* ptr to opaque key */ key 115 third_party/npapi/npspy/extern/nspr/plhash.h PL_HashTableAdd(PLHashTable *ht, const void *key, void *value); key 118 third_party/npapi/npspy/extern/nspr/plhash.h PL_HashTableRemove(PLHashTable *ht, const void *key); key 121 third_party/npapi/npspy/extern/nspr/plhash.h PL_HashTableLookup(PLHashTable *ht, const void *key); key 124 third_party/npapi/npspy/extern/nspr/plhash.h PL_HashTableLookupConst(PLHashTable *ht, const void *key); key 131 third_party/npapi/npspy/extern/nspr/plhash.h PL_HashString(const void *key); key 143 third_party/npapi/npspy/extern/nspr/plhash.h PL_HashTableRawLookup(PLHashTable *ht, PLHashNumber keyHash, const void *key); key 147 third_party/npapi/npspy/extern/nspr/plhash.h const void *key); key 151 third_party/npapi/npspy/extern/nspr/plhash.h const void *key, void *value); key 47 third_party/npapi/npspy/include/profile.h virtual BOOL getBool(char * key, BOOL * value) = 0; key 48 third_party/npapi/npspy/include/profile.h virtual BOOL setBool(char * key, BOOL value) = 0; key 50 third_party/npapi/npspy/include/profile.h virtual BOOL getString(char * key, char * string, int size) = 0; key 51 third_party/npapi/npspy/include/profile.h virtual BOOL setString(char * key, char * string) = 0; key 68 third_party/npapi/npspy/windows/profilew.cpp BOOL ProfileWin::getBool(char * key, BOOL * value) key 75 third_party/npapi/npspy/windows/profilew.cpp LONG res = RegQueryValueEx(hKey, key, 0L, NULL, (BYTE *)&val, &size); key 85 third_party/npapi/npspy/windows/profilew.cpp BOOL ProfileWin::setBool(char * key, BOOL value) key 89 third_party/npapi/npspy/windows/profilew.cpp LONG res = RegSetValueEx(hKey, key, 0L, REG_DWORD, (const BYTE *)&val, size); key 93 third_party/npapi/npspy/windows/profilew.cpp BOOL ProfileWin::getString(char * key, char * string, int size) key 95 third_party/npapi/npspy/windows/profilew.cpp LONG res = RegQueryValueEx(hKey, key, 0L, NULL, (BYTE *)string, (DWORD *)&size); key 99 third_party/npapi/npspy/windows/profilew.cpp BOOL ProfileWin::setString(char * key, char * string) key 102 third_party/npapi/npspy/windows/profilew.cpp LONG res = RegSetValueEx(hKey, key, 0L, REG_SZ, (const BYTE *)string, size); key 51 third_party/npapi/npspy/windows/profilew.h BOOL getBool(char * key, BOOL * value); key 52 third_party/npapi/npspy/windows/profilew.h BOOL setBool(char * key, BOOL value); key 54 third_party/npapi/npspy/windows/profilew.h BOOL getString(char * key, char * string, int size); key 55 third_party/npapi/npspy/windows/profilew.h BOOL setString(char * key, char * string); key 1907 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java final DescriptorIntPair key = key 1909 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java final FieldDescriptor old = fieldsByNumber.put(key, field); key 1911 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java fieldsByNumber.put(key, old); key 1926 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java final DescriptorIntPair key = key 1928 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java final EnumValueDescriptor old = enumValuesByNumber.put(key, value); key 1930 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java enumValuesByNumber.put(key, old); key 181 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java FieldDescriptorType key = entry.getKey(); key 184 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java map.put(key, ((LazyField) value).getValue()); key 186 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java map.put(key, value); key 214 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java final K key = (K) o; key 215 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java return binarySearchInArray(key) >= 0 || overflowEntries.containsKey(key); key 227 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java final K key = (K) o; key 228 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java final int index = binarySearchInArray(key); key 232 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java return overflowEntries.get(key); key 236 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java public V put(K key, V value) { key 238 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java final int index = binarySearchInArray(key); key 247 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java return getOverflowEntriesMutable().put(key, value); key 256 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java entryList.add(insertionPoint, new Entry(key, value)); key 281 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java final K key = (K) o; key 282 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java final int index = binarySearchInArray(key); key 291 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java return overflowEntries.remove(key); key 314 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java private int binarySearchInArray(K key) { key 322 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java int cmp = key.compareTo(entryList.get(right).getKey()); key 332 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java int cmp = key.compareTo(entryList.get(mid).getKey()); key 402 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java private final K key; key 409 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java Entry(K key, V value) { key 410 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java this.key = key; key 416 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java return key; key 447 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java return equals(key, other.getKey()) && equals(value, other.getValue()); key 452 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java return (key == null ? 0 : key.hashCode()) ^ key 458 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java return key + "=" + value; key 51 third_party/protobuf/java/src/test/java/com/google/protobuf/SmallSortedMapTest.java private final K key; key 54 third_party/protobuf/java/src/test/java/com/google/protobuf/SmallSortedMapTest.java SimpleEntry(K key, V value) { key 55 third_party/protobuf/java/src/test/java/com/google/protobuf/SmallSortedMapTest.java this.key = key; key 60 third_party/protobuf/java/src/test/java/com/google/protobuf/SmallSortedMapTest.java return key; key 82 third_party/protobuf/java/src/test/java/com/google/protobuf/SmallSortedMapTest.java return eq(key, e.getKey()) && eq(value, e.getValue()); key 87 third_party/protobuf/java/src/test/java/com/google/protobuf/SmallSortedMapTest.java return ((key == null) ? 0 : key.hashCode()) ^ key 403 third_party/protobuf/java/src/test/java/com/google/protobuf/SmallSortedMapTest.java Integer key = keys.next(); key 405 third_party/protobuf/java/src/test/java/com/google/protobuf/SmallSortedMapTest.java keySet.remove(key); key 384 third_party/protobuf/src/google/protobuf/descriptor.cc inline Symbol FindSymbol(const string& key) const; key 394 third_party/protobuf/src/google/protobuf/descriptor.cc inline const FileDescriptor* FindFile(const string& key) const; key 638 third_party/protobuf/src/google/protobuf/descriptor.cc inline Symbol DescriptorPool::Tables::FindSymbol(const string& key) const { key 639 third_party/protobuf/src/google/protobuf/descriptor.cc const Symbol* result = FindOrNull(symbols_by_name_, key.c_str()); key 687 third_party/protobuf/src/google/protobuf/descriptor.cc const string& key) const { key 688 third_party/protobuf/src/google/protobuf/descriptor.cc return FindPtrOrNull(files_by_name_, key.c_str()); key 775 third_party/protobuf/src/google/protobuf/descriptor.cc DescriptorIntPair key(field->containing_type(), field->number()); key 776 third_party/protobuf/src/google/protobuf/descriptor.cc return InsertIfNotPresent(&fields_by_number_, key, field); key 781 third_party/protobuf/src/google/protobuf/descriptor.cc EnumIntPair key(value->type(), value->number()); key 782 third_party/protobuf/src/google/protobuf/descriptor.cc return InsertIfNotPresent(&enum_values_by_number_, key, value); key 786 third_party/protobuf/src/google/protobuf/descriptor.cc DescriptorIntPair key(field->containing_type(), field->number()); key 787 third_party/protobuf/src/google/protobuf/descriptor.cc if (InsertIfNotPresent(&extensions_, key, field)) { key 788 third_party/protobuf/src/google/protobuf/descriptor.cc extensions_after_checkpoint_.push_back(key); key 1097 third_party/protobuf/src/google/protobuf/descriptor.cc Descriptor::FindFieldByNumber(int key) const { key 1099 third_party/protobuf/src/google/protobuf/descriptor.cc file()->tables_->FindFieldByNumber(this, key); key 1108 third_party/protobuf/src/google/protobuf/descriptor.cc Descriptor::FindFieldByLowercaseName(const string& key) const { key 1110 third_party/protobuf/src/google/protobuf/descriptor.cc file()->tables_->FindFieldByLowercaseName(this, key); key 1119 third_party/protobuf/src/google/protobuf/descriptor.cc Descriptor::FindFieldByCamelcaseName(const string& key) const { key 1121 third_party/protobuf/src/google/protobuf/descriptor.cc file()->tables_->FindFieldByCamelcaseName(this, key); key 1130 third_party/protobuf/src/google/protobuf/descriptor.cc Descriptor::FindFieldByName(const string& key) const { key 1132 third_party/protobuf/src/google/protobuf/descriptor.cc file()->tables_->FindNestedSymbolOfType(this, key, Symbol::FIELD); key 1141 third_party/protobuf/src/google/protobuf/descriptor.cc Descriptor::FindExtensionByName(const string& key) const { key 1143 third_party/protobuf/src/google/protobuf/descriptor.cc file()->tables_->FindNestedSymbolOfType(this, key, Symbol::FIELD); key 1152 third_party/protobuf/src/google/protobuf/descriptor.cc Descriptor::FindExtensionByLowercaseName(const string& key) const { key 1154 third_party/protobuf/src/google/protobuf/descriptor.cc file()->tables_->FindFieldByLowercaseName(this, key); key 1163 third_party/protobuf/src/google/protobuf/descriptor.cc Descriptor::FindExtensionByCamelcaseName(const string& key) const { key 1165 third_party/protobuf/src/google/protobuf/descriptor.cc file()->tables_->FindFieldByCamelcaseName(this, key); key 1174 third_party/protobuf/src/google/protobuf/descriptor.cc Descriptor::FindNestedTypeByName(const string& key) const { key 1176 third_party/protobuf/src/google/protobuf/descriptor.cc file()->tables_->FindNestedSymbolOfType(this, key, Symbol::MESSAGE); key 1185 third_party/protobuf/src/google/protobuf/descriptor.cc Descriptor::FindEnumTypeByName(const string& key) const { key 1187 third_party/protobuf/src/google/protobuf/descriptor.cc file()->tables_->FindNestedSymbolOfType(this, key, Symbol::ENUM); key 1196 third_party/protobuf/src/google/protobuf/descriptor.cc Descriptor::FindEnumValueByName(const string& key) const { key 1198 third_party/protobuf/src/google/protobuf/descriptor.cc file()->tables_->FindNestedSymbolOfType(this, key, Symbol::ENUM_VALUE); key 1207 third_party/protobuf/src/google/protobuf/descriptor.cc EnumDescriptor::FindValueByName(const string& key) const { key 1209 third_party/protobuf/src/google/protobuf/descriptor.cc file()->tables_->FindNestedSymbolOfType(this, key, Symbol::ENUM_VALUE); key 1218 third_party/protobuf/src/google/protobuf/descriptor.cc EnumDescriptor::FindValueByNumber(int key) const { key 1219 third_party/protobuf/src/google/protobuf/descriptor.cc return file()->tables_->FindEnumValueByNumber(this, key); key 1223 third_party/protobuf/src/google/protobuf/descriptor.cc ServiceDescriptor::FindMethodByName(const string& key) const { key 1225 third_party/protobuf/src/google/protobuf/descriptor.cc file()->tables_->FindNestedSymbolOfType(this, key, Symbol::METHOD); key 1234 third_party/protobuf/src/google/protobuf/descriptor.cc FileDescriptor::FindMessageTypeByName(const string& key) const { key 1235 third_party/protobuf/src/google/protobuf/descriptor.cc Symbol result = tables_->FindNestedSymbolOfType(this, key, Symbol::MESSAGE); key 1244 third_party/protobuf/src/google/protobuf/descriptor.cc FileDescriptor::FindEnumTypeByName(const string& key) const { key 1245 third_party/protobuf/src/google/protobuf/descriptor.cc Symbol result = tables_->FindNestedSymbolOfType(this, key, Symbol::ENUM); key 1254 third_party/protobuf/src/google/protobuf/descriptor.cc FileDescriptor::FindEnumValueByName(const string& key) const { key 1256 third_party/protobuf/src/google/protobuf/descriptor.cc tables_->FindNestedSymbolOfType(this, key, Symbol::ENUM_VALUE); key 1265 third_party/protobuf/src/google/protobuf/descriptor.cc FileDescriptor::FindServiceByName(const string& key) const { key 1266 third_party/protobuf/src/google/protobuf/descriptor.cc Symbol result = tables_->FindNestedSymbolOfType(this, key, Symbol::SERVICE); key 1275 third_party/protobuf/src/google/protobuf/descriptor.cc FileDescriptor::FindExtensionByName(const string& key) const { key 1276 third_party/protobuf/src/google/protobuf/descriptor.cc Symbol result = tables_->FindNestedSymbolOfType(this, key, Symbol::FIELD); key 1285 third_party/protobuf/src/google/protobuf/descriptor.cc FileDescriptor::FindExtensionByLowercaseName(const string& key) const { key 1286 third_party/protobuf/src/google/protobuf/descriptor.cc const FieldDescriptor* result = tables_->FindFieldByLowercaseName(this, key); key 1295 third_party/protobuf/src/google/protobuf/descriptor.cc FileDescriptor::FindExtensionByCamelcaseName(const string& key) const { key 1296 third_party/protobuf/src/google/protobuf/descriptor.cc const FieldDescriptor* result = tables_->FindFieldByCamelcaseName(this, key); key 973 third_party/protobuf/src/google/protobuf/io/tokenizer.cc static inline int UnicodeLength(char key) { key 974 third_party/protobuf/src/google/protobuf/io/tokenizer.cc if (key == 'u') return 4; key 975 third_party/protobuf/src/google/protobuf/io/tokenizer.cc if (key == 'U') return 8; key 65 third_party/protobuf/src/google/protobuf/stubs/hash.h int operator()(const Key& key) { key 79 third_party/protobuf/src/google/protobuf/stubs/hash.h int operator()(const char* key) { key 151 third_party/protobuf/src/google/protobuf/stubs/hash.h inline size_t operator()(const Key* key) const { key 152 third_party/protobuf/src/google/protobuf/stubs/hash.h return reinterpret_cast<size_t>(key); key 191 third_party/protobuf/src/google/protobuf/stubs/hash.h inline size_t operator()(const string& key) const { key 192 third_party/protobuf/src/google/protobuf/stubs/hash.h return hash<const char*>()(key.c_str()); key 204 third_party/protobuf/src/google/protobuf/stubs/hash.h inline size_t operator()(const pair<First, Second>& key) const { key 205 third_party/protobuf/src/google/protobuf/stubs/hash.h size_t first_hash = hash<First>()(key.first); key 206 third_party/protobuf/src/google/protobuf/stubs/hash.h size_t second_hash = hash<Second>()(key.second); key 48 third_party/protobuf/src/google/protobuf/stubs/map-util.h const typename Collection::value_type::first_type& key, key 50 third_party/protobuf/src/google/protobuf/stubs/map-util.h typename Collection::const_iterator it = collection.find(key); key 63 third_party/protobuf/src/google/protobuf/stubs/map-util.h const typename Collection::value_type::first_type& key) { key 64 third_party/protobuf/src/google/protobuf/stubs/map-util.h typename Collection::const_iterator it = collection.find(key); key 89 third_party/protobuf/src/google/protobuf/stubs/map-util.h const typename Collection::value_type::first_type& key) { key 90 third_party/protobuf/src/google/protobuf/stubs/map-util.h typename Collection::const_iterator it = collection.find(key); key 91 third_party/protobuf/src/google/protobuf/stubs/map-util.h GOOGLE_CHECK(it != collection.end()) << "Map key not found: " << key; key 103 third_party/protobuf/src/google/protobuf/stubs/map-util.h const typename Collection::value_type::first_type& key) { key 104 third_party/protobuf/src/google/protobuf/stubs/map-util.h typename Collection::const_iterator it = collection.find(key); key 117 third_party/protobuf/src/google/protobuf/stubs/map-util.h const Key& key, const Value& value) { key 119 third_party/protobuf/src/google/protobuf/stubs/map-util.h collection->insert(typename Collection::value_type(key, value)); key 134 third_party/protobuf/src/google/protobuf/stubs/map-util.h const Key& key, const Value& value) { key 136 third_party/protobuf/src/google/protobuf/stubs/map-util.h collection->insert(typename Collection::value_type(key, value)); key 506 third_party/re2/re2/compile.cc uint64 key = ((uint64)next << 17) | (lo<<9) | (hi<<1) | (foldcase ? 1ULL : 0ULL); key 507 third_party/re2/re2/compile.cc map<uint64, int>::iterator it = rune_cache_.find(key); key 511 third_party/re2/re2/compile.cc rune_cache_[key] = id; key 1184 third_party/re2/re2/testing/re2_test.cc string key, val; key 1187 third_party/re2/re2/testing/re2_test.cc &key, key 1189 third_party/re2/re2/testing/re2_test.cc EXPECT_EQ(key, "bar"); key 1034 third_party/simplejson/_speedups.c PyObject *key = NULL; key 1066 third_party/simplejson/_speedups.c key = scanstring_str(pystr, idx + 1, encoding, strict, &next_idx); key 1067 third_party/simplejson/_speedups.c if (key == NULL) key 1069 third_party/simplejson/_speedups.c memokey = PyDict_GetItem(s->memo, key); key 1072 third_party/simplejson/_speedups.c Py_DECREF(key); key 1073 third_party/simplejson/_speedups.c key = memokey; key 1076 third_party/simplejson/_speedups.c if (PyDict_SetItem(s->memo, key, key) < 0) key 1096 third_party/simplejson/_speedups.c item = PyTuple_Pack(2, key, val); key 1099 third_party/simplejson/_speedups.c Py_CLEAR(key); key 1108 third_party/simplejson/_speedups.c if (PyDict_SetItem(rval, key, val) < 0) key 1110 third_party/simplejson/_speedups.c Py_CLEAR(key); key 1162 third_party/simplejson/_speedups.c Py_XDECREF(key); key 1182 third_party/simplejson/_speedups.c PyObject *key = NULL; key 1214 third_party/simplejson/_speedups.c key = scanstring_unicode(pystr, idx + 1, strict, &next_idx); key 1215 third_party/simplejson/_speedups.c if (key == NULL) key 1217 third_party/simplejson/_speedups.c memokey = PyDict_GetItem(s->memo, key); key 1220 third_party/simplejson/_speedups.c Py_DECREF(key); key 1221 third_party/simplejson/_speedups.c key = memokey; key 1224 third_party/simplejson/_speedups.c if (PyDict_SetItem(s->memo, key, key) < 0) key 1245 third_party/simplejson/_speedups.c item = PyTuple_Pack(2, key, val); key 1248 third_party/simplejson/_speedups.c Py_CLEAR(key); key 1257 third_party/simplejson/_speedups.c if (PyDict_SetItem(rval, key, val) < 0) key 1259 third_party/simplejson/_speedups.c Py_CLEAR(key); key 1313 third_party/simplejson/_speedups.c Py_XDECREF(key); key 2399 third_party/simplejson/_speedups.c PyObject *key, *value; key 2400 third_party/simplejson/_speedups.c key = PyList_GET_ITEM(items, i); key 2401 third_party/simplejson/_speedups.c value = PyDict_GetItem(dct, key); key 2402 third_party/simplejson/_speedups.c item = PyTuple_Pack(2, key, value); key 2406 third_party/simplejson/_speedups.c Py_DECREF(key); key 2425 third_party/simplejson/_speedups.c PyObject *encoded, *key, *value; key 2430 third_party/simplejson/_speedups.c key = PyTuple_GET_ITEM(item, 0); key 2431 third_party/simplejson/_speedups.c if (key == NULL) key 2437 third_party/simplejson/_speedups.c encoded = PyDict_GetItem(s->key_memo, key); key 2441 third_party/simplejson/_speedups.c else if (PyString_Check(key) || PyUnicode_Check(key)) { key 2442 third_party/simplejson/_speedups.c Py_INCREF(key); key 2443 third_party/simplejson/_speedups.c kstr = key; key 2445 third_party/simplejson/_speedups.c else if (PyFloat_Check(key)) { key 2446 third_party/simplejson/_speedups.c kstr = encoder_encode_float(s, key); key 2450 third_party/simplejson/_speedups.c else if (key == Py_True || key == Py_False || key == Py_None) { key 2453 third_party/simplejson/_speedups.c kstr = _encoded_const(key); key 2457 third_party/simplejson/_speedups.c else if (PyInt_Check(key) || PyLong_Check(key)) { key 2458 third_party/simplejson/_speedups.c kstr = PyObject_Str(key); key 2482 third_party/simplejson/_speedups.c if (PyDict_SetItem(s->key_memo, key, encoded)) key 6397 third_party/sqlite/amalgamation/sqlite3.c void *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag); key 47881 third_party/sqlite/amalgamation/sqlite3.c static void ptrmapPut(BtShared *pBt, Pgno key, u8 eType, Pgno parent, int *pRC){ key 47895 third_party/sqlite/amalgamation/sqlite3.c if( key==0 ){ key 47899 third_party/sqlite/amalgamation/sqlite3.c iPtrmap = PTRMAP_PAGENO(pBt, key); key 47905 third_party/sqlite/amalgamation/sqlite3.c offset = PTRMAP_PTROFFSET(iPtrmap, key); key 47913 third_party/sqlite/amalgamation/sqlite3.c TRACE(("PTRMAP_UPDATE: %d->(%d,%d)\n", key, eType, parent)); key 47932 third_party/sqlite/amalgamation/sqlite3.c static int ptrmapGet(BtShared *pBt, Pgno key, u8 *pEType, Pgno *pPgno){ key 47941 third_party/sqlite/amalgamation/sqlite3.c iPtrmap = PTRMAP_PAGENO(pBt, key); key 47948 third_party/sqlite/amalgamation/sqlite3.c offset = PTRMAP_PTROFFSET(iPtrmap, key); key 53516 third_party/sqlite/amalgamation/sqlite3.c u32 key = get4byte(&apNew[i]->aData[8]); key 53517 third_party/sqlite/amalgamation/sqlite3.c ptrmapPut(pBt, key, PTRMAP_BTREE, apNew[i]->pgno, &rc); key 56869 third_party/sqlite/amalgamation/sqlite3.c int key, /* If true, retrieve from the btree key, not data. */ key 56881 third_party/sqlite/amalgamation/sqlite3.c if( key ){ key 56896 third_party/sqlite/amalgamation/sqlite3.c if( key ){ key 102699 third_party/sqlite/amalgamation/sqlite3.c struct AttachKey { int type; Token key; }; key 5854 third_party/sqlite/amalgamation/sqlite3.h void *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag); key 762 third_party/sqlite/src/src/btree.c static void ptrmapPut(BtShared *pBt, Pgno key, u8 eType, Pgno parent, int *pRC){ key 776 third_party/sqlite/src/src/btree.c if( key==0 ){ key 780 third_party/sqlite/src/src/btree.c iPtrmap = PTRMAP_PAGENO(pBt, key); key 786 third_party/sqlite/src/src/btree.c offset = PTRMAP_PTROFFSET(iPtrmap, key); key 794 third_party/sqlite/src/src/btree.c TRACE(("PTRMAP_UPDATE: %d->(%d,%d)\n", key, eType, parent)); key 813 third_party/sqlite/src/src/btree.c static int ptrmapGet(BtShared *pBt, Pgno key, u8 *pEType, Pgno *pPgno){ key 822 third_party/sqlite/src/src/btree.c iPtrmap = PTRMAP_PAGENO(pBt, key); key 829 third_party/sqlite/src/src/btree.c offset = PTRMAP_PTROFFSET(iPtrmap, key); key 6397 third_party/sqlite/src/src/btree.c u32 key = get4byte(&apNew[i]->aData[8]); key 6398 third_party/sqlite/src/src/btree.c ptrmapPut(pBt, key, PTRMAP_BTREE, apNew[i]->pgno, &rc); key 97 third_party/sqlite/src/src/parse.y struct AttachKey { int type; Token key; }; key 109 third_party/sqlite/src/src/test_pcache.c unsigned key; /* The key for this page. 0 means unallocated */ key 150 third_party/sqlite/src/src/test_pcache.c p->a[i].key = 0; key 186 third_party/sqlite/src/src/test_pcache.c unsigned key, key 197 third_party/sqlite/src/src/test_pcache.c if( p->a[i].key==key ){ key 237 third_party/sqlite/src/src/test_pcache.c if( p->a[j].key==0 ){ key 238 third_party/sqlite/src/src/test_pcache.c p->a[j].key = key; key 263 third_party/sqlite/src/src/test_pcache.c if( p->a[j].key>0 && p->a[j].isPinned==0 ){ key 264 third_party/sqlite/src/src/test_pcache.c p->a[j].key = key; key 310 third_party/sqlite/src/src/test_pcache.c p->a[i].key = 0; key 342 third_party/sqlite/src/src/test_pcache.c if( p->a[i].key==newKey ){ key 345 third_party/sqlite/src/src/test_pcache.c p->a[i].key = 0; key 355 third_party/sqlite/src/src/test_pcache.c if( p->a[i].key==oldKey ){ key 360 third_party/sqlite/src/src/test_pcache.c p->a[i].key = newKey; key 381 third_party/sqlite/src/src/test_pcache.c if( p->a[i].key>=iLimit ){ key 382 third_party/sqlite/src/src/test_pcache.c p->a[i].key = 0; key 904 third_party/sqlite/src/src/vdbemem.c int key, /* If true, retrieve from the btree key, not data. */ key 916 third_party/sqlite/src/src/vdbemem.c if( key ){ key 931 third_party/sqlite/src/src/vdbemem.c if( key ){ key 4396 third_party/sqlite/src/tool/lemon.c const char *Strsafe_find(const char *key) key 4402 third_party/sqlite/src/tool/lemon.c h = strhash(key) & (x1a->size-1); key 4405 third_party/sqlite/src/tool/lemon.c if( strcmp(np->data,key)==0 ) break; key 4477 third_party/sqlite/src/tool/lemon.c const char *key; /* The key */ key 4506 third_party/sqlite/src/tool/lemon.c int Symbol_insert(struct symbol *data, const char *key) key 4513 third_party/sqlite/src/tool/lemon.c ph = strhash(key); key 4517 third_party/sqlite/src/tool/lemon.c if( strcmp(np->key,key)==0 ){ key 4538 third_party/sqlite/src/tool/lemon.c h = strhash(oldnp->key) & (size-1); key 4542 third_party/sqlite/src/tool/lemon.c newnp->key = oldnp->key; key 4553 third_party/sqlite/src/tool/lemon.c np->key = key; key 4564 third_party/sqlite/src/tool/lemon.c struct symbol *Symbol_find(const char *key) key 4570 third_party/sqlite/src/tool/lemon.c h = strhash(key) & (x2a->size-1); key 4573 third_party/sqlite/src/tool/lemon.c if( strcmp(np->key,key)==0 ) break; key 4676 third_party/sqlite/src/tool/lemon.c struct config *key; /* The key */ key 4705 third_party/sqlite/src/tool/lemon.c int State_insert(struct state *data, struct config *key) key 4712 third_party/sqlite/src/tool/lemon.c ph = statehash(key); key 4716 third_party/sqlite/src/tool/lemon.c if( statecmp(np->key,key)==0 ){ key 4737 third_party/sqlite/src/tool/lemon.c h = statehash(oldnp->key) & (size-1); key 4741 third_party/sqlite/src/tool/lemon.c newnp->key = oldnp->key; key 4752 third_party/sqlite/src/tool/lemon.c np->key = key; key 4763 third_party/sqlite/src/tool/lemon.c struct state *State_find(struct config *key) key 4769 third_party/sqlite/src/tool/lemon.c h = statehash(key) & (x3a->size-1); key 4772 third_party/sqlite/src/tool/lemon.c if( statecmp(np->key,key)==0 ) break; key 4903 third_party/sqlite/src/tool/lemon.c struct config *Configtable_find(struct config *key) key 4909 third_party/sqlite/src/tool/lemon.c h = confighash(key) & (x4a->size-1); key 4912 third_party/sqlite/src/tool/lemon.c if( Configcmp((const char *) np->data,(const char *) key)==0 ) break; key 540 third_party/talloc/libreplace/crypt.c static void ufc_mk_keytab(char *key) key 552 third_party/talloc/libreplace/crypt.c v1 |= k1[*key & 0x7f]; k1 += 128; key 553 third_party/talloc/libreplace/crypt.c v2 |= k1[*key++ & 0x7f]; k1 += 128; key 655 third_party/talloc/libreplace/crypt.c char *ufc_crypt(const char *key,const char *salt) key 668 third_party/talloc/libreplace/crypt.c StrnCpy(ktab, key, 8); key 699 third_party/talloc/libreplace/replace.h char *ufc_crypt(const char *key, const char *salt); key 195 third_party/talloc/libreplace/test/testsuite.c #define TEST_SETENV(key, value, overwrite, result) do { \ key 198 third_party/talloc/libreplace/test/testsuite.c _ret = setenv(key, value, overwrite); \ key 203 third_party/talloc/libreplace/test/testsuite.c key, value, overwrite); \ key 206 third_party/talloc/libreplace/test/testsuite.c _v=getenv(key); \ key 211 third_party/talloc/libreplace/test/testsuite.c key); \ key 218 third_party/talloc/libreplace/test/testsuite.c key, result, _v); \ key 223 third_party/talloc/libreplace/test/testsuite.c #define TEST_UNSETENV(key) do { \ key 225 third_party/talloc/libreplace/test/testsuite.c unsetenv(key); \ key 226 third_party/talloc/libreplace/test/testsuite.c _v=getenv(key); \ key 116 third_party/tcmalloc/chromium/src/addressmap-inl.h inline const Value* Find(Key key) const; key 117 third_party/tcmalloc/chromium/src/addressmap-inl.h inline Value* FindMutable(Key key); key 121 third_party/tcmalloc/chromium/src/addressmap-inl.h void Insert(Key key, Value value); key 126 third_party/tcmalloc/chromium/src/addressmap-inl.h bool FindAndRemove(Key key, Value* removed_value); key 138 third_party/tcmalloc/chromium/src/addressmap-inl.h Key key, Key* res_key); key 164 third_party/tcmalloc/chromium/src/addressmap-inl.h Key key; key 289 third_party/tcmalloc/chromium/src/addressmap-inl.h inline const Value* AddressMap<Value>::Find(Key key) const { key 290 third_party/tcmalloc/chromium/src/addressmap-inl.h return const_cast<AddressMap*>(this)->FindMutable(key); key 294 third_party/tcmalloc/chromium/src/addressmap-inl.h inline Value* AddressMap<Value>::FindMutable(Key key) { key 295 third_party/tcmalloc/chromium/src/addressmap-inl.h const Number num = reinterpret_cast<Number>(key); key 299 third_party/tcmalloc/chromium/src/addressmap-inl.h if (e->key == key) { key 308 third_party/tcmalloc/chromium/src/addressmap-inl.h void AddressMap<Value>::Insert(Key key, Value value) { key 309 third_party/tcmalloc/chromium/src/addressmap-inl.h const Number num = reinterpret_cast<Number>(key); key 315 third_party/tcmalloc/chromium/src/addressmap-inl.h if (e->key == key) { key 333 third_party/tcmalloc/chromium/src/addressmap-inl.h e->key = key; key 340 third_party/tcmalloc/chromium/src/addressmap-inl.h bool AddressMap<Value>::FindAndRemove(Key key, Value* removed_value) { key 341 third_party/tcmalloc/chromium/src/addressmap-inl.h const Number num = reinterpret_cast<Number>(key); key 346 third_party/tcmalloc/chromium/src/addressmap-inl.h if (e->key == key) { key 361 third_party/tcmalloc/chromium/src/addressmap-inl.h Key key, key 363 third_party/tcmalloc/chromium/src/addressmap-inl.h const Number key_num = reinterpret_cast<Number>(key); key 372 third_party/tcmalloc/chromium/src/addressmap-inl.h const Number e_num = reinterpret_cast<Number>(e->key); key 376 third_party/tcmalloc/chromium/src/addressmap-inl.h *res_key = e->key; key 414 third_party/tcmalloc/chromium/src/addressmap-inl.h callback(e->key, &e->value, arg); key 173 third_party/tcmalloc/chromium/src/heap-profile-table.cc const void* const key[]) { key 177 third_party/tcmalloc/chromium/src/heap-profile-table.cc h += reinterpret_cast<uintptr_t>(key[i]); key 189 third_party/tcmalloc/chromium/src/heap-profile-table.cc equal(key, key + depth, b->stack)) { key 195 third_party/tcmalloc/chromium/src/heap-profile-table.cc const size_t key_size = sizeof(key[0]) * depth; key 197 third_party/tcmalloc/chromium/src/heap-profile-table.cc copy(key, key + depth, kcopy); key 462 third_party/tcmalloc/chromium/src/heap-profile-table.cc const void* key = NULL; key 464 third_party/tcmalloc/chromium/src/heap-profile-table.cc key = type->name(); key 466 third_party/tcmalloc/chromium/src/heap-profile-table.cc TypeCount* count = type_size_map->FindMutable(key); key 471 third_party/tcmalloc/chromium/src/heap-profile-table.cc type_size_map->Insert(key, TypeCount(value->bytes, 1)); key 373 third_party/tcmalloc/chromium/src/heap-profile-table.h Bucket* GetBucket(int depth, const void* const key[]); key 74 third_party/tcmalloc/chromium/src/maybe_threads.cc int perftools_pthread_key_create(pthread_key_t *key, key 77 third_party/tcmalloc/chromium/src/maybe_threads.cc return pthread_key_create(key, destr_function); key 80 third_party/tcmalloc/chromium/src/maybe_threads.cc *key = (pthread_key_t)(next_key++); key 85 third_party/tcmalloc/chromium/src/maybe_threads.cc void *perftools_pthread_getspecific(pthread_key_t key) { key 87 third_party/tcmalloc/chromium/src/maybe_threads.cc return pthread_getspecific(key); key 89 third_party/tcmalloc/chromium/src/maybe_threads.cc return perftools_pthread_specific_vals[(int)key]; key 93 third_party/tcmalloc/chromium/src/maybe_threads.cc int perftools_pthread_setspecific(pthread_key_t key, void *val) { key 95 third_party/tcmalloc/chromium/src/maybe_threads.cc return pthread_setspecific(key, val); key 97 third_party/tcmalloc/chromium/src/maybe_threads.cc perftools_pthread_specific_vals[(int)key] = val; key 45 third_party/tcmalloc/chromium/src/maybe_threads.h int perftools_pthread_key_create(pthread_key_t *key, key 47 third_party/tcmalloc/chromium/src/maybe_threads.h void *perftools_pthread_getspecific(pthread_key_t key); key 48 third_party/tcmalloc/chromium/src/maybe_threads.h int perftools_pthread_setspecific(pthread_key_t key, void *val); key 377 third_party/tcmalloc/chromium/src/memory_region_map.cc const void* const key[]) { key 382 third_party/tcmalloc/chromium/src/memory_region_map.cc hash += reinterpret_cast<uintptr_t>(key[i]); key 395 third_party/tcmalloc/chromium/src/memory_region_map.cc std::equal(key, key + depth, bucket->stack)) { key 401 third_party/tcmalloc/chromium/src/memory_region_map.cc const size_t key_size = sizeof(key[0]) * depth; key 405 third_party/tcmalloc/chromium/src/memory_region_map.cc std::copy(key, key + depth, key_copy); key 416 third_party/tcmalloc/chromium/src/memory_region_map.cc std::copy(key, key + depth, key_copy); key 239 third_party/tcmalloc/chromium/src/memory_region_map.h static HeapProfileBucket* GetBucket(int depth, const void* const key[]); key 382 third_party/tcmalloc/chromium/src/memory_region_map.h const void* const key[], key 158 third_party/tcmalloc/chromium/src/packed-cache-inl.h void Put(K key, V value) { key 159 third_party/tcmalloc/chromium/src/packed-cache-inl.h ASSERT(key == (key & kKeyMask)); key 161 third_party/tcmalloc/chromium/src/packed-cache-inl.h array_[Hash(key)] = KeyToUpper(key) | value; key 164 third_party/tcmalloc/chromium/src/packed-cache-inl.h bool Has(K key) const { key 165 third_party/tcmalloc/chromium/src/packed-cache-inl.h ASSERT(key == (key & kKeyMask)); key 166 third_party/tcmalloc/chromium/src/packed-cache-inl.h return KeyMatch(array_[Hash(key)], key); key 169 third_party/tcmalloc/chromium/src/packed-cache-inl.h V GetOrDefault(K key, V default_value) const { key 174 third_party/tcmalloc/chromium/src/packed-cache-inl.h ASSERT(key == (key & kKeyMask)); key 175 third_party/tcmalloc/chromium/src/packed-cache-inl.h T entry = array_[Hash(key)]; key 176 third_party/tcmalloc/chromium/src/packed-cache-inl.h return KeyMatch(entry, key) ? EntryToValue(entry) : default_value; key 210 third_party/tcmalloc/chromium/src/packed-cache-inl.h static size_t Hash(K key) { key 211 third_party/tcmalloc/chromium/src/packed-cache-inl.h return static_cast<size_t>(key) & N_ONES_(size_t, kHashbits); key 215 third_party/tcmalloc/chromium/src/packed-cache-inl.h static bool KeyMatch(T entry, K key) { key 217 third_party/tcmalloc/chromium/src/packed-cache-inl.h (entry >> kValuebits == key) : key 218 third_party/tcmalloc/chromium/src/packed-cache-inl.h ((KeyToUpper(key) ^ entry) & kUpperMask) == 0; key 364 third_party/tcmalloc/chromium/src/pagemap.h for (Number key = start; key <= start + n - 1; ) { key 365 third_party/tcmalloc/chromium/src/pagemap.h const Number i1 = key >> LEAF_BITS; key 380 third_party/tcmalloc/chromium/src/pagemap.h key = ((key >> LEAF_BITS) + 1) << LEAF_BITS; key 470 third_party/tcmalloc/chromium/src/pagemap.h for (Number key = start; key <= start + n - 1; ) { key 471 third_party/tcmalloc/chromium/src/pagemap.h const Number i1 = key >> (LEAF_BITS + INTERIOR_BITS); key 472 third_party/tcmalloc/chromium/src/pagemap.h const Number i2 = (key >> LEAF_BITS) & (INTERIOR_LENGTH-1); key 494 third_party/tcmalloc/chromium/src/pagemap.h key = ((key >> LEAF_BITS) + 1) << LEAF_BITS; key 806 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc static pthread_key_t key[kKeys]; key 816 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc CHECK_EQ(pthread_key_create(&key[i], KeyFree), 0); key 817 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc VLOG(2) << "pthread key " << i << " : " << key[i]; key 826 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc void* p = pthread_getspecific(key[i]); key 836 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc pthread_setspecific(key[i], p); key 185 third_party/tcmalloc/chromium/src/windows/port.cc pthread_key_t key = TlsAlloc(); key 190 third_party/tcmalloc/chromium/src/windows/port.cc destr_fn_info.key_for_destr_fn_arg = key; key 192 third_party/tcmalloc/chromium/src/windows/port.cc return key; key 143 third_party/tcmalloc/chromium/src/windows/port.h pthread_key_t key = PthreadKeyCreate(destructor); key 144 third_party/tcmalloc/chromium/src/windows/port.h if (key != TLS_OUT_OF_INDEXES) { key 145 third_party/tcmalloc/chromium/src/windows/port.h *(pkey) = key; key 152 third_party/tcmalloc/chromium/src/windows/port.h inline void* perftools_pthread_getspecific(DWORD key) { key 154 third_party/tcmalloc/chromium/src/windows/port.h void* rv = TlsGetValue(key); key 159 third_party/tcmalloc/chromium/src/windows/port.h inline int perftools_pthread_setspecific(pthread_key_t key, const void *value) { key 160 third_party/tcmalloc/chromium/src/windows/port.h if (TlsSetValue(key, (LPVOID)value)) key 116 third_party/tcmalloc/vendor/src/addressmap-inl.h inline const Value* Find(Key key) const; key 117 third_party/tcmalloc/vendor/src/addressmap-inl.h inline Value* FindMutable(Key key); key 121 third_party/tcmalloc/vendor/src/addressmap-inl.h void Insert(Key key, Value value); key 126 third_party/tcmalloc/vendor/src/addressmap-inl.h bool FindAndRemove(Key key, Value* removed_value); key 138 third_party/tcmalloc/vendor/src/addressmap-inl.h Key key, Key* res_key); key 164 third_party/tcmalloc/vendor/src/addressmap-inl.h Key key; key 289 third_party/tcmalloc/vendor/src/addressmap-inl.h inline const Value* AddressMap<Value>::Find(Key key) const { key 290 third_party/tcmalloc/vendor/src/addressmap-inl.h return const_cast<AddressMap*>(this)->FindMutable(key); key 294 third_party/tcmalloc/vendor/src/addressmap-inl.h inline Value* AddressMap<Value>::FindMutable(Key key) { key 295 third_party/tcmalloc/vendor/src/addressmap-inl.h const Number num = reinterpret_cast<Number>(key); key 299 third_party/tcmalloc/vendor/src/addressmap-inl.h if (e->key == key) { key 308 third_party/tcmalloc/vendor/src/addressmap-inl.h void AddressMap<Value>::Insert(Key key, Value value) { key 309 third_party/tcmalloc/vendor/src/addressmap-inl.h const Number num = reinterpret_cast<Number>(key); key 315 third_party/tcmalloc/vendor/src/addressmap-inl.h if (e->key == key) { key 333 third_party/tcmalloc/vendor/src/addressmap-inl.h e->key = key; key 340 third_party/tcmalloc/vendor/src/addressmap-inl.h bool AddressMap<Value>::FindAndRemove(Key key, Value* removed_value) { key 341 third_party/tcmalloc/vendor/src/addressmap-inl.h const Number num = reinterpret_cast<Number>(key); key 346 third_party/tcmalloc/vendor/src/addressmap-inl.h if (e->key == key) { key 361 third_party/tcmalloc/vendor/src/addressmap-inl.h Key key, key 363 third_party/tcmalloc/vendor/src/addressmap-inl.h const Number key_num = reinterpret_cast<Number>(key); key 372 third_party/tcmalloc/vendor/src/addressmap-inl.h const Number e_num = reinterpret_cast<Number>(e->key); key 376 third_party/tcmalloc/vendor/src/addressmap-inl.h *res_key = e->key; key 414 third_party/tcmalloc/vendor/src/addressmap-inl.h callback(e->key, &e->value, arg); key 179 third_party/tcmalloc/vendor/src/heap-profile-table.cc int depth, const void* const key[], Bucket** table, key 184 third_party/tcmalloc/vendor/src/heap-profile-table.cc h += reinterpret_cast<uintptr_t>(key[i]); key 196 third_party/tcmalloc/vendor/src/heap-profile-table.cc equal(key, key + depth, b->stack)) { key 202 third_party/tcmalloc/vendor/src/heap-profile-table.cc const size_t key_size = sizeof(key[0]) * depth; key 204 third_party/tcmalloc/vendor/src/heap-profile-table.cc copy(key, key + depth, kcopy); key 287 third_party/tcmalloc/vendor/src/heap-profile-table.h Bucket* GetBucket(int depth, const void* const key[], Bucket** table, key 74 third_party/tcmalloc/vendor/src/maybe_threads.cc int perftools_pthread_key_create(pthread_key_t *key, key 77 third_party/tcmalloc/vendor/src/maybe_threads.cc return pthread_key_create(key, destr_function); key 80 third_party/tcmalloc/vendor/src/maybe_threads.cc *key = (pthread_key_t)(next_key++); key 85 third_party/tcmalloc/vendor/src/maybe_threads.cc void *perftools_pthread_getspecific(pthread_key_t key) { key 87 third_party/tcmalloc/vendor/src/maybe_threads.cc return pthread_getspecific(key); key 89 third_party/tcmalloc/vendor/src/maybe_threads.cc return perftools_pthread_specific_vals[(int)key]; key 93 third_party/tcmalloc/vendor/src/maybe_threads.cc int perftools_pthread_setspecific(pthread_key_t key, void *val) { key 95 third_party/tcmalloc/vendor/src/maybe_threads.cc return pthread_setspecific(key, val); key 97 third_party/tcmalloc/vendor/src/maybe_threads.cc perftools_pthread_specific_vals[(int)key] = val; key 45 third_party/tcmalloc/vendor/src/maybe_threads.h int perftools_pthread_key_create(pthread_key_t *key, key 47 third_party/tcmalloc/vendor/src/maybe_threads.h void *perftools_pthread_getspecific(pthread_key_t key); key 48 third_party/tcmalloc/vendor/src/maybe_threads.h int perftools_pthread_setspecific(pthread_key_t key, void *val); key 156 third_party/tcmalloc/vendor/src/packed-cache-inl.h void Put(K key, V value) { key 157 third_party/tcmalloc/vendor/src/packed-cache-inl.h ASSERT(key == (key & kKeyMask)); key 159 third_party/tcmalloc/vendor/src/packed-cache-inl.h array_[Hash(key)] = KeyToUpper(key) | value; key 162 third_party/tcmalloc/vendor/src/packed-cache-inl.h bool Has(K key) const { key 163 third_party/tcmalloc/vendor/src/packed-cache-inl.h ASSERT(key == (key & kKeyMask)); key 164 third_party/tcmalloc/vendor/src/packed-cache-inl.h return KeyMatch(array_[Hash(key)], key); key 167 third_party/tcmalloc/vendor/src/packed-cache-inl.h V GetOrDefault(K key, V default_value) const { key 172 third_party/tcmalloc/vendor/src/packed-cache-inl.h ASSERT(key == (key & kKeyMask)); key 173 third_party/tcmalloc/vendor/src/packed-cache-inl.h T entry = array_[Hash(key)]; key 174 third_party/tcmalloc/vendor/src/packed-cache-inl.h return KeyMatch(entry, key) ? EntryToValue(entry) : default_value; key 208 third_party/tcmalloc/vendor/src/packed-cache-inl.h static size_t Hash(K key) { key 209 third_party/tcmalloc/vendor/src/packed-cache-inl.h return static_cast<size_t>(key) & N_ONES_(size_t, kHashbits); key 213 third_party/tcmalloc/vendor/src/packed-cache-inl.h static bool KeyMatch(T entry, K key) { key 215 third_party/tcmalloc/vendor/src/packed-cache-inl.h (entry >> kValuebits == key) : key 216 third_party/tcmalloc/vendor/src/packed-cache-inl.h ((KeyToUpper(key) ^ entry) & kUpperMask) == 0; key 161 third_party/tcmalloc/vendor/src/pagemap.h for (Number key = start; key <= start + n - 1; ) { key 162 third_party/tcmalloc/vendor/src/pagemap.h const Number i1 = key >> LEAF_BITS; key 177 third_party/tcmalloc/vendor/src/pagemap.h key = ((key >> LEAF_BITS) + 1) << LEAF_BITS; key 267 third_party/tcmalloc/vendor/src/pagemap.h for (Number key = start; key <= start + n - 1; ) { key 268 third_party/tcmalloc/vendor/src/pagemap.h const Number i1 = key >> (LEAF_BITS + INTERIOR_BITS); key 269 third_party/tcmalloc/vendor/src/pagemap.h const Number i2 = (key >> LEAF_BITS) & (INTERIOR_LENGTH-1); key 291 third_party/tcmalloc/vendor/src/pagemap.h key = ((key >> LEAF_BITS) + 1) << LEAF_BITS; key 806 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc static pthread_key_t key[kKeys]; key 816 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc CHECK_EQ(pthread_key_create(&key[i], KeyFree), 0); key 817 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc VLOG(2) << "pthread key " << i << " : " << key[i]; key 826 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc void* p = pthread_getspecific(key[i]); key 836 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc pthread_setspecific(key[i], p); key 183 third_party/tcmalloc/vendor/src/windows/port.cc pthread_key_t key = TlsAlloc(); key 188 third_party/tcmalloc/vendor/src/windows/port.cc destr_fn_info.key_for_destr_fn_arg = key; key 190 third_party/tcmalloc/vendor/src/windows/port.cc return key; key 140 third_party/tcmalloc/vendor/src/windows/port.h pthread_key_t key = PthreadKeyCreate(destructor); key 141 third_party/tcmalloc/vendor/src/windows/port.h if (key != TLS_OUT_OF_INDEXES) { key 142 third_party/tcmalloc/vendor/src/windows/port.h *(pkey) = key; key 149 third_party/tcmalloc/vendor/src/windows/port.h inline void* perftools_pthread_getspecific(DWORD key) { key 151 third_party/tcmalloc/vendor/src/windows/port.h void* rv = TlsGetValue(key); key 156 third_party/tcmalloc/vendor/src/windows/port.h inline int perftools_pthread_setspecific(pthread_key_t key, const void *value) { key 157 third_party/tcmalloc/vendor/src/windows/port.h if (TlsSetValue(key, (LPVOID)value)) key 18 tools/android/forwarder2/util.h bool DeleteRefCountedValueInMap(const K& key, Map* map) { key 19 tools/android/forwarder2/util.h const typename Map::iterator it = map->find(key); key 79 tools/android/ps_ext/ps_ext.c char key[32]; key 83 tools/android/ps_ext/ps_ext.c if (sscanf(line, "%s %lu %*s", key, &value) < 2) key 89 tools/android/ps_ext/ps_ext.c printf(" \"%s\": %lu", key, value); key 312 tools/binary_size/java/src/org/chromium/tools/binary_size/Addr2LineWorkerPool.java final String key; key 315 tools/binary_size/java/src/org/chromium/tools/binary_size/Addr2LineWorkerPool.java key = location.substring(0, indexOfColon); key 318 tools/binary_size/java/src/org/chromium/tools/binary_size/Addr2LineWorkerPool.java key = location; key 321 tools/binary_size/java/src/org/chromium/tools/binary_size/Addr2LineWorkerPool.java final String found = mFileLookupTable.get(key); key 24 tools/clang/blink_gc_plugin/JsonWriter.h void OpenList(const std::string key) { key 25 tools/clang/blink_gc_plugin/JsonWriter.h Write(key); key 50 tools/clang/blink_gc_plugin/JsonWriter.h void Write(const std::string key, const size_t val) { key 52 tools/clang/blink_gc_plugin/JsonWriter.h os_ << "\"" << key << "\":" << val; key 54 tools/clang/blink_gc_plugin/JsonWriter.h void Write(const std::string key, const std::string val) { key 56 tools/clang/blink_gc_plugin/JsonWriter.h os_ << "\"" << key << "\":\"" << val << "\""; key 393 tools/gn/scope.cc void Scope::SetProperty(const void* key, void* value) { key 395 tools/gn/scope.cc DCHECK(properties_.find(key) != properties_.end()); key 396 tools/gn/scope.cc properties_.erase(key); key 398 tools/gn/scope.cc properties_[key] = value; key 402 tools/gn/scope.cc void* Scope::GetProperty(const void* key, const Scope** found_on_scope) const { key 403 tools/gn/scope.cc PropertyMap::const_iterator found = properties_.find(key); key 410 tools/gn/scope.cc return containing()->GetProperty(key, found_on_scope); key 237 tools/gn/scope.h void SetProperty(const void* key, void* value); key 238 tools/gn/scope.h void* GetProperty(const void* key, const Scope** found_on_scope) const; key 40 tools/imagediff/image_diff_png.cc std::string key; key 418 tools/imagediff/image_diff_png.cc free(png_text_[i].key); key 440 tools/imagediff/image_diff_png.cc DCHECK(comment.key.length() < 79); key 441 tools/imagediff/image_diff_png.cc png_text_[pos].key = strdup(comment.key.substr(0, 78).c_str()); key 34 ui/aura/test/ui_controls_factory_aurawin.cc ui::KeyboardCode key, key 43 ui/aura/test/ui_controls_factory_aurawin.cc window, key, control, shift, alt, base::Closure()); key 46 ui/aura/test/ui_controls_factory_aurawin.cc ui::KeyboardCode key, key 55 ui/aura/test/ui_controls_factory_aurawin.cc return SendKeyPressImpl(window, key, control, shift, alt, task); key 87 ui/aura/test/ui_controls_factory_aurax11.cc ui::KeyboardCode key, key 94 ui/aura/test/ui_controls_factory_aurax11.cc window, key, control, shift, alt, command, base::Closure()); key 98 ui/aura/test/ui_controls_factory_aurax11.cc ui::KeyboardCode key, key 115 ui/aura/test/ui_controls_factory_aurax11.cc ui::XKeysymForWindowsKeyCode(key, shift)); key 769 ui/aura/window.cc void Window::SetNativeWindowProperty(const char* key, void* value) { key 771 ui/aura/window.cc key, key, NULL, reinterpret_cast<int64>(value), 0); key 774 ui/aura/window.cc void* Window::GetNativeWindowProperty(const char* key) const { key 775 ui/aura/window.cc return reinterpret_cast<void*>(GetPropertyInternal(key, 0)); key 830 ui/aura/window.cc int64 Window::SetPropertyInternal(const void* key, key 835 ui/aura/window.cc int64 old = GetPropertyInternal(key, default_value); key 837 ui/aura/window.cc prop_map_.erase(key); key 843 ui/aura/window.cc prop_map_[key] = prop_value; key 846 ui/aura/window.cc OnWindowPropertyChanged(this, key, old)); key 850 ui/aura/window.cc int64 Window::GetPropertyInternal(const void* key, key 852 ui/aura/window.cc std::map<const void*, Value>::const_iterator iter = prop_map_.find(key); key 314 ui/aura/window.h void SetNativeWindowProperty(const char* key, void* value); key 315 ui/aura/window.h void* GetNativeWindowProperty(const char* key) const; key 343 ui/aura/window.h int64 SetPropertyInternal(const void* key, key 348 ui/aura/window.h int64 GetPropertyInternal(const void* key, int64 default_value) const; key 63 ui/aura/window_observer.h const void* key, key 92 ui/aura/window_targeter.cc const ui::KeyEvent& key) { key 94 ui/aura/window_targeter.cc if (key.key_code() == ui::VKEY_UNKNOWN) key 1739 ui/aura/window_unittest.cc const void* key, key 1741 ui/aura/window_unittest.cc property_key_ = key; key 184 ui/base/accelerators/accelerator.cc wchar_t key; key 186 ui/base/accelerators/accelerator.cc key = key_code_; key 188 ui/base/accelerators/accelerator.cc key = LOWORD(::MapVirtualKeyW(key_code_, MAPVK_VK_TO_CHAR)); key 189 ui/base/accelerators/accelerator.cc shortcut += key; key 390 ui/base/clipboard/clipboard.h void InsertMapping(const char* key, char* data, size_t data_len); key 251 ui/base/clipboard/clipboard_aurax11.cc void InsertMapping(const std::string& key, key 375 ui/base/clipboard/clipboard_aurax11.cc const std::string& key, key 377 ui/base/clipboard/clipboard_aurax11.cc ::Atom atom_key = atom_cache_.GetAtom(key.c_str()); key 658 ui/base/clipboard/clipboard_gtk.cc void Clipboard::InsertMapping(const char* key, key 661 ui/base/clipboard/clipboard_gtk.cc DCHECK(clipboard_data_->find(key) == clipboard_data_->end()); key 662 ui/base/clipboard/clipboard_gtk.cc (*clipboard_data_)[key] = std::make_pair(data, data_len); key 15 ui/base/gtk/event_synthesis_gtk.cc event->key.type = press ? GDK_KEY_PRESS : GDK_KEY_RELEASE; key 16 ui/base/gtk/event_synthesis_gtk.cc event->key.window = window; key 19 ui/base/gtk/event_synthesis_gtk.cc event->key.send_event = false; key 23 ui/base/gtk/event_synthesis_gtk.cc event->key.time = ts.tv_sec * 1000 + ts.tv_nsec / 1000000; key 25 ui/base/gtk/event_synthesis_gtk.cc event->key.state = state; key 26 ui/base/gtk/event_synthesis_gtk.cc event->key.keyval = gdk_key; key 30 ui/base/gtk/event_synthesis_gtk.cc if (event->key.keyval != 0 && key 32 ui/base/gtk/event_synthesis_gtk.cc event->key.keyval, &keys, &n_keys)) { key 33 ui/base/gtk/event_synthesis_gtk.cc event->key.hardware_keycode = keys[0].keycode; key 34 ui/base/gtk/event_synthesis_gtk.cc event->key.group = keys[0].group; key 42 ui/base/gtk/event_synthesis_gtk.cc KeyboardCode key, key 67 ui/base/gtk/event_synthesis_gtk.cc guint gdk_key = GdkKeyCodeForWindowsKeyCode(key, shift); key 30 ui/base/gtk/event_synthesis_gtk.h KeyboardCode key, key 20 ui/base/ime/chromeos/character_composer_unittest.cc uint key, key 23 ui/base/ime/chromeos/character_composer_unittest.cc return character_composer->FilterKeyPressInternal(key, keycode, flags); key 28 ui/base/ime/chromeos/character_composer_unittest.cc uint key, key 31 ui/base/ime/chromeos/character_composer_unittest.cc EXPECT_FALSE(character_composer->FilterKeyPressInternal(key, keycode, key 38 ui/base/ime/chromeos/character_composer_unittest.cc uint key, key 41 ui/base/ime/chromeos/character_composer_unittest.cc EXPECT_TRUE(character_composer->FilterKeyPressInternal(key, keycode, key 48 ui/base/ime/chromeos/character_composer_unittest.cc uint key, key 50 ui/base/ime/chromeos/character_composer_unittest.cc ExpectKeyNotFilteredWithKeyCode(character_composer, key, 0, flags); key 55 ui/base/ime/chromeos/character_composer_unittest.cc uint key, key 57 ui/base/ime/chromeos/character_composer_unittest.cc ExpectKeyFilteredWithKeycode(character_composer, key, 0, flags); key 121 ui/base/ime/input_method_win.cc const ui::KeyEvent key(native_key_event, key 123 ui/base/ime/input_method_win.cc ui::KeyboardCode code = key.key_code(); key 124 ui/base/ime/input_method_win.cc if (key.type() == ui::ET_KEY_PRESSED) { key 132 ui/base/ime/input_method_win.cc } else if (key.type() == ui::ET_KEY_RELEASED && key 31 ui/base/resource/data_pack.cc uint16 key = *reinterpret_cast<const uint16*>(void_key); key 34 ui/base/resource/data_pack.cc if (key < entry->resource_id) { key 36 ui/base/resource/data_pack.cc } else if (key > entry->resource_id) { key 75 ui/base/resource/resource_bundle_gtk.cc int key = rtl == RTL_ENABLED ? -resource_id : resource_id; key 80 ui/base/resource/resource_bundle_gtk.cc if (images_.count(key)) key 81 ui/base/resource/resource_bundle_gtk.cc return images_[key]; key 105 ui/base/resource/resource_bundle_gtk.cc if (images_.count(key)) key 106 ui/base/resource/resource_bundle_gtk.cc return images_[key]; key 108 ui/base/resource/resource_bundle_gtk.cc images_[key] = image; key 109 ui/base/resource/resource_bundle_gtk.cc return images_[key]; key 48 ui/base/test/ui_controls.h ui::KeyboardCode key, key 54 ui/base/test/ui_controls.h ui::KeyboardCode key, key 21 ui/base/test/ui_controls_aura.cc ui::KeyboardCode key, key 28 ui/base/test/ui_controls_aura.cc window, key, control, shift, alt, command); key 33 ui/base/test/ui_controls_aura.cc ui::KeyboardCode key, key 41 ui/base/test/ui_controls_aura.cc window, key, control, shift, alt, command, task); key 22 ui/base/test/ui_controls_aura.h ui::KeyboardCode key, key 28 ui/base/test/ui_controls_aura.h ui::KeyboardCode key, key 103 ui/base/test/ui_controls_gtk.cc ui::KeyboardCode key, key 135 ui/base/test/ui_controls_gtk.cc ui::SynthesizeKeyPressEvents(event_window, key, control, shift, alt, &events); key 147 ui/base/test/ui_controls_gtk.cc ui::KeyboardCode key, key 164 ui/base/test/ui_controls_gtk.cc return SendKeyPress(window, key, control, shift, alt, command); key 141 ui/base/test/ui_controls_internal_win.cc bool FillKeyboardInput(ui::KeyboardCode key, INPUT* input, bool key_up) { key 144 ui/base/test/ui_controls_internal_win.cc input->ki.wVk = ui::WindowsKeyCodeForKeyboardCode(key); key 152 ui/base/test/ui_controls_internal_win.cc bool SendKeyEvent(ui::KeyboardCode key, bool up) { key 155 ui/base/test/ui_controls_internal_win.cc if (!FillKeyboardInput(key, &input, up)) key 170 ui/base/test/ui_controls_internal_win.cc ui::KeyboardCode key, key 192 ui/base/test/ui_controls_internal_win.cc WPARAM w_param = ui::WindowsKeyCodeForKeyboardCode(key); key 223 ui/base/test/ui_controls_internal_win.cc if (!FillKeyboardInput(key, &input[i], false)) key 227 ui/base/test/ui_controls_internal_win.cc if (!FillKeyboardInput(key, &input[i], true)) key 18 ui/base/test/ui_controls_internal_win.h ui::KeyboardCode key, key 20 ui/base/test/ui_controls_win.cc ui::KeyboardCode key, key 27 ui/base/test/ui_controls_win.cc return internal::SendKeyPressImpl(window, key, control, shift, alt, key 32 ui/base/test/ui_controls_win.cc ui::KeyboardCode key, key 40 ui/base/test/ui_controls_win.cc return internal::SendKeyPressImpl(window, key, control, shift, alt, task); key 19 ui/base/ui_base_paths.cc bool PathProvider(int key, base::FilePath* result) { key 25 ui/base/ui_base_paths.cc switch (key) { key 17 ui/base/view_prop.cc const char* key, key 22 ui/base/view_prop.cc scoped_refptr<Data> new_data(new Data(view, key)); key 54 ui/base/view_prop.cc Data(gfx::AcceleratedWidget view, const char* key) key 56 ui/base/view_prop.cc key_(key), key 80 ui/base/view_prop.cc ViewProp::ViewProp(gfx::AcceleratedWidget view, const char* key, void* data) { key 81 ui/base/view_prop.cc Data::Get(view, key, true, &data_); key 92 ui/base/view_prop.cc void* ViewProp::GetValue(gfx::AcceleratedWidget view, const char* key) { key 94 ui/base/view_prop.cc Data::Get(view, key, false, &data); key 100 ui/base/view_prop.cc return data_->key(); key 30 ui/base/view_prop.h ViewProp(gfx::AcceleratedWidget view, const char* key, void* data); key 35 ui/base/view_prop.h static void* GetValue(gfx::AcceleratedWidget view, const char* key); key 590 ui/events/event.cc const int key = key_code(); key 591 ui/events/event.cc if (key >= VKEY_NUMPAD0 && key <= VKEY_NUMPAD9) key 597 ui/events/event.cc (key == VKEY_INSERT || key == VKEY_END || key == VKEY_DOWN || key 598 ui/events/event.cc key == VKEY_NEXT || key == VKEY_LEFT || key == VKEY_CLEAR || key 599 ui/events/event.cc key == VKEY_RIGHT || key == VKEY_HOME || key == VKEY_UP || key 600 ui/events/event.cc key == VKEY_PRIOR)); key 177 ui/events/event_unittest.cc KeyEvent key(ET_KEY_PRESSED, key 181 ui/events/event_unittest.cc EXPECT_EQ(kTestData[i].character, key.GetCharacter()) key 187 ui/events/event_unittest.cc KeyEvent key(ET_KEY_PRESSED, VKEY_UNKNOWN, EF_SHIFT_DOWN, false); key 188 ui/events/event_unittest.cc key.set_character(0x1234U); key 189 ui/events/event_unittest.cc EXPECT_EQ(0x1234U, key.GetCharacter()); key 266 ui/events/event_unittest.cc KeyEvent key(ET_KEY_PRESSED, VKEY_A, EF_NONE, false); key 267 ui/events/event_unittest.cc scoped_ptr<KeyEvent> copied_key(new KeyEvent(key)); key 268 ui/events/event_unittest.cc EXPECT_EQ(copied_key->type(), key.type()); key 269 ui/events/event_unittest.cc EXPECT_EQ(copied_key->key_code(), key.key_code()); key 280 ui/events/event_unittest.cc KeyEvent key(ET_KEY_PRESSED, VKEY_SPACE, kCodeForSpace, EF_NONE, false); key 281 ui/events/event_unittest.cc EXPECT_EQ(kCodeForSpace, key.code()); key 286 ui/events/event_unittest.cc KeyEvent key(ET_KEY_PRESSED, VKEY_RETURN, kCodeForSpace, EF_NONE, false); key 287 ui/events/event_unittest.cc EXPECT_EQ(kCodeForSpace, key.code()); key 293 ui/events/event_unittest.cc KeyEvent key(ET_KEY_PRESSED, VKEY_SPACE, EF_NONE, false); key 294 ui/events/event_unittest.cc EXPECT_TRUE(key.code().empty()); key 301 ui/events/event_unittest.cc KeyEvent key(xevent, false); key 302 ui/events/event_unittest.cc EXPECT_EQ(kCodeForSpace, key.code()); key 312 ui/events/event_unittest.cc KeyEvent key(native_event, false); key 315 ui/events/event_unittest.cc EXPECT_EQ(kCodeForSpace, key.code()); key 326 ui/events/event_unittest.cc KeyEvent key(native_event, false); key 329 ui/events/event_unittest.cc EXPECT_EQ(kCodeForHome, key.code()); key 187 ui/events/latency_info.cc LatencyMap::key_type key = std::make_pair(component, id); key 188 ui/events/latency_info.cc LatencyMap::iterator it = latency_components.find(key); key 191 ui/events/latency_info.cc latency_components[key] = info; key 243 ui/events/ozone/evdev/key_event_converter_evdev.cc void KeyEventConverterEvdev::ConvertKeyEvent(int key, int value) { key 246 ui/events/ozone/evdev/key_event_converter_evdev.cc int modifier = ModifierFromButton(key); key 247 ui/events/ozone/evdev/key_event_converter_evdev.cc ui::KeyboardCode code = KeyboardCodeFromButton(key); key 250 ui/events/ozone/evdev/key_event_converter_evdev.cc if (IsLockButton(key)) { key 51 ui/events/ozone/evdev/key_event_converter_evdev.h void ConvertKeyEvent(int key, int value); key 526 ui/gfx/codec/png_codec.cc free(png_text_[i].key); key 548 ui/gfx/codec/png_codec.cc DCHECK(comment.key.length() < 79); key 549 ui/gfx/codec/png_codec.cc png_text_[pos].key = base::strdup(comment.key.substr(0, 78).c_str()); key 811 ui/gfx/codec/png_codec.cc : key(k), text(t) { key 52 ui/gfx/codec/png_codec.h std::string key; key 69 ui/gfx/font_fallback_win.cc base::win::RegKey key; key 70 ui/gfx/font_fallback_win.cc if (FAILED(key.Open(HKEY_LOCAL_MACHINE, kSystemLink, KEY_READ))) key 75 ui/gfx/font_fallback_win.cc if (FAILED(key.ReadValues(original_font_name.c_str(), &values))) { key 76 ui/gfx/font_fallback_win.cc key.Close(); key 97 ui/gfx/font_fallback_win.cc key.Close(); key 14 ui/gfx/gfx_paths.cc bool PathProvider(int key, base::FilePath* result) { key 16 ui/gfx/gfx_paths.cc switch (key) { key 13 ui/gfx/sequential_id_generator.cc void Remove(uint32 key, T* first, T* second) { key 14 ui/gfx/sequential_id_generator.cc typename T::iterator iter = first->find(key); key 246 ui/gfx/win/dpi.cc base::win::RegKey key(HKEY_CURRENT_USER, key 249 ui/gfx/win/dpi.cc if (key.Valid()) { key 251 ui/gfx/win/dpi.cc if (key.ReadValueDW(L"AppliedDPI", &value) == ERROR_SUCCESS) { key 105 ui/message_center/views/bounded_label.cc std::pair<int, int> key(width, lines); key 106 ui/message_center/views/bounded_label.cc gfx::Size size = GetCachedSize(key); key 119 ui/message_center/views/bounded_label.cc SetCachedSize(key, size); key 935 ui/shell_dialogs/select_file_dialog_win.cc std::wstring key(L"." + file_extension); key 937 ui/shell_dialogs/select_file_dialog_win.cc !base::win::RegKey(HKEY_CLASSES_ROOT, key.c_str(), KEY_READ).Valid() && key 109 ui/surface/accelerated_surface_mac.cc const CFStringRef key, key 111 ui/surface/accelerated_surface_mac.cc CFDictionaryAddValue(dictionary, key, key 116 ui/surface/accelerated_surface_mac.cc const CFStringRef key, key 120 ui/surface/accelerated_surface_mac.cc CFDictionaryAddValue(dictionary, key, number.get()); key 88 ui/views/controls/menu/menu_controller.cc bool MatchesMnemonic(MenuItemView* menu, base::char16 key) { key 89 ui/views/controls/menu/menu_controller.cc return key != 0 && menu->GetMnemonic() == key; key 94 ui/views/controls/menu/menu_controller.cc bool TitleMatchesMnemonic(MenuItemView* menu, base::char16 key) { key 99 ui/views/controls/menu/menu_controller.cc return !lower_title.empty() && lower_title[0] == key; key 2033 ui/views/controls/menu/menu_controller.cc base::char16 key, key 2045 ui/views/controls/menu/menu_controller.cc if (match_function(child, key)) { key 2087 ui/views/controls/menu/menu_controller.cc base::char16 key = base::i18n::ToLower(char_array)[0]; key 2099 ui/views/controls/menu/menu_controller.cc FindChildForMnemonic(item, key, &MatchesMnemonic); key 2107 ui/views/controls/menu/menu_controller.cc details = FindChildForMnemonic(item, key, &TitleMatchesMnemonic); key 416 ui/views/controls/menu/menu_controller.h base::char16 key, key 426 ui/views/controls/menu/menu_controller.h bool SelectByChar(base::char16 key); key 261 ui/views/focus/focus_manager.h void MaybeResetMenuKeyState(const ui::KeyEvent& key); key 71 ui/views/ime/input_method.h virtual void DispatchKeyEvent(const ui::KeyEvent& key) = 0; key 77 ui/views/ime/input_method_base.cc void InputMethodBase::DispatchKeyEventPostIME(const ui::KeyEvent& key) const { key 79 ui/views/ime/input_method_base.cc delegate_->DispatchKeyEventPostIME(key); key 59 ui/views/ime/input_method_base.h void DispatchKeyEventPostIME(const ui::KeyEvent& key) const; key 121 ui/views/ime/input_method_bridge.cc void InputMethodBridge::DispatchKeyEvent(const ui::KeyEvent& key) { key 122 ui/views/ime/input_method_bridge.cc DCHECK(key.type() == ui::ET_KEY_PRESSED || key.type() == ui::ET_KEY_RELEASED); key 126 ui/views/ime/input_method_bridge.cc DispatchKeyEventPostIME(key); key 42 ui/views/ime/input_method_bridge.h virtual void DispatchKeyEvent(const ui::KeyEvent& key) OVERRIDE; key 25 ui/views/ime/input_method_delegate.h virtual void DispatchKeyEventPostIME(const ui::KeyEvent& key) = 0; key 61 ui/views/ime/mock_input_method.cc void MockInputMethod::DispatchKeyEvent(const ui::KeyEvent& key) { key 69 ui/views/ime/mock_input_method.cc key.flags(), key 70 ui/views/ime/mock_input_method.cc key.is_char()); key 73 ui/views/ime/mock_input_method.cc DispatchKeyEventPostIME(key); key 90 ui/views/ime/mock_input_method.cc } else if (key.type() == ui::ET_KEY_PRESSED) { key 91 ui/views/ime/mock_input_method.cc base::char16 ch = key.GetCharacter(); key 92 ui/views/ime/mock_input_method.cc client->InsertChar(ch, key.flags()); key 31 ui/views/ime/mock_input_method.h virtual void DispatchKeyEvent(const ui::KeyEvent& key) OVERRIDE; key 108 ui/views/test/ui_controls_factory_desktop_aurax11.cc ui::KeyboardCode key, key 115 ui/views/test/ui_controls_factory_desktop_aurax11.cc window, key, control, shift, alt, command, base::Closure()); key 120 ui/views/test/ui_controls_factory_desktop_aurax11.cc ui::KeyboardCode key, key 141 ui/views/test/ui_controls_factory_desktop_aurax11.cc ui::XKeysymForWindowsKeyCode(key, shift)); key 32 ui/views/view_targeter.cc View* ViewTargeter::FindTargetForKeyEvent(View* view, const ui::KeyEvent& key) { key 33 ui/views/view_targeter.h View* FindTargetForKeyEvent(View* view, const ui::KeyEvent& key); key 1091 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc void DesktopNativeWidgetAura::DispatchKeyEventPostIME(const ui::KeyEvent& key) { key 1094 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc native_widget_delegate_->OnKeyEvent(const_cast<ui::KeyEvent*>(&key)); key 1095 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc if (key.handled() || !focus_manager) key 1097 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc focus_manager->OnKeyEvent(key); key 222 ui/views/widget/desktop_aura/desktop_native_widget_aura.h virtual void DispatchKeyEventPostIME(const ui::KeyEvent& key) OVERRIDE; key 696 ui/views/widget/native_widget_aura.cc void NativeWidgetAura::DispatchKeyEventPostIME(const ui::KeyEvent& key) { key 698 ui/views/widget/native_widget_aura.cc delegate_->OnKeyEvent(const_cast<ui::KeyEvent*>(&key)); key 699 ui/views/widget/native_widget_aura.cc if (key.handled() || !focus_manager) key 701 ui/views/widget/native_widget_aura.cc focus_manager->OnKeyEvent(key); key 140 ui/views/widget/native_widget_aura.h virtual void DispatchKeyEventPostIME(const ui::KeyEvent& key) OVERRIDE; key 73 ui/views/widget/window_reorderer.cc const void* key, key 109 ui/views/widget/window_reorderer.cc const void* key, key 111 ui/views/widget/window_reorderer.cc if (key == kHostViewKey) key 873 ui/views/win/hwnd_message_handler.cc void HWNDMessageHandler::DispatchKeyEventPostIME(const ui::KeyEvent& key) { key 874 ui/views/win/hwnd_message_handler.cc SetMsgHandled(delegate_->HandleKeyEvent(key)); key 1495 ui/views/win/hwnd_message_handler.cc ui::KeyEvent key(msg, message == WM_CHAR); key 1496 ui/views/win/hwnd_message_handler.cc if (!delegate_->HandleUntranslatedKeyEvent(key)) key 1497 ui/views/win/hwnd_message_handler.cc DispatchKeyEventPostIME(key); key 205 ui/views/win/hwnd_message_handler.h virtual void DispatchKeyEventPostIME(const ui::KeyEvent& key) OVERRIDE; key 46 ui/wm/core/compound_event_filter.cc for (int key = ui::VKEY_F1; key <= ui::VKEY_F24; ++key) key 47 ui/wm/core/compound_event_filter.cc ignored_keys.insert(key); key 50 ui/wm/core/compound_event_filter.cc for (int key = ui::VKEY_BROWSER_BACK; key <= ui::VKEY_MEDIA_LAUNCH_APP2; key 51 ui/wm/core/compound_event_filter.cc ++key) { key 52 ui/wm/core/compound_event_filter.cc ignored_keys.insert(key); key 66 ui/wm/core/compound_event_filter_unittest.cc ui::KeyEvent key(ui::ET_KEY_PRESSED, ui::VKEY_A, 0, true); key 67 ui/wm/core/compound_event_filter_unittest.cc DispatchEventUsingWindowDispatcher(&key); key 89 ui/wm/core/compound_event_filter_unittest.cc DispatchEventUsingWindowDispatcher(&key); key 92 ui/wm/core/shadow_controller.cc aura::Window* window, const void* key, intptr_t old) OVERRIDE; key 158 ui/wm/core/shadow_controller.cc const void* key, key 160 ui/wm/core/shadow_controller.cc if (key == kShadowTypeKey) { key 147 ui/wm/core/window_modality_controller.cc const void* key, key 151 ui/wm/core/window_modality_controller.cc if (key == aura::client::kModalKey && key 50 ui/wm/core/window_modality_controller.h const void* key, key 658 url/third_party/mozilla/url_parse.cc Component* key, key 669 url/third_party/mozilla/url_parse.cc key->begin = cur; key 672 url/third_party/mozilla/url_parse.cc key->len = cur - key->begin; key 840 url/third_party/mozilla/url_parse.cc Component* key, key 842 url/third_party/mozilla/url_parse.cc return DoExtractQueryKeyValue(url, query, key, value); key 847 url/third_party/mozilla/url_parse.cc Component* key, key 849 url/third_party/mozilla/url_parse.cc return DoExtractQueryKeyValue(url, query, key, value); key 363 url/third_party/mozilla/url_parse.h Component* key, key 367 url/third_party/mozilla/url_parse.h Component* key, key 539 url/url_parse_unittest.cc url_parse::Component key, value; key 540 url/url_parse_unittest.cc if (!url_parse::ExtractQueryKeyValue(url, &query, &key, &value)) { key 550 url/url_parse_unittest.cc if (strncmp(&url[key.begin], expected_key, key.len) != 0) key 118 webkit/browser/appcache/appcache_disk_cache.cc int CreateEntry(int64 key, Entry** entry, key 121 webkit/browser/appcache/appcache_disk_cache.cc base::Int64ToString(key), &entry_ptr_, key 126 webkit/browser/appcache/appcache_disk_cache.cc int OpenEntry(int64 key, Entry** entry, key 129 webkit/browser/appcache/appcache_disk_cache.cc base::Int64ToString(key), &entry_ptr_, key 134 webkit/browser/appcache/appcache_disk_cache.cc int DoomEntry(int64 key, const net::CompletionCallback& callback) { key 136 webkit/browser/appcache/appcache_disk_cache.cc base::Int64ToString(key), key 218 webkit/browser/appcache/appcache_disk_cache.cc int AppCacheDiskCache::CreateEntry(int64 key, Entry** entry, key 226 webkit/browser/appcache/appcache_disk_cache.cc pending_calls_.push_back(PendingCall(CREATE, key, entry, callback)); key 233 webkit/browser/appcache/appcache_disk_cache.cc return (new ActiveCall(this))->CreateEntry(key, entry, callback); key 236 webkit/browser/appcache/appcache_disk_cache.cc int AppCacheDiskCache::OpenEntry(int64 key, Entry** entry, key 244 webkit/browser/appcache/appcache_disk_cache.cc pending_calls_.push_back(PendingCall(OPEN, key, entry, callback)); key 251 webkit/browser/appcache/appcache_disk_cache.cc return (new ActiveCall(this))->OpenEntry(key, entry, callback); key 254 webkit/browser/appcache/appcache_disk_cache.cc int AppCacheDiskCache::DoomEntry(int64 key, key 261 webkit/browser/appcache/appcache_disk_cache.cc pending_calls_.push_back(PendingCall(DOOM, key, NULL, callback)); key 268 webkit/browser/appcache/appcache_disk_cache.cc return (new ActiveCall(this))->DoomEntry(key, callback); key 273 webkit/browser/appcache/appcache_disk_cache.cc key(0), key 278 webkit/browser/appcache/appcache_disk_cache.cc int64 key, key 282 webkit/browser/appcache/appcache_disk_cache.cc key(key), key 333 webkit/browser/appcache/appcache_disk_cache.cc rv = CreateEntry(iter->key, iter->entry, iter->callback); key 336 webkit/browser/appcache/appcache_disk_cache.cc rv = OpenEntry(iter->key, iter->entry, iter->callback); key 339 webkit/browser/appcache/appcache_disk_cache.cc rv = DoomEntry(iter->key, iter->callback); key 40 webkit/browser/appcache/appcache_disk_cache.h virtual int CreateEntry(int64 key, Entry** entry, key 42 webkit/browser/appcache/appcache_disk_cache.h virtual int OpenEntry(int64 key, Entry** entry, key 44 webkit/browser/appcache/appcache_disk_cache.h virtual int DoomEntry(int64 key, key 63 webkit/browser/appcache/appcache_disk_cache.h int64 key; key 69 webkit/browser/appcache/appcache_disk_cache.h PendingCall(PendingCallType call_type, int64 key, key 86 webkit/browser/appcache/appcache_response.h virtual int CreateEntry(int64 key, Entry** entry, key 88 webkit/browser/appcache/appcache_response.h virtual int OpenEntry(int64 key, Entry** entry, key 90 webkit/browser/appcache/appcache_response.h virtual int DoomEntry(int64 key, const net::CompletionCallback& callback) = 0; key 935 webkit/browser/fileapi/obfuscated_file_util.cc std::string key = GetDirectoryDatabaseKey(origin, type_string); key 936 webkit/browser/fileapi/obfuscated_file_util.cc if (key.empty()) key 938 webkit/browser/fileapi/obfuscated_file_util.cc DirectoryMap::iterator iter = directories_.find(key); key 1167 webkit/browser/fileapi/obfuscated_file_util.cc std::string key = GetDirectoryDatabaseKey( key 1169 webkit/browser/fileapi/obfuscated_file_util.cc if (key.empty()) key 1172 webkit/browser/fileapi/obfuscated_file_util.cc DirectoryMap::iterator iter = directories_.find(key); key 1188 webkit/browser/fileapi/obfuscated_file_util.cc directories_[key] = database; key 78 webkit/browser/fileapi/quota/quota_reservation_manager.cc std::pair<GURL, FileSystemType> key(reservation_buffer->origin(), key 80 webkit/browser/fileapi/quota/quota_reservation_manager.cc DCHECK_EQ(reservation_buffers_[key], reservation_buffer); key 81 webkit/browser/fileapi/quota/quota_reservation_manager.cc reservation_buffers_.erase(key); key 200 webkit/browser/fileapi/sandbox_directory_database.cc std::string key = itr->key().ToString(); key 201 webkit/browser/fileapi/sandbox_directory_database.cc if (StartsWithASCII(key, kChildLookupPrefix, true)) { key 205 webkit/browser/fileapi/sandbox_directory_database.cc } else if (key == kLastFileIdKey) { key 214 webkit/browser/fileapi/sandbox_directory_database.cc } else if (key == kLastIntegerKey) { key 229 webkit/browser/fileapi/sandbox_directory_database.cc if (!base::StringToInt64(key, &file_id) || file_id < 0) key 476 webkit/browser/fileapi/sandbox_directory_database.cc StartsWithASCII(iter->key().ToString(), child_key_prefix, true)) { key 48 webkit/browser/fileapi/sandbox_origin_database.cc std::string key(kOriginKeyPrefix); key 49 webkit/browser/fileapi/sandbox_origin_database.cc return key + origin; key 293 webkit/browser/fileapi/sandbox_origin_database.cc StartsWithASCII(iter->key().ToString(), origin_key_prefix, true)) { key 295 webkit/browser/fileapi/sandbox_origin_database.cc iter->key().ToString().substr(origin_key_prefix.length()); key 90 webkit/browser/quota/quota_callbacks.h bool Add(const Key& key, const CallbackType& callback) { key 91 webkit/browser/quota/quota_callbacks.h return callback_map_[key].Add(callback); key 94 webkit/browser/quota/quota_callbacks.h bool HasCallbacks(const Key& key) const { key 95 webkit/browser/quota/quota_callbacks.h return (callback_map_.find(key) != callback_map_.end()); key 109 webkit/browser/quota/quota_callbacks.h void Run(const Key& key, const Args& args) { key 110 webkit/browser/quota/quota_callbacks.h if (!this->HasCallbacks(key)) key 112 webkit/browser/quota/quota_callbacks.h CallbackQueueType& queue = callback_map_[key]; key 114 webkit/browser/quota/quota_callbacks.h callback_map_.erase(key); key 33 webkit/browser/quota/quota_database.cc bool VerifyValidQuotaConfig(const char* key) { key 34 webkit/browser/quota/quota_database.cc return (key != NULL && key 35 webkit/browser/quota/quota_database.cc (!strcmp(key, QuotaDatabase::kDesiredAvailableSpaceKey) || key 36 webkit/browser/quota/quota_database.cc !strcmp(key, QuotaDatabase::kTemporaryQuotaOverrideKey))); key 314 webkit/browser/quota/quota_database.cc bool QuotaDatabase::GetQuotaConfigValue(const char* key, int64* value) { key 317 webkit/browser/quota/quota_database.cc DCHECK(VerifyValidQuotaConfig(key)); key 318 webkit/browser/quota/quota_database.cc return meta_table_->GetValue(key, value); key 321 webkit/browser/quota/quota_database.cc bool QuotaDatabase::SetQuotaConfigValue(const char* key, int64 value) { key 324 webkit/browser/quota/quota_database.cc DCHECK(VerifyValidQuotaConfig(key)); key 325 webkit/browser/quota/quota_database.cc return meta_table_->SetValue(key, value); key 66 webkit/browser/quota/quota_database.h bool GetQuotaConfigValue(const char* key, int64* value); key 67 webkit/browser/quota/quota_database.h bool SetQuotaConfigValue(const char* key, int64 value); key 32 webkit/common/blob/shareable_file_reference.cc iterator Find(key_type key) { key 34 webkit/common/blob/shareable_file_reference.cc return file_map_.find(key); key 47 webkit/common/blob/shareable_file_reference.cc void Erase(key_type key) { key 49 webkit/common/blob/shareable_file_reference.cc file_map_.erase(key); key 88 win8/delegate_execute/chrome_util.cc base::win::RegKey key(root, reg_path_chrome_client.c_str(), KEY_QUERY_VALUE); key 90 win8/delegate_execute/chrome_util.cc return key.ReadValue(kRenameCommandValue, update_command) == ERROR_SUCCESS;