OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PassOwnPtr
(Results
176 - 200
of
842
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerThread.h
69
WorkerThread(WorkerLoaderProxy&, WorkerReportingProxy&,
PassOwnPtr
<WorkerThreadStartupData>);
72
virtual PassRefPtr<WorkerGlobalScope> createWorkerGlobalScope(
PassOwnPtr
<WorkerThreadStartupData>) = 0;
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/
Geolocation.h
61
void getCurrentPosition(
PassOwnPtr
<PositionCallback>,
PassOwnPtr
<PositionErrorCallback>, PassRefPtr<PositionOptions>);
65
int watchPosition(
PassOwnPtr
<PositionCallback>,
PassOwnPtr
<PositionErrorCallback>, PassRefPtr<PositionOptions>);
97
static PassRefPtr<GeoNotifier> create(Geolocation* geolocation,
PassOwnPtr
<PositionCallback> positionCallback,
PassOwnPtr
<PositionErrorCallback> positionErrorCallback, PassRefPtr<PositionOptions> options) { return adoptRef(new GeoNotifier(geolocation, positionCallback, positionErrorCallback, options)); }
127
GeoNotifier(Geolocation*,
PassOwnPtr
<PositionCallback>,
PassOwnPtr
<PositionErrorCallback>, PassRefPtr<PositionOptions>);
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBOpenDBRequest.h
44
virtual void onUpgradeNeeded(int64_t oldVersion,
PassOwnPtr
<blink::WebIDBDatabase>, const IDBDatabaseMetadata&, blink::WebIDBDataLoss, String dataLossMessage) OVERRIDE;
45
virtual void onSuccess(
PassOwnPtr
<blink::WebIDBDatabase>, const IDBDatabaseMetadata&) OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
MediaStreamTrackSourcesRequest.cpp
33
#include "wtf/
PassOwnPtr
.h"
37
PassRefPtr<MediaStreamTrackSourcesRequest> MediaStreamTrackSourcesRequest::create(const String& origin,
PassOwnPtr
<MediaStreamTrackSourcesCallback> callback)
42
MediaStreamTrackSourcesRequest::MediaStreamTrackSourcesRequest(const String& origin,
PassOwnPtr
<MediaStreamTrackSourcesCallback> callback)
MediaStreamTrackSourcesRequest.h
52
static PassRefPtr<MediaStreamTrackSourcesRequest> create(const String&,
PassOwnPtr
<MediaStreamTrackSourcesCallback>);
63
MediaStreamTrackSourcesRequest(const String&,
PassOwnPtr
<MediaStreamTrackSourcesCallback>);
/external/chromium_org/third_party/WebKit/Source/modules/quota/
StorageQuota.cpp
53
void StorageQuota::queryUsageAndQuota(ExecutionContext* executionContext,
PassOwnPtr
<StorageUsageCallback> successCallback,
PassOwnPtr
<StorageErrorCallback> errorCallback)
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
ServiceWorkerGlobalScope.cpp
42
PassRefPtr<ServiceWorkerGlobalScope> ServiceWorkerGlobalScope::create(ServiceWorkerThread* thread,
PassOwnPtr
<WorkerThreadStartupData> startupData)
50
ServiceWorkerGlobalScope::ServiceWorkerGlobalScope(const KURL& url, const String& userAgent, ServiceWorkerThread* thread, double timeOrigin,
PassOwnPtr
<WorkerClients> workerClients) :
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLStatementBackend.h
34
#include "wtf/
PassOwnPtr
.h"
47
static PassRefPtr<SQLStatementBackend> create(
PassOwnPtr
<AbstractSQLStatement>,
63
SQLStatementBackend(
PassOwnPtr
<AbstractSQLStatement>, const String& statement,
/external/chromium_org/third_party/WebKit/Source/modules/webmidi/
MIDIAccessPromise.h
65
void then(
PassOwnPtr
<MIDISuccessCallback>,
PassOwnPtr
<MIDIErrorCallback>);
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketDeflater.h
36
#include "wtf/
PassOwnPtr
.h"
55
static
PassOwnPtr
<WebSocketDeflater> create(int windowBits, ContextTakeOverMode = TakeOverContext);
82
static
PassOwnPtr
<WebSocketInflater> create(int windowBits = 15);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
ScaledImageFragment.h
34
#include "wtf/
PassOwnPtr
.h"
46
static
PassOwnPtr
<ScaledImageFragment> createComplete(const SkISize& scaledSize, size_t index, const SkBitmap& bitmap)
51
static
PassOwnPtr
<ScaledImageFragment> createPartial(const SkISize& scaledSize, size_t index, size_t generation, const SkBitmap& bitmap)
/external/chromium_org/third_party/WebKit/Source/web/
StorageQuotaChromium.cpp
51
void StorageQuota::requestQuota(ExecutionContext* executionContext, unsigned long long newQuotaInBytes,
PassOwnPtr
<StorageQuotaCallback> successCallback,
PassOwnPtr
<StorageErrorCallback> errorCallback)
WebEmbeddedWorkerImpl.h
55
PassOwnPtr
<WebServiceWorkerContextClient>,
56
PassOwnPtr
<WebWorkerPermissionClientProxy>);
/external/chromium_org/third_party/WebKit/public/platform/
WebFileSystemCallbacks.h
44
namespace WTF { template <typename T> class
PassOwnPtr
; }
69
BLINK_PLATFORM_EXPORT WebFileSystemCallbacks(const WTF::
PassOwnPtr
<WebCore::AsyncFileSystemCallbacks>&);
/external/chromium_org/third_party/WebKit/Source/core/animation/
AnimationEffect.h
36
#include "wtf/
PassOwnPtr
.h"
62
virtual
PassOwnPtr
<CompositableValueList> sample(int iteration, double fraction) const = 0;
InertAnimation.h
44
PassOwnPtr
<AnimationEffect::CompositableValueList> sample();
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResolverStats.h
34
#include "wtf/
PassOwnPtr
.h"
41
static
PassOwnPtr
<StyleResolverStats> create()
/external/chromium_org/third_party/WebKit/Source/core/dom/
AddConsoleMessageTask.h
33
#include "wtf/
PassOwnPtr
.h"
40
static
PassOwnPtr
<AddConsoleMessageTask> create(MessageSource source, MessageLevel level, const String& message)
DecodedDataDocumentParser.h
46
virtual void setDecoder(
PassOwnPtr
<TextResourceDecoder>) OVERRIDE;
ExecutionContextTask.h
33
#include "wtf/
PassOwnPtr
.h"
52
static
PassOwnPtr
<CallClosureTask> create(const Closure& closure)
SecurityContext.cpp
50
void SecurityContext::setContentSecurityPolicy(
PassOwnPtr
<ContentSecurityPolicy> contentSecurityPolicy)
SecurityContext.h
56
void setContentSecurityPolicy(
PassOwnPtr
<ContentSecurityPolicy>);
VisitedLinkState.h
44
static
PassOwnPtr
<VisitedLinkState> create(const Document& document)
/external/chromium_org/third_party/WebKit/Source/core/editing/
UndoStack.h
44
static
PassOwnPtr
<UndoStack> create();
/external/chromium_org/third_party/WebKit/Source/core/events/
GenericEventQueue.h
32
#include "wtf/
PassOwnPtr
.h"
42
static
PassOwnPtr
<GenericEventQueue> create(EventTarget*);
Completed in 1059 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>