Searched refs:PassOwnPtr (Results 101 - 125 of 568) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/platform/animation/
H A DAnimationValue.h55 virtual PassOwnPtr<AnimationValue> clone() const = 0;
70 virtual PassOwnPtr<AnimationValue> clone() const OVERRIDE { return adoptPtr(new FloatAnimationValue(*this)); }
87 virtual PassOwnPtr<AnimationValue> clone() const OVERRIDE { return adoptPtr(new TransformAnimationValue(*this)); }
104 virtual PassOwnPtr<AnimationValue> clone() const OVERRIDE { return adoptPtr(new FilterAnimationValue(*this)); }
H A DKeyframeValueList.cpp32 void KeyframeValueList::insert(PassOwnPtr<const AnimationValue> value)
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DProgrammaticScrollAnimator.h12 #include "wtf/PassOwnPtr.h"
25 static PassOwnPtr<ProgrammaticScrollAnimator> create(ScrollableArea*);
/external/chromium_org/third_party/WebKit/Source/web/
H A DContextFeaturesClientImpl.h40 static PassOwnPtr<ContextFeaturesClientImpl> create()
H A DMIDIClientProxy.h44 static PassOwnPtr<MIDIClientProxy> create(WebMIDIClient* client)
H A DStorageClientImpl.cpp43 PassOwnPtr<StorageNamespace> StorageClientImpl::createSessionStorageNamespace()
H A DSharedWorkerRepositoryClientImpl.cpp60 SharedWorkerConnector(PassRefPtrWillBeRawPtr<SharedWorker> worker, const KURL& url, const String& name, PassOwnPtr<WebMessagePortChannel> channel, PassOwnPtr<WebSharedWorkerConnector> webWorkerConnector)
112 void SharedWorkerRepositoryClientImpl::connect(PassRefPtrWillBeRawPtr<SharedWorker> worker, PassOwnPtr<WebMessagePortChannel> port, const KURL& url, const String& name, ExceptionState& exceptionState)
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DTextCodecReplacement.cpp8 #include "wtf/PassOwnPtr.h"
34 static PassOwnPtr<TextCodec> newStreamingTextDecoderReplacement(const TextEncoding&, const void*)
/external/chromium_org/third_party/WebKit/Source/wtf/unicode/
H A DCollator.h34 #include "wtf/PassOwnPtr.h"
51 static PassOwnPtr<Collator> userDefault();
/external/chromium_org/third_party/WebKit/Source/modules/navigatorcontentutils/
H A DNavigatorContentUtils.h54 static PassOwnPtrWillBeRawPtr<NavigatorContentUtils> create(PassOwnPtr<NavigatorContentUtilsClient>);
58 void setClientForTest(PassOwnPtr<NavigatorContentUtilsClient> client) { m_client = client; }
61 explicit NavigatorContentUtils(PassOwnPtr<NavigatorContentUtilsClient> client)
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DServiceWorkerContainerClient.cpp17 PassOwnPtrWillBeRawPtr<ServiceWorkerContainerClient> ServiceWorkerContainerClient::create(PassOwnPtr<WebServiceWorkerProvider> provider)
51 ServiceWorkerContainerClient::ServiceWorkerContainerClient(PassOwnPtr<WebServiceWorkerProvider> provider)
56 void provideServiceWorkerContainerClientToWorker(WorkerClients* clients, PassOwnPtr<WebServiceWorkerProvider> provider)
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
H A DSQLError.h40 static PassOwnPtr<SQLErrorData> create(unsigned code, const String& message)
45 static PassOwnPtr<SQLErrorData> create(unsigned code, const char* message, int sqliteCode, const char* sqliteMessage)
50 static PassOwnPtr<SQLErrorData> create(const SQLErrorData& data)
/external/chromium_org/third_party/WebKit/Source/platform/audio/
H A DHRTFKernel.h34 #include "wtf/PassOwnPtr.h"
59 static PassRefPtr<HRTFKernel> create(PassOwnPtr<FFTFrame> fftFrame, float frameDelay, float sampleRate)
76 PassOwnPtr<AudioChannel> createImpulseResponse();
82 HRTFKernel(PassOwnPtr<FFTFrame> fftFrame, float frameDelay, float sampleRate)
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebBlobData.cpp36 #include "wtf/PassOwnPtr.h"
98 WebBlobData::WebBlobData(const PassOwnPtr<BlobData>& data)
103 WebBlobData& WebBlobData::operator=(const PassOwnPtr<BlobData>& data)
109 WebBlobData::operator PassOwnPtr<BlobData>()
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DOwnPtr.h33 template<typename T> class PassOwnPtr;
49 // See comment in PassOwnPtr.h for why this takes a const reference.
50 OwnPtr(const PassOwnPtr<T>&);
51 template<typename U> OwnPtr(const PassOwnPtr<U>&, EnsurePtrConvertibleArgDecl(U, T));
59 // transients for assigning a PassOwnPtr<T> object to a stack-allocated
74 PassOwnPtr<T> release();
88 OwnPtr& operator=(const PassOwnPtr<T>&);
90 template<typename U> OwnPtr& operator=(const PassOwnPtr<U>&);
114 template<typename U> bool operator==(const PassOwnPtr<U>&) const { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
115 template<typename U> bool operator!=(const PassOwnPtr<
[all...]
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DLocalFileSystem.cpp53 void reportFailure(ExecutionContext*, PassOwnPtr<AsyncFileSystemCallbacks> callbacks, FileError::ErrorCode error)
62 CallbackWrapper(PassOwnPtr<AsyncFileSystemCallbacks> c)
67 PassOwnPtr<AsyncFileSystemCallbacks> release()
78 PassOwnPtrWillBeRawPtr<LocalFileSystem> LocalFileSystem::create(PassOwnPtr<FileSystemClient> client)
87 void LocalFileSystem::resolveURL(ExecutionContext* context, const KURL& fileSystemURL, PassOwnPtr<AsyncFileSystemCallbacks> callbacks)
96 void LocalFileSystem::requestFileSystem(ExecutionContext* context, FileSystemType type, long long size, PassOwnPtr<AsyncFileSystemCallbacks> callbacks)
105 void LocalFileSystem::deleteFileSystem(ExecutionContext* context, FileSystemType type, PassOwnPtr<AsyncFileSystemCallbacks> callbacks)
195 LocalFileSystem::LocalFileSystem(PassOwnPtr<FileSystemClient> client)
214 void provideLocalFileSystemTo(LocalFrame& frame, PassOwnPtr<FileSystemClient> client)
219 void provideLocalFileSystemToWorker(WorkerClients* clients, PassOwnPtr<FileSystemClien
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DImageDecodingStore.h38 #include "wtf/PassOwnPtr.h"
66 static PassOwnPtr<ImageDecodingStore> create() { return adoptPtr(new ImageDecodingStore); }
75 void insertDecoder(const ImageFrameGenerator*, PassOwnPtr<ImageDecoder>);
135 static PassOwnPtr<DecoderCacheEntry> create(const ImageFrameGenerator* generator, PassOwnPtr<ImageDecoder> decoder)
140 DecoderCacheEntry(const ImageFrameGenerator* generator, int count, PassOwnPtr<ImageDecoder> decoder)
171 template<class T, class U, class V> void insertCacheInternal(PassOwnPtr<T> cacheEntry, U* cacheMap, V* identifierMap);
/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
H A DScrollingCoordinator.h54 static PassOwnPtr<ScrollingCoordinator> create(Page*);
93 PassOwnPtr<blink::WebScrollbarLayer> createSolidColorScrollbarLayer(ScrollbarOrientation, int thumbThickness, int trackStart, bool isLeftSideVerticalScrollbar);
140 blink::WebScrollbarLayer* addWebScrollbarLayer(ScrollableArea*, ScrollbarOrientation, PassOwnPtr<blink::WebScrollbarLayer>);
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DDummyPageHolder.cpp43 PassOwnPtr<DummyPageHolder> DummyPageHolder::create(
46 PassOwnPtr<FrameLoaderClient> frameLoaderClient) {
53 PassOwnPtr<FrameLoaderClient> frameLoaderClient)
/external/chromium_org/third_party/WebKit/Source/core/workers/
H A DWorkerObjectProxy.cpp45 PassOwnPtr<WorkerObjectProxy> WorkerObjectProxy::create(ExecutionContext* executionContext, WorkerMessagingProxy* messagingProxy)
50 void WorkerObjectProxy::postMessageToWorkerObject(PassRefPtr<SerializedScriptValue> message, PassOwnPtr<MessagePortChannelArray> channels)
55 void WorkerObjectProxy::postTaskToMainExecutionContext(PassOwnPtr<ExecutionContextTask> task)
H A DWorkerThread.h79 void postTask(PassOwnPtr<ExecutionContextTask>);
80 void postDebuggerTask(PassOwnPtr<ExecutionContextTask>);
119 void postDelayedTask(PassOwnPtr<ExecutionContextTask>, long long delayMs);
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBCursor.h53 static IDBCursor* create(PassOwnPtr<WebIDBCursor>, WebIDBCursorDirection, IDBRequest*, IDBAny* source, IDBTransaction*);
80 void setValueReady(IDBKey*, IDBKey* primaryKey, PassRefPtr<SharedBuffer> value, PassOwnPtr<Vector<WebBlobInfo> >);
87 IDBCursor(PassOwnPtr<WebIDBCursor>, WebIDBCursorDirection, IDBRequest*, IDBAny* source, IDBTransaction*);
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DCustomElementBinding.h35 #include "wtf/PassOwnPtr.h"
42 static PassOwnPtr<CustomElementBinding> create(v8::Isolate*, v8::Handle<v8::Object> prototype);
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DStyleResolverStats.h34 #include "wtf/PassOwnPtr.h"
41 static PassOwnPtr<StyleResolverStats> create()
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DAddConsoleMessageTask.h33 #include "wtf/PassOwnPtr.h"
40 static PassOwnPtr<AddConsoleMessageTask> create(MessageSource source, MessageLevel level, const String& message)

Completed in 2245 milliseconds

1234567891011>>