Searched defs:kRight (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/skia/include/utils/
H A DSkBoundaryPatch.h21 kRight = 1, enumerator in enum:SkBoundary::Edge
/external/skia/include/utils/
H A DSkBoundaryPatch.h21 kRight = 1, enumerator in enum:SkBoundary::Edge
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_edit_view_win.h227 kRight = 1, enumerator in enum:AutocompleteEditViewWin::MouseButton
/external/chromium_org/chrome/browser/ui/views/omnibox/
H A Domnibox_view_win.h196 kRight = 1, enumerator in enum:OmniboxViewWin::MouseButton
/external/chromium_org/native_client_sdk/src/examples/api/mouse_lock/
H A Dmouse_lock.cc26 kRight = 1, enumerator in enum:__anon8445
292 direction = (mouse_movement_.x() < 0) ? kLeft : kRight;
319 (direction == kRight && x > center_x);
/external/chromium_org/native_client_sdk/src/examples/api/input_event/
H A Dcustom_events.h80 kRight enumerator in enum:MouseEvent::MouseButton
/external/lzma/CPP/7zip/UI/Console/
H A DList.cpp113 kRight enumerator in enum:EAdjustment
139 { kpidAttrib, L"Attr", kRight, kCenter, 1, 5 },
140 { kpidSize, L"Size", kRight, kRight, 1, 12 },
141 { kpidPackSize, L"Compressed", kRight, kRight, 1, 12 },
163 case kRight:
/external/chromium_org/ui/native_theme/
H A Dnative_theme_base.cc636 const int kRight = rect.right(); local
638 SkRect skrect = SkRect::MakeLTRB(rect.x(), rect.y(), kRight, kBottom);

Completed in 643 milliseconds