Searched refs:left (Results 576 - 600 of 2877) sorted by relevance

<<21222324252627282930>>

/external/chromium_org/content/browser/resources/indexed_db/
H A Dindexeddb_internals.css35 margin-left: 12px;
41 margin-left: 12px;
52 margin-left: 10px;
72 text-align: left;
/external/chromium_org/content/browser/resources/media/
H A Dwebrtc_internals.css12 float: left;
28 float: left;
33 float: left;
41 float: left;
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
H A DInputMethodManagerWrapper.java79 public void updateCursor(View view, int left, int top, int right, int bottom) { argument
82 getInputMethodManager().updateCursor(view, left, top, right, bottom);
/external/chromium_org/content/test/plugin/
H A Dplugin_window_size_test.cc26 window_rect.left = pNPWindow->x;
43 origin_from_os.x = window_rect_from_os.left;
/external/chromium_org/remoting/base/
H A Dcapabilities_unittest.cc21 const char* left; member in struct:__anon10355::IntersectTestData
93 // Verify that intersection of |right| with all permutations of |left| yields
97 Tokenize(data[i].left, " ", &caps);
/external/chromium_org/remoting/webapp/
H A Dtoolbar.css24 left: 243px;
25 border-bottom-left-radius: 7px;
73 border-left: 5px solid transparent;
76 left: 62px;
/external/chromium_org/third_party/WebKit/Source/core/css/
H A Dquirks.css25 img[align="left" i] {
29 margin-left: 3px;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DdocumentationView.css24 margin-left: 5px;
55 text-align: left;
63 text-align: left;
77 margin-left: 20px;
H A DnavigatorView.css82 float: left;
88 padding-left: 2px;
109 padding-left: 0;
114 margin-left: 2px;
H A DrequestCookiesView.css12 left: 0;
/external/chromium_org/third_party/libvpx/source/libvpx/tools/
H A Dintersect-diffs.py46 lhs_file = lhs_hunk.left.filename.split("/")[1:]
57 # Join the right hand side of the older diff with the left hand side of the
63 new_lines = new_hunk.left
/external/chromium_org/third_party/polymer/components-chromium/core-tooltip/
H A Dcore-tooltip-extracted.js34 * Positions the tooltip to the top, right, bottom, left of its content.
64 this.$.tooltip.style.left = (controlWidth - toolTipWidth) / 2 + 'px';
66 case 'left':
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DSkAntiEdge.h34 int16_t fWindingSum; // winding including contributions to the left
42 uint16_t advanceX(SkFixed left);
43 uint16_t advanceFlippedX(SkFixed left);
/external/chromium_org/third_party/skia/include/core/
H A DSkRegion.h101 * If the region is empty, returns false, and path is left unmodified.
118 * If left < right and top < bottom, set this region to that rectangle and
121 bool setRect(int32_t left, int32_t top, int32_t right, int32_t bottom);
195 bool quickContains(int32_t left, int32_t top, int32_t right, argument
199 return left < right && top < bottom &&
201 /* fBounds.contains(left, top, right, bottom); */
202 fBounds.fLeft <= left && fBounds.fTop <= top &&
266 bool op(int left, int top, int right, int bottom, Op op) { argument
268 rect.set(left, top, right, bottom);
351 * Y scanline, clipped to the specified left an
[all...]
/external/chromium_org/third_party/skia/include/gpu/
H A DGrRect.h42 void set(int16_t left, int16_t top, int16_t right, int16_t bottom) { argument
43 fLeft = left;
/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsLine.h30 static double ExactPointH(const SkDPoint& xy, double left, double right, double y);
35 static double NearPointH(const SkDPoint& xy, double left, double right, double y);
/external/chromium_org/third_party/skia/tests/
H A DPathOpsCubicLineIntersectionTest.cpp105 double left = line[0].fX; local
107 flipped = left > right;
109 SkTSwap<double>(left, right);
111 result = intersections.horizontal(cubic, left, right, line[0].fY, flipped);
154 double left[3] = { line.isLeft(prev), line.isLeft(sect), line.isLeft(cubic[3]) }; local
155 SkDebugf("cubic=(%1.9g, %1.9g, %1.9g)\n", left[0], left[1], left[2]);
H A DPathOpsDLineTest.cpp20 static const SkDPoint left[] = { variable
39 const SkDPoint& pt = left[index];
43 SkDebugf("%s [%d] expected left\n", __FUNCTION__, index);
H A DStrokeTest.cpp15 return SkScalarNearlyEqual(a.left(), b.left()) &&
/external/chromium_org/third_party/webrtc/modules/desktop_capture/win/
H A Dcursor_unittest.cc24 // Loads |left| from resources, converts it to a |MouseCursor| instance and
27 bool ConvertToMouseShapeAndCompare(unsigned left, unsigned right) { argument
30 // Load |left| from the EXE module's resources.
32 LoadImage(instance, MAKEINTRESOURCE(left), IMAGE_CURSOR, 0, 0, 0)));
/external/chromium_org/third_party/webrtc/modules/video_render/android/
H A Dvideo_render_android_native_opengl2.h32 int32_t Init(int32_t zOrder, const float left, const float top,
83 const float left,
H A Dvideo_render_android_surface_view.h31 int32_t Init(int32_t zOrder, const float left, const float top,
71 const float left,
/external/chromium_org/third_party/webrtc/modules/video_render/ios/
H A Dvideo_render_ios_gles20.h37 float left,
48 const float left,
/external/chromium_org/third_party/webrtc/modules/video_render/linux/
H A Dvideo_x11_channel.cc104 int32_t VideoX11Channel::Init(Window window, float left, float top, argument
112 _left = left;
134 if ((1 < left || left < 0) || (1 < top || top < 0) || (1 < right || right
150 _xPos = (int32_t) (winWidth * left);
152 _outWidth = (int32_t) (winWidth * (right - left));
299 float& left, float& top,
306 left = _left;
298 GetStreamProperties(uint32_t& zOrder, float& left, float& top, float& right, float& bottom) const argument
/external/chromium_org/third_party/webrtc/video_engine/include/
H A Dvie_render.h80 const float left,
102 const float left,
107 // This function mirrors the rendered stream left and right or up and down.

Completed in 6411 milliseconds

<<21222324252627282930>>