OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_currentHandle
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheGroup.cpp
326
ASSERT(!
m_currentHandle
);
333
if (
m_currentHandle
) {
337
m_currentHandle
->setClient(0);
338
m_currentHandle
->cancel();
339
m_currentHandle
= 0;
497
ASSERT(handle ==
m_currentHandle
);
516
m_pendingEntries.remove(
m_currentHandle
->firstRequest().url());
517
m_currentHandle
->cancel();
518
m_currentHandle
= 0;
526
if (response.httpStatusCode() / 100 != 2 || response.url() !=
m_currentHandle
->firstRequest().url())
[
all
...]
ApplicationCacheGroup.h
193
RefPtr<ResourceHandle>
m_currentHandle
;
Completed in 19 milliseconds