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.cpp131 static bool prepareResourceBuffer(Resource* cachedResource, bool* hasZeroSize) in prepareResourceBuffer() argument
133 *hasZeroSize = false; in prepareResourceBuffer()
142 *hasZeroSize = true; in prepareResourceBuffer()
182 bool hasZeroSize; in cachedResourceContent() local
183 bool prepared = prepareResourceBuffer(cachedResource, &hasZeroSize); in cachedResourceContent()
189 …RefPtr<SharedBuffer> buffer = hasZeroSize ? SharedBuffer::create() : cachedResource->resourceBuffe… in cachedResourceContent()
198 if (hasZeroSize) { in cachedResourceContent()