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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentInit.cpp 96 LocalFrame* frame = frameForSecurityContext();
105 LocalFrame* DocumentInit::frameForSecurityContext() const
116 ASSERT(frameForSecurityContext());
117 return frameForSecurityContext()->loader().effectiveSandboxFlags();
122 ASSERT(frameForSecurityContext());
123 return frameForSecurityContext()->settings();
DocumentInit.h 58 bool hasSecurityContext() const { return frameForSecurityContext(); }
79 LocalFrame* frameForSecurityContext() const;

Completed in 1041 milliseconds