HomeSort by relevance Sort by last modified time
    Searched refs:WebCallbacks (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/public/platform/
WebCallbacks.h 37 class WebCallbacks {
39 virtual ~WebCallbacks() { };
WebServiceWorkerProvider.h 34 #include "public/platform/WebCallbacks.h"
46 typedef WebCallbacks<WebServiceWorker, WebServiceWorkerError> WebServiceWorkerCallbacks;
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
CallbackPromiseAdapter.h 36 #include "public/platform/WebCallbacks.h"
42 // to a WebKit API class that uses WebCallbacks. You can define
55 // Now when calling into a WebKit API that requires a WebCallbacks<blink::WebMyClass, blink::WebMyClass>*:
57 // // call signature: callSomeMethod(WebCallbacks<MyClass, MyClass>* callbacks)
61 // example that ownership of the WebCallbacks instance is being passed
62 // in and it is up to the callee to free the WebCallbacks instace.
64 class CallbackPromiseAdapter : public blink::WebCallbacks<typename S::WebType, typename T::WebType> {

Completed in 113 milliseconds