Searched
full:move (Results
726 -
750 of
10530) sorted by null
<<21222324252627282930>>
/external/chromium_org/third_party/WebKit/ManualTests/ |
caretScrolling.html | 2 <p>Manual test for fix for <a href="rdar://problem/3690705">rdar://problem/3690705</a> "caret does not move when scrolling overflow: auto editable area"</p>
|
invalid-mouse-event.html | 7 <li>As the test runs, move the mouse around.</li>
|
/external/chromium_org/third_party/WebKit/ManualTests/chromium/ |
autofill-popup-shiftupdown.hml | 9 <li> Move back the cursor two steps at the center between 'o' and 'g'.</li>
|
select-close-popup-value-change.html | 10 <li>4. Click anywhere else on the page to move the focus out of the select.</li>
|
/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/ |
ScrollingConstraints.cpp | 59 boxRect.move(rightDelta, 0); 69 boxRect.move(leftDelta, 0); 79 boxRect.move(0, bottomDelta); 89 boxRect.move(0, topDelta);
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/ |
FEOffset.cpp | 73 paintRect.move(filter->applyHorizontalScale(m_dx), filter->applyVerticalScale(m_dy)); 85 result.move(filter()->applyHorizontalScale(m_dx), filter()->applyHorizontalScale(m_dy)); 87 result.move(-filter()->applyHorizontalScale(m_dx), -filter()->applyHorizontalScale(m_dy)); 103 drawingRegion.move(filter->applyHorizontalScale(m_dx), filter->applyVerticalScale(m_dy));
|
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
platform_xopen_source_extended.h | 14 * We move this definition out of the various source files because
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
Makefile.am | 20 # This is a hack until we can move the backend into the LLVM project.
|
/external/chromium_org/third_party/protobuf/vsprojects/ |
config.h | 8 // Apparently Microsoft decided to move hash_map *back* to the std namespace
|
/external/chromium_org/third_party/skia/include/effects/ |
SkDiscretePathEffect.h | 19 /** Break the path into segments of segLength length, and randomly move the endpoints
|
/external/chromium_org/ui/base/models/ |
list_model_observer.h | 23 // Invoked after an item has been moved. See ListModel::Move() for details
|
/external/chromium_org/ui/base/ |
ui_base_paths.h | 21 // Valid only in development environment; TODO(darin): move this
|
/external/chromium_org/ui/views/ |
view_model_utils.h | 29 // Returns the index to move |view| to based on a coordinate of |x| and |y|.
|
/external/chromium_org/ui/views/widget/desktop_aura/ |
x11_whole_screen_move_loop_delegate.h | 24 // Called when the user has released the mouse button. The move loop will
|
/external/chromium_org/ui/views/win/ |
fullscreen_handler.h | 52 // TODO(beng): move to private once GetRestoredBounds() moves onto Widget.
|
/external/clang/test/CXX/special/class.copy/ |
p15-0x.cpp | 41 static_assert(noexcept(X(declval<X>())), "move constructor can't throw");
|
p28-cxx11.cpp | 6 // not be a copy or move assignment (it might be a specialization of a templated
|
/external/clang/test/CodeGenObjCXX/ |
arc-move.mm | 30 typename remove_reference<T>::type&& move(T &&x) { 44 x = move(y); 56 id x = move(y); 74 id y = move(x);
|
/external/clang/test/SemaCXX/ |
cxx0x-nontrivial-union.cpp | 44 template<typename T> typename remove_ref<T>::type &&move(T &&t); 81 if (has) new (&value) T(move(o.value)); 98 value = move(o.value); 102 new (&value) T(move(o.value));
|
discrim-union.cpp | 9 template<typename T> constexpr typename remove_reference<T>::type &&move(T &&t) noexcept { return static_cast<typename remove_reference<T>::type&&>(t); } 31 constexpr either_impl(select<0>, T &&t) : val(move(t)) {} 34 constexpr either_impl(select<N>, U &&u) : rest(select<N-1>(), move(u)) {} 76 impl(detail::select<impl_t::index(detail::type<U>())>(), move(t.value)) {}
|
overload-0x.cpp | 4 struct A { // expected-note {{candidate function (the implicit copy assignment operator) not viable: 'this' argument has type 'const test0::A', but method is not marked const}} expected-note {{candidate function (the implicit move assignment operator) not viable: 'this' argument has type 'const test0::A', but method is not marked const}}
|
/external/compiler-rt/test/timing/ |
floatdidf.c | 40 // Move the stack alignment between trials to eliminate (mostly) aliasing effects
|
floatdisf.c | 40 // Move the stack alignment between trials to eliminate (mostly) aliasing effects
|
floatdixf.c | 40 // Move the stack alignment between trials to eliminate (mostly) aliasing effects
|
floatundidf.c | 37 // Move the stack alignment between trials to eliminate (mostly) aliasing effects
|
Completed in 1710 milliseconds
<<21222324252627282930>>