OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:allowsAccessFrom
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/bindings/js/
JSDOMWindowCustom.h
38
inline bool JSDOMWindowBase::
allowsAccessFrom
(const JSGlobalObject* other) const
46
inline bool JSDOMWindowBase::
allowsAccessFrom
(JSC::ExecState* exec) const
59
inline bool JSDOMWindowBase::
allowsAccessFrom
(JSC::ExecState* exec, String& message) const
/external/webkit/Source/JavaScriptCore/runtime/
JSGlobalObject.h
230
virtual bool
allowsAccessFrom
(const JSGlobalObject*) const { return true; }
Completed in 2678 milliseconds