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

  /external/webkit/Source/WebKit2/UIProcess/
ChunkedUpdateDrawingAreaProxy.cpp 73 OwnPtr<CoreIPC::ArgumentDecoder> arguments = page->process()->connection()->deprecatedWaitFor(DrawingAreaProxyLegacyMessage::DidSetSize, page->pageID(), 0.04);
75 didReceiveMessage(page->process()->connection(), CoreIPC::MessageID(DrawingAreaProxyLegacyMessage::DidSetSize), arguments.get());
108 void ChunkedUpdateDrawingAreaProxy::didSetSize(UpdateChunk* updateChunk)
162 case DrawingAreaProxyLegacyMessage::DidSetSize: {
167 didSetSize(&updateChunk);
TiledDrawingAreaProxy.cpp 112 void TiledDrawingAreaProxy::didSetSize(const IntSize& viewSize)
142 case DrawingAreaProxyLegacyMessage::DidSetSize: {
147 didSetSize(size);

Completed in 562 milliseconds