HomeSort by relevance Sort by last modified time
    Searched refs:direction (Results 151 - 175 of 901) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/animation/
TimingInputTest.cpp 132 EXPECT_EQ(Timing::PlaybackDirectionNormal, applyTimingInputString("direction", "normal").direction);
133 EXPECT_EQ(Timing::PlaybackDirectionReverse, applyTimingInputString("direction", "reverse").direction);
134 EXPECT_EQ(Timing::PlaybackDirectionAlternate, applyTimingInputString("direction", "alternate").direction);
135 EXPECT_EQ(Timing::PlaybackDirectionAlternateReverse, applyTimingInputString("direction", "alternate-reverse").direction);
136 EXPECT_EQ(defaultPlaybackDirection, applyTimingInputString("direction", "rubbish").direction);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMarqueeElement.idl 26 [ImplementedInPrivateScript, Reflect] attribute DOMString direction;
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBIndex.cpp 88 WebIDBCursorDirection direction = IDBCursor::stringToDirection(directionString, exceptionState); local
101 return openCursor(scriptState, keyRange, direction);
104 IDBRequest* IDBIndex::openCursor(ScriptState* scriptState, IDBKeyRange* keyRange, WebIDBCursorDirection direction)
107 request->setCursorDetails(IndexedDB::CursorKeyAndValue, direction);
108 backendDB()->openCursor(m_transaction->id(), m_objectStore->id(), m_metadata.id, keyRange, direction, false, WebIDBTaskTypeNormal, WebIDBCallbacksImpl::create(request).leakPtr());
157 WebIDBCursorDirection direction = IDBCursor::stringToDirection(directionString, exceptionState); local
170 request->setCursorDetails(IndexedDB::CursorKeyOnly, direction);
171 backendDB()->openCursor(m_transaction->id(), m_objectStore->id(), m_metadata.id, keyRange, direction, true, WebIDBTaskTypeNormal, WebIDBCallbacksImpl::create(request).leakPtr());
IDBIndex.h 63 IDBRequest* openCursor(ScriptState*, const ScriptValue& key, const String& direction, ExceptionState&);
64 IDBRequest* openKeyCursor(ScriptState*, const ScriptValue& range, const String& direction, ExceptionState&);
  /external/chromium_org/third_party/WebKit/Source/platform/text/
BidiContext.h 42 static PassRefPtr<BidiContext> create(unsigned char level, WTF::Unicode::Direction, bool override = false, BidiEmbeddingSource = FromStyleOrDOM, BidiContext* parent = 0);
46 WTF::Unicode::Direction dir() const { return static_cast<WTF::Unicode::Direction>(m_direction); }
58 BidiContext(unsigned char level, WTF::Unicode::Direction direction, bool override, BidiEmbeddingSource source, BidiContext* parent)
60 , m_direction(direction)
68 static PassRefPtr<BidiContext> createUncached(unsigned char level, WTF::Unicode::Direction, bool override, BidiEmbeddingSource, BidiContext* parent);
71 unsigned m_direction : 5; // Direction
  /external/chromium_org/third_party/WebKit/Source/web/
WebNotification.cpp 66 WebTextDirection WebNotification::direction() const function in class:blink::WebNotification
68 return toWebTextDirection(m_private->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/third_party/libjingle/source/talk/media/base/
mediaengine.h 143 MediaProcessorDirection direction) = 0;
146 MediaProcessorDirection direction) = 0;
268 MediaProcessorDirection direction) {
269 return voice_.RegisterProcessor(ssrc, processor, direction);
273 MediaProcessorDirection direction) {
274 return voice_.UnregisterProcessor(ssrc, processor, direction);
325 MediaProcessorDirection direction) { return true; }
328 MediaProcessorDirection direction) { return true; }
  /external/chromium_org/ui/gfx/
render_text_pango.h 31 VisualCursorDirection direction) OVERRIDE;
34 VisualCursorDirection direction) OVERRIDE;
  /external/droiddriver/src/com/google/android/droiddriver/helpers/
