OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:checkNodeSecurity
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/WebCore/bindings/js/
JSHTMLFrameElementCustom.cpp
48
if (contentDocument && !
checkNodeSecurity
(exec, contentDocument))
JSDOMBinding.cpp
384
bool
checkNodeSecurity
(ExecState* exec, Node* node)
JSDOMBinding.h
280
bool
checkNodeSecurity
(JSC::ExecState*, Node*);
/external/webkit/Source/WebCore/bindings/generic/
BindingSecurity.h
57
static bool
checkNodeSecurity
(State<Binding>*, Node* target);
103
bool BindingSecurity<Binding>::
checkNodeSecurity
(State<Binding>* state, Node* node)
133
if (contentDoc && !
checkNodeSecurity
(state, contentDoc))
/external/webkit/Source/WebCore/bindings/scripts/
CodeGeneratorV8.pm
755
if ($attribute->signature->extendedAttributes->{"
CheckNodeSecurity
"}) {
756
push(@implContentDecls, " if (!V8BindingSecurity::
checkNodeSecurity
(V8BindingState::Only(), imp->$attrName()))\n return v8::Handle<v8::Value>();\n\n");
758
push(@implContentDecls, " if (!V8BindingSecurity::
checkNodeSecurity
(V8BindingState::Only(), imp->contentDocument()))\n return v8::Handle<v8::Value>();\n\n");
[
all
...]
Completed in 169 milliseconds