Home | History | Annotate | Download | only in base

Lines Matching refs:id

53   // Get the image specified by |id|. An implementation of ThemeProvider should
55 virtual gfx::ImageSkia* GetImageSkiaNamed(int id) const = 0;
57 // Get the color specified by |id|.
58 virtual SkColor GetColor(int id) const = 0;
61 // height) specified by |id|.
62 virtual bool GetDisplayProperty(int id, int* result) const = 0;
70 virtual bool HasCustomImage(int id) const = 0;
76 int id,
80 // Gets the NSImage with the specified |id|.
81 virtual NSImage* GetNSImageNamed(int id) const = 0;
85 virtual NSColor* GetNSImageColorNamed(int id) const = 0;
87 // Gets the NSColor with the specified |id|.
88 virtual NSColor* GetNSColor(int id) const = 0;
90 // Gets the NSColor for tinting with the specified |id|.
91 virtual NSColor* GetNSColorTint(int id) const = 0;
93 // Gets the NSGradient with the specified |id|.
94 virtual NSGradient* GetNSGradient(int id) const = 0;
96 // Gets the GdkPixbuf with the specified |id|. Returns a pointer to a shared
106 virtual GdkPixbuf* GetRTLEnabledPixbufNamed(int id) const = 0;