/external/chromium_org/ash/system/user/ |
user_card_view.cc | 258 learn_more_bounds.Offset(insets.right() - insets.left(), 0);
|
/external/chromium_org/ash/wm/ |
immersive_fullscreen_controller.cc | [all...] |
system_gesture_event_filter_unittest.cc | 272 // Swipe right to snap. 290 // Swipe right again. 363 // Check that swiping right doesn't snap. 381 // Swipe right again, make sure the window still doesn't snap. 432 gfx::Point(399, 40), // Right edge 471 // Swipe right and down starting with one finger. 506 // Swipe right and down starting with two fingers. 562 // Check that dragging right snaps before reaching the screen edge. 565 int drag_x = work_area.right() - 20 - points[0].x();
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ |
user_commands.js | 303 case 'right': 743 // after line up/pan left and move the display to the far right on the
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
command_store.js | 206 'right': {forward: true, 208 msgId: 'right',
|
/external/chromium_org/chrome/browser/ui/fullscreen/ |
fullscreen_controller_state_test.cc | [all...] |
/external/chromium_org/chrome/browser/ui/panels/ |
panel_browsertest.cc | 336 EXPECT_EQ(bounds.right(), [all...] |
/external/chromium_org/chrome/browser/ui/views/ |
create_application_shortcut_view.cc | 201 SkIntToScalar(bounds.right()),
|
/external/chromium_org/chrome/installer/util/ |
install_util.cc | 115 int x_offset = (screen_rect.right - screen_rect.left) / 2;
|
/external/chromium_org/chrome/test/base/ |
ui_test_utils.cc | 230 // The currently selected tab is the right one. 523 gfx::Size(rect.right - rect.left, rect.bottom - rect.top));
|
/external/chromium_org/content/browser/media/capture/ |
desktop_capture_device_aura.cc | 67 for (int x = rect.x(); x < rect.right(); ++x) {
|
/external/chromium_org/content/browser/renderer_host/ |
render_widget_host_view_aura.cc | 198 i->second.clip_rect.right(), [all...] |
render_widget_host_view_base.cc | 222 // check right above), so we ignore it. 269 clip_rect_in_pixel.right(),
|
/external/chromium_org/printing/ |
emf_win.cc | 241 // Add 1 to right and bottom because it's inclusive rectangle. 245 header.rclBounds.right - header.rclBounds.left + 1,
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderBlockFlow.h | 280 void adjustForBorderFit(LayoutUnit x, LayoutUnit& left, LayoutUnit& right) const; // Helper function for borderFitAdjust
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/ |
DOMExtension.js | 301 return box.left < event.x && event.x < box.right &&
|
SplitView.js | 79 // Should be called after isVertical has the right value. 226 (this._secondIsSidebar ? "right" : "left") : 316 this._resizerElement.style.removeProperty("right"); 321 this._resizerElement.style.removeProperty("margin-right"); 453 this._resizerElement.style.right = sidebarSizeValue; 493 animatedMarginPropertyName = this._secondIsSidebar ? "margin-right" : "margin-left"; 548 this.element.style.removeProperty("margin-right"); 880 this._showHideSidebarButton.element.classList.toggle("right-sidebar-show-hide-button", this.isVertical() && this.isSidebarSecond());
|
/external/chromium_org/third_party/angle/src/compiler/translator/ |
ParseContext.cpp | 208 void TParseContext::assignError(const TSourceLoc& line, const char* op, TString left, TString right) 211 extraInfoStream << "cannot convert from '" << right << "' to '" << left << "'"; 231 void TParseContext::binaryOpError(const TSourceLoc& line, const char* op, TString left, TString right) 235 << "' and a right operand of type '" << right << "' (or there is no acceptable conversion)"; local 782 // without a size, and make the right changes to the symbol table. [all...] |
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/ |
Image11.cpp | 368 srcBox.right = x + width;
|
SwapChain11.cpp | 289 sourceBox.right = std::min(previousWidth, mWidth);
|
/external/chromium_org/third_party/jinja2/ |
filters.py | 729 attributes. Also the `start` parameter was moved on to the right.
|
/external/chromium_org/third_party/npapi/bindings/ |
npapi.h | 248 uint16_t right; member in struct:_NPRect
|
/external/chromium_org/third_party/skia/experimental/Intersection/ |
CubicUtilities.cpp | 18 double width = dRect.right - dRect.left;
|
/external/chromium_org/third_party/skia/include/core/ |
SkCanvas.h | [all...] |
/external/chromium_org/third_party/skia/src/core/ |
SkCanvas.cpp | [all...] |