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 94 LocalFrame* frame = frameForSecurityContext();
103 LocalFrame* DocumentInit::frameForSecurityContext() const
114 ASSERT(frameForSecurityContext());
115 return frameForSecurityContext()->loader().effectiveSandboxFlags();
120 ASSERT(frameForSecurityContext());
121 return frameForSecurityContext()->settings();
DocumentInit.h 58 bool hasSecurityContext() const { return frameForSecurityContext(); }
78 LocalFrame* frameForSecurityContext() const;

Completed in 51 milliseconds