HomeSort by relevance Sort by last modified time
    Searched refs:m_entry (Results 1 - 10 of 10) sorted by null

  /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);
CacheResult.h 64 disk_cache::Entry* m_entry; member in class:android::CacheResult
WebCache.cpp 214 m_entry = 0;
222 if (!m_entry)
225 return new CacheResult(m_entry, url);
249 if (m_cacheBackend->OpenEntry(string(m_entryUrl.utf8().data()), &m_entry, &m_onGetEntryDoneCallback) == ERR_IO_PENDING)
WebCache.h 85 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::__anon17853::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 

Completed in 181 milliseconds