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

  /external/chromium_org/chrome/browser/ui/content_settings/
content_setting_image_model.cc 69 int GetIdForContentType(const ContentSettingsTypeIdEntry* entries,
121 int icon_id = GetIdForContentType(
123 int tooltip_id = GetIdForContentType(
125 int explanation_id = GetIdForContentType(
167 icon_id = GetIdForContentType(
169 tooltip_id = GetIdForContentType(
content_setting_bubble_model.cc 59 int GetIdForContentType(const ContentSettingsTypeIdEntry* entries,
131 GetIdForContentType(title_ids, num_title_ids, content_type());
152 GetIdForContentType(kLinkIDs, arraysize(kLinkIDs), content_type())));
165 GetIdForContentType(kLearnMoreIDs, arraysize(kLearnMoreIDs),
207 GetIdForContentType(kCustomIDs, arraysize(kCustomIDs), content_type());
302 int resource_id = GetIdForContentType(kAllowedAllowIDs,
310 GetIdForContentType(kBlockedAllowIDs, arraysize(kBlockedAllowIDs),
333 int resource_id = GetIdForContentType(kAllowedBlockIDs,
341 GetIdForContentType(kBlockedBlockIDs, arraysize(kBlockedBlockIDs),
    [all...]

Completed in 48 milliseconds