OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:V8Proxy
(Results
1 - 25
of
86
) sorted by null
1
2
3
4
/external/webkit/Source/WebCore/bindings/v8/
V8Helpers.h
38
class
V8Proxy
;
42
V8Proxy
* toV8Proxy(NPObject*);
V8Helpers.cpp
36
#include "
V8Proxy
.h"
43
return
V8Proxy
::mainWorldContext(object->rootObject->frame());
46
V8Proxy
* toV8Proxy(NPObject* npObject)
50
return
V8Proxy
::retrieve(frame);
WorldContextHandle.h
41
class
V8Proxy
;
48
v8::Local<v8::Context> adjustedContext(
V8Proxy
*) const;
ScriptCachedFrameData.cpp
44
ASSERT(
V8Proxy
::mainWorldContext(frame) ==
V8Proxy
::context(frame));
45
m_context.set(
V8Proxy
::mainWorldContext(frame));
67
V8Proxy
* proxy =
V8Proxy
::retrieve(frame);
V8Collection.cpp
51
V8Proxy
::setDOMException(TYPE_MISMATCH_ERR);
58
V8Proxy
::setDOMException(ec);
ScriptControllerQt.cpp
39
v8::Handle<v8::Context> v8Context =
V8Proxy
::mainWorldContext(m_frame);
V8Proxy.cpp
32
#include "
V8Proxy
.h"
97
V8Extensions
V8Proxy
::m_extensions;
156
void
V8Proxy
::reportUnsafeAccessTo(Frame* target)
163
Frame* source =
V8Proxy
::retrieveFrameForEnteredContext();
196
V8Proxy
::
V8Proxy
(Frame* frame)
205
V8Proxy
::~
V8Proxy
()
211
v8::Handle<v8::Script>
V8Proxy
::compileScript(v8::Handle<v8::String> code, const String& fileName, const TextPosition0& scriptStartPosition, v8::ScriptData* scriptData)
220
v8::Handle<v8::Script>
V8Proxy
::compileScriptInternal(v8::Handle<v8::String> code, const String& fileName, const TextPosition0& s (…)
[
all
...]
ScheduledAction.h
44
class
V8Proxy
;
62
void execute(
V8Proxy
*);
V8IsolatedContext.h
37
#include "
V8Proxy
.h"
43
class
V8Proxy
;
61
V8IsolatedContext(
V8Proxy
* proxy, int extensionGroup);
WorldContextHandle.cpp
48
v8::Local<v8::Context> WorldContextHandle::adjustedContext(
V8Proxy
* proxy) const
/external/webkit/Source/WebCore/bindings/v8/custom/
V8AudioContextCustom.cpp
38
#include "
V8Proxy
.h"
46
Frame* frame =
V8Proxy
::retrieveFrameForCurrentContext();
48
return throwError("AudioContext constructor associated frame is unavailable",
V8Proxy
::ReferenceError);
52
return throwError("AudioContext constructor associated document is unavailable",
V8Proxy
::ReferenceError);
63
return throwError("Not enough arguments",
V8Proxy
::SyntaxError);
69
return throwError("Invalid number of channels",
V8Proxy
::SyntaxError);
73
return throwError("Invalid number of frames",
V8Proxy
::SyntaxError);
81
return throwError("Error creating AudioContext",
V8Proxy
::SyntaxError);
93
return throwError("Not enough arguments",
V8Proxy
::SyntaxError);
111
return throwError("Error decoding audio file data",
V8Proxy
::SyntaxError)
[
all
...]
V8AudioNodeCustom.cpp
35
#include "
V8Proxy
.h"
42
return throwError("Not enough arguments",
V8Proxy
::SyntaxError);
46
return throwError("Invalid destination node",
V8Proxy
::SyntaxError);
54
return throwError("Invalid index parameters",
V8Proxy
::SyntaxError);
60
return throwError("Invalid index parameters",
V8Proxy
::SyntaxError);
66
return throwError("Invalid index parameter",
V8Proxy
::SyntaxError);
78
return throwError("Invalid index parameters",
V8Proxy
::SyntaxError);
84
return throwError("Invalid index parameter",
V8Proxy
::SyntaxError);
V8SVGDocumentCustom.cpp
37
#include "
V8Proxy
.h"
49
if (
V8Proxy
* proxy =
V8Proxy
::retrieve(impl->frame()))
V8SQLResultSetRowListCustom.cpp
38
#include "
V8Proxy
.h"
47
V8Proxy
::throwError(
V8Proxy
::SyntaxError, "Item index is required.");
52
V8Proxy
::throwError(
V8Proxy
::TypeError, "Item index must be a number.");
60
V8Proxy
::throwError(
V8Proxy
::RangeError, "Item index is out of range.");
V8EventSourceConstructor.cpp
39
#include "
V8Proxy
.h"
51
return throwError("DOM object constructor cannot be called as a function.",
V8Proxy
::TypeError);
57
return throwError("EventSource constructor's associated context is not available",
V8Proxy
::ReferenceError);
59
return throwError("Not enough arguments",
V8Proxy
::SyntaxError);
V8ArrayBufferCustom.cpp
37
#include "
V8Proxy
.h"
46
return throwError("DOM object constructor cannot be called as a function.",
V8Proxy
::SyntaxError);
70
return throwError("ArrayBuffer size is not a small enough positive integer.",
V8Proxy
::RangeError);
V8XMLHttpRequestConstructor.cpp
36
#include "
V8Proxy
.h"
48
return throwError("DOM object constructor cannot be called as a function.",
V8Proxy
::TypeError);
54
return throwError("XMLHttpRequest constructor's associated context is not available",
V8Proxy
::ReferenceError);
V8SVGLengthCustom.cpp
50
V8Proxy
::setDOMException(ec);
61
V8Proxy
::setDOMException(NO_MODIFICATION_ALLOWED_ERR);
66
V8Proxy
::throwTypeError();
74
V8Proxy
::setDOMException(ec);
84
V8Proxy
::setDOMException(NO_MODIFICATION_ALLOWED_ERR);
89
return throwError("Not enough arguments",
V8Proxy
::SyntaxError);
96
V8Proxy
::setDOMException(ec);
V8DataViewCustom.cpp
33
#include "
V8Proxy
.h"
42
return throwError("DOM object constructor cannot be called as a function",
V8Proxy
::SyntaxError);
45
return
V8Proxy
::throwTypeError();
60
return throwError("Not enough arguments",
V8Proxy
::SyntaxError);
67
V8Proxy
::setDOMException(ec);
77
return throwError("Not enough arguments",
V8Proxy
::SyntaxError);
84
V8Proxy
::setDOMException(ec);
94
return throwError("Not enough arguments",
V8Proxy
::SyntaxError);
102
V8Proxy
::setDOMException(ec);
110
return throwError("Not enough arguments",
V8Proxy
::SyntaxError)
[
all
...]
V8CustomPositionCallback.cpp
34
#include "
V8Proxy
.h"
59
V8Proxy
* proxy =
V8Proxy
::retrieve(scriptContext);
V8CustomPositionErrorCallback.cpp
34
#include "
V8Proxy
.h"
59
V8Proxy
* proxy =
V8Proxy
::retrieve(scriptContext);
V8CustomXPathNSResolver.h
44
class
V8Proxy
;
V8CustomXPathNSResolver.cpp
37
#include "
V8Proxy
.h"
68
if (
V8Proxy
* proxy =
V8Proxy
::retrieve()) {
83
v8::Handle<v8::Value> retval =
V8Proxy
::callFunctionWithoutFrame(function, m_resolver, argc, argv);
/external/webkit/Source/WebKit/chromium/src/
WebScriptController.cpp
36
#include "
V8Proxy
.h"
46
V8Proxy
::registerExtension(extension);
/external/webkit/Source/WebCore/bindings/v8/specialization/
V8BindingState.cpp
36
#include "
V8Proxy
.h"
55
return
V8Proxy
::retrieveWindow(activeContext);
60
return
V8Proxy
::retrieveWindow(v8::Context::GetEntered());
65
Frame* frame =
V8Proxy
::retrieveFrameForCallingContext();
72
frame =
V8Proxy
::retrieveFrameForEnteredContext();
79
return
V8Proxy
::retrieveFrameForEnteredContext();
84
V8Proxy
::reportUnsafeAccessTo(target);
Completed in 334 milliseconds
1
2
3
4