Searched refs:setDirection (Results 1 - 25 of 35) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DBidiTextRun.cpp58 run.setDirection(direction);
H A DBidiResolverTest.cpp181 textRun.setDirection(determineParagraphDirectionality(textRun));
184 textRun.setDirection(LTR);
187 textRun.setDirection(RTL);
H A DTextRun.h207 void setDirection(TextDirection direction) { m_direction = direction; }
/external/chromium_org/cc/blink/
H A Dweb_animation_unittest.cc37 animation->setDirection(WebCompositorAnimation::DirectionReverse);
H A Dweb_animation_impl.h43 virtual void setDirection(Direction);
H A Dweb_animation_impl.cc132 void WebCompositorAnimationImpl::setDirection(Direction direction) { function in class:cc_blink::WebCompositorAnimationImpl
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DAnimationNodeTiming.h37 void setDirection(String);
H A DCompositorAnimations.cpp462 animation->setDirection(blink::WebCompositorAnimation::DirectionNormal);
465 animation->setDirection(blink::WebCompositorAnimation::DirectionReverse);
468 animation->setDirection(blink::WebCompositorAnimation::DirectionAlternate);
471 animation->setDirection(blink::WebCompositorAnimation::DirectionAlternateReverse);
H A DAnimationNodeTiming.cpp159 void AnimationNodeTiming::setDirection(String direction) function in class:blink::AnimationNodeTiming
H A DCompositorAnimationsTestHelper.h92 MOCK_METHOD1(setDirection, void(Direction));
H A DCompositorAnimationsTest.cpp620 usesMockAnimation += EXPECT_CALL(*mockAnimationPtr, setDirection(blink::WebCompositorAnimation::DirectionNormal));
668 usesMockAnimation += EXPECT_CALL(*mockAnimationPtr, setDirection(blink::WebCompositorAnimation::DirectionNormal));
723 usesMockAnimation += EXPECT_CALL(*mockAnimationPtr, setDirection(blink::WebCompositorAnimation::DirectionAlternate));
773 usesMockAnimation += EXPECT_CALL(*mockAnimationPtr, setDirection(blink::WebCompositorAnimation::DirectionNormal));
833 usesMockAnimation += EXPECT_CALL(*mockAnimationPtr, setDirection(blink::WebCompositorAnimation::DirectionAlternate));
894 usesMockAnimation += EXPECT_CALL(*mockAnimationPtr, setDirection(blink::WebCompositorAnimation::DirectionAlternateReverse));
945 usesMockAnimation += EXPECT_CALL(*mockAnimationPtr, setDirection(blink::WebCompositorAnimation::DirectionAlternateReverse));
993 usesMockAnimation += EXPECT_CALL(*mockAnimationPtr, setDirection(blink::WebCompositorAnimation::DirectionNormal));
1041 usesMockAnimation += EXPECT_CALL(*mockAnimationPtr, setDirection(blink::WebCompositorAnimation::DirectionNormal));
1089 usesMockAnimation += EXPECT_CALL(*mockAnimationPtr, setDirection(blin
[all...]
H A DAnimationTest.cpp312 specified->setDirection("reverse");
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DStyleReflection.h52 void setDirection(CSSReflectionDirection dir) { m_direction = dir; } function in class:blink::StyleReflection
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebCompositorAnimation.h56 virtual void setDirection(Direction) = 0;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderSliderContainer.cpp109 style()->setDirection(LTR);
125 style()->setDirection(oldTextDirection);
H A DRenderTextControl.cpp92 textBlockStyle->setDirection(style()->direction());
H A DTextRunConstructor.cpp123 run.setDirection(directionForRun(run, hasStrongDirectionality));
H A DRenderMenuList.cpp133 innerStyle->setDirection(m_optionStyle->direction());
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLFormControlElementTest.cpp58 input->renderer()->style()->setDirection(RTL);
/external/eigen/demos/opengl/
H A Dcamera.h69 void setDirection(const Eigen::Vector3f& newDirection);
H A Dcamera.cpp102 void Camera::setDirection(const Vector3f& newDirection) function in class:Camera
123 setDirection(newDirection.normalized());
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
H A DTextControlInnerElements.cpp89 style->setDirection(LTR);
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCanvasRenderingContext2D.h217 void setDirection(const String&);
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DBaseMultipleFieldsDateAndTimeInputType.cpp340 style->setDirection(contentDirection);
/external/clang/lib/AST/
H A DCommentSema.cpp253 Command->setDirection((ParamCommandComment::PassDirection)Direction,
266 Command->setDirection(ParamCommandComment::In, /* Explicit = */ false);

Completed in 329 milliseconds

12