Home
last modified time | relevance | path

Searched refs:ThemePartDesc (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/efl/
DRenderThemeEfl.h215 struct ThemePartDesc { struct
221 void applyPartDescriptionFallback(struct ThemePartDesc*); argument
222 void applyPartDescription(Evas_Object*, struct ThemePartDesc*);
232 struct ThemePartDesc m_partDescs[FormTypeLast];
DRenderThemeEfl.cpp64 const struct ThemePartDesc* desc = m_partDescs + (size_t)type; in adjustSizeConstraints()
525 void RenderThemeEfl::applyPartDescriptionFallback(struct ThemePartDesc* desc) in applyPartDescriptionFallback()
536 void RenderThemeEfl::applyPartDescription(Evas_Object* object, struct ThemePartDesc* desc) in applyPartDescription()
821 const struct ThemePartDesc *desc = m_partDescs + (size_t)SliderHorizontal; in adjustSliderTrackStyle()
847 const struct ThemePartDesc *desc = m_partDescs + (size_t)CheckBox; in adjustCheckboxStyle()
868 const struct ThemePartDesc *desc = m_partDescs + (size_t)RadioButton; in adjustRadioStyle()