HomeSort by relevance Sort by last modified time
    Searched refs:right (Results 1226 - 1250 of 4231) sorted by null

<<41424344454647484950>>

  /external/chromium_org/chrome/browser/
chrome_plugin_interactive_test.cc 157 region_before.right == region_after.right &&
230 region_before.right == region_after.right &&
  /external/chromium_org/chrome/browser/resources/options/chromeos/
display_options.css 67 margin-right: 10px;
91 margin-right: 5px;
  /external/chromium_org/chrome/browser/resources/sync_internals/
about.css 28 margin-right: auto;
91 margin-right: auto;
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_positioner.h 55 void WorkAreaInset(int left, int top, int right, int bottom);
  /external/chromium_org/chrome/browser/ui/views/apps/
app_window_desktop_window_tree_host_win.cc 38 // Without this 1 pixel offset on the right and bottom:
80 margins.cxRightWidth = insets.right();
  /external/chromium_org/chrome/browser/ui/views/panels/
taskbar_window_thumbnailer_win.cc 172 enclosing_right = bounds.right;
179 if (bounds.right > enclosing_right)
180 enclosing_right = bounds.right;
205 current_bounds.right - current_bounds.left,
  /external/chromium_org/chrome/browser/ui/webui/chromeos/first_run/
first_run_actor.h 53 StepPosition& SetRight(int right);
  /external/chromium_org/content/test/plugin/
plugin_window_size_test.cc 28 window_rect.right = pNPWindow->width;
  /external/chromium_org/extensions/browser/app_window/
app_window_browsertest.cc 72 EXPECT_EQ(0, insets.right());
  /external/chromium_org/printing/
page_setup.h 29 int right; member in class:printing::PageMargins
  /external/chromium_org/remoting/webapp/
toolbar.css 26 border-bottom-right-radius: 7px;
74 border-right: 5px solid transparent;
  /external/chromium_org/third_party/WebKit/Source/core/css/
mediaControls.css 77 text-align: right;
90 right: 0;
180 margin-right: 9px;
272 /* The negative right margin causes the track to overflow its container. */
274 margin-right: -14px;
279 margin-right: -7px;
292 margin-right: 9px;
308 margin-right: 9px;
328 margin-right: 9px;
view-source.css 50 border-right: 1px solid rgb(187, 187, 187) !important;
64 text-align: right;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
networkPanel.css 83 right: 0;
163 padding-right: 4px;
resourceView.css 77 margin-right: 3px;
94 text-align: right;
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FELighting.cpp 75 int right = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset)); local
79 normalVector.setX(-(center << 1) + (right << 1) - bottom + bottomRight);
80 normalVector.setY(-(center << 1) - right + (bottom << 1) + bottomRight);
87 int right = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset)); local
92 normalVector.setX(-(left << 1) + (right << 1) - bottomLeft + bottomRight);
93 normalVector.setY(-left - (center << 1) - right + bottomLeft + (bottom << 1) + bottomRight);
110 int right = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset)); local
117 normalVector.setX(-top + topRight - (center << 1) + (right << 1) - bottom + bottomRight);
124 int right = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset)); local
133 normalVector.setX(-topLeft + topRight - (left << 1) + (right << 1) - bottomLeft + bottomRight)
154 int right = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset)); local
166 int right = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset)); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/weborigin/
DatabaseIdentifier.cpp 70 int port = databaseIdentifier.right(databaseIdentifier.length() - separator2 - 1).toInt(&portOkay);
  /external/chromium_org/third_party/icu/source/i18n/unicode/
dtrule.h 131 * @param right The object to be copied.
134 DateTimeRule& operator=(const DateTimeRule& right);
tzrule.h 181 * @param right The object to be copied.
184 TimeZoneRule& operator=(const TimeZoneRule& right);
234 * @param right The object to be copied.
237 InitialTimeZoneRule& operator=(const InitialTimeZoneRule& right);
445 * @param right The object to be copied.
448 AnnualTimeZoneRule& operator=(const AnnualTimeZoneRule& right);
661 * @param right The object to be copied.
664 TimeArrayTimeZoneRule& operator=(const TimeArrayTimeZoneRule& right);
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/table/
block.cc 169 uint32_t right = num_restarts_ - 1; local
170 while (left < right) {
171 uint32_t mid = (left + right + 1) / 2;
189 right = mid - 1;
229 const char* limit = data_ + restarts_; // Restarts come right after data
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
vpx_scale_test.cc 84 uint8_t *right = buf + crop_width; local
91 vpx_memset(right, right[-1], right_extend);
93 right += stride;
102 // The first row was already extended to the left and right. Copy it up.
  /external/chromium_org/third_party/polymer/components/paper-toast/
paper-toast.css 45 :host(.core-transition.fade-out-right),
62 :host(.core-transition.fade-out-right) {
  /external/chromium_org/third_party/polymer/components-chromium/paper-toast/
paper-toast.css 45 :host(.core-transition.fade-out-right),
62 :host(.core-transition.fade-out-right) {
  /external/chromium_org/third_party/skia/gm/
imageblurtiled.cpp 41 for (SkScalar x = bounds.left(); x < bounds.right(); x += tile_size) {
  /external/chromium_org/third_party/skia/include/views/
SkTextBox.h 51 void setBox(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom);

Completed in 665 milliseconds

<<41424344454647484950>>