OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allowSettingFrameSrcToJavascriptUrl
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/bindings/v8/custom/
V8HTMLFrameElementCustom.cpp
49
if (!V8BindingSecurity::
allowSettingFrameSrcToJavascriptUrl
(V8BindingState::Only(), frame, locationValue))
/external/webkit/Source/WebCore/bindings/generic/
BindingSecurity.h
60
static bool
allowSettingFrameSrcToJavascriptUrl
(State<Binding>*, HTMLFrameElementBase*, String value);
129
bool BindingSecurity<Binding>::
allowSettingFrameSrcToJavascriptUrl
(State<Binding>* state, HTMLFrameElementBase* frame, String value)
143
return
allowSettingFrameSrcToJavascriptUrl
(state, static_cast<HTMLFrameElementBase*>(element), value);
Completed in 147 milliseconds