HomeSort by relevance Sort by last modified time
    Searched refs:PassOwnPtr (Results 226 - 250 of 842) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
MockImageDecoder.h 29 #include "wtf/PassOwnPtr.h"
52 static PassOwnPtr<MockImageDecoder> create(MockImageDecoderClient* client) { return adoptPtr(new MockImageDecoder(client)); }
118 static PassOwnPtr<MockImageDecoderFactory> create(MockImageDecoderClient* client, const SkISize& decodedSize)
123 static PassOwnPtr<MockImageDecoderFactory> create(MockImageDecoderClient* client, const IntSize& decodedSize)
128 virtual PassOwnPtr<ImageDecoder> create() OVERRIDE
  /external/chromium_org/third_party/WebKit/Source/platform/mediastream/
RTCDTMFSenderHandler.h 34 #include "wtf/PassOwnPtr.h"
43 static PassOwnPtr<RTCDTMFSenderHandler> create(blink::WebRTCDTMFSenderHandler*);
  /external/chromium_org/third_party/WebKit/Source/web/
FullscreenController.h 35 #include "wtf/PassOwnPtr.h"
48 static PassOwnPtr<FullscreenController> create(WebViewImpl*);
NotificationPresenterImpl.cpp 48 explicit VoidCallbackClient(PassOwnPtr<VoidCallback> callback)
69 NotificationPermissionCallbackClient(WebNotificationPresenter* presenter, PassRefPtr<SecurityOrigin> securityOrigin, PassOwnPtr<NotificationPermissionCallback> callback)
123 void NotificationPresenterImpl::requestPermission(ExecutionContext* context, PassOwnPtr<VoidCallback> callback)
129 void NotificationPresenterImpl::requestPermission(ExecutionContext* context, WTF::PassOwnPtr<NotificationPermissionCallback> callback)
ServiceWorkerGlobalScopeProxy.cpp 39 #include "wtf/PassOwnPtr.h"
45 PassOwnPtr<ServiceWorkerGlobalScopeProxy> ServiceWorkerGlobalScopeProxy::create(WebEmbeddedWorkerImpl& embeddedWorker, ExecutionContext& executionContext, PassOwnPtr<WebServiceWorkerContextClient> client)
89 ServiceWorkerGlobalScopeProxy::ServiceWorkerGlobalScopeProxy(WebEmbeddedWorkerImpl& embeddedWorker, ExecutionContext& executionContext, PassOwnPtr<WebServiceWorkerContextClient> client)
WebEmbeddedWorkerImpl.cpp 61 static PassOwnPtr<Loader> create(ExecutionContext* loadingContext, const KURL& scriptURL, const Closure& callback)
101 static PassOwnPtr<LoaderProxy> create(WebEmbeddedWorkerImpl& embeddedWorker)
106 virtual void postTaskToLoader(PassOwnPtr<ExecutionContextTask> task) OVERRIDE
111 virtual bool postTaskForModeToWorkerGlobalScope(PassOwnPtr<ExecutionContextTask> task, const String& mode) OVERRIDE
136 PassOwnPtr<WebServiceWorkerContextClient> client,
137 PassOwnPtr<WebWorkerPermissionClientProxy> permissionClient)
WebSharedWorkerImpl.h 43 #include "wtf/PassOwnPtr.h"
83 virtual void postTaskToLoader(PassOwnPtr<WebCore::ExecutionContextTask>);
85 PassOwnPtr<WebCore::ExecutionContextTask>, const WTF::String& mode);
122 static void connectTask(WebCore::ExecutionContext*, PassOwnPtr<WebMessagePortChannel>);
  /external/chromium_org/third_party/WebKit/Source/wtf/
FilePrintStream.h 30 #include "wtf/PassOwnPtr.h"
45 static PassOwnPtr<FilePrintStream> open(const char* filename, const char* mode);
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
TextEncodingRegistry.h 29 #include "wtf/PassOwnPtr.h"
41 WTF_EXPORT PassOwnPtr<TextCodec> newTextCodec(const TextEncoding&);
  /external/chromium_org/third_party/WebKit/Source/wtf/unicode/
