OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ThemePartDesc
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/efl/
RenderThemeEfl.h
215
struct
ThemePartDesc
{
221
void applyPartDescriptionFallback(struct
ThemePartDesc
*);
222
void applyPartDescription(Evas_Object*, struct
ThemePartDesc
*);
232
struct
ThemePartDesc
m_partDescs[FormTypeLast];
RenderThemeEfl.cpp
64
const struct
ThemePartDesc
* desc = m_partDescs + (size_t)type;
525
void RenderThemeEfl::applyPartDescriptionFallback(struct
ThemePartDesc
* desc)
536
void RenderThemeEfl::applyPartDescription(Evas_Object* object, struct
ThemePartDesc
* desc)
821
const struct
ThemePartDesc
*desc = m_partDescs + (size_t)SliderHorizontal;
847
const struct
ThemePartDesc
*desc = m_partDescs + (size_t)CheckBox;
868
const struct
ThemePartDesc
*desc = m_partDescs + (size_t)RadioButton;
[
all
...]
Completed in 30 milliseconds