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

  /external/webkit/Source/WebCore/loader/archive/
ArchiveResource.h 48 bool shouldIgnoreWhenUnarchiving() const { return m_shouldIgnoreWhenUnarchiving; }
  /external/webkit/Source/WebCore/loader/
DocumentLoader.cpp 509 return resource && !resource->shouldIgnoreWhenUnarchiving() ? resource : 0;

Completed in 53 milliseconds