HomeSort by relevance Sort by last modified time
    Searched refs:direction (Results 176 - 200 of 1223) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/platform/text/
StringWithDirection.h 44 // Note that is explicitly *not* the direction of the string as learned
61 TextDirection direction() const { return m_direction; } function in class:WebCore::StringWithDirection
BidiContext.h 41 static PassRefPtr<BidiContext> create(unsigned char level, WTF::Unicode::Direction, bool override = false, BidiEmbeddingSource = FromStyleOrDOM, BidiContext* parent = 0);
45 WTF::Unicode::Direction dir() const { return static_cast<WTF::Unicode::Direction>(m_direction); }
51 BidiContext(unsigned char level, WTF::Unicode::Direction direction, bool override, BidiEmbeddingSource source, BidiContext* parent)
53 , m_direction(direction)
60 static PassRefPtr<BidiContext> createUncached(unsigned char level, WTF::Unicode::Direction, bool override, BidiEmbeddingSource, BidiContext* parent);
63 unsigned m_direction : 5; // Direction
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMenuList.h 113 virtual int baselinePosition(FontBaseline baseline, bool firstLine, LineDirectionMode direction, LinePositionMode position) const OVERRIDE
115 return RenderBlock::baselinePosition(baseline, firstLine, direction, position);
118 virtual int inlineBlockBaseline(LineDirectionMode direction) const OVERRIDE { return RenderBlock::inlineBlockBaseline(direction); }
RenderMarquee.h 65 EMarqueeDirection reverseDirection() const { return static_cast<EMarqueeDirection>(-direction()); }
66 EMarqueeDirection direction() const;
  /external/chromium_org/third_party/icu/source/test/cintltst/
ncnvfbts.h 33 static void setNuConvTestName(const char *codepage, const char *direction);
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
fakemediaprocessor.h 49 MediaProcessorDirection direction,
mediaengine.h 159 MediaProcessorDirection direction) = 0;
162 MediaProcessorDirection direction) = 0;
270 MediaProcessorDirection direction) {
271 return voice_.RegisterProcessor(ssrc, processor, direction);
275 MediaProcessorDirection direction) {
276 return voice_.UnregisterProcessor(ssrc, processor, direction);
325 MediaProcessorDirection direction) { return true; }
328 MediaProcessorDirection direction) { return true; }
  /external/droiddriver/src/com/google/android/droiddriver/scroll/
Scroller.java 43 * Scrolls {@code parentFinder} in {@code direction} if necessary to find
51 * @param direction
56 ScrollDirection direction);
  /external/icu4c/test/cintltst/
ncnvfbts.h 33 static void setNuConvTestName(const char *codepage, const char *direction);
  /external/jmonkeyengine/engine/src/core/com/jme3/cinematic/events/
MotionTrack.java 54 * A MotionTrack is a control over the spatial that manage the position and direction of the spatial while following a motion Path
65 protected Vector3f direction = new Vector3f(); field in class:MotionTrack
69 protected Direction directionType = Direction.None;
78 * Enum for the different type of target direction behavior
80 public enum Direction {
83 * the target stay in the starting direction
87 * The target rotates with the direction of the path
91 * The target rotates with the direction of the path but with the additon of a rtotation
92 * you need to use the setRotation mathod when using this Direction
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
lookahead.h 98 int direction);
  /libcore/luni/src/main/java/java/lang/
Math.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ResizeGesture.java 145 Position direction = mHandle.getPosition(); local
161 int newW = Math.abs(b.w + (direction.isLeft() ? -deltaX : deltaX));
162 int newH = Math.abs(b.h + (direction.isTop() ? -deltaY : deltaY));
170 if (direction.isLeft()) {
182 } else if (direction.isRight()) {
192 assert direction == Position.BOTTOM_MIDDLE || direction == Position.TOP_MIDDLE;
195 if (direction.isTop()) {
207 } else if (direction.isBottom()) {
217 assert direction == Position.LEFT_MIDDLE || direction == Position.RIGHT_MIDDLE
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
gtk_custom_menu_item.h 112 GtkMenuDirectionType direction);
118 GtkCustomMenuItem* menu_item, GtkMenuDirectionType direction);
  /external/chromium_org/ash/launcher/
launcher_navigator.cc 25 CycleDirection direction) {
53 int step = (direction == CYCLE_FORWARD) ? 1 : -1;
  /external/chromium_org/ash/wm/workspace/
desktop_background_fade_controller.cc 21 Direction direction) {
24 if (direction == FADE_OUT) {
  /external/chromium_org/chrome/browser/ui/gtk/
gtk_custom_menu_item.h 110 GtkMenuDirectionType direction);
116 GtkCustomMenuItem* menu_item, GtkMenuDirectionType direction);
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMarqueeElement.idl 26 [Reflect] attribute DOMString direction;
PasswordInputType.cpp 133 void PasswordInputType::handleFocusEvent(Element* oldFocusedElement, FocusDirection direction)
135 BaseTextInputType::handleFocusEvent(oldFocusedElement, direction);
  /external/chromium_org/third_party/WebKit/Source/core/platform/
ScrollTypes.h 48 inline ScrollDirection logicalToPhysical(ScrollLogicalDirection direction, bool isVertical, bool isFlipped)
50 switch (direction) {
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBCursor.idl 28 readonly attribute DOMString direction;
  /external/chromium_org/third_party/icu/source/i18n/
rbt.h 40 * direction may be omitted, with the result that translations in
41 * that direction will not modify the source text. In addition,
308 * @param direction either FORWARD or REVERSE.
314 UTransDirection direction,
322 * @param direction either FORWARD or REVERSE.
328 UTransDirection direction,
338 UTransDirection direction,
342 * Covenience constructor with no filter and FORWARD direction.
350 * Covenience constructor with FORWARD direction.
463 UTransDirection direction,
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
nptrans.cpp 205 UCharDirection direction=U_CHAR_DIRECTION_COUNT, firstCharDir=U_CHAR_DIRECTION_COUNT; local
238 direction = u_charDirection(ch);
240 firstCharDir = direction;
242 if(direction == U_LEFT_TO_RIGHT){
245 if(direction == U_RIGHT_TO_LEFT || direction == U_RIGHT_TO_LEFT_ARABIC){
260 (direction == U_RIGHT_TO_LEFT || direction == U_RIGHT_TO_LEFT_ARABIC))
  /external/chromium_org/ui/gfx/
render_text_linux.h 31 VisualCursorDirection direction) OVERRIDE;
34 VisualCursorDirection direction) OVERRIDE;
  /external/harfbuzz_ng/util/
view-cairo.hh 69 direction = hb_buffer_get_direction (buffer);
94 hb_direction_t direction; // Remove this, make segment_properties accessible member in struct:view_cairo_t

Completed in 658 milliseconds

1 2 3 4 5 6 78 91011>>