Home
last modified time | relevance | path

Searched refs:kIdKey (Results 1 – 24 of 24) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/extensions/
Dextension_basic_info.cc20 const char kIdKey[] = "id"; variable
37 info->SetString(kIdKey, extension->id()); in GetExtensionBasicInfo()
/external/chromium_org/chrome/browser/extensions/api/content_settings/
Dcontent_settings_api_constants.cc14 const char kIdKey[] = "id"; variable
Dcontent_settings_api_constants.h17 extern const char kIdKey[];
Dcontent_settings_api.cc279 dict->SetString(keys::kIdKey, group_identifier); in OnGotPlugins()
/external/chromium_org/chrome/browser/extensions/api/cookies/
Dcookies_api_constants.cc14 const char kIdKey[] = "id"; variable
Dcookies_api_constants.h17 extern const char kIdKey[];
Dcookies_helpers.cc98 dict.SetString(keys::kIdKey, GetStoreIdFromProfile(profile)); in CreateCookieStore()
/external/chromium_org/chrome/browser/extensions/
Dwebstore_data_fetcher_delegate.cc11 const char WebstoreDataFetcherDelegate::kIdKey[] = "id"; member in extensions::WebstoreDataFetcherDelegate
Dwebstore_data_fetcher_delegate.h34 static const char kIdKey[]; variable
Dwindow_controller.cc35 result->SetInteger(keys::kIdKey, GetWindowId()); in CreateWindowValue()
Dextension_tab_util.cc373 result->SetInteger(keys::kIdKey, GetTabId(contents)); in CreateTabValue()
/external/chromium_org/chrome/browser/extensions/api/processes/
Dprocesses_api_constants.cc14 const char kIdKey[] = "id"; variable
Dprocesses_api_constants.h17 extern const char kIdKey[];
Dprocesses_api.cc146 result->SetInteger(keys::kIdKey, process_id); in CreateProcessFromModel()
348 std::string idkey(keys::kIdKey); in OnItemsChanged()
/external/chromium_org/components/enhanced_bookmarks/
Denhanced_bookmark_model.cc24 const char* kIdKey = "stars.id"; variable
138 meta_info[kIdKey] = GenerateRemoteId(); in AddURL()
148 if (!node->GetMetaInfo(kIdKey, &id)) in GetRemoteId()
372 meta_info[kIdKey] = ""; in ResetDuplicateRemoteIds()
/external/chromium_org/chrome/browser/extensions/api/tabs/
Dtabs_constants.cc22 const char kIdKey[] = "id"; variable
Dtabs_constants.h27 extern const char kIdKey[];
Dash_panel_contents.cc104 tab_value->SetInteger(extensions::tabs_constants::kIdKey, in CreateTabValue()
120 tab_value->SetInteger(extensions::tabs_constants::kIdKey, window_id); in CreateTabValue()
/external/chromium_org/chrome/browser/supervised_user/
Dpermission_request_creator_apiary.cc32 const char kIdKey[] = "id"; variable
201 if (!dict->GetString(kIdKey, &id)) { in OnURLFetchComplete()
/external/chromium_org/components/bookmarks/browser/
Dbookmark_codec.cc29 const char* BookmarkCodec::kIdKey = "id"; member in bookmarks::BookmarkCodec
117 value->SetString(kIdKey, id); in EncodeNode()
278 if (!value.GetString(kIdKey, &id_string) || in DecodeNode()
Dbookmark_codec.h94 static const char* kIdKey; variable
Dbookmark_codec_unittest.cc303 ASSERT_TRUE(child_value->GetString(BookmarkCodec::kIdKey, &id)); in TEST_F()
304 child_value->SetString(BookmarkCodec::kIdKey, "1"); in TEST_F()
/external/chromium_org/chrome/browser/extensions/api/downloads/
Ddownloads_api.cc149 const char kIdKey[] = "id"; variable
245 json->SetInteger(kIdKey, download_item->GetId()); in DownloadItemToJSON()
1835 delta->SetInteger(kIdKey, download_item->GetId()); in OnDownloadUpdated()
/external/chromium_org/chrome/browser/ui/panels/
Dpanel.cc119 tab_value->SetInteger(extensions::tabs_constants::kIdKey, in CreateTabValue()