Searched refs:direction (Results 251 - 275 of 883) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/cc/animation/
H A Danimation.h101 Direction direction() { return direction_; } function in class:cc::Animation
102 void set_direction(Direction direction) { direction_ = direction; } argument
/external/chromium_org/chrome/browser/extensions/api/sync_file_system/
H A Dsync_file_system_api_helpers.cc62 sync_file_system::SyncDirection direction) {
63 switch (direction) {
71 NOTREACHED() << "Invalid direction: " << direction;
61 SyncDirectionToExtensionEnum( sync_file_system::SyncDirection direction) argument
/external/chromium_org/device/usb/
H A Dusb_device_handle_impl.cc32 static uint8 ConvertTransferDirection(const UsbEndpointDirection direction) { argument
33 switch (direction) {
45 const UsbEndpointDirection direction,
48 uint8 result = ConvertTransferDirection(direction);
339 const UsbEndpointDirection direction,
367 CreateRequestType(direction, request_type, recipient);
388 void UsbDeviceHandleImpl::BulkTransfer(const UsbEndpointDirection direction, argument
400 const uint8 new_endpoint = ConvertTransferDirection(direction) | endpoint;
414 const UsbEndpointDirection direction,
426 const uint8 new_endpoint = ConvertTransferDirection(direction) | endpoin
44 CreateRequestType( const UsbEndpointDirection direction, const UsbDeviceHandle::TransferRequestType request_type, const UsbDeviceHandle::TransferRecipient recipient) argument
338 ControlTransfer( const UsbEndpointDirection direction, const TransferRequestType request_type, const TransferRecipient recipient, const uint8 request, const uint16 value, const uint16 index, net::IOBuffer* buffer, const size_t length, const unsigned int timeout, const UsbTransferCallback& callback) argument
413 InterruptTransfer( const UsbEndpointDirection direction, const uint8 endpoint, net::IOBuffer* buffer, const size_t length, const unsigned int timeout, const UsbTransferCallback& callback) argument
440 IsochronousTransfer( const UsbEndpointDirection direction, const uint8 endpoint, net::IOBuffer* buffer, const size_t length, const unsigned int packets, const unsigned int packet_length, const unsigned int timeout, const UsbTransferCallback& callback) argument
[all...]
/external/chromium_org/media/base/android/java/src/org/chromium/media/
H A DMediaCodecBridge.java49 // Codec direction. Keep this in sync with media_codec_bridge.h.
100 int direction) {
103 mDirection = direction;
113 private int direction() { return mDirection; } method in class:MediaCodecBridge.CodecInfo
165 int direction =
173 supportedTypes[j], codecString, direction));
189 private static String getDefaultCodecName(String mime, int direction) { argument
194 if (direction == MEDIA_CODEC_ENCODER) {
203 mime + ", direction: " + direction,
99 CodecInfo(String codecType, String codecName, int direction) argument
240 create(String mime, boolean isSecure, int direction) argument
[all...]
/external/chromium_org/mojo/services/view_manager/
H A Dserver_view.cc62 OrderDirection direction) {
69 if (direction == ORDER_DIRECTION_ABOVE) {
72 } else if (direction == ORDER_DIRECTION_BELOW) {
60 Reorder(ServerView* child, ServerView* relative, OrderDirection direction) argument
H A Dtest_change_tracker.h63 OrderDirection direction; member in struct:mojo::service::Change
114 OrderDirection direction);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dlookahead.c196 int direction)
200 if (direction == PEEK_FORWARD)
211 else if (direction == PEEK_BACKWARD)
194 vp8_lookahead_peek(struct lookahead_ctx *ctx, unsigned int index, int direction) argument
/external/chromium_org/third_party/webrtc/voice_engine/include/
H A Dvoe_rtp_rtcp.h242 // |channel| and for a given |direction|. The file can later be replayed
247 RTPDirections direction = kRtpIncoming) = 0;
250 // |channel| and for a given |direction|.
252 int channel, RTPDirections direction = kRtpIncoming) = 0;
255 // |channel| and |direction|.
257 int channel, RTPDirections direction = kRtpIncoming) = 0;
/external/libvpx/libvpx/vp8/encoder/
H A Dlookahead.c196 int direction)
200 if (direction == PEEK_FORWARD)
211 else if (direction == PEEK_BACKWARD)
194 vp8_lookahead_peek(struct lookahead_ctx *ctx, unsigned int index, int direction) argument
/external/okhttp/website/static/
H A Djquery.smooth-scroll.min.js7 (function(l){function t(l){return l.replace(/(:|\.)/g,"\\$1")}var e="1.4.10",o={exclude:[],excludeWithin:[],offset:0,direction:"top",scrollElement:null,scrollTarget:null,beforeScroll:function(){},afterScroll:function(){},easing:"swing",speed:400,autoCoefficent:2},r=function(t){var e=[],o=!1,r=t.dir&&"left"==t.dir?"scrollLeft":"scrollTop";return this.each(function(){if(this!=document&&this!=window){var t=l(this);t[r]()>0?e.push(this):(t[r](1),o=t[r]()>0,o&&e.push(this),t[r](0))}}),e.length||this.each(function(){"BODY"===this.nodeName&&(e=[this])}),"first"===t.el&&e.length>1&&(e=[e[0]]),e};l.fn.extend({scrollable:function(l){var t=r.call(this,{dir:l});return this.pushStack(t)},firstScrollable:function(l){var t=r.call(this,{el:"first",dir:l});return this.pushStack(t)},smoothScroll:function(e){e=e||{};var o=l.extend({},l.fn.smoothScroll.defaults,e),r=l.smoothScroll.filterPath(location.pathname);return this.unbind("click.smoothscroll").bind("click.smoothscroll",function(e){var n=this,s=l(this),c=o.exclude,i=o.excludeWithin,a=0,f=0,h=!0,u={},d=location.hostname===n.hostname||!n.hostname,m=o.scrollTarget||(l.smoothScroll.filterPath(n.pathname)||r)===r,p=t(n.hash);if(o.scrollTarget||d&&m&&p){for(;h&&c.length>a;)s.is(t(c[a++]))&&(h=!1);for(;h&&i.length>f;)s.closest(i[f++]).length&&(h=!1)}else h=!1;h&&(e.preventDefault(),l.extend(u,o,{scrollTarget:o.scrollTarget||p,link:n}),l.smoothScroll(u))}),this}}),l.smoothScroll=function(t,e){var o,r,n,s,c=0,i="offset",a="scrollTop",f={},h={};"number"==typeof t?(o=l.fn.smoothScroll.defaults,n=t):(o=l.extend({},l.fn.smoothScroll.defaults,t||{}),o.scrollElement&&(i="position","static"==o.scrollElement.css("position")&&o.scrollElement.css("position","relative"))),o=l.extend({link:null},o),a="left"==o.direction?"scrollLeft":a,o.scrollElement?(r=o.scrollElement,c=r[a]()):r=l("html, body").firstScrollable(),o.beforeScroll.call(r,o),n="number"==typeof t?t:e||l(o.scrollTarget)[i]()&&l(o.scrollTarget)[i]()[o.direction]||0,f[a]=n+c+o.offset,s=o.speed,"auto"===s&&(s=f[a]||r.scrollTop(),s/=o.autoCoefficent),h={duratio (…)
/external/chromium_org/base/i18n/
H A Drtl_unittest.cc22 // A test utility function to set the application default text direction.
24 // Override the current locale/direction.
37 TextDirection direction; member in struct:base::i18n::__anon2287
100 EXPECT_EQ(cases[i].direction,
111 TextDirection direction; member in struct:base::i18n::__anon2288
162 EXPECT_EQ(cases[i].direction,
169 TextDirection direction; member in struct:base::i18n::__anon2289
240 EXPECT_EQ(cases[i].direction,
309 // Toggle the application default text direction (to try each direction)
[all...]
/external/chromium-trace/trace-viewer/src/ui/
H A Dquad_stack.css8 -webkit-flex-direction: column;
/external/chromium_org/chrome/browser/resources/options/
H A Dfont_settings.css50 direction: ltr;
H A Dsupervised_user_learn_more.css7 flex-direction: column;
/external/chromium_org/chrome/browser/sync_file_system/
H A Dmock_remote_file_sync_service.cc76 SyncDirection direction) {
79 action_taken, direction));
72 NotifyFileStatusChanged( const storage::FileSystemURL& url, SyncFileStatus sync_status, SyncAction action_taken, SyncDirection direction) argument
/external/chromium_org/content/browser/renderer_host/input/
H A Dweb_input_event_builders_android.cc81 WebMouseWheelEvent WebMouseWheelEventBuilder::Build(Direction direction, argument
98 switch (direction) {
/external/chromium_org/content/renderer/
H A Dnotification_provider.cc42 params.direction = notification.direction();
/external/chromium_org/media/midi/
H A Dmidi_manager_usb.cc95 if (jacks[j].direction() == UsbMidiJack::DIRECTION_OUT) {
108 DCHECK_EQ(jacks[j].direction(), UsbMidiJack::DIRECTION_IN);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTextControlSingleLine.h91 virtual int inlineBlockBaseline(LineDirectionMode direction) const OVERRIDE { return lastLineBoxBaseline(direction); }
/external/chromium_org/third_party/icu/source/i18n/
H A Dcpdtrans.cpp66 UTransDirection direction,
74 init(id, direction, TRUE, status);
134 * @param direction either FORWARD or REVERSE
147 UTransDirection direction,
159 if (!TransliteratorIDParser::parseCompoundID(id, direction,
168 init(list, direction, fixReverseID, status);
180 * is, it should be in the FORWARD order; if direction is REVERSE then
182 * @param direction either FORWARD or REVERSE
189 UTransDirection direction,
214 int32_t j = (direction
65 CompoundTransliterator(const UnicodeString& id, UTransDirection direction, UnicodeFilter* adoptedFilter, UParseError& , UErrorCode& status) argument
146 init(const UnicodeString& id, UTransDirection direction, UBool fixReverseID, UErrorCode& status) argument
188 init(UVector& list, UTransDirection direction, UBool fixReverseID, UErrorCode& status) argument
[all...]
H A Dcpdtrans.h81 * direction with a NULL filter.
204 UTransDirection direction,
209 UTransDirection direction,
/external/chromium_org/ui/file_manager/file_manager/foreground/css/
H A Ddrive_welcome.css22 flex-direction: row;
89 flex-direction: row;
106 flex-direction: column;
152 flex-direction: column;
/external/chromium_org/ui/gfx/
H A Drender_text_win.h75 VisualCursorDirection direction) OVERRIDE;
78 VisualCursorDirection direction) OVERRIDE;
/external/icu/icu4c/source/i18n/
H A Dcpdtrans.cpp66 UTransDirection direction,
74 init(id, direction, TRUE, status);
134 * @param direction either FORWARD or REVERSE
147 UTransDirection direction,
159 if (!TransliteratorIDParser::parseCompoundID(id, direction,
168 init(list, direction, fixReverseID, status);
180 * is, it should be in the FORWARD order; if direction is REVERSE then
182 * @param direction either FORWARD or REVERSE
189 UTransDirection direction,
214 int32_t j = (direction
65 CompoundTransliterator(const UnicodeString& id, UTransDirection direction, UnicodeFilter* adoptedFilter, UParseError& , UErrorCode& status) argument
146 init(const UnicodeString& id, UTransDirection direction, UBool fixReverseID, UErrorCode& status) argument
188 init(UVector& list, UTransDirection direction, UBool fixReverseID, UErrorCode& status) argument
[all...]
H A Dcpdtrans.h81 * direction with a NULL filter.
204 UTransDirection direction,
209 UTransDirection direction,

Completed in 570 milliseconds

<<11121314151617181920>>