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

/external/webkit/Source/WebCore/platform/efl/
H A DRenderThemeEfl.h45 enum FormType { // KEEP IN SYNC WITH edjeGroupFromFormType() enum in namespace:WebCore
113 void adjustSizeConstraints(RenderStyle*, FormType) const;
190 const char* edjeGroupFromFormType(FormType) const;
192 bool paintThemePart(RenderObject*, FormType, const PaintInfo&, const IntRect&);
195 bool emitMediaButtonSignal(FormType, MediaControlElementType, const IntRect&);
216 FormType type;
225 FormType type;
239 struct ThemePartCacheEntry* cacheThemePartGet(FormType, const IntSize&);
244 bool themePartCacheEntryReset(struct ThemePartCacheEntry*, FormType);
246 struct ThemePartCacheEntry* cacheThemePartNew(FormType, cons
[all...]

Completed in 332 milliseconds