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

1 23 4 5 6 7 8 910

  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechRecognitionController.cpp 46 PassOwnPtrWillBeRawPtr<SpeechRecognitionController> SpeechRecognitionController::create(PassOwnPtr<SpeechRecognitionClient> client)
  /external/chromium_org/third_party/WebKit/Source/web/
WorkerGlobalScopeProxyProviderImpl.h 49 static PassOwnPtrWillBeRawPtr<WorkerGlobalScopeProxyProviderImpl> create()
StorageQuotaClientImpl.h 42 static PassOwnPtrWillBeRawPtr<StorageQuotaClientImpl> create();
  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimatableValueKeyframe.h 40 virtual PassOwnPtrWillBeRawPtr<Keyframe::PropertySpecificKeyframe> neutralKeyframe(double offset, PassRefPtr<TimingFunction> easing) const OVERRIDE FINAL;
48 virtual PassOwnPtrWillBeRawPtr<Keyframe::PropertySpecificKeyframe> cloneWithOffset(double offset) const OVERRIDE;
60 virtual PassOwnPtrWillBeRawPtr<Keyframe::PropertySpecificKeyframe> createPropertySpecificKeyframe(CSSPropertyID) const OVERRIDE;
Keyframe.h 59 virtual PassOwnPtrWillBeRawPtr<PropertySpecificKeyframe> cloneWithOffset(double offset) const = 0;
66 virtual PassOwnPtrWillBeRawPtr<PropertySpecificKeyframe> neutralKeyframe(double offset, PassRefPtr<TimingFunction> easing) const = 0;
79 virtual PassOwnPtrWillBeRawPtr<PropertySpecificKeyframe> createPropertySpecificKeyframe(CSSPropertyID) const = 0;
StringKeyframe.h 42 virtual PassOwnPtrWillBeRawPtr<Keyframe::PropertySpecificKeyframe> neutralKeyframe(double offset, PassRefPtr<TimingFunction> easing) const OVERRIDE FINAL;
50 virtual PassOwnPtrWillBeRawPtr<Keyframe::PropertySpecificKeyframe> cloneWithOffset(double offset) const;
65 virtual PassOwnPtrWillBeRawPtr<Keyframe::PropertySpecificKeyframe> createPropertySpecificKeyframe(CSSPropertyID) const OVERRIDE;
AnimationStack.h 51 void add(PassOwnPtrWillBeRawPtr<SampledEffect> effect) { m_effects.append(effect); }
InertAnimation.h 43 PassOwnPtrWillBeRawPtr<WillBeHeapVector<RefPtrWillBeMember<Interpolation> > > sample(double inheritedTime);
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
ViewportStyleResolver.h 48 static PassOwnPtrWillBeRawPtr<ViewportStyleResolver> create(Document* document)
  /external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElementCallbackQueue.h 50 static PassOwnPtrWillBeRawPtr<CustomElementCallbackQueue> create(PassRefPtrWillBeRawPtr<Element>);
CustomElementMicrotaskImportStep.h 56 static PassOwnPtrWillBeRawPtr<CustomElementMicrotaskImportStep> create(HTMLImportChild*);
CustomElementMicrotaskResolutionStep.h 49 static PassOwnPtrWillBeRawPtr<CustomElementMicrotaskResolutionStep> create(PassRefPtrWillBeRawPtr<CustomElementRegistrationContext>, PassRefPtrWillBeRawPtr<Element>, const CustomElementDescriptor&);
  /external/chromium_org/third_party/WebKit/Source/core/events/
GenericEventQueue.h 41 static PassOwnPtrWillBeRawPtr<GenericEventQueue> create(EventTarget*);
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameHost.h 63 static PassOwnPtrWillBeRawPtr<FrameHost> create(Page&);
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
RadioInputType.h 52 virtual PassOwnPtrWillBeRawPtr<ClickHandlingState> willDispatchClick() OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/html/imports/
LinkImport.h 53 static PassOwnPtrWillBeRawPtr<LinkImport> create(HTMLLinkElement* owner);
  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerEventQueue.h 46 static PassOwnPtrWillBeRawPtr<WorkerEventQueue> create(ExecutionContext*);
WorkerThreadStartupData.cpp 38 WorkerThreadStartupData::WorkerThreadStartupData(const KURL& scriptURL, const String& userAgent, const String& sourceCode, WorkerThreadStartMode startMode, const String& contentSecurityPolicy, ContentSecurityPolicyHeaderType contentSecurityPolicyType, PassOwnPtrWillBeRawPtr<WorkerClients> workerClients)
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DraggedIsolatedFileSystem.h 48 static PassOwnPtrWillBeRawPtr<DraggedIsolatedFileSystem> create(DataObject& host, const String& filesystemId)
  /external/chromium_org/third_party/WebKit/Source/modules/notifications/
NotificationController.cpp 43 PassOwnPtrWillBeRawPtr<NotificationController> NotificationController::create(PassOwnPtr<NotificationClient> client)
  /external/chromium_org/third_party/WebKit/Source/modules/push_messaging/
PushController.cpp 18 PassOwnPtrWillBeRawPtr<PushController> PushController::create(blink::WebPushClient* client)
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
ServiceWorkerGlobalScopeClient.h 75 void provideServiceWorkerGlobalScopeClientToWorker(WorkerClients*, PassOwnPtrWillBeRawPtr<ServiceWorkerGlobalScopeClient>);
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLStatement.h 50 static PassOwnPtrWillBeRawPtr<SQLStatement> create(Database*,
  /external/chromium_org/third_party/WebKit/Source/modules/webmidi/
MIDIController.cpp 54 PassOwnPtrWillBeRawPtr<MIDIController> MIDIController::create(PassOwnPtr<MIDIClient> client)
MIDIController.h 50 static PassOwnPtrWillBeRawPtr<MIDIController> create(PassOwnPtr<MIDIClient>);

Completed in 985 milliseconds

1 23 4 5 6 7 8 910