/external/chromium_org/chrome/common/extensions/docs/static/sass/ |
_normalize.scss | 480 @include apply-side-rhythm-border(right, $width: 1px, $lines: 0.625);
|
/external/chromium_org/extensions/browser/app_window/ |
app_window.cc | [all...] |
/external/chromium_org/extensions/renderer/ |
module_system.cc | 556 v8::Handle<v8::String> right = v8::String::NewFromUtf8(GetIsolate(), "\n})"); local 558 v8::String::Concat(left, v8::String::Concat(source, right))));
|
/external/chromium_org/media/base/ |
video_frame.cc | 122 visible_rect.right() > coded_size.width() || 148 RoundUp(visible_rect.right(), 2))
|
yuv_convert_unittest.cc | 488 sub_rect.right(), sub_rect.bottom(), // Dest rect 509 sub_rect.right(), sub_rect.bottom(), // Dest rect [all...] |
/external/chromium_org/remoting/webapp/browser_test/ |
bump_scroll_browser_test.js | 60 // scrolled to the top-left, it needs to be scrolled right and down first. 62 this.scrollDirection.bind(this, 1.0, 0.5) // Right edge
|
/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/ |
VTTCue.cpp | 98 DEFINE_STATIC_LOCAL(const String, right, ("right")); 99 return right; 372 case Right: 392 alignment = Right; 562 // track cue writing direction is vertical growing right; let block-flow be 578 || (m_writingDirection == Horizontal && m_cueAlignment == Right) 579 || (m_writingDirection == VerticalGrowingLeft && (m_cueAlignment == End || m_cueAlignment == Right)) 580 || (m_writingDirection == VerticalGrowingRight && (m_cueAlignment == End || m_cueAlignment == Right))) { 618 case Right [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/UglifyJS/ |
parse-js.js | [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/main/ |
Main.js | 64 * @param {!Runtime.Extension} right 66 function orderComparator(left, right) 68 return left.descriptor()["order"] - right.descriptor()["order"]; 79 case "toolbar-right": 471 section.addRelatedKeys(keys, WebInspector.UIString("Go to the panel to the left/right")); [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/fonts/ |
Font.cpp | 149 glyphOverflow->right = glyphBounds.right(); 416 // The glyphs are distinct, meaning that the font has a vertical-right glyph baked into it. We can't use that 427 // If the glyphs are distinct, we will make the assumption that the font has a vertical-right glyph baked [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/ |
coverage_html.js | 267 // the screen right now?
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/ |
Image9.cpp | 202 entireRect.right = mWidth; 346 rect.right = xoffset + width;
|
/external/chromium_org/third_party/bsdtrees/ |
tree.h | 72 struct type *spe_right; /* right element */ \ 80 /* SPLAY_ROTATE_{LEFT,RIGHT} expect that tmp hold SPLAY_{RIGHT,LEFT} */ 105 #define SPLAY_ASSEMBLE(head, node, left, right, field) do { \ 107 SPLAY_LEFT(right, field) = SPLAY_RIGHT((head)->sph_root, field);\ 308 struct type *rbe_right; /* right element */ \
|
/external/chromium_org/third_party/icu/source/common/ |
ucnv_io.cpp | 677 because an alias is unique per row, right now. [all...] |
uresdata.c | 660 ures_compareRows(const void *context, const void *left, const void *right) { 663 keyChars+((const Row *)right)->keyIndex); [all...] |
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
mediachannel.h | 259 // Audio processing to swap the left and right channels. [all...] |
/external/chromium_org/third_party/sfntly/cpp/src/sample/chromium/ |
subsetter_impl.cc | 288 IntegerSet::const_iterator right = glyph_ids.lower_bound(range_end); local 289 return right != left;
|
/external/chromium_org/third_party/skia/tests/ |
RoundRectTest.cpp | 489 // Right and left have swapped (sort of) 490 REPORTER_ASSERT(reporter, orig.rect().right() == -dst.rect().left()); 538 REPORTER_ASSERT(reporter, orig.rect().right() == -dst.rect().left());
|
/external/chromium_org/third_party/webrtc/examples/android/media_demo/jni/ |
video_engine_jni.cc | 464 jfloat left, jfloat top, jfloat right, 468 right, bottom);
|
/external/chromium_org/third_party/webtreemap/src/ |
webtreemap.js | 143 // XXX why do I need an extra -1/-2 here for width/height to look right?
|
/external/chromium_org/ui/chromeos/ |
touch_exploration_controller.cc | 283 // Change to slide gesture if the slide occurred at the right edge. 819 // If the user is in the corner of the right side of the screen, the volume 822 // their finger along the right side of the screen. Volume is relative to 823 // where they are on the right side of the screen. 847 << "\n Bounds = " << root_window_->bounds().right(); [all...] |
/external/chromium_org/ui/gfx/ |
canvas.cc | 318 int x1 = std::min(rect.x(), rect.right()); 319 int x2 = std::max(rect.x(), rect.right());
|
/external/chromium_org/ui/gfx/geometry/ |
quad_unittest.cc | 248 float right = 2.1f; local 250 EXPECT_EQ(RectF(left, top, right - left, bottom - top), 324 // Right edge.
|
/external/chromium_org/ui/message_center/views/ |
notification_view.cc | 54 int right) { 55 return views::Border::CreateEmptyBorder(top, left, bottom, right); 358 // at the top of the notification (to the right of the icon) except for the
|
/external/chromium_org/ui/views/controls/tree/ |
tree_view.cc | 785 icon_x = bounds.right() - icon_x - open_icon_.width(); 822 center_x = node_bounds.right() - kArrowRegionSize +
|