HomeSort by relevance Sort by last modified time
    Searched full:updatebackingstorestate (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebKit2/WebProcess/WebPage/
DrawingAreaImpl.h 64 virtual void updateBackingStoreState(uint64_t backingStoreStateID, bool respondImmediately, const WebCore::IntSize&, const WebCore::IntSize& scrollOffset);
86 // Whether we're currently processing an UpdateBackingStoreState message.
89 // When true, we should send an UpdateBackingStoreState message instead of any other messages
DrawingArea.messages.in 24 UpdateBackingStoreState(uint64_t backingStoreStateID, bool respondImmediately, WebCore::IntSize size, WebCore::IntSize scrollOffset)
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
  /external/webkit/Source/WebKit2/UIProcess/
DrawingAreaProxyImpl.h 98 // Whether we've sent a UpdateBackingStoreState message and are now waiting for a DidUpdateBackingStoreState message.
99 // Used to throttle UpdateBackingStoreState messages so we don't send them faster than the Web process can handle.
DrawingAreaProxyImpl.cpp 280 m_webPageProxy->process()->send(Messages::DrawingArea::UpdateBackingStoreState(m_nextBackingStoreStateID, respondImmediatelyOrNot == RespondImmediately, m_size, m_scrollOffset), m_webPageProxy->pageID());

Completed in 926 milliseconds