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

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DOMFileSystem.cpp 110 void DOMFileSystem::reportError(PassOwnPtr<ErrorCallback> errorCallback, PassRefPtr<FileError> fileError)
119 static PassOwnPtr<ConvertToFileWriterCallback> create(PassOwnPtr<FileWriterCallback> callback)
129 ConvertToFileWriterCallback(PassOwnPtr<FileWriterCallback> callback)
138 void DOMFileSystem::createWriter(const FileEntry* fileEntry, PassOwnPtr<FileWriterCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback)
152 static PassOwnPtr<AsyncFileSystemCallbacks> create(PassRefPtr<DOMFileSystem> filesystem, const String& name, const KURL& url, PassOwnPtr<FileCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback)
185 SnapshotFileCallback(PassRefPtr<DOMFileSystem> filesystem, const String& name, const KURL& url, PassOwnPtr<FileCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback
    [all...]
LocalFileSystem.cpp 49 void fileSystemNotAllowed(ExecutionContext*, PassOwnPtr<AsyncFileSystemCallbacks> callbacks)
56 PassOwnPtr<LocalFileSystem> LocalFileSystem::create(PassOwnPtr<FileSystemClient> client)
65 void LocalFileSystem::resolveURL(ExecutionContext* context, const KURL& fileSystemURL, PassOwnPtr<AsyncFileSystemCallbacks> callbacks)
74 void LocalFileSystem::requestFileSystem(ExecutionContext* context, FileSystemType type, long long size, PassOwnPtr<AsyncFileSystemCallbacks> callbacks)
84 void LocalFileSystem::deleteFileSystem(ExecutionContext* context, FileSystemType type, PassOwnPtr<AsyncFileSystemCallbacks> callbacks)
97 LocalFileSystem::LocalFileSystem(PassOwnPtr<FileSystemClient> client)
116 void provideLocalFileSystemTo(Page* page, PassOwnPtr<FileSystemClient> client)
121 void provideLocalFileSystemToWorker(WorkerClients* clients, PassOwnPtr<FileSystemClient> client)
  /external/chromium_org/third_party/WebKit/Source/core/dom/
MessagePort.h 37 #include "wtf/PassOwnPtr.h"
74 void entangle(PassOwnPtr<blink::WebMessagePortChannel>);
75 PassOwnPtr<blink::WebMessagePortChannel> disentangle();
78 static PassOwnPtr<MessagePortChannelArray> disentanglePorts(const MessagePortArray*, ExceptionState&);
81 static PassOwnPtr<MessagePortArray> entanglePorts(ExecutionContext&, PassOwnPtr<MessagePortChannelArray>);
ContextLifecycleNotifier.h 33 #include "wtf/PassOwnPtr.h"
43 static PassOwnPtr<ContextLifecycleNotifier> create(ExecutionContext*);
68 inline PassOwnPtr<ContextLifecycleNotifier> ContextLifecycleNotifier::create(ExecutionContext* context)
  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerMessagingProxy.h 35 #include "wtf/PassOwnPtr.h"
51 WorkerMessagingProxy(Worker*, PassOwnPtr<WorkerClients>);
57 virtual void postMessageToWorkerGlobalScope(PassRefPtr<SerializedScriptValue>, PassOwnPtr<MessagePortChannelArray>) OVERRIDE;
66 void postMessageToWorkerObject(PassRefPtr<SerializedScriptValue>, PassOwnPtr<MessagePortChannelArray>);
78 virtual void postTaskToLoader(PassOwnPtr<ExecutionContextTask>) OVERRIDE;
79 virtual bool postTaskForModeToWorkerGlobalScope(PassOwnPtr<ExecutionContextTask>, const String& mode) OVERRIDE;
DedicatedWorkerThread.cpp 41 PassRefPtr<DedicatedWorkerThread> DedicatedWorkerThread::create(WorkerLoaderProxy& workerLoaderProxy, WorkerObjectProxy& workerObjectProxy, double timeOrigin, PassOwnPtr<WorkerThreadStartupData> startupData)
46 DedicatedWorkerThread::DedicatedWorkerThread(WorkerLoaderProxy& workerLoaderProxy, WorkerObjectProxy& workerObjectProxy, double timeOrigin, PassOwnPtr<WorkerThreadStartupData> startupData)
57 PassRefPtr<WorkerGlobalScope> DedicatedWorkerThread::createWorkerGlobalScope(PassOwnPtr<WorkerThreadStartupData> startupData)
WorkerRunLoop.h 39 #include "wtf/PassOwnPtr.h"
64 bool postTask(PassOwnPtr<ExecutionContextTask>);
67 void postTaskAndTerminate(PassOwnPtr<ExecutionContextTask>);
70 bool postTaskForMode(PassOwnPtr<ExecutionContextTask>, const String& mode);
WorkerThreadStartupData.h 48 static PassOwnPtr<WorkerThreadStartupData> create(const KURL& scriptURL, const String& userAgent, const String& sourceCode, WorkerThreadStartMode startMode, const String& contentSecurityPolicy, ContentSecurityPolicy::HeaderType contentSecurityPolicyType, PassOwnPtr<WorkerClients> workerClients)
64 WorkerThreadStartupData(const KURL& scriptURL, const String& userAgent, const String& sourceCode, WorkerThreadStartMode, const String& contentSecurityPolicy, ContentSecurityPolicy::HeaderType contentSecurityPolicyType, PassOwnPtr<WorkerClients>);
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLCallbackWrapper.h 45 SQLCallbackWrapper(PassOwnPtr<T> callback, ExecutionContext* executionContext)
78 PassOwnPtr<T> unwrap()
92 static PassOwnPtr<SafeReleaseTask> create(PassOwnPtr<T> callbackToRelease)
107 explicit SafeReleaseTask(PassOwnPtr<T> callbackToRelease)
SQLStatement.cpp 45 PassOwnPtr<SQLStatement> SQLStatement::create(Database* database,
46 PassOwnPtr<SQLStatementCallback> callback, PassOwnPtr<SQLStatementErrorCallback> errorCallback)
51 SQLStatement::SQLStatement(Database* database, PassOwnPtr<SQLStatementCallback> callback,
52 PassOwnPtr<SQLStatementErrorCallback> errorCallback)
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketDeflateFramer.h 38 #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/css/
CSSVariablesMap.h 33 #include "wtf/PassOwnPtr.h"
56 void forEach(PassOwnPtr<CSSVariablesMapForEachCallback>, ScriptValue& thisArg) const;
57 void forEach(PassOwnPtr<CSSVariablesMapForEachCallback>) const;
68 void forEach(PassOwnPtr<CSSVariablesMapForEachCallback>, ScriptValue* thisArg) const;
MediaQuery.h 32 #include "wtf/PassOwnPtr.h"
49 MediaQuery(Restrictor, const AtomicString& mediaType, PassOwnPtr<ExpressionVector> exprs);
58 PassOwnPtr<MediaQuery> copy() const { return adoptPtr(new MediaQuery(*this)); }
MediaQueryExp.h 34 #include "wtf/PassOwnPtr.h"
44 static PassOwnPtr<MediaQueryExp> create(const AtomicString& mediaFeature, CSSParserValueList*);
62 PassOwnPtr<MediaQueryExp> copy() const { return adoptPtr(new MediaQueryExp(*this)); }
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCPeerConnection.h 65 void createOffer(PassOwnPtr<RTCSessionDescriptionCallback>, PassOwnPtr<RTCErrorCallback>, const Dictionary& mediaConstraints, ExceptionState&);
67 void createAnswer(PassOwnPtr<RTCSessionDescriptionCallback>, PassOwnPtr<RTCErrorCallback>, const Dictionary& mediaConstraints, ExceptionState&);
69 void setLocalDescription(PassRefPtr<RTCSessionDescription>, PassOwnPtr<VoidCallback>, PassOwnPtr<RTCErrorCallback>, ExceptionState&);
72 void setRemoteDescription(PassRefPtr<RTCSessionDescription>, PassOwnPtr<VoidCallback>, PassOwnPtr<RTCErrorCallback>, ExceptionState&);
82 void addIceCandidate(RTCIceCandidate*, PassOwnPtr<VoidCallback>, PassOwnPtr<RTCErrorCallback>, ExceptionState&)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/drm/
ContentDecryptionModule.cpp 48 PassOwnPtr<ContentDecryptionModule> ContentDecryptionModule::create(const String& keySystem)
57 ContentDecryptionModule::ContentDecryptionModule(PassOwnPtr<blink::WebContentDecryptionModule> cdm)
75 PassOwnPtr<ContentDecryptionModuleSession> ContentDecryptionModule::createSession(ContentDecryptionModuleSessionClient* client)
  /external/chromium_org/third_party/WebKit/Source/web/
ServiceWorkerGlobalScopeProxy.h 65 static PassOwnPtr<ServiceWorkerGlobalScopeProxy> create(WebEmbeddedWorkerImpl&, WebCore::ExecutionContext&, PassOwnPtr<WebServiceWorkerContextClient>);
78 ServiceWorkerGlobalScopeProxy(WebEmbeddedWorkerImpl&, WebCore::ExecutionContext&, PassOwnPtr<WebServiceWorkerContextClient>);
WebWorkerRunLoop.cpp 38 static PassOwnPtr<TaskForwarder> create(PassOwnPtr<WebWorkerRunLoop::Task> task)
49 TaskForwarder(PassOwnPtr<WebWorkerRunLoop::Task> task)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
ContentData.cpp 35 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/
CustomElementCallbackInvocation.h 35 #include "wtf/PassOwnPtr.h"
47 static PassOwnPtr<CustomElementCallbackInvocation> createInvocation(PassRefPtr<CustomElementLifecycleCallbacks>, CustomElementLifecycleCallbacks::CallbackType);
48 static PassOwnPtr<CustomElementCallbackInvocation> createAttributeChangedInvocation(PassRefPtr<CustomElementLifecycleCallbacks>, const AtomicString& name, const AtomicString& oldValue, const AtomicString& newValue);
CustomElementCallbackQueue.h 36 #include "wtf/PassOwnPtr.h"
46 static PassOwnPtr<CustomElementCallbackQueue> create(PassRefPtr<Element>);
58 void append(PassOwnPtr<CustomElementCallbackInvocation> invocation) { m_queue.append(invocation); }
  /external/chromium_org/third_party/WebKit/Source/core/frame/
DOMWindowTimers.cpp 43 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/core/inspector/
InspectorHistory.h 53 virtual void merge(PassOwnPtr<Action>);
67 bool perform(PassOwnPtr<Action>, ExceptionState&);
  /external/chromium_org/third_party/WebKit/Source/core/platform/
DragImage.h 42 static PassOwnPtr<DragImage> create(Image*, RespectImageOrientationEnum = DoNotRespectImageOrientation, float deviceScaleFactor = 1);
43 static PassOwnPtr<DragImage> create(const KURL&, const String& label, const FontDescription& systemFont, float deviceScaleFactor);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedIntegerOptionalInteger.h 34 virtual PassOwnPtr<SVGAnimatedType> constructFromString(const String&);
35 virtual PassOwnPtr<SVGAnimatedType> startAnimValAnimation(const SVGElementAnimatedPropertyList&);

Completed in 265 milliseconds

1 2 34 5 6 7 8 91011>>