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 312 void dispatchContextRestoredEvent(Timer<CanvasRenderingContext2D>*);
CanvasRenderingContext2D.cpp 99 , m_dispatchContextRestoredEventTimer(this, &CanvasRenderingContext2D::dispatchContextRestoredEvent)
205 dispatchContextRestoredEvent(0);
215 dispatchContextRestoredEvent(0);
219 void CanvasRenderingContext2D::dispatchContextRestoredEvent(Timer<CanvasRenderingContext2D>*)
    [all...]

Completed in 133 milliseconds