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

  /external/chromium/chrome/browser/extensions/
extension_processes_api_constants.cc 10 const char kIdKey[] = "id";
extension_cookies_api_constants.cc 16 const char kIdKey[] = "id";
extension_cookies_api_constants.h 20 extern const char kIdKey[];
extension_history_api_constants.cc 12 const char kIdKey[] = "id";
extension_history_api_constants.h 17 extern const char kIdKey[];
extension_processes_api_constants.h 15 extern const char kIdKey[];
extension_bookmarks_module_constants.cc 9 const char kIdKey[] = "id";
extension_bookmarks_module_constants.h 14 extern const char kIdKey[];
extension_tabs_module_constants.cc 17 const char kIdKey[] = "id";
extension_tabs_module_constants.h 22 extern const char kIdKey[];
extension_bookmark_helpers.cc 21 dict->SetString(keys::kIdKey, base::Int64ToString(node->id()));
extension_processes_api.cc 36 result->SetInteger(keys::kIdKey, process_id);
extension_management_api.cc 40 const char kIdKey[] = "id";
62 info->SetString(kIdKey, extension.id());
extension_history_api.cc 31 value->SetString(keys::kIdKey, base::Int64ToString(row.id()));
48 value->SetString(keys::kIdKey, base::Int64ToString(row.url_id));
extension_cookies_helpers.cc 76 result->SetString(keys::kIdKey, GetStoreIdFromProfile(profile));
extension_cookies_unittest.cc 155 EXPECT_TRUE(cookie_store_value->GetString(keys::kIdKey, &string_value));
extension_bookmark_manager_api.cc 81 dict->SetString(keys::kIdKey, id_string);
extension_tabs_module.cc 125 result->SetInteger(keys::kIdKey, ExtensionTabUtil::GetTabId(contents));
157 result->SetInteger(keys::kIdKey, ExtensionTabUtil::GetWindowId(browser));
    [all...]
  /external/chromium/chrome/browser/bookmarks/
bookmark_codec.h 81 static const char* kIdKey;
bookmark_codec.cc 24 const char* BookmarkCodec::kIdKey = "id";
91 value->SetString(kIdKey, id);
197 if (!value.GetString(kIdKey, &id_string) ||
bookmark_codec_unittest.cc 237 ASSERT_TRUE(child_value->GetString(BookmarkCodec::kIdKey, &id));
238 child_value->SetString(BookmarkCodec::kIdKey, "1");

Completed in 1084 milliseconds