HomeSort by relevance Sort by last modified time
    Searched refs:right (Results 226 - 250 of 2429) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/webrtc/voice_engine/include/
voe_volume_control.h 101 // Scales volume of the |left| and |right| channels independently.
103 virtual int SetOutputVolumePan(int channel, float left, float right) = 0;
105 // Gets the current left and right scaling factors.
106 virtual int GetOutputVolumePan(int channel, float& left, float& right) = 0;
  /external/chromium_org/tools/memory_inspector/memory_inspector/frontends/www_content/css/
profiler.css 6 margin-right: 0.5em;
  /external/chromium_org/ui/views/
border.h 57 int right);
64 int right,
  /external/chromium_org/ui/webui/resources/js/cr/ui/
position_util.js 14 * right: number, bottom: number}}
24 * The popup's right edge is aligned with the left edge of the anchor.
27 BEFORE: 1, // p: right, a: left, p: top, a: top
30 * The popop's left edge is aligned with the right edge of the anchor.
33 AFTER: 2, // p: left a: right, p: top, a: top
57 * @param {boolean=} opt_invertLeftRight Whether to invert the right/left
77 right: docElement.clientWidth
109 if (anchorRect.right + popupRect.width > availRect.width &&
116 anchorRect.right + popupRect.width <= availRect.width) {
125 style.left = style.right = style.top = style.bottom = 'auto'
    [all...]
  /external/compiler-rt/test/tsan/
barrier.cc 21 int right = idx + 1 < kSize ? prev[idx + 1] : 0;
22 curr[idx] = (left + right) / 2;
  /external/chromium_org/v8/src/compiler/arm/
instruction-selector-arm.cc 129 if (m.right().IsInRange(1, 31)) {
131 *shift_return = g.UseImmediate(m.right().node());
134 *shift_return = g.UseRegister(m.right().node());
148 if (m.right().IsInRange(1, 32)) {
150 *shift_return = g.UseImmediate(m.right().node());
153 *shift_return = g.UseRegister(m.right().node());
167 if (m.right().IsInRange(0, 31)) {
169 *shift_return = g.UseImmediate(m.right().node());
172 *shift_return = g.UseRegister(m.right().node());
186 if (m.right().IsInRange(1, 32))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/toolbox/
InspectedPagePlaceholder.js 14 this._margins = { top: 0, right: 0, bottom: 0, left: 0 };
27 var margins = { top: 0, right: 0, bottom: 0, left: 0 };
30 var adjacent = { top: true, right: true, bottom: true, left: true };
46 if (this._margins.top !== margins.top || this._margins.left !== margins.left || this._margins.right !== margins.right || this._margins.bottom !== margins.bottom) {
81 var width = rect.width - (this._margins.left + this._margins.right) / zoomFactor;
109 var right = Math.min(rect.right * zoomFactor - this._margins.right, bodyRect.right * zoomFactor)
    [all...]
  /external/chromium_org/ui/gfx/geometry/
rect_base_impl.h 53 Inset(insets.left(), insets.top(), insets.right(), insets.bottom());
63 Inset(Type left, Type top, Type right, Type bottom) {
65 set_width(std::max(width() - left - right, static_cast<Type>(0)));
129 return (point_x >= x()) && (point_x < right()) &&
141 return (rect.x() >= x() && rect.right() <= right() &&
154 rect.x() >= right() || rect.right() <= x() ||
173 Type rr = std::min(right(), rect.right());
    [all...]
  /external/chromium-trace/trace-viewer/src/about_tracing/
tracing_controller.css 23 border-top-right-radius: 8px;
28 right: 3px;
  /external/chromium_org/athena/wm/
window_overview_mode.h 25 // |right| on the right-side. If |left| or |right| is NULL, then the delegate
28 aura::Window* right,
  /external/chromium_org/cc/layers/
solid_color_layer_impl.cc 41 int right = visible_content_rect.right(); local
43 for (int x = visible_content_rect.x(); x < visible_content_rect.right();
49 std::min(right - x, kSolidQuadTileSize),
  /external/chromium_org/chrome/browser/resources/
about_memory_linux.css 12 border-right: 1px solid rgb(181, 198, 222);
18 border-right: 1px solid rgb(181, 198, 222);
  /external/chromium_org/chrome/browser/resources/chromeos/login/
accessibility_menu.css 26 right: 7px;
41 right: auto;
screen_confirm_password.css 42 margin-right: 30px;
45 #confirm-password-right {
  /external/chromium_org/chrome/browser/resources/uber/
uber.css 20 * bar (which is always on and to the right) in RTL. */
21 right: 15px;
41 right: 0;
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_unittest_helper.h 50 // Return the center-right point of the button in the base coordinate system
52 - (NSPoint)right;
  /external/chromium_org/content/browser/gamepad/
gamepad_standard_mappings.cc 39 bool right = false; local
49 right = dir >= -.75f && dir < -.1f;
56 mapped->buttons[kButtonDpadRight].pressed = right;
57 mapped->buttons[kButtonDpadRight].value = right ? 1.f : 0.f;
  /external/chromium_org/third_party/angle/src/compiler/translator/
Intermediate.h 32 TOperator op, TIntermTyped *left, TIntermTyped *right, const TSourceLoc &);
34 TOperator op, TIntermTyped *left, TIntermTyped *right, const TSourceLoc &);
40 TIntermNode *left, TIntermNode *right, const TSourceLoc &);
47 TIntermTyped *left, TIntermTyped *right, const TSourceLoc &);
  /external/chromium_org/third_party/ots/src/
kern.h 16 uint16_t right; member in struct:ots::OpenTypeKERNFormat0Pair
  /external/chromium_org/third_party/polymer/components/core-scroll-header-panel/
core-scroll-header-panel.css 19 right: 0;
32 right: 0;
  /external/chromium_org/third_party/polymer/components-chromium/core-scroll-header-panel/
core-scroll-header-panel.css 19 right: 0;
32 right: 0;
  /external/chromium_org/third_party/skia/experimental/Intersection/
LineIntersection.h 13 int horizontalLineIntersect(const _Line& line, double left, double right,
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/mac/
desktop_configuration.mm 46 std::max(a.right(), b.right()),
129 desktop_config.displays[0].pixel_bounds.right() * scaling_factor,
154 const MacDisplayConfiguration& right) {
155 return left.id == right.id &&
156 left.bounds.equals(right.bounds) &&
157 left.pixel_bounds.equals(right.pixel_bounds) &&
158 left.dip_to_pixel_scale == right.dip_to_pixel_scale;
  /external/chromium_org/third_party/webrtc/modules/utility/interface/
audio_frame_operations.h 44 // Swap the left and right channels of |frame|. Fails silently if |frame| is
51 static int Scale(float left, float right, AudioFrame& frame);
  /external/chromium_org/third_party/webrtc/modules/video_render/ios/
video_render_ios_channel.mm 51 const float right,
56 Right:right

Completed in 3212 milliseconds

1 2 3 4 5 6 7 8 91011>>