OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestCallback
(Results
1 - 13
of
13
) sorted by null
/external/webkit/Source/WebCore/bindings/scripts/test/ObjC/
DOMTestCallbackInternal.h
32
class
TestCallback
;
35
WebCore::
TestCallback
* core(DOMTestCallback *);
36
DOMTestCallback *kit(WebCore::
TestCallback
*);
DOMTestCallback.mm
57
#import "
TestCallback
.h"
63
#define IMPL reinterpret_cast<WebCore::
TestCallback
*>(_internal)
122
WebCore::
TestCallback
* core(DOMTestCallback *wrapper)
124
return wrapper ? reinterpret_cast<WebCore::
TestCallback
*>(wrapper->_internal) : 0;
127
DOMTestCallback *kit(WebCore::
TestCallback
* value)
/external/webkit/Source/WebCore/bindings/scripts/test/GObject/
WebKitDOMTestCallbackPrivate.h
26
#include "
TestCallback
.h"
29
wrapTestCallback(WebCore::
TestCallback
*coreObject);
31
WebCore::
TestCallback
*
35
kit(WebCore::
TestCallback
* node);
WebKitDOMTestCallback.cpp
31
#include "
TestCallback
.h"
50
WebKitDOMTestCallback* kit(WebCore::
TestCallback
* obj)
67
WebCore::
TestCallback
* item = WebKit::core(self);
77
WebCore::
TestCallback
* item = WebKit::core(self);
93
WebCore::
TestCallback
* item = WebKit::core(self);
111
WebCore::
TestCallback
* item = WebKit::core(self);
127
WebCore::
TestCallback
* item = WebKit::core(self);
143
WebCore::
TestCallback
* core(WebKitDOMTestCallback* request)
147
WebCore::
TestCallback
* coreObject = static_cast<WebCore::
TestCallback
*>(WEBKIT_DOM_OBJECT(request)->coreObject)
[
all
...]
/external/webkit/Source/WebCore/bindings/scripts/test/CPP/
WebDOMTestCallback.h
32
class
TestCallback
;
45
explicit WebDOMTestCallback(WebCore::
TestCallback
*);
57
WebCore::
TestCallback
* impl() const;
64
WebCore::
TestCallback
* toWebCore(const WebDOMTestCallback&);
65
WebDOMTestCallback toWebKit(WebCore::
TestCallback
*);
WebDOMTestCallback.cpp
32
#include "
TestCallback
.h"
44
WebDOMTestCallbackPrivate(WebCore::
TestCallback
* object = 0)
49
RefPtr<WebCore::
TestCallback
> impl;
58
WebDOMTestCallback::WebDOMTestCallback(WebCore::
TestCallback
* impl)
77
WebCore::
TestCallback
* WebDOMTestCallback::impl() const
128
WebCore::
TestCallback
* toWebCore(const WebDOMTestCallback& wrapper)
133
WebDOMTestCallback toWebKit(WebCore::
TestCallback
* value)
/external/chromium/chrome/common/
worker_thread_ticker_unittest.cc
13
class
TestCallback
: public WorkerThreadTicker::Callback {
15
TestCallback
() : counter_(0), message_loop_(MessageLoop::current()) {
50
TestCallback
callback;
68
TestCallback
callback;
85
TestCallback
callback;
/external/webkit/Source/WebCore/bindings/scripts/test/
TestCallback.idl
35
]
TestCallback
{
TestObj.idl
123
void methodWithCallbackArg(in [Callback]
TestCallback
callback);
124
void methodWithNonCallbackArgAndCallbackArg(in long nonCallback, in [Callback]
TestCallback
callback);
125
void methodWithCallbackAndOptionalArg(in [Callback, Optional]
TestCallback
callback);
142
void overloadedMethod(in [Callback]
TestCallback
callback);
/external/webkit/Source/WebCore/bindings/scripts/test/JS/
JSTestCallback.h
28
#include "
TestCallback
.h"
33
class JSTestCallback : public
TestCallback
, public ActiveDOMCallback {
JSTestObj.cpp
[
all
...]
/external/webkit/Source/WebCore/bindings/scripts/test/V8/
V8TestCallback.h
27
#include "
TestCallback
.h"
36
class V8TestCallback : public
TestCallback
, public ActiveDOMCallback {
V8TestObj.cpp
[
all
...]
Completed in 2552 milliseconds