OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:V8TestCallbackInterface
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
V8TestCallbackInterface.h
17
class
V8TestCallbackInterface
FINAL : public TestCallbackInterface, public ActiveDOMCallback {
19
static
V8TestCallbackInterface
* create(v8::Handle<v8::Function> callback, ScriptState* scriptState)
21
return new
V8TestCallbackInterface
(callback, scriptState);
24
virtual ~
V8TestCallbackInterface
();
38
V8TestCallbackInterface
(v8::Handle<v8::Function>, ScriptState*);
V8TestCallbackInterface.cpp
8
#include "
V8TestCallbackInterface
.h"
21
V8TestCallbackInterface
::
V8TestCallbackInterface
(v8::Handle<v8::Function> callback, ScriptState* scriptState)
28
V8TestCallbackInterface
::~
V8TestCallbackInterface
()
32
void
V8TestCallbackInterface
::voidMethod()
46
bool
V8TestCallbackInterface
::booleanMethod()
63
void
V8TestCallbackInterface
::voidMethodBooleanArg(bool boolArg)
83
void
V8TestCallbackInterface
::voidMethodSequenceArg(const Vector<RefPtr<TestInterfaceEmpty> >& sequenceArg)
103
void
V8TestCallbackInterface
::voidMethodFloatArg(float floatArg
[
all
...]
V8TestTypedefs.cpp
14
#include "bindings/core/v8/
V8TestCallbackInterface
.h"
149
testCallbackInterfaceTypeArg =
V8TestCallbackInterface
::create(v8::Handle<v8::Function>::Cast(info[0]), ScriptState::current(info.GetIsolate()));
V8TestObject.cpp
36
#include "bindings/core/v8/
V8TestCallbackInterface
.h"
[
all
...]
Completed in 37 milliseconds