Searched refs:displayCallback (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/ca/win/
H A DPlatformCALayerWinInternal.h50 void displayCallback(CACFLayerRef, CGContextRef);
H A DPlatformCALayerWin.cpp98 static void displayCallback(CACFLayerRef caLayer, CGContextRef context) function
101 intern(caLayer)->displayCallback(caLayer, context);
126 CACFLayerSetDisplayCallback(m_layer.get(), displayCallback);
H A DPlatformCALayerWinInternal.cpp62 void PlatformCALayerWinInternal::displayCallback(CACFLayerRef caLayer, CGContextRef context) function in class:PlatformCALayerWinInternal
481 displayCallback(owner()->platformLayer(), context);
/external/webkit/Tools/DumpRenderTree/
H A DLayoutTestController.cpp542 static JSValueRef displayCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) function
2176 { "display", displayCallback, kJSPropertyAttributeReadOnly | kJSPropertyAttributeDontDelete },

Completed in 198 milliseconds