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

  /external/webkit/Source/WebCore/page/
SecurityOrigin.h 102 bool canLoadLocalResources() const { return m_canLoadLocalResources; }
216 bool m_canLoadLocalResources;
SecurityOrigin.cpp 113 m_canLoadLocalResources = isLocal();
114 if (m_canLoadLocalResources) {
143 , m_canLoadLocalResources(other->m_canLoadLocalResources)
356 m_canLoadLocalResources = true;

Completed in 20 milliseconds