Searched refs:initialDirection (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DDashboardContainerView.js141 var initialDirection = WebInspector.DashboardContainerView.AdvanceDirection.None; variable
147 this._showDashboardView(this.currentDashboardView, isFirstDashboard ? initialDirection : advanceDirection);
/macosx-10.10/WebCore-7600.1.25/rendering/style/
H A DRenderStyle.cpp142 inherited_flags._direction = initialDirection();
H A DRenderStyle.h1758 static TextDirection initialDirection() { return LTR; }
/macosx-10.10/WebCore-7600.1.25/css/
H A DDeprecatedStyleBuilder.cpp2365 setPropertyHandler(CSSPropertyDirection, ApplyPropertyDirection<&RenderStyle::direction, &RenderStyle::setDirection, RenderStyle::initialDirection>::createHandler());

Completed in 90 milliseconds