Searched refs:topCallbacks (Results 1 – 2 of 2) sorted by relevance
/external/webkit/Source/WebCore/rendering/ |
D | RenderThemeSafari.cpp | 761 struct CGFunctionCallbacks topCallbacks = { 0, TopGradientInterpolate, NULL }; in paintMenuListButtonGradients() local 762 …inPtr<CGFunctionRef> topFunction(AdoptCF, CGFunctionCreate(NULL, 1, NULL, 4, NULL, &topCallbacks)); in paintMenuListButtonGradients()
|
D | RenderThemeMac.mm | 1039 struct CGFunctionCallbacks topCallbacks = { 0, TopGradientInterpolate, NULL }; 1040 …inPtr<CGFunctionRef> topFunction(AdoptCF, CGFunctionCreate(NULL, 1, NULL, 4, NULL, &topCallbacks));
|