Home
last modified time | relevance | path

Searched refs:frameForSecurityContext (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocumentInit.cpp91 Frame* frame = frameForSecurityContext(); in shouldSetURL()
113 Frame* DocumentInit::frameForSecurityContext() const in frameForSecurityContext() function in WebCore::DocumentInit
124 ASSERT(frameForSecurityContext()); in sandboxFlags()
125 return frameForSecurityContext()->loader().effectiveSandboxFlags(); in sandboxFlags()
130 ASSERT(frameForSecurityContext()); in settings()
131 return frameForSecurityContext()->settings(); in settings()
DDocumentInit.h56 bool hasSecurityContext() const { return frameForSecurityContext(); } in hasSecurityContext()
76 Frame* frameForSecurityContext() const;