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

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContextRecorder.h 46 PassOwnPtr<ImageBuffer> replay(unsigned fromStep = 0, unsigned toStep = 0) const;
47 PassOwnPtr<Timings> profile(unsigned minIterations, double minDuration) const;
53 PassOwnPtr<ImageBuffer> createImageBuffer() const;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
StringCallback.h 46 static void scheduleCallback(PassOwnPtr<StringCallback>, ExecutionContext*, const String& data);
  /external/chromium_org/third_party/WebKit/Source/core/frame/
DOMTimer.h 35 #include "wtf/PassOwnPtr.h"
44 static int install(ExecutionContext*, PassOwnPtr<ScheduledAction>, int timeout, bool singleShot);
63 static PassOwnPtr<DOMTimer> create(ExecutionContext* context, PassOwnPtr<ScheduledAction> action, int timeout, bool singleShot, int timeoutID)
68 DOMTimer(ExecutionContext*, PassOwnPtr<ScheduledAction>, int interval, bool singleShot, int timeoutID);
SettingsDelegate.cpp 38 SettingsDelegate::SettingsDelegate(PassOwnPtr<Settings> settings)
  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerClients.h 45 static PassOwnPtr<WorkerClients> create()
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCSessionDescriptionRequestImpl.cpp 43 PassRefPtr<RTCSessionDescriptionRequestImpl> RTCSessionDescriptionRequestImpl::create(ExecutionContext* context, PassOwnPtr<RTCSessionDescriptionCallback> successCallback, PassOwnPtr<RTCErrorCallback> errorCallback)
50 RTCSessionDescriptionRequestImpl::RTCSessionDescriptionRequestImpl(ExecutionContext* context, PassOwnPtr<RTCSessionDescriptionCallback> successCallback, PassOwnPtr<RTCErrorCallback> errorCallback)
RTCVoidRequestImpl.cpp 41 PassRefPtr<RTCVoidRequestImpl> RTCVoidRequestImpl::create(ExecutionContext* context, PassOwnPtr<VoidCallback> successCallback, PassOwnPtr<RTCErrorCallback> errorCallback)
48 RTCVoidRequestImpl::RTCVoidRequestImpl(ExecutionContext* context, PassOwnPtr<VoidCallback> successCallback, PassOwnPtr<RTCErrorCallback> errorCallback)
  /external/chromium_org/third_party/WebKit/Source/modules/quota/
WebStorageQuotaCallbacksImpl.cpp 39 WebStorageQuotaCallbacksImpl::WebStorageQuotaCallbacksImpl(PassOwnPtr<StorageUsageCallback> usageCallback, PassOwnPtr<StorageErrorCallback> errorCallback)
45 WebStorageQuotaCallbacksImpl::WebStorageQuotaCallbacksImpl(PassOwnPtr<StorageQuotaCallback> quotaCallback, PassOwnPtr<StorageErrorCallback> errorCallback)
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebFilterKeyframe.cpp 28 #include "wtf/PassOwnPtr.h"
32 WebFilterKeyframe::WebFilterKeyframe(double time, PassOwnPtr<WebFilterOperations> value)
  /external/chromium_org/third_party/WebKit/Source/web/
DatabaseClientImpl.h 41 static PassOwnPtr<DatabaseClientImpl> create();
GraphicsLayerFactoryChromium.h 40 virtual PassOwnPtr<WebCore::GraphicsLayer> createGraphicsLayer(WebCore::GraphicsLayerClient*) OVERRIDE;
LocalFileSystemClient.h 41 static PassOwnPtr<FileSystemClient> create();
StorageNamespaceProxy.cpp 45 PassOwnPtr<StorageArea> StorageNamespace::localStorageArea(SecurityOrigin* origin)
54 PassOwnPtr<StorageNamespace> StorageNamespace::sessionStorageNamespace(Page* page)
60 StorageNamespaceProxy::StorageNamespaceProxy(PassOwnPtr<blink::WebStorageNamespace> storageNamespace)
69 PassOwnPtr<StorageArea> StorageNamespaceProxy::storageArea(SecurityOrigin* origin)
WorkerPermissionClient.cpp 37 #include "wtf/PassOwnPtr.h"
43 PassOwnPtr<WorkerPermissionClient> WorkerPermissionClient::create(PassOwnPtr<WebWorkerPermissionClientProxy> proxy)
83 WorkerPermissionClient::WorkerPermissionClient(PassOwnPtr<WebWorkerPermissionClientProxy> proxy)
88 void providePermissionClientToWorker(WorkerClients* clients, PassOwnPtr<WebWorkerPermissionClientProxy> proxy)
SharedWorkerRepositoryClientImpl.h 36 #include "wtf/PassOwnPtr.h"
46 static PassOwnPtr<SharedWorkerRepositoryClientImpl> create(WebSharedWorkerRepositoryClient* client)
53 virtual void connect(PassRefPtr<WebCore::SharedWorker>, PassOwnPtr<WebMessagePortChannel>, const WebCore::KURL&, const String& name, WebCore::ExceptionState&) OVERRIDE;
  /external/chromium_org/third_party/WebKit/public/platform/
