HomeSort by relevance Sort by last modified time
    Searched refs:JSDOMWindowBase (Results 1 - 8 of 8) sorted by null

  /external/webkit/WebCore/bindings/js/
JSDOMWindowBase.cpp 24 #include "JSDOMWindowBase.h"
44 const ClassInfo JSDOMWindowBase::s_info = { "Window", &JSDOMGlobalObject::s_info, 0, 0 };
46 JSDOMWindowBase::JSDOMWindowBaseData::JSDOMWindowBaseData(PassRefPtr<DOMWindow> window, JSDOMWindowShell* shell)
53 JSDOMWindowBase::JSDOMWindowBase(NonNullPassRefPtr<Structure> structure, PassRefPtr<DOMWindow> window, JSDOMWindowShell* shell)
64 void JSDOMWindowBase::updateDocument()
71 ScriptExecutionContext* JSDOMWindowBase::scriptExecutionContext() const
76 String JSDOMWindowBase::crossDomainAccessErrorMessage(const JSGlobalObject* other) const
88 void JSDOMWindowBase::printErrorMessage(const String& message) const
93 ExecState* JSDOMWindowBase::globalExec(
    [all...]
JSDOMWindowCustom.h 38 inline bool JSDOMWindowBase::allowsAccessFrom(const JSGlobalObject* other) const
46 inline bool JSDOMWindowBase::allowsAccessFrom(JSC::ExecState* exec) const
54 inline bool JSDOMWindowBase::allowsAccessFromNoErrorMessage(JSC::ExecState* exec) const
59 inline bool JSDOMWindowBase::allowsAccessFrom(JSC::ExecState* exec, String& message) const
67 ALWAYS_INLINE bool JSDOMWindowBase::allowsAccessFromPrivate(const JSGlobalObject* other) const
JSDOMWindowBase.h 44 class JSDOMWindowBase : public JSDOMGlobalObject {
47 JSDOMWindowBase(NonNullPassRefPtr<JSC::Structure>, PassRefPtr<DOMWindow>, JSDOMWindowShell*);
JSDOMWindowCustom.cpp 144 JSDOMWindowBase* thisObj = static_cast<JSDOMWindow*>(asObject(slot.slotBase()));
197 // We need this code here because otherwise JSDOMWindowBase will stop the search before we even get to the
    [all...]
  /external/webkit/WebCore/
Android.jscbindings.mk 89 bindings/js/JSDOMWindowBase.cpp \
Android.derived.jscbindings.mk 30 bindings/js/JSDOMWindowBase.lut.h \
  /external/webkit/WebCore/page/
DOMWindow.idl 44 LegacyParent=JSDOMWindowBase
    [all...]
  /external/webkit/WebKit/qt/Api/
qwebframe.cpp 42 #include "JSDOMWindowBase.h"
199 return JSDOMWindowBase::commonJSGlobalData()->heap.globalObjectCount();
    [all...]

Completed in 486 milliseconds