OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PassOwnPtr
(Results
101 - 125
of
842
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedNumberOptionalNumber.h
34
virtual
PassOwnPtr
<SVGAnimatedType> constructFromString(const String&);
35
virtual
PassOwnPtr
<SVGAnimatedType> startAnimValAnimation(const SVGElementAnimatedPropertyList&);
SVGAnimatedPath.h
34
virtual
PassOwnPtr
<SVGAnimatedType> constructFromString(const String&);
35
virtual
PassOwnPtr
<SVGAnimatedType> startAnimValAnimation(const SVGElementAnimatedPropertyList&);
SVGAnimatedPointList.h
38
virtual
PassOwnPtr
<SVGAnimatedType> constructFromString(const String&);
39
virtual
PassOwnPtr
<SVGAnimatedType> startAnimValAnimation(const SVGElementAnimatedPropertyList&);
SVGAnimatedType.h
43
static
PassOwnPtr
<SVGAnimatedType> createAngleAndEnumeration(std::pair<SVGAngle, unsigned>*);
44
static
PassOwnPtr
<SVGAnimatedType> createBoolean(bool*);
45
static
PassOwnPtr
<SVGAnimatedType> createColor(Color*);
46
static
PassOwnPtr
<SVGAnimatedType> createEnumeration(unsigned*);
47
static
PassOwnPtr
<SVGAnimatedType> createInteger(int*);
48
static
PassOwnPtr
<SVGAnimatedType> createIntegerOptionalInteger(std::pair<int, int>*);
49
static
PassOwnPtr
<SVGAnimatedType> createLength(SVGLength*);
50
static
PassOwnPtr
<SVGAnimatedType> createLengthList(SVGLengthList*);
51
static
PassOwnPtr
<SVGAnimatedType> createNumber(float*);
52
static
PassOwnPtr
<SVGAnimatedType> createNumberList(SVGNumberList*)
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/workers/
DedicatedWorkerGlobalScope.h
46
static PassRefPtr<DedicatedWorkerGlobalScope> create(DedicatedWorkerThread*,
PassOwnPtr
<WorkerThreadStartupData>, double timeOrigin);
64
DedicatedWorkerGlobalScope(const KURL&, const String& userAgent, DedicatedWorkerThread*, double timeOrigin,
PassOwnPtr
<WorkerClients>);
SharedWorkerGlobalScope.h
46
static PassRefPtr<SharedWorkerGlobalScope> create(const String& name, SharedWorkerThread*,
PassOwnPtr
<WorkerThreadStartupData>);
61
SharedWorkerGlobalScope(const String& name, const KURL&, const String& userAgent, SharedWorkerThread*,
PassOwnPtr
<WorkerClients>);
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBCursorWithValue.cpp
33
PassRefPtr<IDBCursorWithValue> IDBCursorWithValue::create(
PassOwnPtr
<blink::WebIDBCursor> backend, IndexedDB::CursorDirection direction, IDBRequest* request, IDBAny* source, IDBTransaction* transaction)
38
IDBCursorWithValue::IDBCursorWithValue(
PassOwnPtr
<blink::WebIDBCursor> backend, IndexedDB::CursorDirection direction, IDBRequest* request, IDBAny* source, IDBTransaction* transaction)
IDBCursorWithValue.h
32
#include "wtf/
PassOwnPtr
.h"
42
static PassRefPtr<IDBCursorWithValue> create(
PassOwnPtr
<blink::WebIDBCursor>, IndexedDB::CursorDirection, IDBRequest*, IDBAny* source, IDBTransaction*);
52
IDBCursorWithValue(
PassOwnPtr
<blink::WebIDBCursor>, IndexedDB::CursorDirection, IDBRequest*, IDBAny* source, IDBTransaction*);
/external/chromium_org/third_party/WebKit/Source/modules/mediasource/
WebKitSourceBuffer.h
51
static PassRefPtr<WebKitSourceBuffer> create(
PassOwnPtr
<blink::WebSourceBuffer>, PassRefPtr<WebKitMediaSource>);
65
WebKitSourceBuffer(
PassOwnPtr
<blink::WebSourceBuffer>, PassRefPtr<WebKitMediaSource>);
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
NavigatorMediaStream.cpp
48
void NavigatorMediaStream::webkitGetUserMedia(Navigator* navigator, const Dictionary& options,
PassOwnPtr
<NavigatorUserMediaSuccessCallback> successCallback,
PassOwnPtr
<NavigatorUserMediaErrorCallback> errorCallback, ExceptionState& exceptionState)
RTCStatsRequestImpl.h
42
static PassRefPtr<RTCStatsRequestImpl> create(ExecutionContext*,
PassOwnPtr
<RTCStatsCallback>, PassRefPtr<MediaStreamTrack>);
56
RTCStatsRequestImpl(ExecutionContext*,
PassOwnPtr
<RTCStatsCallback>, PassRefPtr<MediaStreamTrack>);
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseClient.cpp
53
void provideDatabaseClientTo(Page* page,
PassOwnPtr
<DatabaseClient> client)
58
void provideDatabaseClientToWorker(WorkerClients* workerClients,
PassOwnPtr
<DatabaseClient> client)
SQLTransactionSync.cpp
41
PassRefPtr<SQLTransactionSync> SQLTransactionSync::create(DatabaseSync* db,
PassOwnPtr
<SQLTransactionSyncCallback> callback, bool readOnly)
46
SQLTransactionSync::SQLTransactionSync(DatabaseSync* db,
PassOwnPtr
<SQLTransactionSyncCallback> callback, bool readOnly)
/external/chromium_org/third_party/WebKit/Source/platform/
PurgeableBuffer.h
31
#include "wtf/
PassOwnPtr
.h"
43
static
PassOwnPtr
<PurgeableBuffer> create(const char* data, size_t);
63
PurgeableBuffer(
PassOwnPtr
<blink::WebDiscardableMemory>, const char* data, size_t);
/external/chromium_org/third_party/WebKit/Source/platform/network/
HTTPHeaderMap.h
32
#include "wtf/
PassOwnPtr
.h"
50
PassOwnPtr
<CrossThreadHTTPHeaderMapData> copyData() const;
52
void adopt(
PassOwnPtr
<CrossThreadHTTPHeaderMapData>);
/external/chromium_org/third_party/WebKit/Source/web/
NotificationPresenterImpl.h
57
virtual void requestPermission(WebCore::ExecutionContext*, WTF::
PassOwnPtr
<WebCore::VoidCallback>);
59
virtual void requestPermission(WebCore::ExecutionContext*, WTF::
PassOwnPtr
<WebCore::NotificationPermissionCallback>);
/external/chromium_org/third_party/WebKit/Source/wtf/
FilePrintStream.cpp
44
PassOwnPtr
<FilePrintStream> FilePrintStream::open(const char* filename, const char* mode)
48
return
PassOwnPtr
<FilePrintStream>();
/external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentSharedObjectPool.h
31
#include "wtf/
PassOwnPtr
.h"
42
static
PassOwnPtr
<DocumentSharedObjectPool> create() { return adoptPtr(new DocumentSharedObjectPool); }
MutationObserverInterestGroup.h
39
#include "wtf/
PassOwnPtr
.h"
45
static
PassOwnPtr
<MutationObserverInterestGroup> createForChildListMutation(Node& target)
54
static
PassOwnPtr
<MutationObserverInterestGroup> createForCharacterDataMutation(Node& target)
62
static
PassOwnPtr
<MutationObserverInterestGroup> createForAttributesMutation(Node& target, const QualifiedName& attributeName)
74
static
PassOwnPtr
<MutationObserverInterestGroup> createIfNeeded(Node& target, MutationObserver::MutationType, MutationRecordDeliveryOptions oldValueFlag, const QualifiedName* attributeName = 0);
/external/chromium_org/third_party/WebKit/Source/core/frame/
SettingsDelegate.h
35
#include "wtf/
PassOwnPtr
.h"
44
explicit SettingsDelegate(
PassOwnPtr
<Settings>);
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
ValidationMessage.h
48
static
PassOwnPtr
<ValidationMessage> create(HTMLFormControlElement*);
/external/chromium_org/third_party/WebKit/Source/core/html/ime/
Composition.h
35
#include "wtf/
PassOwnPtr
.h"
44
static
PassOwnPtr
<Composition> create(InputMethodContext*);
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorInstrumentationCustomInl.h
40
PassOwnPtr
<ScriptSourceCode> preprocessImpl(InstrumentingAgents*, Frame*, const ScriptSourceCode&);
71
inline
PassOwnPtr
<ScriptSourceCode> preprocess(Frame* frame, const ScriptSourceCode& sourceCode)
73
FAST_RETURN_IF_NO_FRONTENDS(
PassOwnPtr
<ScriptSourceCode>());
76
return
PassOwnPtr
<ScriptSourceCode>();
/external/chromium_org/third_party/WebKit/Source/core/loader/
PrerenderHandle.h
37
#include "wtf/
PassOwnPtr
.h"
49
static
PassOwnPtr
<PrerenderHandle> create(Document&, PrerenderClient*, const KURL&);
/external/chromium_org/third_party/WebKit/Source/core/platform/animation/
AnimationValue.h
55
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)); }
Completed in 532 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>