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

  /external/chromium_org/third_party/WebKit/Source/core/fetch/
FetchRequest.h 65 OriginRestriction originRestriction() const { return m_originRestriction; }
66 void setOriginRestriction(OriginRestriction restriction) { m_originRestriction = restriction; }
75 OriginRestriction m_originRestriction;
FetchRequest.cpp 41 , m_originRestriction(UseDefaultOriginRestrictionForType)
52 , m_originRestriction(UseDefaultOriginRestrictionForType)
63 , m_originRestriction(UseDefaultOriginRestrictionForType)

Completed in 2147 milliseconds