Home
last modified time | relevance | path

Searched refs:minw (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/efl/
DRenderThemeEfl.cpp538 Evas_Coord minw, minh, maxw, maxh; in applyPartDescription() local
540 edje_object_size_min_get(object, &minw, &minh); in applyPartDescription()
541 if (!minw && !minh) in applyPartDescription()
542 edje_object_size_min_calc(object, &minw, &minh); in applyPartDescription()
544 desc->min.setWidth(Length(minw, Fixed)); in applyPartDescription()
558 if (minw > 0) in applyPartDescription()
559 ow = minw; in applyPartDescription()