Collator.h 34 #include "wtf/PassOwnPtr.h"
51 static PassOwnPtr<Collator> userDefault();
  /external/chromium_org/third_party/WebKit/Source/core/dom/
MainThreadTaskRunner.cpp 39 PerformTaskContext(WeakPtr<MainThreadTaskRunner> runner, PassOwnPtr<ExecutionContextTask> task)
76 void MainThreadTaskRunner::postTask(PassOwnPtr<ExecutionContextTask> task)
81 void MainThreadTaskRunner::perform(PassOwnPtr<ExecutionContextTask> task)
ExecutionContext.h 43 #include "wtf/PassOwnPtr.h"
80 void postTask(PassOwnPtr<ExecutionContextTask>);
122 PassOwnPtr<LifecycleNotifier<ExecutionContext> > createLifecycleNotifier();
140 int installNewTimeout(PassOwnPtr<ScheduledAction>, int timeout, bool singleShot);
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
BackgroundHTMLParser.h 38 #include "wtf/PassOwnPtr.h"
56 static void create(PassRefPtr<WeakReference<BackgroundHTMLParser> > reference, PassOwnPtr<Configuration> config)
73 void resumeFrom(PassOwnPtr<Checkpoint>);
81 BackgroundHTMLParser(PassRefPtr<WeakReference<BackgroundHTMLParser> >, PassOwnPtr<Configuration>);
HTMLDocumentParser.h 98 void didReceiveParsedChunkFromBackgroundParser(PassOwnPtr<ParsedChunk>);
143 void validateSpeculations(PassOwnPtr<ParsedChunk> lastChunk);
144 void discardSpeculationsAndResumeFrom(PassOwnPtr<ParsedChunk> lastChunk, PassOwnPtr<HTMLToken>, PassOwnPtr<HTMLTokenizer>);
145 void processParsedChunkFromBackgroundParser(PassOwnPtr<ParsedChunk>);
HTMLResourcePreloader.h 38 static PassOwnPtr<PreloadRequest> create(const String& initiatorName, const TextPosition& initiatorPosition, const String& resourceURL, const KURL& baseURL, Resource::Type resourceType, const String& mediaAttribute)
43 static PassOwnPtr<PreloadRequest> create(const String& initiatorName, const TextPosition& initiatorPosition, const String& resourceURL, const KURL& baseURL, Resource::Type resourceType)
103 void preload(PassOwnPtr<PreloadRequest>);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
Shape.h 37 #include "wtf/PassOwnPtr.h"
63 static PassOwnPtr<Shape> createShape(const BasicShape*, const LayoutSize& logicalBoxSize, WritingMode, Length margin, Length padding);
64 static PassOwnPtr<Shape> createShape(const StyleImage*, float threshold, const LayoutSize& logicalBoxSize, WritingMode, Length margin, Length padding);
65 static PassOwnPtr<Shape> createLayoutBoxShape(const LayoutSize& logicalBoxSize, WritingMode, const Length& margin, const Length& padding);
  /external/chromium_org/third_party/WebKit/Source/modules/notifications/
