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

1 2 34 5 6 7 8 910

  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimationTimeline.h 63 static PassRefPtrWillBeRawPtr<AnimationTimeline> create(Document*, PassOwnPtrWillBeRawPtr<PlatformTiming> = nullptr);
102 AnimationTimeline(Document*, PassOwnPtrWillBeRawPtr<PlatformTiming>);
InterpolationEffect.h 19 PassOwnPtrWillBeRawPtr<WillBeHeapVector<RefPtrWillBeMember<Interpolation> > > getActiveInterpolations(double fraction, double iterationDuration) const;
42 static PassOwnPtrWillBeRawPtr<InterpolationRecord> create(PassRefPtrWillBeRawPtr<Interpolation> interpolation, PassRefPtr<TimingFunction> easing, double start, double end, double applyFrom, double applyTo)
AnimatableValueKeyframe.cpp 34 PassOwnPtrWillBeRawPtr<Keyframe::PropertySpecificKeyframe> AnimatableValueKeyframe::createPropertySpecificKeyframe(CSSPropertyID property) const
57 PassOwnPtrWillBeRawPtr<Keyframe::PropertySpecificKeyframe> AnimatableValueKeyframe::PropertySpecificKeyframe::cloneWithOffset(double offset) const
69 PassOwnPtrWillBeRawPtr<Keyframe::PropertySpecificKeyframe> AnimatableValueKeyframe::PropertySpecificKeyframe::neutralKeyframe(double offset, PassRefPtr<TimingFunction> easing) const
InertAnimation.cpp 49 PassOwnPtrWillBeRawPtr<WillBeHeapVector<RefPtrWillBeMember<Interpolation> > > InertAnimation::sample(double inheritedTime)
InterpolationEffect.cpp 10 PassOwnPtrWillBeRawPtr<WillBeHeapVector<RefPtrWillBeMember<Interpolation> > > InterpolationEffect::getActiveInterpolations(double fraction, double iterationDuration) const
  /external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSAnimationData.h 16 static PassOwnPtrWillBeRawPtr<CSSAnimationData> create()
21 static PassOwnPtrWillBeRawPtr<CSSAnimationData> create(const CSSAnimationData& animationData)
CSSTransitionData.h 53 static PassOwnPtrWillBeRawPtr<CSSTransitionData> create()
58 static PassOwnPtrWillBeRawPtr<CSSTransitionData> create(const CSSTransitionData& transitionData)
  /external/chromium_org/third_party/WebKit/Source/core/animation/interpolation/
Interpolation.cpp 37 Interpolation::Interpolation(PassOwnPtrWillBeRawPtr<InterpolableValue> start, PassOwnPtrWillBeRawPtr<InterpolableValue> end)
  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaQueryExp.h 84 static PassOwnPtrWillBeRawPtr<MediaQueryExp> createIfValid(const String& mediaFeature, CSSParserValueList*);
97 PassOwnPtrWillBeRawPtr<MediaQueryExp> copy() const { return adoptPtrWillBeNoop(new MediaQueryExp(*this)); }
  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerThread.h 76 WorkerThread(WorkerLoaderProxy&, WorkerReportingProxy&, PassOwnPtrWillBeRawPtr<WorkerThreadStartupData>);
79 virtual PassRefPtrWillBeRawPtr<WorkerGlobalScope> createWorkerGlobalScope(PassOwnPtrWillBeRawPtr<WorkerThreadStartupData>) = 0;
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathNodeSet.h 40 static PassOwnPtrWillBeRawPtr<NodeSet> create() { return adoptPtrWillBeNoop(new NodeSet); }
41 static PassOwnPtrWillBeRawPtr<NodeSet> create(const NodeSet&);
XPathPredicate.cpp 78 NumericOp::NumericOp(Opcode opcode, PassOwnPtrWillBeRawPtr<Expression> lhs, PassOwnPtrWillBeRawPtr<Expression> rhs)
109 EqTestOp::EqTestOp(Opcode opcode, PassOwnPtrWillBeRawPtr<Expression> lhs, PassOwnPtrWillBeRawPtr<Expression> rhs)
227 LogicalOp::LogicalOp(Opcode opcode, PassOwnPtrWillBeRawPtr<Expression> lhs, PassOwnPtrWillBeRawPtr<Expression> rhs)
277 Predicate::Predicate(PassOwnPtrWillBeRawPtr<Expression> expr)
XPathValue.h 41 static PassRefPtrWillBeRawPtr<ValueData> create(PassOwnPtrWillBeRawPtr<NodeSet> nodeSet) { return adoptRefWillBeNoop(new ValueData(nodeSet)); }
51 explicit ValueData(PassOwnPtrWillBeRawPtr<NodeSet> nodeSet) : m_nodeSet(nodeSet) { }
78 Value(PassOwnPtrWillBeRawPtr<NodeSet> value, const AdoptTag&) : m_type(NodeSetValue), m_bool(false), m_number(0), m_data(ValueData::create(value)) { }
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseClient.cpp 74 void provideDatabaseClientTo(Page& page, PassOwnPtrWillBeRawPtr<DatabaseClient> client)
81 void provideDatabaseClientToWorker(WorkerClients* workerClients, PassOwnPtrWillBeRawPtr<DatabaseClient> client)
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DatasetDOMStringMap.h 39 static PassOwnPtrWillBeRawPtr<DatasetDOMStringMap> create(Element* element)
ElementRareData.h 83 void setAttributeMap(PassOwnPtrWillBeRawPtr<NamedNodeMap> attributeMap) { m_attributeMap = attributeMap; }
90 void setClassList(PassOwnPtrWillBeRawPtr<ClassList> classList) { m_classList = classList; }
99 void setDataset(PassOwnPtrWillBeRawPtr<DatasetDOMStringMap> dataset) { m_dataset = dataset; }
108 void setActiveAnimations(PassOwnPtrWillBeRawPtr<ActiveAnimations> activeAnimations)
IdTargetObserverRegistry.h 44 static PassOwnPtrWillBeRawPtr<IdTargetObserverRegistry> create();
ScriptRunner.h 47 static PassOwnPtrWillBeRawPtr<ScriptRunner> create(Document* document)
  /external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElementCallbackQueue.cpp 36 PassOwnPtrWillBeRawPtr<CustomElementCallbackQueue> CustomElementCallbackQueue::create(PassRefPtrWillBeRawPtr<Element> element)
CustomElementMicrotaskResolutionStep.cpp 39 PassOwnPtrWillBeRawPtr<CustomElementMicrotaskResolutionStep> CustomElementMicrotaskResolutionStep::create(PassRefPtrWillBeRawPtr<CustomElementRegistrationContext> context, PassRefPtrWillBeRawPtr<Element> element, const CustomElementDescriptor& descriptor)
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameHost.cpp 41 PassOwnPtrWillBeRawPtr<FrameHost> FrameHost::create(Page& page)
  /external/chromium_org/third_party/WebKit/Source/core/html/
ClassList.h 43 static PassOwnPtrWillBeRawPtr<ClassList> create(Element* element)
ValidityState.h 37 static PassOwnPtrWillBeRawPtr<ValidityState> create(FormAssociatedElement* control)
  /external/chromium_org/third_party/WebKit/Source/core/html/ime/
InputMethodContext.h 52 static PassOwnPtrWillBeRawPtr<InputMethodContext> create(HTMLElement*);
  /external/chromium_org/third_party/WebKit/Source/core/page/
PointerLockController.h 44 static PassOwnPtrWillBeRawPtr<PointerLockController> create(Page*);

Completed in 339 milliseconds

1 2 34 5 6 7 8 910