Searched defs:prop_id (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/
H A Dgtk_chrome_shrinkable_hbox.cc102 guint prop_id,
106 guint prop_id,
141 guint prop_id,
146 switch (prop_id) {
152 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, prop_id, pspec);
158 guint prop_id,
163 switch (prop_id) {
168 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, prop_id, pspec);
140 gtk_chrome_shrinkable_hbox_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec) argument
157 gtk_chrome_shrinkable_hbox_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec) argument
/external/chromium_org/chrome/browser/ui/gtk/
H A Dgtk_chrome_shrinkable_hbox.cc99 guint prop_id,
103 guint prop_id,
138 guint prop_id,
143 switch (prop_id) {
149 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, prop_id, pspec);
155 guint prop_id,
160 switch (prop_id) {
165 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, prop_id, pspec);
137 gtk_chrome_shrinkable_hbox_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec) argument
154 gtk_chrome_shrinkable_hbox_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec) argument
/external/chromium_org/ui/native_theme/
H A Dnative_theme_win.cc151 int prop_id,
156 if (get_theme_color_(handle, part_id, state_id, prop_id, &color_ref) ==
168 int prop_id,
171 if (GetThemeColor(theme, part_id, state_id, prop_id, &color) != S_OK)
1983 int prop_id,
1987 return get_theme_int_(handle, part_id, state_id, prop_id, value);
148 GetThemeColor(ThemeName theme, int part_id, int state_id, int prop_id, SkColor* color) const argument
165 GetThemeColorWithDefault(ThemeName theme, int part_id, int state_id, int prop_id, int default_sys_color) const argument

Completed in 408 milliseconds