HomeSort by relevance Sort by last modified time
    Searched defs:FormType (Results 1 - 2 of 2) sorted by null

  /external/smack/src/org/jivesoftware/smackx/pubsub/
FormType.java 23 public enum FormType
  /external/webkit/Source/WebCore/platform/efl/
RenderThemeEfl.h 45 enum FormType { // KEEP IN SYNC WITH edjeGroupFromFormType()
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, const IntSize&)
    [all...]

Completed in 239 milliseconds