Lines Matching refs:id
64 // If this theme specifies data for the corresponding |id|, return true and
68 bool GetTint(int id, color_utils::HSL* hsl) const;
69 bool GetColor(int id, SkColor* color) const;
70 bool GetDisplayProperty(int id, int* result) const;
72 // Returns a bitmap if we have a custom image for |id|, otherwise NULL. Note
74 // image |id| was included in the unprocessed theme and is used as a proxy
76 SkBitmap* GetBitmapNamed(int id) const;
80 RefCountedMemory* GetRawData(int id) const;
82 // Whether this theme provides an image for |id|.
83 bool HasCustomImage(int id) const;
95 // The raw PNG memory associated with a certain id.
101 // An association between an id and the FilePath that has the image data.
170 color_utils::HSL GetTintInternal(int id) const;
194 int32 id;
201 int32 id;
206 int32 id;