OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebCallbacks
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/public/platform/
WebCallbacks.h
37
class
WebCallbacks
{
39
virtual ~
WebCallbacks
() { };
WebPushClient.h
8
#include "public/platform/
WebCallbacks
.h"
16
typedef
WebCallbacks
<WebPushRegistration, WebPushError> WebPushRegistrationCallbacks;
WebServiceWorkerClientsInfo.h
8
#include "
WebCallbacks
.h"
19
typedef
WebCallbacks
<WebServiceWorkerClientsInfo, WebServiceWorkerError> WebServiceWorkerClientsCallbacks;
WebServiceWorkerProvider.h
34
#include "public/platform/
WebCallbacks
.h"
53
typedef
WebCallbacks
<WebServiceWorker, WebServiceWorkerError> WebServiceWorkerCallbacks;
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
CallbackPromiseAdapter.h
35
#include "public/platform/
WebCallbacks
.h"
41
// to a WebKit API class that uses
WebCallbacks
. You can define
63
// Now when calling into a WebKit API that requires a
WebCallbacks
<blink::WebMyClass, blink::WebMyClass>*:
65
// // call signature: callSomeMethod(
WebCallbacks
<MyClass, MyClass>* callbacks)
69
// example that ownership of the
WebCallbacks
instance is being passed
70
// in and it is up to the callee to free the
WebCallbacks
instace.
72
class CallbackPromiseAdapter FINAL : public blink::
WebCallbacks
<typename S::WebType, typename T::WebType> {
Completed in 100 milliseconds