Home
last modified time | relevance | path

Searched refs:contentDoc (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/bindings/generic/
DBindingSecurity.h132 Node* contentDoc = frame->contentDocument(); in allowSettingFrameSrcToJavascriptUrl() local
133 if (contentDoc && !checkNodeSecurity(state, contentDoc)) in allowSettingFrameSrcToJavascriptUrl()
/external/webkit/Source/WebCore/html/
DHTMLFrameElementBase.cpp69 Document* contentDoc = this->contentDocument(); in isURLAllowed() local
70 if (contentDoc && !ScriptController::canAccessFromCurrentOrigin(contentDoc->frame())) in isURLAllowed()
/external/chromium-trace/src/shared/js/cr/ui/
Ddialogs.js151 var contentDoc = iframes[i].contentDocument;
152 if (contentDoc)
153 elements = elements.concat(this.findFocusableElements_(contentDoc));