/external/chromium_org/third_party/WebKit/ManualTests/ |
drag_select_highlighting.html | 11 <p style="font-family:'Lucida Grande'; font-size:12px; text-align:left; direction:rtl; unicode-bidi:bidi-override;">
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderMenuList.h | 110 virtual int baselinePosition(FontBaseline baseline, bool firstLine, LineDirectionMode direction, LinePositionMode position) const OVERRIDE 112 return RenderBlock::baselinePosition(baseline, firstLine, direction, position); 115 virtual int inlineBlockBaseline(LineDirectionMode direction) const OVERRIDE { return RenderBlock::inlineBlockBaseline(direction); }
|
/external/chromium_org/third_party/WebKit/Tools/RebaselineLogServer/ |
uploadform.html | 9 flex-direction: column;
|
/external/chromium_org/third_party/icu/source/i18n/ |
quant.h | 58 * than offset for a forward direction match, less than offset for 59 * a backward direction match. The last character to be 61 * forward direction or text.charAt(limit+1) in the backward 62 * direction.
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
ncnvfbts.h | 33 static void setNuConvTestName(const char *codepage, const char *direction);
|
/external/chromium_org/ui/views/controls/ |
resize_area_delegate.h | 16 // positive (depending on direction of dragging and flips according to
|
/external/droiddriver/src/com/google/android/droiddriver/scroll/ |
AbstractSentinelStrategy.java | 20 import com.google.android.droiddriver.scroll.Direction.LogicalDirection; 21 import com.google.android.droiddriver.scroll.Direction.PhysicalToLogicalConverter; 121 protected UiElement getSentinel(UiElement parent, ScrollDirection direction) { 122 LogicalDirection logicalDirection = physicalToLogicalConverter.toLogicalDirection(direction);
|
/external/dropbear/libtomcrypt/src/encauth/gcm/ |
gcm_memory.c | 34 @param direction Encrypt or Decrypt mode (GCM_ENCRYPT or GCM_DECRYPT) 44 int direction) 63 direction); 96 if ((err = gcm_process(gcm, pt, ptlen, ct, direction)) != CRYPT_OK) {
|
/external/harfbuzz_ng/src/ |
hb-ot-shape.cc | 84 switch (props->direction) { 106 if (HB_DIRECTION_IS_HORIZONTAL (props->direction)) 279 hb_direction_t direction = buffer->props.direction; local 285 if ((HB_DIRECTION_IS_HORIZONTAL (direction) && direction != hb_script_get_horizontal_direction (buffer->props.script)) || 286 (HB_DIRECTION_IS_VERTICAL (direction) && direction != HB_DIRECTION_TTB)) 289 buffer->props.direction = HB_DIRECTION_REVERSE (buffer->props.direction); [all...] |
/external/icu4c/test/cintltst/ |
ncnvfbts.h | 33 static void setNuConvTestName(const char *codepage, const char *direction);
|
/external/iptables/extensions/ |
libxt_ipvs.man | 18 flow direction of packet
|
/external/jmonkeyengine/engine/src/core-data/Common/ShaderLib/ |
Optics.glsllib | 9 // converts a normalized direction vector
|
/frameworks/base/core/java/android/view/ |
ViewParent.java | 141 * Find the nearest view in the specified direction that wants to take focus 144 * @param direction One of FOCUS_UP, FOCUS_DOWN, FOCUS_LEFT, and FOCUS_RIGHT 146 public View focusSearch(View v, int direction); 329 * Tells if this view parent can resolve the layout direction. 332 * @return True if this view parent can resolve the layout direction. 337 * Tells if this view parent layout direction is resolved. 340 * @return True if this view parent layout direction is resolved. 345 * Return this view parent layout direction. See {@link View#getLayoutDirection()} 347 * @return {@link View#LAYOUT_DIRECTION_RTL} if the layout direction is RTL or returns 348 * {@link View#LAYOUT_DIRECTION_LTR} if the layout direction is not RTL [all...] |
/frameworks/base/core/res/res/raw-iw/ |
loaderror.html | 6 body { margin-top: 0px; padding-top: 0px; direction: rtl; }
|
/frameworks/base/docs/html/design/building-blocks/ |
grid-lists.jd | 24 content. The scrolling direction dictates the ordering of the items within the grid list. Since the 25 scrolling direction is not deterministic, make it easy for the user to determine the orientation by 39 <p>Vertically scrolling grid list items are sorted in traditional western reading direction: 59 direction.</p>
|
/frameworks/base/graphics/java/android/graphics/drawable/shapes/ |
RoundRectShape.java | 89 mPath.addRoundRect(r, mOuterRadii, Path.Direction.CW); 91 mPath.addRect(r, Path.Direction.CW); 98 mPath.addRoundRect(mInnerRect, mInnerRadii, Path.Direction.CCW); 100 mPath.addRect(mInnerRect, Path.Direction.CCW);
|
/frameworks/base/media/java/android/media/ |
IRemoteVolumeObserver.aidl | 25 void dispatchRemoteVolumeUpdate(int direction, int value);
|
/libcore/luni/src/main/java/java/security/cert/ |
PKIXCertPathChecker.java | 64 * <i>checking direction</i>. 67 * the direction of the certification path processing, {@code 68 * true} if the certificates are processed in forward direction 70 * reverse direction (from trusted CA to target).
|
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/ |
CandidateViewListener.java | 21 * makes a direction-gesture on candidate view.
|
/external/chromium_org/ash/shelf/ |
shelf_navigator.cc | 25 CycleDirection direction) { 53 int step = (direction == CYCLE_FORWARD) ? 1 : -1;
|
/external/chromium_org/chrome/browser/resources/chromeos/first_run/app/ |
style.css | 15 flex-direction: column; 35 flex-direction: column;
|
/external/chromium_org/chrome/browser/ui/views/ash/ |
tab_scrubber.cc | 42 TabScrubber::Direction direction) { 45 float x = direction == LEFT ? 135 Direction direction = (x_offset < 0) ? LEFT : RIGHT; local 136 if (direction != swipe_direction_) { 140 direction); 143 swipe_direction_ = direction;
|
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
TimedItemCalculationsTest.cpp | 167 timing.direction = Timing::PlaybackDirectionAlternate; 170 timing.direction = Timing::PlaybackDirectionAlternateReverse; 175 timing.direction = Timing::PlaybackDirectionReverse; 178 timing.direction = Timing::PlaybackDirectionAlternate; 181 timing.direction = Timing::PlaybackDirectionAlternateReverse; 206 timing.direction = Timing::PlaybackDirectionReverse; 219 timing.direction = Timing::PlaybackDirectionNormal; 222 timing.direction = Timing::PlaybackDirectionReverse;
|
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/ |
IDBIndex.cpp | 82 IndexedDB::CursorDirection direction = IDBCursor::stringToDirection(directionString, exceptionState); local 90 return openCursor(context, keyRange.release(), direction); 93 PassRefPtr<IDBRequest> IDBIndex::openCursor(ExecutionContext* context, PassRefPtr<IDBKeyRange> keyRange, IndexedDB::CursorDirection direction) 96 request->setCursorDetails(IndexedDB::CursorKeyAndValue, direction); 97 backendDB()->openCursor(m_transaction->id(), m_objectStore->id(), m_metadata.id, keyRange, direction, false, WebIDBDatabase::NormalTask, WebIDBCallbacksImpl::create(request).leakPtr()); 141 IndexedDB::CursorDirection direction = IDBCursor::stringToDirection(directionString, exceptionState); local 150 request->setCursorDetails(IndexedDB::CursorKeyOnly, direction); 151 backendDB()->openCursor(m_transaction->id(), m_objectStore->id(), m_metadata.id, keyRange.release(), direction, true, WebIDBDatabase::NormalTask, WebIDBCallbacksImpl::create(request).leakPtr());
|
IDBIndex.idl | 34 [CallWith=ExecutionContext, RaisesException] IDBRequest openCursor([Default=Undefined] optional any range, [Default=NullString] optional DOMString direction); 35 [CallWith=ExecutionContext, RaisesException] IDBRequest openKeyCursor([Default=Undefined] optional any range, [Default=NullString] optional DOMString direction);
|