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.cpp130 static bool prepareResourceBuffer(Resource* cachedResource, bool* hasZeroSize) in prepareResourceBuffer() argument
132 *hasZeroSize = false; in prepareResourceBuffer()
141 *hasZeroSize = true; in prepareResourceBuffer()
181 bool hasZeroSize; in cachedResourceContent() local
182 bool prepared = prepareResourceBuffer(cachedResource, &hasZeroSize); in cachedResourceContent()
188 …RefPtr<SharedBuffer> buffer = hasZeroSize ? SharedBuffer::create() : cachedResource->resourceBuffe… in cachedResourceContent()
197 if (hasZeroSize) { in cachedResourceContent()