OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JSDOMWindowBase
(Results
1 - 11
of
11
) 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
123
JSDOMWindowBase
* thisObj = static_cast<JSDOMWindow*>(asObject(slotBase));
176
// 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/
Android.jscbindings.mk
103
bindings/js/
JSDOMWindowBase
.cpp \
Android.derived.jscbindings.mk
31
bindings/js/
JSDOMWindowBase
.lut.h \
[
all
...]
/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 263 milliseconds