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,
120 int icon_id = GetIdForContentType(
122 int tooltip_id = GetIdForContentType(
124 int explanation_id = GetIdForContentType(
157 icon_id = GetIdForContentType(
159 tooltip_id = GetIdForContentType(
content_setting_bubble_model.cc 58 int GetIdForContentType(const ContentSettingsTypeIdEntry* entries,
148 GetIdForContentType(title_ids, num_title_ids, content_type());
169 GetIdForContentType(kLinkIDs, arraysize(kLinkIDs), content_type())));
208 GetIdForContentType(kCustomIDs, arraysize(kCustomIDs), content_type());
316 int resource_id = GetIdForContentType(kAllowedAllowIDs,
324 GetIdForContentType(kBlockedAllowIDs, arraysize(kBlockedAllowIDs),
329 GetIdForContentType(kResourceSpecificBlockedAllowIDs,
353 int resource_id = GetIdForContentType(kAllowedBlockIDs,
361 GetIdForContentType(kBlockedBlockIDs, arraysize(kBlockedBlockIDs),
    [all...]

Completed in 430 milliseconds