apply             166 Source/core/animation/AnimatableValueTestHelper.cpp         op->apply(matrix, FloatSize(1.0, 1.0));
apply             106 Source/core/animation/AnimationTranslationUtil.cpp             transformOperations.operations()[j]->apply(m, FloatSize());
apply              57 Source/core/animation/Interpolation.h     virtual void apply(StyleResolverState&) const = 0;
apply              82 Source/core/animation/Interpolation.h     virtual void apply(StyleResolverState&) const;
apply              83 Source/core/css/CSSMatrix.cpp         operations.apply(FloatSize(0, 0), t);
apply            1103 Source/core/css/resolver/StyleResolver.cpp         interpolation->apply(state);
apply              75 Source/core/editing/CompositeEditCommand.h     void apply();
apply             342 Source/core/editing/Editor.cpp     DeleteSelectionCommand::create(*m_frame.document(), smartDelete)->apply();
apply             499 Source/core/editing/Editor.cpp     ReplaceSelectionCommand::create(*m_frame.document(), fragment, options, EditActionPaste)->apply();
apply             576 Source/core/editing/Editor.cpp     RemoveFormatCommand::create(*m_frame.document())->apply();
apply             610 Source/core/editing/Editor.cpp             ApplyStyleCommand::create(*m_frame.document(), EditingStyle::create(style).get(), editingAction)->apply();
apply             621 Source/core/editing/Editor.cpp     ApplyStyleCommand::create(*m_frame.document(), EditingStyle::create(style).get(), editingAction, ApplyStyleCommand::ForceBlockProperties)->apply();
apply             666 Source/core/editing/Editor.cpp     IndentOutdentCommand::create(*m_frame.document(), IndentOutdentCommand::Indent)->apply();
apply             672 Source/core/editing/Editor.cpp     IndentOutdentCommand::create(*m_frame.document(), IndentOutdentCommand::Outdent)->apply();
apply            1100 Source/core/editing/Editor.cpp         ApplyStyleCommand::create(*m_frame.document(), blockStyle.get(), editingAction)->apply();
apply             197 Source/core/editing/EditorCommand.cpp     ReplaceSelectionCommand::create(*frame.document(), fragment, ReplaceSelectionCommand::PreventNesting, EditActionUnspecified)->apply();
apply             293 Source/core/editing/EditorCommand.cpp     CreateLinkCommand::create(*frame.document(), value)->apply();
apply             447 Source/core/editing/EditorCommand.cpp     command->apply();
apply             479 Source/core/editing/EditorCommand.cpp     IndentOutdentCommand::create(*frame.document(), IndentOutdentCommand::Indent)->apply();
apply             546 Source/core/editing/EditorCommand.cpp     InsertListCommand::create(*frame.document(), InsertListCommand::OrderedList)->apply();
apply             572 Source/core/editing/EditorCommand.cpp     InsertListCommand::create(*frame.document(), InsertListCommand::UnorderedList)->apply();
apply             921 Source/core/editing/EditorCommand.cpp     IndentOutdentCommand::create(*frame.document(), IndentOutdentCommand::Outdent)->apply();
apply            1119 Source/core/editing/EditorCommand.cpp     UnlinkCommand::create(*frame.document())->apply();
apply              50 Source/core/editing/TextInsertionBaseCommand.cpp     command->apply();
apply             109 Source/core/editing/TypingCommand.cpp     TypingCommand::create(document, DeleteSelection, "", options)->apply();
apply             128 Source/core/editing/TypingCommand.cpp     TypingCommand::create(document, DeleteKey, "", options, granularity)->apply();
apply             144 Source/core/editing/TypingCommand.cpp     TypingCommand::create(document, ForwardDeleteKey, "", options, granularity)->apply();
apply             207 Source/core/editing/TypingCommand.cpp     TypingCommand::create(document, InsertLineBreak, "", options)->apply();
apply             217 Source/core/editing/TypingCommand.cpp     TypingCommand::create(document, InsertParagraphSeparatorInQuotedContent)->apply();
apply             228 Source/core/editing/TypingCommand.cpp     TypingCommand::create(document, InsertParagraphSeparator, "", options)->apply();
apply             113 Source/core/editing/markup.cpp         changes[i].apply();
apply             506 Source/core/page/DragController.cpp             MoveSelectionCommand::create(fragment, dragCaret.base(), smartInsert, smartDelete)->apply();
apply             515 Source/core/page/DragController.cpp                 ReplaceSelectionCommand::create(*m_documentUnderMouse.get(), fragment, options)->apply();
apply             525 Source/core/page/DragController.cpp             ReplaceSelectionCommand::create(*m_documentUnderMouse.get(), createFragmentFromText(range.get(), text),  ReplaceSelectionCommand::SelectReplacement | ReplaceSelectionCommand::MatchStyle | ReplaceSelectionCommand::PreventNesting)->apply();
apply             296 Source/core/rendering/FilterEffectRenderer.cpp     effect->apply();
apply             394 Source/core/rendering/FilterEffectRenderer.cpp     filter->apply();
apply              99 Source/core/rendering/FilterEffectRenderer.h     void apply();
apply             917 Source/core/rendering/style/RenderStyle.cpp         transformOperations[i]->apply(transform, boundingBox.size());
apply             159 Source/core/rendering/svg/RenderSVGPath.cpp     path().apply(&subpathData, SVGSubpathData::updateFromPathElement);
apply             344 Source/core/rendering/svg/RenderSVGResourceFilter.cpp             lastEffect->apply();
apply             465 Source/core/rendering/svg/RenderSVGShape.cpp     m_path->apply(&markerData, SVGMarkerData::updateFromPathElement);
apply              64 Source/platform/exported/WebActiveGestureAnimation.cpp     return m_curve->apply(time - m_startTime, m_target);
apply             140 Source/platform/graphics/Path.h     void apply(void* info, PathApplierFunction) const;
apply             106 Source/platform/graphics/filters/FilterEffect.h     void apply();
apply              48 Source/platform/transforms/IdentityTransformOperation.h     virtual void apply(TransformationMatrix&, const FloatSize&) const OVERRIDE { }
apply              50 Source/platform/transforms/InterpolatedTransformOperation.cpp     from.apply(borderBoxSize, fromTransform);
apply              51 Source/platform/transforms/InterpolatedTransformOperation.cpp     to.apply(borderBoxSize, toTransform);
apply              53 Source/platform/transforms/InterpolatedTransformOperation.h     virtual void apply(TransformationMatrix&, const FloatSize& borderBoxSize) const OVERRIDE;
apply              45 Source/platform/transforms/Matrix3DTransformOperation.cpp         from->apply(fromT, size);
apply              47 Source/platform/transforms/Matrix3DTransformOperation.cpp     apply(toT, size);
apply              55 Source/platform/transforms/Matrix3DTransformOperation.h     virtual void apply(TransformationMatrix& transform, const FloatSize&) const OVERRIDE
apply              61 Source/platform/transforms/MatrixTransformOperation.h     virtual void apply(TransformationMatrix& transform, const FloatSize&) const OVERRIDE
apply              54 Source/platform/transforms/PerspectiveTransformOperation.h     virtual void apply(TransformationMatrix& transform, const FloatSize&) const OVERRIDE
apply              62 Source/platform/transforms/RotateTransformOperation.h     virtual void apply(TransformationMatrix& transform, const FloatSize& /*borderBoxSize*/) const OVERRIDE
apply              61 Source/platform/transforms/ScaleTransformOperation.h     virtual void apply(TransformationMatrix& transform, const FloatSize&) const OVERRIDE
apply              54 Source/platform/transforms/SkewTransformOperation.h     virtual void apply(TransformationMatrix& transform, const FloatSize&) const OVERRIDE
apply              62 Source/platform/transforms/TransformOperation.h     virtual void apply(TransformationMatrix&, const FloatSize& borderBoxSize) const = 0;
apply              46 Source/platform/transforms/TransformOperations.h     void apply(const FloatSize& sz, TransformationMatrix& t) const
apply              49 Source/platform/transforms/TransformOperations.h             m_operations[i]->apply(t, sz);
apply              66 Source/platform/transforms/TranslateTransformOperation.h     virtual void apply(TransformationMatrix& transform, const FloatSize& borderBoxSize) const OVERRIDE
apply              41 public/platform/WebGestureCurve.h     virtual bool apply(double time, WebGestureCurveTarget*) = 0;