OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:contentDoc
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/bindings/generic/
BindingSecurity.h
132
Node*
contentDoc
= frame->contentDocument();
133
if (
contentDoc
&& !checkNodeSecurity(state,
contentDoc
))
/external/webkit/Source/WebCore/html/
HTMLFrameElementBase.cpp
69
Document*
contentDoc
= this->contentDocument();
70
if (
contentDoc
&& !ScriptController::canAccessFromCurrentOrigin(
contentDoc
->frame()))
Completed in 50 milliseconds