Searched refs:contentDoc (Results 1 – 3 of 3) sorted by relevance
132 Node* contentDoc = frame->contentDocument(); in allowSettingFrameSrcToJavascriptUrl() local133 if (contentDoc && !checkNodeSecurity(state, contentDoc)) in allowSettingFrameSrcToJavascriptUrl()
69 Document* contentDoc = this->contentDocument(); in isURLAllowed() local70 if (contentDoc && !ScriptController::canAccessFromCurrentOrigin(contentDoc->frame())) in isURLAllowed()
151 var contentDoc = iframes[i].contentDocument;152 if (contentDoc)153 elements = elements.concat(this.findFocusableElements_(contentDoc));