NotificationCenter.h 71 void requestPermission(PassOwnPtr<VoidCallback> = nullptr);
80 static PassRefPtr<NotificationRequestCallback> createAndStartTimer(NotificationCenter*, PassOwnPtr<VoidCallback>);
84 NotificationRequestCallback(NotificationCenter*, PassOwnPtr<VoidCallback>);
NotificationCenter.cpp 77 void NotificationCenter::requestPermission(PassOwnPtr<VoidCallback> callback)
106 PassRefPtr<NotificationCenter::NotificationRequestCallback> NotificationCenter::NotificationRequestCallback::createAndStartTimer(NotificationCenter* center, PassOwnPtr<VoidCallback> callback)
113 NotificationCenter::NotificationRequestCallback::NotificationRequestCallback(NotificationCenter* center, PassOwnPtr<VoidCallback> callback)
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
HRTFKernel.h 34 #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/core/loader/
HistoryController.h 95 static PassOwnPtr<HistoryNode> create(HistoryEntry*, HistoryItem*);
99 PassOwnPtr<HistoryNode> cloneAndReplace(HistoryEntry*, HistoryItem* newItem, bool clipAtTarget, Frame* targetFrame, Frame* currentFrame);
115 static PassOwnPtr<HistoryEntry> create(HistoryItem* root);
116 PassOwnPtr<HistoryEntry> cloneAndReplace(HistoryItem* newItem, bool clipAtTarget, Frame* targetFrame, Page*);
158 void goToEntry(PassOwnPtr<HistoryEntry>);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
GridCoordinate.h 36 #include "wtf/PassOwnPtr.h"
45 static PassOwnPtr<GridSpan> create(size_t initialPosition, size_t finalPosition)
50 static PassOwnPtr<GridSpan> createWithSpanAgainstOpposite(size_t resolvedOppositePosition, const GridPosition& position, GridPositionSide side)
63 static PassOwnPtr<GridSpan> createWithNamedSpanAgainstOpposite(size_t resolvedOppositePosition, const GridPosition& position, GridPositionSide side, const Vector<size_t>& gridLines)
71 static PassOwnPtr<GridSpan> createWithInitialNamedSpanAgainstOpposite(size_t resolvedOppositePosition, const GridPosition& position, const Vector<size_t>& gridLines)
87 static PassOwnPtr<GridSpan> createWithFinalNamedSpanAgainstOpposite(size_t resolvedOppositePosition, const GridPosition& position, const Vector<size_t>& gridLines)
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DOMFileSystemBase.cpp 188 void DOMFileSystemBase::getMetadata(const EntryBase* entry, PassOwnPtr<MetadataCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback, SynchronousType synchronousType)
224 void DOMFileSystemBase::move(const EntryBase* source, EntryBase* parent, const String& newName, PassOwnPtr<EntryCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback, SynchronousType synchronousType)
238 void DOMFileSystemBase::copy(const EntryBase* source, EntryBase* parent, const String& newName, PassOwnPtr<EntryCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback, SynchronousType synchronousType)
252 void DOMFileSystemBase::remove(const EntryBase* entry, PassOwnPtr<VoidCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback, SynchronousType synchronousType)
267 void DOMFileSystemBase::removeRecursively(const EntryBase* entry, PassOwnPtr<VoidCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback, SynchronousType synchronousType
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageDecodingStore.h 40 #include "wtf/PassOwnPtr.h"
88 static PassOwnPtr<ImageDecodingStore> create() { return adoptPtr(new ImageDecodingStore); }
114 const ScaledImageFragment* insertAndLockCache(const ImageFrameGenerator*, PassOwnPtr<ScaledImageFragment>);
120 void insertDecoder(const ImageFrameGenerator*, PassOwnPtr<ImageDecoder>, bool isDiscardable);
197 static PassOwnPtr<ImageCacheEntry> createAndUse(const ImageFrameGenerator* generator, PassOwnPtr<ScaledImageFragment> image)
202 ImageCacheEntry(const ImageFrameGenerator* generator, int count, PassOwnPtr<ScaledImageFragment> image)
227 static PassOwnPtr<DecoderCacheEntry> create(const ImageFrameGenerator* generator, PassOwnPtr<ImageDecoder> decoder, bool isDiscardable)
232 DecoderCacheEntry(const ImageFrameGenerator* generator, int count, PassOwnPtr<ImageDecoder> decoder, bool isDiscardable
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/mediastream/
RTCPeerConnectionHandler.h 61 static PassOwnPtr<RTCPeerConnectionHandler> create(RTCPeerConnectionHandlerClient*);
83 PassOwnPtr<RTCDataChannelHandler> createDataChannel(const String& label, const blink::WebRTCDataChannelInit&);
84 PassOwnPtr<RTCDTMFSenderHandler> createDTMFSender(PassRefPtr<MediaStreamComponent>);
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebBlobData.cpp 36 #include "wtf/PassOwnPtr.h"
106 WebBlobData::WebBlobData(const PassOwnPtr<BlobData>& data)
111 WebBlobData& WebBlobData::operator=(const PassOwnPtr<BlobData>& data)
117 WebBlobData::operator PassOwnPtr<BlobData>()

Completed in 655 milliseconds

1 2 3 4 5 6 7 8 91011>>