Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderThemeSafari.cpp771 struct CGFunctionCallbacks bottomCallbacks = { 0, BottomGradientInterpolate, NULL }; in paintMenuListButtonGradients() local
772 …CGFunctionRef> bottomFunction(AdoptCF, CGFunctionCreate(NULL, 1, NULL, 4, NULL, &bottomCallbacks)); in paintMenuListButtonGradients()
DRenderThemeChromiumMac.mm924 struct CGFunctionCallbacks bottomCallbacks = { 0, BottomGradientInterpolate, NULL };
925 …CGFunctionRef> bottomFunction(AdoptCF, CGFunctionCreate(NULL, 1, NULL, 4, NULL, &bottomCallbacks));
DRenderThemeMac.mm853 struct CGFunctionCallbacks bottomCallbacks = { 0, BottomGradientInterpolate, NULL };
854 …CGFunctionRef> bottomFunction(AdoptCF, CGFunctionCreate(NULL, 1, NULL, 4, NULL, &bottomCallbacks));