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

  /external/webkit/Source/WebCore/bindings/js/
JSDOMWindowBase.cpp 24 #include "JSDOMWindowBase.h"
46 const ClassInfo JSDOMWindowBase::s_info = { "Window", &JSDOMGlobalObject::s_info, 0, 0 };
48 JSDOMWindowBase::JSDOMWindowBase(JSGlobalData& globalData, Structure* structure, PassRefPtr<DOMWindow> window, JSDOMWindowShell* shell)
63 void JSDOMWindowBase::updateDocument()
70 ScriptExecutionContext* JSDOMWindowBase::scriptExecutionContext() const
75 String JSDOMWindowBase::crossDomainAccessErrorMessage(const JSGlobalObject* other) const
80 void JSDOMWindowBase::printErrorMessage(const String& message) const
85 ExecState* JSDOMWindowBase::globalExec()
94 bool JSDOMWindowBase::supportsProfiling() cons
    [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(JSC::JSGlobalData&, JSC::Structure*, PassRefPtr<DOMWindow>, JSDOMWindowShell*);
JSDOMWindowCustom.cpp 124 JSDOMWindowBase* thisObj = static_cast<JSDOMWindow*>(asObject(slotBase));
177 // We need this code here because otherwise JSDOMWindowBase will stop the search before we even get to the
  /external/webkit/Source/WebCore/bridge/jsc/
BridgeJSC.cpp 30 #include "JSDOMWindowBase.h"
57 , m_runtimeObject(*WebCore::JSDOMWindowBase::commonJSGlobalData())
  /external/webkit/Source/WebCore/html/
HTMLImageLoader.cpp 35 #include "JSDOMWindowBase.h"
85 JSC::JSGlobalData* globalData = JSDOMWindowBase::commonJSGlobalData();
  /external/webkit/Source/WebCore/page/
DOMWindow.idl 44 LegacyParent=JSDOMWindowBase
    [all...]
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
DumpRenderTreeSupportQt.cpp 369 return JSDOMWindowBase::commonJSGlobalData()->heap.globalObjectCount();
    [all...]
FrameLoaderClientQt.cpp 53 #include "JSDOMWindowBase.h"
994 double delay = JSDOMWindowBase::commonJSGlobalData()->timeoutChecker.timeoutInterval() / 1000.0f;
    [all...]

Completed in 92 milliseconds