HomeSort by relevance Sort by last modified time
    Searched refs:GraphicsContext3DContextLostCallbackAdapter (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext3D.cpp 230 class GraphicsContext3DContextLostCallbackAdapter : public WebKit::WebGraphicsContext3D::WebGraphicsContextLostCallback {
232 GraphicsContext3DContextLostCallbackAdapter(PassOwnPtr<GraphicsContext3D::ContextLostCallback> callback)
234 virtual ~GraphicsContext3DContextLostCallbackAdapter() { }
263 m_contextLostCallbackAdapter = adoptPtr(new GraphicsContext3DContextLostCallbackAdapter(callback));
    [all...]
GraphicsContext3D.h 60 class GraphicsContext3DContextLostCallbackAdapter;
    [all...]

Completed in 2397 milliseconds