PassOwnPtrWillBeRawPtr 34 Source/core/animation/AnimatableValueKeyframe.cpp PassOwnPtrWillBeRawPtr<Keyframe::PropertySpecificKeyframe> AnimatableValueKeyframe::createPropertySpecificKeyframe(CSSPropertyID property) const PassOwnPtrWillBeRawPtr 57 Source/core/animation/AnimatableValueKeyframe.cpp PassOwnPtrWillBeRawPtr<Keyframe::PropertySpecificKeyframe> AnimatableValueKeyframe::PropertySpecificKeyframe::cloneWithOffset(double offset) const PassOwnPtrWillBeRawPtr 69 Source/core/animation/AnimatableValueKeyframe.cpp PassOwnPtrWillBeRawPtr<Keyframe::PropertySpecificKeyframe> AnimatableValueKeyframe::PropertySpecificKeyframe::neutralKeyframe(double offset, PassRefPtr<TimingFunction> easing) const PassOwnPtrWillBeRawPtr 39 Source/core/animation/AnimatableValueKeyframe.h virtual PassOwnPtrWillBeRawPtr<Keyframe::PropertySpecificKeyframe> neutralKeyframe(double offset, PassRefPtr<TimingFunction> easing) const OVERRIDE FINAL; PassOwnPtrWillBeRawPtr 47 Source/core/animation/AnimatableValueKeyframe.h virtual PassOwnPtrWillBeRawPtr<Keyframe::PropertySpecificKeyframe> cloneWithOffset(double offset) const OVERRIDE; PassOwnPtrWillBeRawPtr 59 Source/core/animation/AnimatableValueKeyframe.h virtual PassOwnPtrWillBeRawPtr<Keyframe::PropertySpecificKeyframe> createPropertySpecificKeyframe(CSSPropertyID) const OVERRIDE; PassOwnPtrWillBeRawPtr 52 Source/core/animation/AnimationEffect.h virtual PassOwnPtrWillBeRawPtr<WillBeHeapVector<RefPtrWillBeMember<Interpolation> > > sample(int iteration, double fraction, double iterationDuration) const = 0; PassOwnPtrWillBeRawPtr 164 Source/core/animation/CompositorAnimationsTest.cpp PassOwnPtrWillBeRawPtr<AnimatableValueKeyframeVector> createCompositableFloatKeyframeVector(size_t n) PassOwnPtrWillBeRawPtr 173 Source/core/animation/CompositorAnimationsTest.cpp PassOwnPtrWillBeRawPtr<AnimatableValueKeyframeVector> createCompositableFloatKeyframeVector(Vector<double>& values) PassOwnPtrWillBeRawPtr 49 Source/core/animation/InertAnimation.cpp PassOwnPtrWillBeRawPtr<WillBeHeapVector<RefPtrWillBeMember<Interpolation> > > InertAnimation::sample() PassOwnPtrWillBeRawPtr 44 Source/core/animation/InertAnimation.h PassOwnPtrWillBeRawPtr<WillBeHeapVector<RefPtrWillBeMember<Interpolation> > > sample(); PassOwnPtrWillBeRawPtr 12 Source/core/animation/InterpolableValue.cpp PassOwnPtrWillBeRawPtr<InterpolableValue> InterpolableNumber::interpolate(const InterpolableValue &to, const double progress) const PassOwnPtrWillBeRawPtr 22 Source/core/animation/InterpolableValue.cpp PassOwnPtrWillBeRawPtr<InterpolableValue> InterpolableBool::interpolate(const InterpolableValue &to, const double progress) const PassOwnPtrWillBeRawPtr 30 Source/core/animation/InterpolableValue.cpp PassOwnPtrWillBeRawPtr<InterpolableValue> InterpolableList::interpolate(const InterpolableValue &to, const double progress) const PassOwnPtrWillBeRawPtr 58 Source/core/animation/InterpolableValue.cpp PassOwnPtrWillBeRawPtr<InterpolableValue> InterpolableAnimatableValue::interpolate(const InterpolableValue &other, const double percentage) const PassOwnPtrWillBeRawPtr 23 Source/core/animation/InterpolableValue.h virtual PassOwnPtrWillBeRawPtr<InterpolableValue> clone() const = 0; PassOwnPtrWillBeRawPtr 28 Source/core/animation/InterpolableValue.h virtual PassOwnPtrWillBeRawPtr<InterpolableValue> interpolate(const InterpolableValue &to, const double progress) const = 0; PassOwnPtrWillBeRawPtr 41 Source/core/animation/InterpolableValue.h static PassOwnPtrWillBeRawPtr<InterpolableNumber> create(double value) PassOwnPtrWillBeRawPtr 48 Source/core/animation/InterpolableValue.h virtual PassOwnPtrWillBeRawPtr<InterpolableValue> clone() const OVERRIDE FINAL { return create(m_value); } PassOwnPtrWillBeRawPtr 53 Source/core/animation/InterpolableValue.h virtual PassOwnPtrWillBeRawPtr<InterpolableValue> interpolate(const InterpolableValue &to, const double progress) const OVERRIDE FINAL; PassOwnPtrWillBeRawPtr 65 Source/core/animation/InterpolableValue.h static PassOwnPtrWillBeRawPtr<InterpolableBool> create(bool value) PassOwnPtrWillBeRawPtr 72 Source/core/animation/InterpolableValue.h virtual PassOwnPtrWillBeRawPtr<InterpolableValue> clone() const OVERRIDE FINAL { return create(m_value); } PassOwnPtrWillBeRawPtr 77 Source/core/animation/InterpolableValue.h virtual PassOwnPtrWillBeRawPtr<InterpolableValue> interpolate(const InterpolableValue &to, const double progress) const OVERRIDE FINAL; PassOwnPtrWillBeRawPtr 89 Source/core/animation/InterpolableValue.h static PassOwnPtrWillBeRawPtr<InterpolableList> create(const InterpolableList &other) PassOwnPtrWillBeRawPtr 94 Source/core/animation/InterpolableValue.h static PassOwnPtrWillBeRawPtr<InterpolableList> create(size_t size) PassOwnPtrWillBeRawPtr 100 Source/core/animation/InterpolableValue.h void set(size_t position, PassOwnPtrWillBeRawPtr<InterpolableValue> value) PassOwnPtrWillBeRawPtr 111 Source/core/animation/InterpolableValue.h virtual PassOwnPtrWillBeRawPtr<InterpolableValue> clone() const OVERRIDE FINAL { return create(*this); } PassOwnPtrWillBeRawPtr 116 Source/core/animation/InterpolableValue.h virtual PassOwnPtrWillBeRawPtr<InterpolableValue> interpolate(const InterpolableValue &other, const double progress) const OVERRIDE FINAL; PassOwnPtrWillBeRawPtr 138 Source/core/animation/InterpolableValue.h static PassOwnPtrWillBeRawPtr<InterpolableAnimatableValue> create(PassRefPtrWillBeRawPtr<AnimatableValue> value) PassOwnPtrWillBeRawPtr 145 Source/core/animation/InterpolableValue.h virtual PassOwnPtrWillBeRawPtr<InterpolableValue> clone() const OVERRIDE FINAL { return create(m_value); } PassOwnPtrWillBeRawPtr 150 Source/core/animation/InterpolableValue.h virtual PassOwnPtrWillBeRawPtr<InterpolableValue> interpolate(const InterpolableValue &other, const double progress) const OVERRIDE FINAL; PassOwnPtrWillBeRawPtr 35 Source/core/animation/InterpolableValueTest.cpp PassRefPtrWillBeRawPtr<Interpolation> interpolateLists(PassOwnPtrWillBeRawPtr<InterpolableList> listA, PassOwnPtrWillBeRawPtr<InterpolableList> listB, double progress) PassOwnPtrWillBeRawPtr 41 Source/core/animation/Interpolation.cpp Interpolation::Interpolation(PassOwnPtrWillBeRawPtr<InterpolableValue> start, PassOwnPtrWillBeRawPtr<InterpolableValue> end) PassOwnPtrWillBeRawPtr 20 Source/core/animation/Interpolation.h static PassRefPtrWillBeRawPtr<Interpolation> create(PassOwnPtrWillBeRawPtr<InterpolableValue> start, PassOwnPtrWillBeRawPtr<InterpolableValue> end) PassOwnPtrWillBeRawPtr 40 Source/core/animation/Interpolation.h Interpolation(PassOwnPtrWillBeRawPtr<InterpolableValue> start, PassOwnPtrWillBeRawPtr<InterpolableValue> end); PassOwnPtrWillBeRawPtr 68 Source/core/animation/Interpolation.h StyleInterpolation(PassOwnPtrWillBeRawPtr<InterpolableValue> start, PassOwnPtrWillBeRawPtr<InterpolableValue> end, CSSPropertyID id) PassOwnPtrWillBeRawPtr 94 Source/core/animation/Interpolation.h LegacyStyleInterpolation(PassOwnPtrWillBeRawPtr<InterpolableValue> start, PassOwnPtrWillBeRawPtr<InterpolableValue> end, CSSPropertyID id) PassOwnPtrWillBeRawPtr 10 Source/core/animation/InterpolationEffect.cpp PassOwnPtrWillBeRawPtr<WillBeHeapVector<RefPtrWillBeMember<Interpolation> > > InterpolationEffect::getActiveInterpolations(double fraction, double iterationDuration) const PassOwnPtrWillBeRawPtr 19 Source/core/animation/InterpolationEffect.h PassOwnPtrWillBeRawPtr<WillBeHeapVector<RefPtrWillBeMember<Interpolation> > > getActiveInterpolations(double fraction, double iterationDuration) const; PassOwnPtrWillBeRawPtr 42 Source/core/animation/InterpolationEffect.h static PassOwnPtrWillBeRawPtr<InterpolationRecord> create(PassRefPtrWillBeRawPtr<Interpolation> interpolation, PassRefPtr<TimingFunction> easing, double start, double end, double applyFrom, double applyTo) PassOwnPtrWillBeRawPtr 52 Source/core/animation/Keyframe.h virtual PassOwnPtrWillBeRawPtr<PropertySpecificKeyframe> cloneWithOffset(double offset) const = 0; PassOwnPtrWillBeRawPtr 57 Source/core/animation/Keyframe.h virtual PassOwnPtrWillBeRawPtr<PropertySpecificKeyframe> neutralKeyframe(double offset, PassRefPtr<TimingFunction> easing) const = 0; PassOwnPtrWillBeRawPtr 70 Source/core/animation/Keyframe.h virtual PassOwnPtrWillBeRawPtr<PropertySpecificKeyframe> createPropertySpecificKeyframe(CSSPropertyID) const = 0; PassOwnPtrWillBeRawPtr 60 Source/core/animation/KeyframeEffectModel.cpp PassOwnPtrWillBeRawPtr<WillBeHeapVector<RefPtrWillBeMember<Interpolation> > > KeyframeEffectModelBase::sample(int iteration, double fraction, double iterationDuration) const PassOwnPtrWillBeRawPtr 217 Source/core/animation/KeyframeEffectModel.cpp void KeyframeEffectModelBase::PropertySpecificKeyframeGroup::appendKeyframe(PassOwnPtrWillBeRawPtr<Keyframe::PropertySpecificKeyframe> keyframe) PassOwnPtrWillBeRawPtr 59 Source/core/animation/KeyframeEffectModel.h void appendKeyframe(PassOwnPtrWillBeRawPtr<Keyframe::PropertySpecificKeyframe>); PassOwnPtrWillBeRawPtr 88 Source/core/animation/KeyframeEffectModel.h virtual PassOwnPtrWillBeRawPtr<WillBeHeapVector<RefPtrWillBeMember<Interpolation> > > sample(int iteration, double fraction, double iterationDuration) const OVERRIDE; PassOwnPtrWillBeRawPtr 33 Source/core/animation/StringKeyframe.cpp PassOwnPtrWillBeRawPtr<Keyframe::PropertySpecificKeyframe> StringKeyframe::createPropertySpecificKeyframe(CSSPropertyID property) const PassOwnPtrWillBeRawPtr 62 Source/core/animation/StringKeyframe.cpp PassOwnPtrWillBeRawPtr<Keyframe::PropertySpecificKeyframe> StringKeyframe::PropertySpecificKeyframe::neutralKeyframe(double offset, PassRefPtr<TimingFunction> easing) const PassOwnPtrWillBeRawPtr 67 Source/core/animation/StringKeyframe.cpp PassOwnPtrWillBeRawPtr<Keyframe::PropertySpecificKeyframe> StringKeyframe::PropertySpecificKeyframe::cloneWithOffset(double offset) const PassOwnPtrWillBeRawPtr 39 Source/core/animation/StringKeyframe.h virtual PassOwnPtrWillBeRawPtr<Keyframe::PropertySpecificKeyframe> neutralKeyframe(double offset, PassRefPtr<TimingFunction> easing) const OVERRIDE FINAL; PassOwnPtrWillBeRawPtr 47 Source/core/animation/StringKeyframe.h virtual PassOwnPtrWillBeRawPtr<Keyframe::PropertySpecificKeyframe> cloneWithOffset(double offset) const; PassOwnPtrWillBeRawPtr 59 Source/core/animation/StringKeyframe.h virtual PassOwnPtrWillBeRawPtr<Keyframe::PropertySpecificKeyframe> createPropertySpecificKeyframe(CSSPropertyID) const OVERRIDE; PassOwnPtrWillBeRawPtr 288 Source/core/animation/css/CSSAnimations.cpp PassOwnPtrWillBeRawPtr<CSSAnimationUpdate> CSSAnimations::calculateUpdate(Element* element, const Element& parentElement, const RenderStyle& style, RenderStyle* parentStyle, StyleResolver* resolver) PassOwnPtrWillBeRawPtr 165 Source/core/animation/css/CSSAnimations.h static PassOwnPtrWillBeRawPtr<CSSAnimationUpdate> calculateUpdate(Element*, const Element& parentElement, const RenderStyle&, RenderStyle* parentStyle, StyleResolver*); PassOwnPtrWillBeRawPtr 167 Source/core/animation/css/CSSAnimations.h void setPendingUpdate(PassOwnPtrWillBeRawPtr<CSSAnimationUpdate> update) { m_pendingUpdate = update; } PassOwnPtrWillBeRawPtr 91 Source/core/css/CSSRuleList.h static PassOwnPtrWillBeRawPtr<LiveCSSRuleList> create(Rule* rule) PassOwnPtrWillBeRawPtr 49 Source/core/css/CSSStyleSheet.cpp static PassOwnPtrWillBeRawPtr<StyleSheetCSSRuleList> create(CSSStyleSheet* sheet) PassOwnPtrWillBeRawPtr 151 Source/core/css/MediaList.cpp void MediaQuerySet::addMediaQuery(PassOwnPtrWillBeRawPtr<MediaQuery> mediaQuery) PassOwnPtrWillBeRawPtr 55 Source/core/css/MediaList.h void addMediaQuery(PassOwnPtrWillBeRawPtr<MediaQuery>); PassOwnPtrWillBeRawPtr 78 Source/core/css/MediaQuery.cpp PassOwnPtrWillBeRawPtr<MediaQuery> MediaQuery::createNotAll() PassOwnPtrWillBeRawPtr 83 Source/core/css/MediaQuery.cpp MediaQuery::MediaQuery(Restrictor r, const String& mediaType, PassOwnPtrWillBeRawPtr<ExpressionHeapVector> expressions) PassOwnPtrWillBeRawPtr 50 Source/core/css/MediaQuery.h static PassOwnPtrWillBeRawPtr<MediaQuery> createNotAll(); PassOwnPtrWillBeRawPtr 52 Source/core/css/MediaQuery.h MediaQuery(Restrictor, const String& mediaType, PassOwnPtrWillBeRawPtr<ExpressionHeapVector> exprs); PassOwnPtrWillBeRawPtr 61 Source/core/css/MediaQuery.h PassOwnPtrWillBeRawPtr<MediaQuery> copy() const { return adoptPtrWillBeNoop(new MediaQuery(*this)); } PassOwnPtrWillBeRawPtr 214 Source/core/css/MediaQueryExp.cpp PassOwnPtrWillBeRawPtr<MediaQueryExp> MediaQueryExp::createIfValid(const String& mediaFeature, CSSParserValueList* valueList) PassOwnPtrWillBeRawPtr 43 Source/core/css/MediaQueryExp.h static PassOwnPtrWillBeRawPtr<MediaQueryExp> createIfValid(const String& mediaFeature, CSSParserValueList*); PassOwnPtrWillBeRawPtr 61 Source/core/css/MediaQueryExp.h PassOwnPtrWillBeRawPtr<MediaQueryExp> copy() const { return adoptPtrWillBeNoop(new MediaQueryExp(*this)); } PassOwnPtrWillBeRawPtr 128 Source/core/css/RuleSet.h static PassOwnPtrWillBeRawPtr<RuleSet> create() { return adoptPtrWillBeNoop(new RuleSet); } PassOwnPtrWillBeRawPtr 190 Source/core/css/RuleSet.h static PassOwnPtrWillBeRawPtr<PendingRuleMaps> create() { return adoptPtrWillBeNoop(new PendingRuleMaps); } PassOwnPtrWillBeRawPtr 1608 Source/core/css/parser/BisonCSSParser-in.cpp PassOwnPtrWillBeRawPtr<MediaQueryExp> BisonCSSParser::sinkFloatingMediaQueryExp(MediaQueryExp* expression) PassOwnPtrWillBeRawPtr 1620 Source/core/css/parser/BisonCSSParser-in.cpp PassOwnPtrWillBeRawPtr<WillBeHeapVector<OwnPtrWillBeMember<MediaQueryExp> > > BisonCSSParser::sinkFloatingMediaQueryExpList(WillBeHeapVector<OwnPtrWillBeMember<MediaQueryExp> >* list) PassOwnPtrWillBeRawPtr 1626 Source/core/css/parser/BisonCSSParser-in.cpp MediaQuery* BisonCSSParser::createFloatingMediaQuery(MediaQuery::Restrictor restrictor, const AtomicString& mediaType, PassOwnPtrWillBeRawPtr<WillBeHeapVector<OwnPtrWillBeMember<MediaQueryExp> > > expressions) PassOwnPtrWillBeRawPtr 1632 Source/core/css/parser/BisonCSSParser-in.cpp MediaQuery* BisonCSSParser::createFloatingMediaQuery(PassOwnPtrWillBeRawPtr<WillBeHeapVector<OwnPtrWillBeMember<MediaQueryExp> > > expressions) PassOwnPtrWillBeRawPtr 1642 Source/core/css/parser/BisonCSSParser-in.cpp PassOwnPtrWillBeRawPtr<MediaQuery> BisonCSSParser::sinkFloatingMediaQuery(MediaQuery* query) PassOwnPtrWillBeRawPtr 1654 Source/core/css/parser/BisonCSSParser-in.cpp PassOwnPtrWillBeRawPtr<WillBeHeapVector<RefPtrWillBeMember<StyleKeyframe> > > BisonCSSParser::sinkFloatingKeyframeVector(WillBeHeapVector<RefPtrWillBeMember<StyleKeyframe> >* keyframeVector) PassOwnPtrWillBeRawPtr 1843 Source/core/css/parser/BisonCSSParser-in.cpp StyleRuleKeyframes* BisonCSSParser::createKeyframesRule(const String& name, PassOwnPtrWillBeRawPtr<WillBeHeapVector<RefPtrWillBeMember<StyleKeyframe> > > popKeyframes, bool isPrefixed) PassOwnPtrWillBeRawPtr 128 Source/core/css/parser/BisonCSSParser.h StyleRuleKeyframes* createKeyframesRule(const String&, PassOwnPtrWillBeRawPtr<WillBeHeapVector<RefPtrWillBeMember<StyleKeyframe> > >, bool isPrefixed); PassOwnPtrWillBeRawPtr 148 Source/core/css/parser/BisonCSSParser.h PassOwnPtrWillBeRawPtr<MediaQueryExp> sinkFloatingMediaQueryExp(MediaQueryExp*); PassOwnPtrWillBeRawPtr 150 Source/core/css/parser/BisonCSSParser.h PassOwnPtrWillBeRawPtr<WillBeHeapVector<OwnPtrWillBeMember<MediaQueryExp> > > sinkFloatingMediaQueryExpList(WillBeHeapVector<OwnPtrWillBeMember<MediaQueryExp> >*); PassOwnPtrWillBeRawPtr 151 Source/core/css/parser/BisonCSSParser.h MediaQuery* createFloatingMediaQuery(MediaQuery::Restrictor, const AtomicString&, PassOwnPtrWillBeRawPtr<WillBeHeapVector<OwnPtrWillBeMember<MediaQueryExp> > >); PassOwnPtrWillBeRawPtr 152 Source/core/css/parser/BisonCSSParser.h MediaQuery* createFloatingMediaQuery(PassOwnPtrWillBeRawPtr<WillBeHeapVector<OwnPtrWillBeMember<MediaQueryExp> > >); PassOwnPtrWillBeRawPtr 154 Source/core/css/parser/BisonCSSParser.h PassOwnPtrWillBeRawPtr<MediaQuery> sinkFloatingMediaQuery(MediaQuery*); PassOwnPtrWillBeRawPtr 157 Source/core/css/parser/BisonCSSParser.h PassOwnPtrWillBeRawPtr<WillBeHeapVector<RefPtrWillBeMember<StyleKeyframe> > > sinkFloatingKeyframeVector(WillBeHeapVector<RefPtrWillBeMember<StyleKeyframe> >*); PassOwnPtrWillBeRawPtr 239 Source/core/css/parser/MediaQueryParser.cpp PassOwnPtrWillBeRawPtr<MediaQuery> MediaQueryData::takeMediaQuery() PassOwnPtrWillBeRawPtr 36 Source/core/css/parser/MediaQueryParser.h PassOwnPtrWillBeRawPtr<MediaQuery> takeMediaQuery(); PassOwnPtrWillBeRawPtr 296 Source/core/css/resolver/StyleResolver.cpp static PassOwnPtrWillBeRawPtr<RuleSet> makeRuleSet(const Vector<RuleFeature>& rules) PassOwnPtrWillBeRawPtr 59 Source/core/css/resolver/StyleResolverState.cpp void StyleResolverState::setAnimationUpdate(PassOwnPtrWillBeRawPtr<CSSAnimationUpdate> update) PassOwnPtrWillBeRawPtr 64 Source/core/css/resolver/StyleResolverState.cpp PassOwnPtrWillBeRawPtr<CSSAnimationUpdate> StyleResolverState::takeAnimationUpdate() PassOwnPtrWillBeRawPtr 70 Source/core/css/resolver/StyleResolverState.h void setAnimationUpdate(PassOwnPtrWillBeRawPtr<CSSAnimationUpdate>); PassOwnPtrWillBeRawPtr 72 Source/core/css/resolver/StyleResolverState.h PassOwnPtrWillBeRawPtr<CSSAnimationUpdate> takeAnimationUpdate(); PassOwnPtrWillBeRawPtr 48 Source/core/css/resolver/ViewportStyleResolver.h static PassOwnPtrWillBeRawPtr<ViewportStyleResolver> create(Document* document) PassOwnPtrWillBeRawPtr 106 Source/core/dom/ElementRareData.h void setActiveAnimations(PassOwnPtrWillBeRawPtr<ActiveAnimations> activeAnimations) PassOwnPtrWillBeRawPtr 89 Source/core/dom/StyleEngine.h static PassOwnPtrWillBeRawPtr<StyleEngine> create(Document& document) { return adoptPtrWillBeNoop(new StyleEngine(document)); } PassOwnPtrWillBeRawPtr 193 Source/core/inspector/InspectorDOMStorageAgent.cpp PassOwnPtrWillBeRawPtr<StorageArea> InspectorDOMStorageAgent::findStorageArea(ErrorString* errorString, const RefPtr<JSONObject>& storageId, LocalFrame*& targetFrame) PassOwnPtrWillBeRawPtr 75 Source/core/inspector/InspectorDOMStorageAgent.h PassOwnPtrWillBeRawPtr<StorageArea> findStorageArea(ErrorString*, const RefPtr<JSONObject>&, LocalFrame*&); PassOwnPtrWillBeRawPtr 373 Source/core/inspector/InspectorStyleSheet.cpp void setSourceData(PassOwnPtrWillBeRawPtr<RuleSourceDataList>); PassOwnPtrWillBeRawPtr 427 Source/core/inspector/InspectorStyleSheet.cpp void ParsedStyleSheet::setSourceData(PassOwnPtrWillBeRawPtr<RuleSourceDataList> sourceData) PassOwnPtrWillBeRawPtr 36 Source/core/storage/Storage.cpp PassRefPtrWillBeRawPtr<Storage> Storage::create(LocalFrame* frame, PassOwnPtrWillBeRawPtr<StorageArea> storageArea) PassOwnPtrWillBeRawPtr 41 Source/core/storage/Storage.cpp Storage::Storage(LocalFrame* frame, PassOwnPtrWillBeRawPtr<StorageArea> storageArea) PassOwnPtrWillBeRawPtr 45 Source/core/storage/Storage.h static PassRefPtrWillBeRawPtr<Storage> create(LocalFrame*, PassOwnPtrWillBeRawPtr<StorageArea>); PassOwnPtrWillBeRawPtr 70 Source/core/storage/Storage.h Storage(LocalFrame*, PassOwnPtrWillBeRawPtr<StorageArea>); PassOwnPtrWillBeRawPtr 47 Source/core/storage/StorageNamespace.cpp PassOwnPtrWillBeRawPtr<StorageArea> StorageNamespace::localStorageArea(SecurityOrigin* origin) PassOwnPtrWillBeRawPtr 56 Source/core/storage/StorageNamespace.cpp PassOwnPtrWillBeRawPtr<StorageArea> StorageNamespace::storageArea(SecurityOrigin* origin) PassOwnPtrWillBeRawPtr 48 Source/core/storage/StorageNamespace.h static PassOwnPtrWillBeRawPtr<StorageArea> localStorageArea(SecurityOrigin*); PassOwnPtrWillBeRawPtr 50 Source/core/storage/StorageNamespace.h PassOwnPtrWillBeRawPtr<StorageArea> storageArea(SecurityOrigin*); PassOwnPtrWillBeRawPtr 44 Source/core/workers/DedicatedWorkerGlobalScope.cpp PassRefPtrWillBeRawPtr<DedicatedWorkerGlobalScope> DedicatedWorkerGlobalScope::create(DedicatedWorkerThread* thread, PassOwnPtrWillBeRawPtr<WorkerThreadStartupData> startupData, double timeOrigin) PassOwnPtrWillBeRawPtr 47 Source/core/workers/DedicatedWorkerGlobalScope.h static PassRefPtrWillBeRawPtr<DedicatedWorkerGlobalScope> create(DedicatedWorkerThread*, PassOwnPtrWillBeRawPtr<WorkerThreadStartupData>, double timeOrigin); PassOwnPtrWillBeRawPtr 41 Source/core/workers/DedicatedWorkerThread.cpp PassRefPtr<DedicatedWorkerThread> DedicatedWorkerThread::create(WorkerLoaderProxy& workerLoaderProxy, WorkerObjectProxy& workerObjectProxy, double timeOrigin, PassOwnPtrWillBeRawPtr<WorkerThreadStartupData> startupData) PassOwnPtrWillBeRawPtr 46 Source/core/workers/DedicatedWorkerThread.cpp DedicatedWorkerThread::DedicatedWorkerThread(WorkerLoaderProxy& workerLoaderProxy, WorkerObjectProxy& workerObjectProxy, double timeOrigin, PassOwnPtrWillBeRawPtr<WorkerThreadStartupData> startupData) PassOwnPtrWillBeRawPtr 57 Source/core/workers/DedicatedWorkerThread.cpp PassRefPtrWillBeRawPtr<WorkerGlobalScope> DedicatedWorkerThread::createWorkerGlobalScope(PassOwnPtrWillBeRawPtr<WorkerThreadStartupData> startupData) PassOwnPtrWillBeRawPtr 43 Source/core/workers/DedicatedWorkerThread.h static PassRefPtr<DedicatedWorkerThread> create(WorkerLoaderProxy&, WorkerObjectProxy&, double timeOrigin, PassOwnPtrWillBeRawPtr<WorkerThreadStartupData>); PassOwnPtrWillBeRawPtr 48 Source/core/workers/DedicatedWorkerThread.h virtual PassRefPtrWillBeRawPtr<WorkerGlobalScope> createWorkerGlobalScope(PassOwnPtrWillBeRawPtr<WorkerThreadStartupData>) OVERRIDE; PassOwnPtrWillBeRawPtr 52 Source/core/workers/DedicatedWorkerThread.h DedicatedWorkerThread(WorkerLoaderProxy&, WorkerObjectProxy&, double timeOrigin, PassOwnPtrWillBeRawPtr<WorkerThreadStartupData>); PassOwnPtrWillBeRawPtr 53 Source/core/workers/SharedWorkerGlobalScope.cpp PassRefPtrWillBeRawPtr<SharedWorkerGlobalScope> SharedWorkerGlobalScope::create(const String& name, SharedWorkerThread* thread, PassOwnPtrWillBeRawPtr<WorkerThreadStartupData> startupData) PassOwnPtrWillBeRawPtr 47 Source/core/workers/SharedWorkerGlobalScope.h static PassRefPtrWillBeRawPtr<SharedWorkerGlobalScope> create(const String& name, SharedWorkerThread*, PassOwnPtrWillBeRawPtr<WorkerThreadStartupData>); PassOwnPtrWillBeRawPtr 40 Source/core/workers/SharedWorkerThread.cpp PassRefPtr<SharedWorkerThread> SharedWorkerThread::create(const String& name, WorkerLoaderProxy& workerLoaderProxy, WorkerReportingProxy& workerReportingProxy, PassOwnPtrWillBeRawPtr<WorkerThreadStartupData> startupData) PassOwnPtrWillBeRawPtr 45 Source/core/workers/SharedWorkerThread.cpp SharedWorkerThread::SharedWorkerThread(const String& name, WorkerLoaderProxy& workerLoaderProxy, WorkerReportingProxy& workerReportingProxy, PassOwnPtrWillBeRawPtr<WorkerThreadStartupData> startupData) PassOwnPtrWillBeRawPtr 55 Source/core/workers/SharedWorkerThread.cpp PassRefPtrWillBeRawPtr<WorkerGlobalScope> SharedWorkerThread::createWorkerGlobalScope(PassOwnPtrWillBeRawPtr<WorkerThreadStartupData> startupData) PassOwnPtrWillBeRawPtr 42 Source/core/workers/SharedWorkerThread.h static PassRefPtr<SharedWorkerThread> create(const String& name, WorkerLoaderProxy&, WorkerReportingProxy&, PassOwnPtrWillBeRawPtr<WorkerThreadStartupData>); PassOwnPtrWillBeRawPtr 46 Source/core/workers/SharedWorkerThread.h virtual PassRefPtrWillBeRawPtr<WorkerGlobalScope> createWorkerGlobalScope(PassOwnPtrWillBeRawPtr<WorkerThreadStartupData>) OVERRIDE; PassOwnPtrWillBeRawPtr 49 Source/core/workers/SharedWorkerThread.h SharedWorkerThread(const String& name, WorkerLoaderProxy&, WorkerReportingProxy&, PassOwnPtrWillBeRawPtr<WorkerThreadStartupData>); PassOwnPtrWillBeRawPtr 68 Source/core/workers/WorkerThread.cpp WorkerThread::WorkerThread(WorkerLoaderProxy& workerLoaderProxy, WorkerReportingProxy& workerReportingProxy, PassOwnPtrWillBeRawPtr<WorkerThreadStartupData> startupData) PassOwnPtrWillBeRawPtr 77 Source/core/workers/WorkerThread.h WorkerThread(WorkerLoaderProxy&, WorkerReportingProxy&, PassOwnPtrWillBeRawPtr<WorkerThreadStartupData>); PassOwnPtrWillBeRawPtr 80 Source/core/workers/WorkerThread.h virtual PassRefPtrWillBeRawPtr<WorkerGlobalScope> createWorkerGlobalScope(PassOwnPtrWillBeRawPtr<WorkerThreadStartupData>) = 0; PassOwnPtrWillBeRawPtr 50 Source/core/workers/WorkerThreadStartupData.h static PassOwnPtrWillBeRawPtr<WorkerThreadStartupData> create(const KURL& scriptURL, const String& userAgent, const String& sourceCode, WorkerThreadStartMode startMode, const String& contentSecurityPolicy, ContentSecurityPolicyHeaderType contentSecurityPolicyType, PassOwnPtr<WorkerClients> workerClients) PassOwnPtrWillBeRawPtr 48 Source/modules/filesystem/DraggedIsolatedFileSystem.h static PassOwnPtrWillBeRawPtr<DraggedIsolatedFileSystem> create(const String& filesystemId) PassOwnPtrWillBeRawPtr 42 Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp PassRefPtrWillBeRawPtr<ServiceWorkerGlobalScope> ServiceWorkerGlobalScope::create(ServiceWorkerThread* thread, PassOwnPtrWillBeRawPtr<WorkerThreadStartupData> startupData) PassOwnPtrWillBeRawPtr 46 Source/modules/serviceworkers/ServiceWorkerGlobalScope.h static PassRefPtrWillBeRawPtr<ServiceWorkerGlobalScope> create(ServiceWorkerThread*, PassOwnPtrWillBeRawPtr<WorkerThreadStartupData>); PassOwnPtrWillBeRawPtr 40 Source/modules/serviceworkers/ServiceWorkerThread.cpp PassRefPtr<ServiceWorkerThread> ServiceWorkerThread::create(WorkerLoaderProxy& workerLoaderProxy, WorkerReportingProxy& workerReportingProxy, PassOwnPtrWillBeRawPtr<WorkerThreadStartupData> startupData) PassOwnPtrWillBeRawPtr 45 Source/modules/serviceworkers/ServiceWorkerThread.cpp ServiceWorkerThread::ServiceWorkerThread(WorkerLoaderProxy& workerLoaderProxy, WorkerReportingProxy& workerReportingProxy, PassOwnPtrWillBeRawPtr<WorkerThreadStartupData> startupData) PassOwnPtrWillBeRawPtr 54 Source/modules/serviceworkers/ServiceWorkerThread.cpp PassRefPtrWillBeRawPtr<WorkerGlobalScope> ServiceWorkerThread::createWorkerGlobalScope(PassOwnPtrWillBeRawPtr<WorkerThreadStartupData> startupData) PassOwnPtrWillBeRawPtr 42 Source/modules/serviceworkers/ServiceWorkerThread.h static PassRefPtr<ServiceWorkerThread> create(WorkerLoaderProxy&, WorkerReportingProxy&, PassOwnPtrWillBeRawPtr<WorkerThreadStartupData>); PassOwnPtrWillBeRawPtr 46 Source/modules/serviceworkers/ServiceWorkerThread.h virtual PassRefPtrWillBeRawPtr<WorkerGlobalScope> createWorkerGlobalScope(PassOwnPtrWillBeRawPtr<WorkerThreadStartupData>) OVERRIDE; PassOwnPtrWillBeRawPtr 49 Source/modules/serviceworkers/ServiceWorkerThread.h ServiceWorkerThread(WorkerLoaderProxy&, WorkerReportingProxy&, PassOwnPtrWillBeRawPtr<WorkerThreadStartupData>); PassOwnPtrWillBeRawPtr 736 Source/platform/heap/Handle.h template<typename T> PassOwnPtrWillBeRawPtr<T> adoptPtrWillBeNoop(T* ptr) PassOwnPtrWillBeRawPtr 742 Source/platform/heap/Handle.h return PassOwnPtrWillBeRawPtr<T>(ptr); PassOwnPtrWillBeRawPtr 792 Source/platform/heap/Handle.h template<typename T> PassOwnPtrWillBeRawPtr<T> adoptPtrWillBeNoop(T* ptr) { return adoptPtr(ptr); }