OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:JSDOMWindowBase
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/bindings/js/
JSDOMWindowBase.h
44
class
JSDOMWindowBase
: public JSDOMGlobalObject {
47
JSDOMWindowBase
(JSC::JSGlobalData&, JSC::Structure*, PassRefPtr<DOMWindow>, JSDOMWindowShell*);
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
...]
Completed in 130 milliseconds