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

<<21222324252627282930>>

  /external/chromium_org/cc/test/
fake_content_layer_client.cc 33 draw_rect.right(),
51 draw_rect.right(),
  /external/chromium_org/chrome/browser/chromeos/system/
fake_input_device_settings.cc 71 void FakeInputDeviceSettings::SetPrimaryButtonRight(bool right) {
73 settings.SetPrimaryButtonRight(right);
  /external/chromium_org/chrome/browser/resources/downloads/
downloads.css 50 right: -110px;
71 right: 9px;
78 no-repeat right bottom;
106 right: 0;
  /external/chromium_org/chrome/browser/resources/
gcm_internals.css 33 padding-right: 10px;
  /external/chromium_org/chrome/browser/resources/inline_login/
inline_login.css 23 right: 0;
  /external/chromium_org/chrome/browser/resources/local_discovery/
local_discovery.css 30 background-position: right top;
43 float: right;
47 float: right;
71 text-align: right;
  /external/chromium_org/chrome/browser/resources/ntp4/
incognito_tab.css 16 float: right;
suggestions_page.css 25 right: 0;
32 right: auto;
56 background-position-x: right;
61 border-bottom-right-radius: 3px 3px;
  /external/chromium_org/chrome/browser/resources/options/chromeos/
keyboard_overlay.css 25 margin-right: 5px;
  /external/chromium_org/chrome/browser/sync/test/integration/
typed_urls_helper.h 69 const history::URLRows& right);
73 const history::URLRow& right);
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_positioner.cc 28 int right,
31 work_area.Inset(left, top, right, bottom);
73 anchor = gfx::Point(work_area.right(), screen_rect.y());
99 gfx::Point(work_area.right(), work_area.y() + work_area.height() / 2);
125 anchor = gfx::Point(work_area.right(), cursor.y());
152 // right, and neither will |shelf_rect|.
165 else if (shelf_rect.right() == screen_rect.right())
182 return std::max(0, work_area.right() - cursor.x());
  /external/chromium_org/chrome/browser/ui/webui/chromeos/first_run/
first_run_actor.cc 29 FirstRunActor::StepPosition& FirstRunActor::StepPosition::SetRight(int right) {
30 right_ = right;
50 result->SetInteger("right", right_);
  /external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/css/
uber_shared.css 40 right: 0;
49 right: 155px;
56 right: 20px;
64 right: auto;
  /external/chromium_org/chrome/installer/util/
language_selector.cc 127 bool operator<(const LangToOffset& left, const std::wstring& right) {
128 return left.language < right;
133 bool operator<(const std::wstring& left, const LangToOffset& right) {
134 return left < right.language;
138 bool operator<(const LangToOffset& left, const LangToOffset& right) {
139 return std::wstring(left.language) < right.language;
143 bool IsOffsetLessThan(const LangToOffset& left, const LangToOffset& right) {
144 return left.offset < right.offset;
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
InputMethodManagerWrapper.java 79 public void updateCursor(View view, int left, int top, int right, int bottom) {
82 getInputMethodManager().updateCursor(view, left, top, right, bottom);
  /external/chromium_org/printing/
print_settings_initializer_mac.cc 50 (paper_rect.right - paper_rect.left),
55 (page_rect.right - page_rect.left),
  /external/chromium_org/remoting/base/
capabilities_unittest.cc 22 const char* right; member in struct:__anon14980::IntersectTestData
93 // Verify that intersection of |right| with all permutations of |left| yields
101 IntersectCapabilities(JoinString(caps, " "), data[i].right));
  /external/chromium_org/remoting/tools/
zip2msi.py 79 def Merge(left, right):
83 TypeError: |left| and |right| cannot be merged.
86 - if both |left| and |right| are dictionaries, they are merged recursively.
87 - if both |left| and |right| are lists, the result is a list containing
89 - if both |left| and |right| are simple value, |right| is returned.
94 if isinstance(right, dict):
96 for key, value in right.iteritems():
105 if isinstance(right, list):
106 return left + right
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
quirks.css 26 margin-right: 3px;
28 img[align="right" i] {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderScrollbarPart.h 54 virtual LayoutUnit marginRight() const OVERRIDE { ASSERT(isIntegerValue(m_marginBox.right())); return m_marginBox.right(); }
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
requestCookiesView.css 11 right: 0;
  /external/chromium_org/third_party/libvpx/source/libvpx/tools/
intersect-diffs.py 43 rhs_file = rhs_hunk.right.filename.split("/")[1:]
57 # Join the right hand side of the older diff with the left hand side of the
62 old_lines = old_hunk.right
  /external/chromium_org/third_party/skia/bench/
TableBench.cpp 58 SkRect right = SkRect::MakeLTRB(col * kCellWidth + (kCellWidth-SK_Scalar1), local
62 canvas->drawRect(right, borderPaint);
  /external/chromium_org/third_party/skia/gm/rebaseline_server/static/
view.css 18 border-top-right-radius: 5px;
79 float: right;
87 right: 2px;
101 padding-right: 3px;
  /external/chromium_org/third_party/skia/include/core/
SkRegion.h 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,
199 return left < right && top < bottom &&
201 /* fBounds.contains(left, top, right, bottom); */
203 fBounds.fRight >= right && fBounds.fBottom >= bottom;
266 bool op(int left, int top, int right, int bottom, Op op) {
268 rect.set(left, top, right, bottom);
351 * Y scanline, clipped to the specified left and right X values.
355 Spanerator(const SkRegion&, int y, int left, int right);
    [all...]

Completed in 860 milliseconds

<<21222324252627282930>>