Searched refs:GetIdForContentType (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/content_settings/
H A Dcontent_setting_image_model.cc69 int GetIdForContentType(const ContentSettingsTypeIdEntry* entries, function in namespace:__anon6305
120 int icon_id = GetIdForContentType(
122 int tooltip_id = GetIdForContentType(
124 int explanation_id = GetIdForContentType(
157 icon_id = GetIdForContentType(
159 tooltip_id = GetIdForContentType(
H A Dcontent_setting_bubble_model.cc58 int GetIdForContentType(const ContentSettingsTypeIdEntry* entries, function in namespace:__anon6304
129 GetIdForContentType(title_ids, num_title_ids, content_type());
150 GetIdForContentType(kLinkIDs, arraysize(kLinkIDs), content_type())));
189 GetIdForContentType(kCustomIDs, arraysize(kCustomIDs), content_type());
284 int resource_id = GetIdForContentType(kAllowedAllowIDs,
292 GetIdForContentType(kBlockedAllowIDs, arraysize(kBlockedAllowIDs),
315 int resource_id = GetIdForContentType(kAllowedBlockIDs,
323 GetIdForContentType(kBlockedBlockIDs, arraysize(kBlockedBlockIDs),

Completed in 76 milliseconds