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

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.h 291 void dispatchContextRestoredEvent(Timer<CanvasRenderingContext2D>*);
CanvasRenderingContext2D.cpp 94 , m_dispatchContextRestoredEventTimer(this, &CanvasRenderingContext2D::dispatchContextRestoredEvent)
200 dispatchContextRestoredEvent(0);
210 dispatchContextRestoredEvent(0);
214 void CanvasRenderingContext2D::dispatchContextRestoredEvent(Timer<CanvasRenderingContext2D>*)
    [all...]

Completed in 35 milliseconds