Searched refs:FormType (Results 1 - 2 of 2) 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...]
H A DRenderThemeEfl.cpp62 void RenderThemeEfl::adjustSizeConstraints(RenderStyle* style, FormType type) const
82 bool RenderThemeEfl::themePartCacheEntryReset(struct ThemePartCacheEntry* entry, FormType type)
128 struct RenderThemeEfl::ThemePartCacheEntry* RenderThemeEfl::cacheThemePartNew(FormType type, const IntSize& size)
172 struct RenderThemeEfl::ThemePartCacheEntry* RenderThemeEfl::cacheThemePartReset(FormType type, struct RenderThemeEfl::ThemePartCacheEntry* entry)
185 struct RenderThemeEfl::ThemePartCacheEntry* RenderThemeEfl::cacheThemePartResizeAndReset(FormType type, const IntSize& size, struct RenderThemeEfl::ThemePartCacheEntry* entry)
202 struct RenderThemeEfl::ThemePartCacheEntry* RenderThemeEfl::cacheThemePartGet(FormType type, const IntSize& size)
271 bool RenderThemeEfl::paintThemePart(RenderObject* object, FormType type, const PaintInfo& info, const IntRect& rect)
587 const char* RenderThemeEfl::edjeGroupFromFormType(FormType type) const
639 FormType type = static_cast<FormType>(
[all...]

Completed in 59 milliseconds