Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/android/WebCoreSupport/
DCacheResult.cpp53 : m_entry(entry) in CacheResult()
58 ASSERT(m_entry); in CacheResult()
63 m_entry->Close(); in ~CacheResult()
73 return m_entry->GetDataSize(kResponseContentIndex); in contentSize()
150 m_bufferSize = m_entry->GetDataSize(kResponseContentIndex); in writeToFileImpl()
159 …int rv = m_entry->ReadData(kResponseInfoIndex, m_readOffset, m_buffer, m_bufferSize, &m_onReadNext… in readNextChunk()
228 m_bufferSize = m_entry->GetDataSize(kResponseInfoIndex); in responseHeadersImpl()
231 …int rv = m_entry->ReadData(kResponseInfoIndex, 0, m_buffer, m_bufferSize, &m_onResponseHeadersDone… in responseHeadersImpl()
DWebCache.cpp202 m_entry = 0; in getCacheResult()
210 if (!m_entry) in getCacheResult()
213 return new CacheResult(m_entry, url); in getCacheResult()
237 …if (m_cacheBackend->OpenEntry(string(m_entryUrl.utf8().data()), &m_entry, &m_onGetEntryDoneCallbac… in openEntry()
DCacheResult.h64 disk_cache::Entry* m_entry; variable
DWebCache.h84 disk_cache::Entry* m_entry; variable
/external/webkit/Source/WebCore/platform/graphics/gpu/
DLoopBlinnPathProcessor.cpp893 , m_entry(false) in SweepEvent()
902 m_entry = entry; in setup()
907 bool entry() const { return m_entry; } in entry()
917 bool m_entry; member in WebCore::__anon737761b90211::SweepEvent
/external/emma/core/java12/com/vladium/emma/instr/
DInstrProcessorST.java905 writeZipEntry (m_data, m_out, m_entry, m_isCopy); in run()
913 m_entry = entry; in EntryWriteJob()
920 final ZipEntry m_entry; field in InstrProcessorST.EntryWriteJob
/external/webkit/Source/JavaScriptCore/dfg/
DDFGNonSpeculativeJIT.h46 MacroAssembler::Label m_entry; member
DDFGJITCompiler.cpp184 jump(entry.m_entry); in jumpFromSpeculativeToNonSpeculative()
DDFGNonSpeculativeJIT.cpp38 : m_entry(entry) in EntryLocation()