Searched refs:topCallbacks (Results 1 – 3 of 3) sorted by relevance
/external/webkit/WebCore/rendering/ |
D | RenderThemeSafari.cpp | 766 struct CGFunctionCallbacks topCallbacks = { 0, TopGradientInterpolate, NULL }; in paintMenuListButtonGradients() local 767 …inPtr<CGFunctionRef> topFunction(AdoptCF, CGFunctionCreate(NULL, 1, NULL, 4, NULL, &topCallbacks)); in paintMenuListButtonGradients()
|
D | RenderThemeChromiumMac.mm | 919 struct CGFunctionCallbacks topCallbacks = { 0, TopGradientInterpolate, NULL }; 920 …inPtr<CGFunctionRef> topFunction(AdoptCF, CGFunctionCreate(NULL, 1, NULL, 4, NULL, &topCallbacks));
|
D | RenderThemeMac.mm | 848 struct CGFunctionCallbacks topCallbacks = { 0, TopGradientInterpolate, NULL }; 849 …inPtr<CGFunctionRef> topFunction(AdoptCF, CGFunctionCreate(NULL, 1, NULL, 4, NULL, &topCallbacks));
|