Searched refs:direction (Results 176 - 200 of 883) sorted by relevance

1234567891011>>

/external/chromium_org/cc/input/
H A Dtop_controls_manager.cc189 void TopControlsManager::SetupAnimation(AnimationDirection direction) { argument
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;
/external/chromium_org/mojo/services/view_manager/
H A Dtest_change_tracker.cc28 std::string DirectionToString(OrderDirection direction) { argument
29 return direction == ORDER_DIRECTION_ABOVE ? "above" : "below";
53 return base::StringPrintf("Reordered view=%s relative=%s direction=%s",
56 DirectionToString(change.direction).c_str());
125 direction(ORDER_DIRECTION_ABOVE),
176 OrderDirection direction) {
181 change.direction = direction;
174 OnViewReordered(Id view_id, Id relative_view_id, OrderDirection direction) argument
H A Daccess_policy.h30 OrderDirection direction) const = 0;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderMarquee.cpp89 EMarqueeDirection RenderMarquee::direction() const function in class:blink::RenderMarquee
91 // FIXME: Support the CSS3 "auto" value for determining the direction of the marquee.
94 TextDirection dir = style()->direction();
102 // Now we have the real direction. Next we check to see if the increment is negative.
103 // If so, then we reverse the direction.
113 return direction() == MLEFT || direction() == MRIGHT;
194 m_start = computePosition(direction(), behavior == MALTERNATE);
225 m_currentLoop = 0; // When direction changes or our loopCount is a smaller number than our current loop, reset our loop.
294 bool addIncrement = direction()
[all...]
H A DAbstractInlineTextBox.cpp109 AbstractInlineTextBox::Direction AbstractInlineTextBox::direction() const function in class:blink::AbstractInlineTextBox
115 return (m_inlineTextBox->direction() == RTL ? RightToLeft : LeftToRight);
116 return (m_inlineTextBox->direction() == RTL ? BottomToTop : TopToBottom);
H A DRenderCombineText.cpp58 float RenderCombineText::width(unsigned from, unsigned length, const Font& font, float xPosition, TextDirection direction, HashSet<const SimpleFontData*>* fallbackFonts, GlyphOverflow* glyphOverflow) const argument
69 return RenderText::width(from, length, font, xPosition, direction, fallbackFonts, glyphOverflow);
102 TextRun run = constructTextRun(this, originalFont(), this, style(), style()->direction());
H A DRenderMenuList.h106 virtual int baselinePosition(FontBaseline baseline, bool firstLine, LineDirectionMode direction, LinePositionMode position) const OVERRIDE
108 return RenderBlock::baselinePosition(baseline, firstLine, direction, position);
111 virtual int inlineBlockBaseline(LineDirectionMode direction) const OVERRIDE { return RenderBlock::inlineBlockBaseline(direction); }
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-font.h374 hb_direction_t direction,
379 hb_direction_t direction,
384 hb_direction_t direction,
389 hb_direction_t direction,
395 hb_direction_t direction,
401 hb_direction_t direction,
407 hb_direction_t direction,
492 * A zero value means "no hinting in that direction"
/external/harfbuzz_ng/src/
H A Dhb-font.h374 hb_direction_t direction,
379 hb_direction_t direction,
384 hb_direction_t direction,
389 hb_direction_t direction,
395 hb_direction_t direction,
401 hb_direction_t direction,
407 hb_direction_t direction,
492 * A zero value means "no hinting in that direction"
/external/chromium_org/native_client_sdk/src/examples/api/mouse_lock/
H A Dmouse_lock.cc21 // Indicate the direction of the mouse location relative to the center of the
285 MouseDirection direction = kLeft; local
292 direction = (mouse_movement_.x() < 0) ? kLeft : kRight;
293 if (direction == kLeft)
300 direction = (mouse_movement_.y() < 0) ? kUp : kDown;
301 if (direction == kUp)
316 bool within_bound_3 = (direction == kUp && y < center_y) ||
317 (direction == kDown && y > center_y) ||
318 (direction == kLeft && x < center_x) ||
319 (direction
[all...]
/external/chromium_org/ash/wm/workspace/
H A Dmulti_window_resize_controller.h61 // Used to track the two resizable windows and direction.
80 Direction direction; member in struct:ash::MultiWindowResizeController::ResizeWindows
108 Direction direction) const;
112 Direction direction,
153 // Windows and direction to resize.
/external/chromium_org/mojo/services/public/cpp/view_manager/lib/
H A Dview.cc98 OrderDirection direction)
101 direction_(direction) {
124 OrderDirection direction) {
134 if ((direction == ORDER_DIRECTION_ABOVE && child_i == target_i + 1) ||
135 (direction == ORDER_DIRECTION_BELOW && child_i + 1 == target_i)) {
139 ScopedOrderChangedNotifier notifier(view, relative, direction);
141 const size_t dest_i = direction == ORDER_DIRECTION_ABOVE
266 void View::Reorder(View* relative, OrderDirection direction) { argument
267 if (!LocalReorder(relative, direction))
272 direction);
96 ScopedOrderChangedNotifier(View* view, View* relative_view, OrderDirection direction) argument
121 ReorderImpl(View::Children* children, View* view, View* relative, OrderDirection direction) argument
392 LocalReorder(View* relative, OrderDirection direction) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLTextFormControlElement.h78 void setSelectionRange(int start, int end, const String& direction);
112 void cacheSelection(int start, int end, TextFieldSelectionDirection direction) argument
117 m_cachedSelectionDirection = direction;
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
H A DHarfBuzzShaper.h75 static PassOwnPtr<HarfBuzzRun> create(const SimpleFontData* fontData, unsigned startIndex, unsigned numCharacters, hb_direction_t direction, hb_script_t script) argument
77 return adoptPtr(new HarfBuzzRun(fontData, startIndex, numCharacters, direction, script));
103 hb_direction_t direction() { return m_direction; } function in class:blink::FINAL::HarfBuzzRun
/external/chromium_org/third_party/icu/source/i18n/
H A Drbt_pars.h62 UTransDirection direction; member in class:TransliteratorParser
151 * Parse the given rules, in the given direction. After this call
156 * @param direction either FORWARD or REVERSE.
162 UTransDirection direction,
177 * @param direction either FORWARD or REVERSE.
180 UTransDirection direction,
/external/icu/icu4c/source/i18n/
H A Drbt_pars.h62 UTransDirection direction; member in class:TransliteratorParser
151 * Parse the given rules, in the given direction. After this call
156 * @param direction either FORWARD or REVERSE.
162 UTransDirection direction,
177 * @param direction either FORWARD or REVERSE.
180 UTransDirection direction,
/external/qemu/android/camera/
H A Dcamera-common.h132 char* direction; member in struct:CameraInfo
163 if (ci->direction != NULL)
164 free(ci->direction);
/external/chromium_org/extensions/browser/api/usb/
H A Dusb_api.cc91 const char kErrorConvertDirection[] = "Invalid transfer direction.";
169 if (input.direction == usb::DIRECTION_IN) {
176 } else if (input.direction == usb::DIRECTION_OUT) {
188 UsbEndpointDirection direction,
199 if (direction == device::USB_DIRECTION_INBOUND) {
201 } else if (direction == device::USB_DIRECTION_OUTBOUND) {
368 output->direction = ConvertDirectionToApi(input.direction);
946 UsbEndpointDirection direction; local
951 if (!ConvertDirectionSafely(transfer.direction,
186 CreateBufferForTransfer( const T& input, UsbEndpointDirection direction, size_t size) argument
1003 UsbEndpointDirection direction; local
1052 UsbEndpointDirection direction; local
1103 UsbEndpointDirection direction; local
[all...]
/external/chromium_org/ash/magnifier/
H A Dmagnification_controller.h54 virtual void SetScrollDirection(ScrollDirection direction) = 0;
/external/chromium_org/cc/blink/
H A Dweb_animation_impl.cc115 blink::WebCompositorAnimation::Direction WebCompositorAnimationImpl::direction() function in class:cc_blink::WebCompositorAnimationImpl
117 switch (animation_->direction()) {
132 void WebCompositorAnimationImpl::setDirection(Direction direction) { argument
133 switch (direction) {
/external/chromium_org/chrome/browser/extensions/api/sync_file_system/
H A Dsync_file_system_api_helpers.h38 sync_file_system::SyncDirection direction);
/external/chromium_org/content/browser/renderer_host/input/
H A Dweb_input_event_builders_android.h36 static blink::WebMouseWheelEvent Build(Direction direction,
/external/chromium_org/device/usb/
H A Dusb_device_handle_impl.h46 virtual void ControlTransfer(UsbEndpointDirection direction,
57 virtual void BulkTransfer(UsbEndpointDirection direction,
64 virtual void InterruptTransfer(UsbEndpointDirection direction,
72 UsbEndpointDirection direction,
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DAnimationNodeTiming.h27 String direction();
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DStyleReflection.h48 CSSReflectionDirection direction() const { return m_direction; } function in class:blink::StyleReflection

Completed in 2327 milliseconds

1234567891011>>