Home
last modified time | relevance | path

Searched refs:hasZeroSize (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorPageAgent.cpp194 static bool prepareResourceBuffer(Resource* cachedResource, bool* hasZeroSize) in prepareResourceBuffer() argument
196 *hasZeroSize = false; in prepareResourceBuffer()
205 *hasZeroSize = true; in prepareResourceBuffer()
255 bool hasZeroSize; in cachedResourceContent() local
256 bool prepared = prepareResourceBuffer(cachedResource, &hasZeroSize); in cachedResourceContent()
262 …RefPtr<SharedBuffer> buffer = hasZeroSize ? SharedBuffer::create() : cachedResource->resourceBuffe… in cachedResourceContent()
271 if (hasZeroSize) { in cachedResourceContent()