Searched refs:PassOwnPtr (Results 26 - 50 of 568) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/modules/websockets/
H A DWebSocketDeflateFramer.h38 #include "wtf/PassOwnPtr.h"
47 static PassOwnPtr<DeflateResultHolder> create(WebSocketDeflateFramer* framer)
70 static PassOwnPtr<InflateResultHolder> create(WebSocketDeflateFramer* framer)
94 PassOwnPtr<WebSocketExtensionProcessor> createExtensionProcessor();
98 PassOwnPtr<DeflateResultHolder> deflate(WebSocketFrame&);
100 PassOwnPtr<InflateResultHolder> inflate(WebSocketFrame&);
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DWorkerLoaderClientBridgeSyncHelper.h50 static PassOwnPtr<WorkerLoaderClientBridgeSyncHelper> create(ThreadableLoaderClient&, PassOwnPtr<blink::WebWaitableEvent>);
68 WorkerLoaderClientBridgeSyncHelper(ThreadableLoaderClient&, PassOwnPtr<blink::WebWaitableEvent>);
/external/chromium_org/third_party/WebKit/Source/core/workers/
H A DWorkerObjectProxy.h36 #include "wtf/PassOwnPtr.h"
54 static PassOwnPtr<WorkerObjectProxy> create(ExecutionContext*, WorkerMessagingProxy*);
57 void postMessageToWorkerObject(PassRefPtr<SerializedScriptValue>, PassOwnPtr<MessagePortChannelArray>);
58 void postTaskToMainExecutionContext(PassOwnPtr<ExecutionContextTask>);
/external/chromium_org/third_party/WebKit/Source/modules/notifications/
H A DNotificationController.cpp32 #include "wtf/PassOwnPtr.h"
36 NotificationController::NotificationController(PassOwnPtr<NotificationClient> client)
45 PassOwnPtrWillBeRawPtr<NotificationController> NotificationController::create(PassOwnPtr<NotificationClient> client)
69 void provideNotification(LocalFrame& frame, PassOwnPtr<NotificationClient> client)
H A DNotificationController.h44 static PassOwnPtrWillBeRawPtr<NotificationController> create(PassOwnPtr<NotificationClient>);
52 explicit NotificationController(PassOwnPtr<NotificationClient>);
59 void provideNotification(LocalFrame&, PassOwnPtr<NotificationClient>);
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DServiceWorkerContainerClient.h26 static PassOwnPtrWillBeRawPtr<ServiceWorkerContainerClient> create(PassOwnPtr<WebServiceWorkerProvider>);
41 explicit ServiceWorkerContainerClient(PassOwnPtr<WebServiceWorkerProvider>);
46 void provideServiceWorkerContainerClientToWorker(WorkerClients*, PassOwnPtr<WebServiceWorkerProvider>);
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebPermissionCallbacks.cpp15 static PassRefPtr<WebPermissionCallbacksPrivate> create(const PassOwnPtr<PermissionCallbacks>& callbacks)
23 WebPermissionCallbacksPrivate(const PassOwnPtr<PermissionCallbacks>& callbacks) : m_callbacks(callbacks) { }
27 WebPermissionCallbacks::WebPermissionCallbacks(const PassOwnPtr<PermissionCallbacks>& callbacks)
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContextRecorder.h50 PassOwnPtr<Vector<char> > replay(unsigned fromStep = 0, unsigned toStep = 0, double scale = 1.0) const;
51 PassOwnPtr<Timings> profile(unsigned minIterations, double minDuration) const;
58 PassOwnPtr<SkBitmap> createBitmap() const;
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebWorkerRunLoop.cpp36 static PassOwnPtr<TaskForwarder> create(PassOwnPtr<WebWorkerRunLoop::Task> task)
47 TaskForwarder(PassOwnPtr<WebWorkerRunLoop::Task> task)
H A DWorkerPermissionClient.cpp38 #include "wtf/PassOwnPtr.h"
42 PassOwnPtrWillBeRawPtr<WorkerPermissionClient> WorkerPermissionClient::create(PassOwnPtr<WebWorkerPermissionClientProxy> proxy)
77 WorkerPermissionClient::WorkerPermissionClient(PassOwnPtr<WebWorkerPermissionClientProxy> proxy)
82 void providePermissionClientToWorker(WorkerClients* clients, PassOwnPtr<WebWorkerPermissionClientProxy> proxy)
H A DWorkerPermissionClient.h48 static PassOwnPtrWillBeRawPtr<WorkerPermissionClient> create(PassOwnPtr<WebWorkerPermissionClientProxy>);
60 explicit WorkerPermissionClient(PassOwnPtr<WebWorkerPermissionClientProxy>);
65 void providePermissionClientToWorker(WorkerClients*, PassOwnPtr<WebWorkerPermissionClientProxy>);
H A DSharedWorkerRepositoryClientImpl.h36 #include "wtf/PassOwnPtr.h"
46 static PassOwnPtr<SharedWorkerRepositoryClientImpl> create(WebSharedWorkerRepositoryClient* client)
53 virtual void connect(PassRefPtrWillBeRawPtr<SharedWorker>, PassOwnPtr<WebMessagePortChannel>, const KURL&, const String& name, ExceptionState&) OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DMessagePort.h36 #include "wtf/PassOwnPtr.h"
72 void entangle(PassOwnPtr<WebMessagePortChannel>);
73 PassOwnPtr<WebMessagePortChannel> disentangle();
75 static PassOwnPtr<WebMessagePortChannelArray> toWebMessagePortChannelArray(PassOwnPtr<MessagePortChannelArray>);
79 static PassOwnPtr<MessagePortChannelArray> disentanglePorts(const MessagePortArray*, ExceptionState&);
82 static PassOwnPtrWillBeRawPtr<MessagePortArray> entanglePorts(ExecutionContext&, PassOwnPtr<MessagePortChannelArray>);
H A DIncrementLoadEventDelayCount.cpp12 PassOwnPtr<IncrementLoadEventDelayCount> IncrementLoadEventDelayCount::create(Document& document)
H A DIncrementLoadEventDelayCount.h22 static PassOwnPtr<IncrementLoadEventDelayCount> create(Document&);
H A DMicrotask.h36 #include "wtf/PassOwnPtr.h"
45 static void enqueueMicrotask(PassOwnPtr<WebThread::Task>);
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DContentData.cpp35 PassOwnPtr<ContentData> ContentData::create(PassRefPtr<StyleImage> image)
40 PassOwnPtr<ContentData> ContentData::create(const String& text)
45 PassOwnPtr<ContentData> ContentData::create(PassOwnPtr<CounterContent> counter)
50 PassOwnPtr<ContentData> ContentData::create(QuoteType quote)
55 PassOwnPtr<ContentData> ContentData::clone() const
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
H A DCustomElementCallbackInvocation.h36 #include "wtf/PassOwnPtr.h"
46 static PassOwnPtr<CustomElementCallbackInvocation> createInvocation(PassRefPtr<CustomElementLifecycleCallbacks>, CustomElementLifecycleCallbacks::CallbackType);
47 static PassOwnPtr<CustomElementCallbackInvocation> createAttributeChangedInvocation(PassRefPtr<CustomElementLifecycleCallbacks>, const AtomicString& name, const AtomicString& oldValue, const AtomicString& newValue);
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DDOMWindowTimers.cpp43 int setTimeout(EventTarget& eventTarget, PassOwnPtr<ScheduledAction> action, int timeout)
48 int setInterval(EventTarget& eventTarget, PassOwnPtr<ScheduledAction> action, int timeout)
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBCursorWithValue.cpp35 IDBCursorWithValue* IDBCursorWithValue::create(PassOwnPtr<WebIDBCursor> backend, WebIDBCursorDirection direction, IDBRequest* request, IDBAny* source, IDBTransaction* transaction)
40 IDBCursorWithValue::IDBCursorWithValue(PassOwnPtr<WebIDBCursor> backend, WebIDBCursorDirection direction, IDBRequest* request, IDBAny* source, IDBTransaction* transaction)
H A DIDBCursorWithValue.h33 #include "wtf/PassOwnPtr.h"
44 static IDBCursorWithValue* create(PassOwnPtr<WebIDBCursor>, WebIDBCursorDirection, IDBRequest*, IDBAny* source, IDBTransaction*);
54 IDBCursorWithValue(PassOwnPtr<WebIDBCursor>, WebIDBCursorDirection, IDBRequest*, IDBAny* source, IDBTransaction*);
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DFilePrintStream.cpp44 PassOwnPtr<FilePrintStream> FilePrintStream::open(const char* filename, const char* mode)
48 return PassOwnPtr<FilePrintStream>();
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebPermissionCallbacks.h10 namespace WTF { template <typename T> class PassOwnPtr; }
32 BLINK_PLATFORM_EXPORT WebPermissionCallbacks(const WTF::PassOwnPtr<PermissionCallbacks>&);
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorInstrumentationCustomInl.h40 PassOwnPtr<ScriptSourceCode> preprocessImpl(InstrumentingAgents*, LocalFrame*, const ScriptSourceCode&);
72 inline PassOwnPtr<ScriptSourceCode> preprocess(LocalFrame* frame, const ScriptSourceCode& sourceCode)
74 FAST_RETURN_IF_NO_FRONTENDS(PassOwnPtr<ScriptSourceCode>());
77 return PassOwnPtr<ScriptSourceCode>();
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DFlowThreadController.h34 #include "wtf/PassOwnPtr.h"
43 static PassOwnPtr<FlowThreadController> create();

Completed in 7299 milliseconds

1234567891011>>