/external/webkit/Source/WebKit/android/WebCoreSupport/ |
CacheResult.cpp | 53 : m_entry(entry) 58 ASSERT(m_entry); 63 m_entry->Close(); 73 return m_entry->GetDataSize(kResponseContentIndex); 150 m_bufferSize = m_entry->GetDataSize(kResponseContentIndex); 159 int rv = m_entry->ReadData(kResponseInfoIndex, m_readOffset, m_buffer, m_bufferSize, &m_onReadNextChunkDoneCallback); 227 m_bufferSize = m_entry->GetDataSize(kResponseInfoIndex); 230 int rv = m_entry->ReadData(kResponseInfoIndex, 0, m_buffer, m_bufferSize, &m_onResponseHeadersDoneCallback);
|
WebCache.cpp | 199 m_entry = 0; 207 if (!m_entry) 210 return new CacheResult(m_entry, url); 234 if (m_cacheBackend->OpenEntry(string(m_entryUrl.utf8().data()), &m_entry, &m_onGetEntryDoneCallback) == ERR_IO_PENDING)
|
CacheResult.h | 64 disk_cache::Entry* m_entry; member in class:android::CacheResult
|
WebCache.h | 84 disk_cache::Entry* m_entry; member in class:android::WebCache
|
/external/webkit/Source/JavaScriptCore/dfg/ |
DFGNonSpeculativeJIT.h | 46 MacroAssembler::Label m_entry; member in struct:JSC::DFG::EntryLocation
|
DFGJITCompiler.cpp | 184 jump(entry.m_entry);
|
DFGNonSpeculativeJIT.cpp | 38 : m_entry(entry)
|
/external/webkit/Source/WebCore/platform/graphics/gpu/ |
LoopBlinnPathProcessor.cpp | 893 , m_entry(false) 917 bool m_entry; member in class:WebCore::__anon13391::SweepEvent [all...] |
/external/emma/core/java12/com/vladium/emma/instr/ |
InstrProcessorST.java | 920 final ZipEntry m_entry; field in class:InstrProcessorST.EntryWriteJob [all...] |
/external/emma/lib/ |
emma.jar | |