ScrollerHelper.java 23 import com.google.android.droiddriver.scroll.Direction.PhysicalDirection;
54 * Scrolls {@code containerFinder} in {@code direction} if necessary to find
59 * @param direction
63 public UiElement scrollTo(Finder itemFinder, PhysicalDirection direction) {
64 return scroller.scrollTo(driver, containerFinder, itemFinder, direction);
  /external/droiddriver/src/com/google/android/droiddriver/scroll/
Scrollers.java 25 import com.google.android.droiddriver.scroll.Direction.Axis;
26 import com.google.android.droiddriver.scroll.Direction.DirectionConverter;
27 import com.google.android.droiddriver.scroll.Direction.PhysicalDirection;
39 public boolean scroll(DroidDriver driver, Finder containerFinder, PhysicalDirection direction) {
40 if (super.scroll(driver, containerFinder, direction)) {
  /external/icu/icu4c/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/icu/icu4c/source/i18n/unicode/
reldatefmt.h 172 * Represents a direction for an absolute unit e.g "Next Tuesday"
351 * @param direction NEXT means a future relative date; LAST means a past
352 * relative date. If direction is anything else, this method sets
363 UDateDirection direction,
370 * @param direction NEXT, LAST, THIS, etc.
373 * appended. If the value of direction is documented as not being fully
381 UDateDirection direction,
  /external/icu/icu4c/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/ipsec-tools/src/racoon/missing/crypto/rijndael/
rijndael-api-fst.h 32 #define BAD_KEY_DIR -1 /* Key direction is invalid, e.g., unknown value */
54 u_int8_t direction; /* Key used for encrypting or decrypting? */ member in struct:__anon2010
84 int rijndael_makeKey(keyInstance *key, u_int8_t direction, int keyLen, char *keyMaterial);
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
FullScreenView.java 53 public boolean requestFocus(final int direction, final Rect previouslyFocusedRect) {
55 return super.requestFocus(direction, previouslyFocusedRect);
118 public void onFocusChanged(final boolean focused, final int direction,
120 super.onFocusChanged(focused, direction, previouslyFocusedRect);
122 focused, direction, previouslyFocusedRect);
  /external/chromium_org/ash/wm/workspace/
multi_window_resize_controller.cc 62 Direction direction)
64 direction_(direction),
68 direction == TOP_BOTTOM ? IDR_AURA_MULTI_WINDOW_RESIZE_H :
107 const Direction direction_;
135 direction(TOP_BOTTOM){
145 direction == other.direction;
247 result.direction = LEFT_RIGHT;
253 result.direction = LEFT_RIGHT
    [all...]
  /external/chromium_org/third_party/skia/src/effects/
SkEmbossMaskFilter.cpp 29 SkMaskFilter* SkBlurMaskFilter::CreateEmboss(const SkScalar direction[3],
33 direction, ambient, specular);
36 SkMaskFilter* SkBlurMaskFilter::CreateEmboss(SkScalar blurSigma, const SkScalar direction[3],
38 if (direction == NULL) {
50 memcpy(light.fDirection, direction, sizeof(light.fDirection));
107 // run the light direction through the matrix...
157 str->append("direction: (");
  /external/eigen/test/
geo_parametrizedline.cpp 79 p1->direction().setRandom();
85 VERIFY_IS_APPROX(p1->direction(), p2->direction());
86 VERIFY_IS_APPROX(p1->direction(), p3->direction());
  /external/chromium_org/base/i18n/
rtl.cc 68 // Represents the locale-specific ICU text direction.
149 TextDirection direction = GetCharacterDirection(character); local
150 if (direction != UNKNOWN_DIRECTION)
151 return direction;
164 TextDirection direction = GetCharacterDirection(character); local
165 if (direction != UNKNOWN_DIRECTION)
166 return direction;
182 TextDirection direction = GetCharacterDirection(character); local
183 if (direction != UNKNOWN_DIRECTION) {
184 if (result != UNKNOWN_DIRECTION && result != direction)
    [all...]
  /external/llvm/examples/BrainF/
BrainF.cpp 192 int direction; local
329 direction = 1;
332 direction = -1;
337 curvalue += direction;
342 curvalue = direction;
346 nextvalue = direction;
353 direction = -1;
358 curvalue += direction;
363 curvalue = direction;
367 nextvalue = direction;
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape.cc 76 switch (props->direction) {
102 if (HB_DIRECTION_IS_HORIZONTAL (props->direction))
277 hb_direction_t direction = buffer->props.direction; local
283 if ((HB_DIRECTION_IS_HORIZONTAL (direction) && direction != hb_script_get_horizontal_direction (buffer->props.script)) ||
284 (HB_DIRECTION_IS_VERTICAL (direction) && direction != HB_DIRECTION_TTB))
287 buffer->props.direction = HB_DIRECTION_REVERSE (buffer->props.direction);
518 hb_direction_t direction = c->buffer->props.direction; local
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-shape.cc 76 switch (props->direction) {
102 if (HB_DIRECTION_IS_HORIZONTAL (props->direction))
276 hb_direction_t direction = buffer->props.direction; local
282 if ((HB_DIRECTION_IS_HORIZONTAL (direction) && direction != hb_script_get_horizontal_direction (buffer->props.script)) ||
283 (HB_DIRECTION_IS_VERTICAL (direction) && direction != HB_DIRECTION_TTB))
286 buffer->props.direction = HB_DIRECTION_REVERSE (buffer->props.direction);
516 hb_direction_t direction = c->buffer->props.direction; local
    [all...]
  /external/chromium_org/cc/input/
top_controls_manager.cc 189 void TopControlsManager::SetupAnimation(AnimationDirection direction) {
190 DCHECK(direction != NO_ANIMATION);
192 if (direction == SHOWING_CONTROLS && client_->ControlsTopOffset() == 0)
195 if (direction == HIDING_CONTROLS &&
200 if (top_controls_animation_ && animation_direction_ == direction)
210 (direction == SHOWING_CONTROLS ? 1 : -1) * top_controls_height_;
215 animation_direction_ = direction;

Completed in 6357 milliseconds

1 2 3 4 5 67 8 91011>>