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

  /external/webkit/Source/WebKit/android/WebCoreSupport/
WebCache.cpp 90 , m_openEntryCallback(this, &WebCache::openEntry)
224 openEntry(0 /*unused*/);
227 void WebCache::openEntry(int)
234 if (m_cacheBackend->OpenEntry(string(m_entryUrl.utf8().data()), &m_entry, &m_onGetEntryDoneCallback) == ERR_IO_PENDING)
WebCache.h 66 void openEntry(int);

Completed in 2440 milliseconds