HomeSort by relevance Sort by last modified time
    Searched full:move (Results 1376 - 1400 of 10530) sorted by null

<<51525354555657585960>>

  /external/chromium_org/third_party/WebKit/ManualTests/
mouseevent-on-closeddoc.html 10 Click on the link below, and move your mouse cursor over the blank page that is loaded.</p>
transition-left.html 39 <p>The element below should move 200 pixels left or right when clicked</p>
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
ClipRect.h 70 void move(LayoutUnit x, LayoutUnit y) { m_rect.move(x, y); } function in class:WebCore::ClipRect
71 void move(const LayoutSize& size) { m_rect.move(size); } function in class:WebCore::ClipRect
RenderOverflowTest.cpp 42 // FIXME: Move this somewhere more generic.
177 m_overflow.move(500, 100);
183 m_overflow.move(500, 100);
190 m_overflow.move(500, 100);
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/
index.yaml 9 # manually, move them above the marker line. The index.yaml file is
  /external/chromium_org/third_party/icu/source/common/
unistr_props.cpp 66 // move string forward over leading white space
  /external/chromium_org/third_party/icu/source/test/intltest/
utxttest.h 48 void TestCopyMove(const UnicodeString &us, UText *ut, UBool move,
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_simple_list.h 82 * Move an element to the list head.
85 * \param elem element to move.
94 * Move an element to the list tail.
97 * \param elem element to move.
  /external/chromium_org/third_party/mesa/src/src/glsl/
ir_expression_flattening.h 32 * an expression containing a call and move the call out to its own
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
simple_list.h 89 * Move an element to the list head.
92 * \param elem element to move.
101 * Move an element to the list tail.
104 * \param elem element to move.
  /external/chromium_org/third_party/openssl/openssl/crypto/dso/
README 7 according to their man page, prefer developers to move to that.
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayAdd.h 50 DECLARE_MEMBER_INFO(Move);
  /external/chromium_org/third_party/skia/src/core/
SkPathHeap.cpp 31 p++; // move to the next storage location
  /external/chromium_org/third_party/skia/src/utils/win/
SkDWriteFontFileStream.h 33 virtual bool move(long offset) SK_OVERRIDE;
  /external/chromium_org/third_party/sqlite/src/
publish_osx.sh 4 # so that it is ready to move to the SQLite website.
  /external/chromium_org/tools/grit/grit/testdata/
sidebar_h.html 45 <area TABINDEX="4" onkeydown='if(event.keyCode==13)location.href="movesidebar?side=1"' title="Move sidebar to Top" shape="rect" coords="9,0,22,8" href="/movesidebar?side=1" onmouseover="ctl.src='control1.gif'" onmouseout="ctl.src='[CONTROL_IMAGE]'">
46 <area TABINDEX="5" onkeydown='if(event.keyCode==13)location.href="movesidebar?side=3"' title="Move sidebar to Bottom" shape="rect" coords="9,9,22,17" href="/movesidebar?side=3" onmouseover="ctl.src='control3.gif'" onmouseout="ctl.src='[CONTROL_IMAGE]'">
47 <area TABINDEX="6" onkeydown='if(event.keyCode==13)location.href="movesidebar?side=0"' title="Move sidebar to Left" shape="rect" coords="0,2,8,15" href="/movesidebar?side=0" onmouseover="ctl.src='control0.gif'" onmouseout="ctl.src='[CONTROL_IMAGE]'">
48 <area TABINDEX="7" onkeydown='if(event.keyCode==13)location.href="movesidebar?side=2"' title="Move sidebar to Right" shape="rect" coords="23,2,31,15" href="/movesidebar?side=2" onmouseover="ctl.src='control2.gif'" onmouseout="ctl.src='[CONTROL_IMAGE]'">
  /external/chromium_org/tools/perf/benchmarks/
jsgamebench.py 25 """Counts how many animating sprites can move around on the screen at once."""
  /external/chromium_org/ui/base/win/
foreground_helper.h 16 // move to the foreground, unless requested by the current window in the
  /external/chromium_org/ui/gfx/ozone/dri/
dri_surface_factory.h 58 // TODO(dnicoara) Remove once we can safely move DRM event processing in the
  /external/chromium_org/webkit/
DEPS 37 # TODO(brettw) - review these; move up if it's ok, or remove the dependency
  /external/chromium_org/webkit/browser/fileapi/
timed_task_helper.h 24 // TODO(kinuko): This has nothing to do with fileapi. Move somewhere
  /external/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.default/
p2.cpp 10 constexpr S1 &operator=(S1&&) const = default; // expected-error {{explicitly-defaulted move assignment operator may not have}}
22 constexpr S2(S2&&) = default; // expected-error {{defaulted definition of move constructor is not constexpr}}
72 E2(E2&&) noexcept(false) = default; // expected-error {{exception specification of explicitly defaulted move constructor does not match the calculated one}}
74 E2 &operator=(E2&&) noexcept(false) = default; // expected-error {{exception specification of explicitly defaulted move assignment operator does not match the calculated one}}
  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/
p1.cpp 12 DefArg(DefArg &&DA, int k = 3) = default; // expected-error {{an explicitly-defaulted move constructor cannot have default arguments}}
  /external/clang/test/CXX/special/class.copy/
p11.0x.move.cpp 7 // A defaulted move constructor for a class X is defined as deleted if X has:
85 NoAccessDtor(NoAccessDtor&&); // expected-note{{copy constructor is implicitly deleted because 'NoAccessDtor' has a user-declared move constructor}}
117 // does not have a move constructor and is not trivially copyable
158 // ok, A's explicitly-defaulted move operations copy m_.
  /external/compiler-rt/lib/arm/
fixdfsivfp.S 24 vmov r0, s15 // move s15 to result register

Completed in 860 milliseconds

<<51525354555657585960>>