WebBlobData.h 42 namespace WTF { template <typename T> class PassOwnPtr; }
77 BLINK_PLATFORM_EXPORT WebBlobData(const WTF::PassOwnPtr<WebCore::BlobData>&);
78 BLINK_PLATFORM_EXPORT WebBlobData& operator=(const WTF::PassOwnPtr<WebCore::BlobData>&);
79 BLINK_PLATFORM_EXPORT operator WTF::PassOwnPtr<WebCore::BlobData>();
  /external/chromium_org/third_party/WebKit/Source/core/loader/
TextResourceDecoderBuilder.h 48 PassOwnPtr<TextResourceDecoder> buildFor(Document*);
57 PassOwnPtr<TextResourceDecoder> createDecoderInstance(Document*);
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DirectoryReader.h 54 void readEntries(PassOwnPtr<EntriesCallback>, PassOwnPtr<ErrorCallback> = nullptr);
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
ServiceWorker.h 36 #include "wtf/PassOwnPtr.h"
48 static PassRefPtr<ServiceWorker> create(PassOwnPtr<blink::WebServiceWorker> worker)
63 explicit ServiceWorker(PassOwnPtr<blink::WebServiceWorker>);
ServiceWorkerGlobalScope.h 45 static PassRefPtr<ServiceWorkerGlobalScope> create(ServiceWorkerThread*, PassOwnPtr<WorkerThreadStartupData>);
58 ServiceWorkerGlobalScope(const KURL&, const String& userAgent, ServiceWorkerThread*, double timeOrigin, PassOwnPtr<WorkerClients>);
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AsyncAudioDecoder.h 47 void decodeAsync(ArrayBuffer* audioData, float sampleRate, PassOwnPtr<AudioBufferCallback> successCallback, PassOwnPtr<AudioBufferCallback> errorCallback);
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseClient.h 55 void provideDatabaseClientTo(Page*, PassOwnPtr<DatabaseClient>);
56 void provideDatabaseClientToWorker(WorkerClients*, PassOwnPtr<DatabaseClient>);
WorkerGlobalScopeWebDatabase.h 45 static PassRefPtr<Database> openDatabase(WorkerGlobalScope*, const String& name, const String& version, const String& displayName, unsigned long estimatedSize, PassOwnPtr<DatabaseCallback> creationCallback, ExceptionState&);
46 static PassRefPtr<DatabaseSync> openDatabaseSync(WorkerGlobalScope*, const String& name, const String& version, const String& displayName, unsigned long estimatedSize, PassOwnPtr<DatabaseCallback> creationCallback, ExceptionState&);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
ContentData.h 31 #include "wtf/PassOwnPtr.h"
42 static PassOwnPtr<ContentData> create(PassRefPtr<StyleImage>);
43 static PassOwnPtr<ContentData> create(const String&);
44 static PassOwnPtr<ContentData> create(PassOwnPtr<CounterContent>);
45 static PassOwnPtr<ContentData> create(QuoteType);
56 virtual PassOwnPtr<ContentData> clone() const;
59 void setNext(PassOwnPtr<ContentData> next) { m_next = next; }
64 virtual PassOwnPtr<ContentData> cloneInternal() const = 0;
92 virtual PassOwnPtr<ContentData> cloneInternal() cons
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathPredicate.h 68 NumericOp(Opcode, PassOwnPtr<Expression> lhs, PassOwnPtr<Expression> rhs);
79 EqTestOp(Opcode, PassOwnPtr<Expression> lhs, PassOwnPtr<Expression> rhs);
91 LogicalOp(Opcode, PassOwnPtr<Expression> lhs, PassOwnPtr<Expression> rhs);
109 explicit Predicate(PassOwnPtr<Expression>);

Completed in 1471 milliseconds

1 23 4 5 6 7 8 91011>>