OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FormType
(Results
1 - 2
of
2
) sorted by null
/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
...]
RenderThemeEfl.cpp
62
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
>(i)
[
all
...]
Completed in 23 milliseconds