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

  /external/webkit/Source/WebKit2/WebProcess/WebPage/
DrawingArea.h 88 virtual void updateBackingStoreState(uint64_t backingStoreStateID, bool respondImmediately, const WebCore::IntSize& size, const WebCore::IntSize& scrollOffset) { }
DrawingAreaImpl.cpp 268 void DrawingAreaImpl::updateBackingStoreState(uint64_t stateID, bool respondImmediately, const WebCore::IntSize& size, const WebCore::IntSize& scrollOffset)
298 // respond to the UpdateBackingStoreState message immediately, we'll do a display anyway in

Completed in 41 milliseconds