Searched refs:top (Results 501 - 525 of 2342) sorted by relevance

<<21222324252627282930>>

/external/chromium_org/chrome/browser/resources/ntp4/
H A Dapps_page.css108 border-top-width: 2px;
121 top: 10px;
131 top: 30px;
149 top: 70px;
155 top, rgb(77, 144, 254), rgb(53, 122, 232));
H A Dtile_page.css40 padding-top: 60px;
46 .top-margin {
48 * otherwise webkit collapses the top and bottom margins. */
88 top: 0 !important;
119 -webkit-transition: left 200ms, right 200ms, top 200ms;
126 .animating-tile-page .top-margin {
/external/chromium_org/chrome/browser/resources/user_manager/
H A Duser_manager_tutorial.css17 top: 0;
39 top: auto;
51 top: auto;
123 border-top: 15px solid white;
180 top: 5px;
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DFloatRect.cpp89 float top = std::max(y(), other.y()); local
94 if (left >= right || top >= bottom) {
96 top = 0;
101 setLocationAndSizeFromEdges(left, top, right, bottom);
172 float top = std::min(p0.y(), p1.y()); local
176 setLocationAndSizeFromEdges(left, top, right, bottom);
211 float top = min3(p0.y(), p1.y(), p2.y()); local
215 setLocationAndSizeFromEdges(left, top, right, bottom);
221 float top = min4(p0.y(), p1.y(), p2.y(), p3.y()); local
225 setLocationAndSizeFromEdges(left, top, righ
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/
H A Dcoverage_html.js29 top: koff.top-poff.top,
250 var l1_top = l1.offset().top,
251 line_height = l2.offset().top - l1_top,
273 var top = coverage.line_elt(coverage.sel_begin);
277 (top.isOnScreen() ? 1 : 0) +
285 // The selection is entirely off the screen: select the top line on
359 var top = coverage.line_elt(coverage.sel_begin);
360 var top_pos = parseInt(top
[all...]
/external/chromium_org/third_party/polymer/components/core-drawer-panel/
H A Dcore-drawer-panel.css13 top: 0;
22 top: 0;
50 top: 0;
60 top: 0;
84 top: 0;
/external/chromium_org/third_party/polymer/components-chromium/core-drawer-panel/
H A Dcore-drawer-panel.css13 top: 0;
22 top: 0;
50 top: 0;
60 top: 0;
84 top: 0;
/external/chromium_org/ui/file_manager/gallery/js/image_editor/
H A Dviewport.js307 return Math.round((y - this.imageBoundsOnScreen_.top) / this.scale_);
317 this.screenToImageY(rect.top),
343 return Math.round(this.imageBoundsOnScreen_.top + y * this.scale_);
353 this.imageToScreenY(rect.top),
431 var top = Math.max(this.imageBoundsOnScreen_.top, 0);
437 left, top, right - left, bottom - top);
530 (imageCropRect.top + imageCropRect.height / 2 - imageHeight / 2) *
552 var dy = screenRect.top
[all...]
/external/replicaisland/src/com/replica/replicaisland/
H A DBackgroundCollisionComponent.java127 * vertical intersections. Perform another ray test, this time from the top of the
145 final int top = bottom + mHeight;
173 top, centerOffsetX, mVerticalHitPoint, mVerticalHitNormal,
178 top, centerOffsetX, mVerticalHitPoint, mVerticalHitNormal,
205 } else*/ if (mCurrentPosition.y + top > level.getLevelHeight()) {
206 mCurrentPosition.y = (level.getLevelHeight() - top - 1);
222 float yStart = top;
244 mCurrentPosition.y = (mVerticalHitPoint.y - top);
360 int bottom, int top, float centerX, Vector2 hitPoint, Vector2 hitNormal,
365 // Shoot a ray from the center of the previous frame's box to the edge (top o
359 sweepVertical(Vector2 previousPosition, Vector2 currentPosition, Vector2 delta, int bottom, int top, float centerX, Vector2 hitPoint, Vector2 hitNormal, GameObject parentObject) argument
[all...]
/external/chromium_org/content/shell/renderer/test_runner/
H A Dmock_web_theme_engine.cc194 int top = irect.fTop; local
196 SkScalar cy = SkIntToScalar(top + height / 2);
244 int top = irect.fTop; local
261 for (int i = top + readOnlyLineOffset; i < bottom; i += readOnlyLineOffset)
268 left, top,
269 left + triangleSize, top,
270 left, top + triangleSize,
332 int top = irect.fTop; local
339 left + quarterWidth, top + quarterHeight,
340 right - quarterWidth, top
[all...]
/external/chromium_org/cc/resources/
H A Dpicture_pile.cc323 int top = min_tiling_rect_over_tiles.y(); local
329 int bottom_until = std::max(interest_rect_over_tiles.bottom(), top);
333 int exposed_top = top;
337 gfx::Rect left_rect(left, top, left_until - left, bottom - top);
338 gfx::Rect right_rect(right_until, top, right - right_until, bottom - top);
339 gfx::Rect top_rect(left, top, right - left, top_until - top);
357 int top local
[all...]
/external/chromium_org/pdf/pdfium/
H A Dpdfium_page.cc24 const char kTextBoxTop[] = "top";
118 double left, top, right, bottom; local
119 FPDFText_GetRect(GetTextPage(), i, &left, &top, &right, &bottom); local
121 GetTextBoxAsValue(height, left, top, right, bottom, rotation));
132 double left, double top,
137 FPDFText_GetBoundedText(GetTextPage(), left, top, right, bottom, NULL, 0);
142 left, top, right, bottom, local
147 FPDF_LINK link = FPDFLink_GetLinkAtPoint(GetPage(), left, top);
155 PageToScreen(pp::Point(), 1.0, left, top, right, bottom, rotation));
160 int char_index = FPDFText_GetCharIndexAtPos(GetTextPage(), left, top,
131 GetTextBoxAsValue(double page_height, double left, double top, double right, double bottom, int rotation) argument
339 double left, right, bottom, top; local
340 FPDFText_GetCharBox(GetTextPage(), char_index, &left, &right, &bottom, &top); local
423 double left, top, right, bottom; local
433 PageToScreen(const pp::Point& offset, double zoom, double left, double top, double right, double bottom, int rotation) argument
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkRegion_path.cpp133 // allow for two "empty" rows for the top and bottom
134 // [ Y, 1, L, R, S] == 5 (*2 for top and bottom)
278 SkScalar top = SkIntToScalar(SK_MaxS16); local
287 if (top > pts[i].fY) {
288 top = pts[i].fY;
294 if (top > pts[0].fY) {
295 top = pts[0].fY;
301 SkASSERT(top <= bot);
303 *itop = SkScalarRoundToInt(top);
331 int top local
393 int top() const { function in struct:Edge
[all...]
/external/skia/src/core/
H A DSkRegion_path.cpp133 // allow for two "empty" rows for the top and bottom
134 // [ Y, 1, L, R, S] == 5 (*2 for top and bottom)
278 SkScalar top = SkIntToScalar(SK_MaxS16); local
287 if (top > pts[i].fY) {
288 top = pts[i].fY;
294 if (top > pts[0].fY) {
295 top = pts[0].fY;
301 SkASSERT(top <= bot);
303 *itop = SkScalarRoundToInt(top);
331 int top local
393 int top() const { function in struct:Edge
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DnetworkLogView.css41 border-top: 1px solid #ccc;
81 top: 31px;
89 top: 23px;
217 margin-top: 1px;
229 top: 3px;
240 top: 2px;
264 margin-top: 1px;
265 border-top: 1px solid transparent;
271 top: 0;
285 top
[all...]
H A DtimelinePanel.css73 top: 0;
109 padding-top: 2px;
133 top: 0;
137 border-top: 1px solid rgb(163, 163, 163);
151 top: -1px;
176 top: 3px;
204 top: -1px;
226 top: 2px;
299 top: 20px;
307 margin-top
[all...]
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_ScrollBar.cpp189 rectWnd.top - rectWnd.bottom > PWL_TRIANGLE_HALFLEN )
208 rectWnd.top - rectWnd.bottom > PWL_TRIANGLE_HALFLEN )
234 rectWnd.top - rectWnd.bottom > PWL_TRIANGLE_HALFLEN )
253 rectWnd.top - rectWnd.bottom > PWL_TRIANGLE_HALFLEN )
299 rectWnd.top - rectWnd.bottom > PWL_TRIANGLE_HALFLEN )
322 rectWnd.top - rectWnd.bottom > PWL_TRIANGLE_HALFLEN )
368 if (rectWnd.top - rectWnd.bottom > 6.0f )
411 if (rectWnd.top - rectWnd.bottom > 6.0f )
452 CPDF_Point ptTop = CPDF_Point(rectWnd.left,rectWnd.top-1.0f);
650 rcClient.top
[all...]
/external/chromium_org/third_party/skia/include/core/
H A DSkRect.h60 int top() const { return fTop; } function in struct:SkIRect
66 /** return the top edge of the rect */
76 * (i.e. top <= bottom) so the result may be negative.
91 * method is defined to return (bottom + top) >> 1
94 * (bottom + top) / 2 when the sum is negative.
125 void set(int32_t left, int32_t top, int32_t right, int32_t bottom) { argument
127 fTop = top;
132 void setLTRB(int32_t left, int32_t top, int32_t right, int32_t bottom) { argument
133 this->set(left, top, right, bottom);
175 and adding dy to its top an
233 contains(int32_t left, int32_t top, int32_t right, int32_t bottom) const argument
253 containsNoEmptyCheck(int32_t left, int32_t top, int32_t right, int32_t bottom) const argument
[all...]
/external/skia/include/core/
H A DSkRect.h60 int top() const { return fTop; } function in struct:SkIRect
66 /** return the top edge of the rect */
76 * (i.e. top <= bottom) so the result may be negative.
91 * method is defined to return (bottom + top) >> 1
94 * (bottom + top) / 2 when the sum is negative.
125 void set(int32_t left, int32_t top, int32_t right, int32_t bottom) { argument
127 fTop = top;
132 void setLTRB(int32_t left, int32_t top, int32_t right, int32_t bottom) { argument
133 this->set(left, top, right, bottom);
175 and adding dy to its top an
233 contains(int32_t left, int32_t top, int32_t right, int32_t bottom) const argument
253 containsNoEmptyCheck(int32_t left, int32_t top, int32_t right, int32_t bottom) const argument
[all...]
/external/chromium_org/chrome/browser/resources/local_ntp/
H A Dlocal_ntp.css20 top: calc(50% - 155px);
44 margin-top: 157px;
62 border-top-color: rgb(160, 160, 160);
76 border-top-color: rgb(144, 144, 144);
95 top: 0;
111 margin-top: 1px;
132 top: 5px;
171 margin-top: 51px;
175 margin-top: 64px;
201 vertical-align: top;
[all...]
/external/chromium_org/chrome/browser/resources/
H A Dabout_memory.css22 border-top: 1px solid rgb(58, 117, 189);
33 border-top: 0;
34 padding-top: 0;
81 top: 0;
102 padding-top: 0;
126 margin-top: 2em;
168 vertical-align: top;
185 vertical-align: top;
237 border-top: 1px solid rgb(181, 198, 222);
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/js/cr/ui/
H A Dlist.js32 y >= rect.top + el.clientTop &&
33 y < rect.top + el.clientTop + el.clientHeight;
598 * @return {number} The top position of the item inside the list, not taking
634 var top = this.getItemTop(index);
639 top += this.leadItemHeight - itemHeight;
643 if (top < scrollTop) {
644 this.scrollTop = top;
652 if (top + itemHeight > scrollTop + clientHeight - paddingY) {
653 this.scrollTop = top + itemHeight - clientHeight + paddingY;
735 * Return the heights (in pixels) of the top o
[all...]
/external/chromium_org/remoting/webapp/browser_test/
H A Dbump_scroll_browser_test.js18 top: 0,
60 // scrolled to the top-left, it needs to be scrolled right and down first.
182 fakeSession.pluginPosition.top = 1;
193 fakeSession.pluginPosition.top = 2;
202 fakeSession.pluginPosition.top = 2;
212 * Verify that a bump scroll operation takes place and that the top-left corner
229 var initialTop = initialPosition.top;
240 if (position.top != expectedTop || position.left != expectedLeft) {
243 position.left + ',' + position.top + ' instead of ' +
/external/chromium_org/third_party/icu/source/tools/makeconv/
H A Dgencnvex.c118 int32_t length, top, headerSize; local
147 top=0;
150 top+=length*4;
152 indexes[UCNV_EXT_TO_U_INDEX]=top;
154 top+=length*4;
156 indexes[UCNV_EXT_TO_U_UCHARS_INDEX]=top;
158 top+=length*2;
160 indexes[UCNV_EXT_FROM_U_UCHARS_INDEX]=top;
162 top+=length*2;
164 if(top
[all...]
/external/chromium_org/third_party/skia/gm/
H A Dpatchgrid.cpp17 SkPoint top[4]; local
18 SkPatchUtils::getTopCubic(cubics, top);
26 SkPoint corners[4] = { bottom[0], bottom[3], top[0], top[3] };
29 canvas->drawPoints(SkCanvas::kLines_PointMode, 4, top, paint);
33 canvas->drawPoints(SkCanvas::kLines_PointMode, 2, top+1, paint);
46 canvas->drawPoints(SkCanvas::kPoints_PointMode, 2, top+1, paint);

Completed in 1228 milliseconds

<<21222324252627282930>>