Searched refs:bottomCallbacks (Results 1 – 3 of 3) sorted by relevance
/external/webkit/WebCore/rendering/ |
D | RenderThemeSafari.cpp | 771 struct CGFunctionCallbacks bottomCallbacks = { 0, BottomGradientInterpolate, NULL }; in paintMenuListButtonGradients() local 772 …CGFunctionRef> bottomFunction(AdoptCF, CGFunctionCreate(NULL, 1, NULL, 4, NULL, &bottomCallbacks)); in paintMenuListButtonGradients()
|
D | RenderThemeChromiumMac.mm | 924 struct CGFunctionCallbacks bottomCallbacks = { 0, BottomGradientInterpolate, NULL }; 925 …CGFunctionRef> bottomFunction(AdoptCF, CGFunctionCreate(NULL, 1, NULL, 4, NULL, &bottomCallbacks));
|
D | RenderThemeMac.mm | 853 struct CGFunctionCallbacks bottomCallbacks = { 0, BottomGradientInterpolate, NULL }; 854 …CGFunctionRef> bottomFunction(AdoptCF, CGFunctionCreate(NULL, 1, NULL, 4, NULL, &bottomCallbacks));
|