HomeSort by relevance Sort by last modified time
    Searched refs:affects (Results 1 - 22 of 22) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimationEffect.h 57 virtual bool affects(CSSPropertyID) { return false; }; function in class:blink::AnimationEffect
ActiveAnimations.cpp 56 if (animation.affects(CSSPropertyOpacity))
58 if (animation.affects(CSSPropertyTransform))
60 if (animation.affects(CSSPropertyWebkitFilter))
AnimationStack.h 54 bool affects(CSSPropertyID) const;
AnimationStack.cpp 75 bool AnimationStack::affects(CSSPropertyID property) const function in class:blink::AnimationStack
78 if (m_effects[i]->animation() && m_effects[i]->animation()->affects(property))
153 if (m_effects[i]->animation() && m_effects[i]->animation()->affects(property)) {
Animation.h 66 bool affects(CSSPropertyID) const;
Animation.cpp 280 return hasActiveAnimationsOnCompositor() && affects(property);
283 bool Animation::affects(CSSPropertyID property) const function in class:blink::Animation
285 return m_effect && m_effect->affects(property);
KeyframeEffectModel.h 123 bool affects(CSSPropertyID property) function in class:blink::KeyframeEffectModelBase
  /external/chromium_org/third_party/mesa/src/docs/OLD/
MESA_packed_depth_stencil.spec 27 EXT_abgr affects the definition of this extension
28 SGIS_texture4D affects the definition of this extension
29 EXT_cmyka affects the definition of this extension
30 ARB_packed_pixels affects the definition of this extension
  /external/mesa3d/docs/OLD/
MESA_packed_depth_stencil.spec 27 EXT_abgr affects the definition of this extension
28 SGIS_texture4D affects the definition of this extension
29 EXT_cmyka affects the definition of this extension
30 ARB_packed_pixels affects the definition of this extension
  /external/bison/src/
reader.c 444 warn_at (loc, _("%s affects only GLR parsers"), "%dprec");
459 warn_at (loc, _("%s affects only GLR parsers"), "%merge");
  /external/chromium_org/third_party/mesa/src/docs/
MESA_swap_frame_usage.spec 27 GLX_SGI_swap_control affects the definition of this extension.
28 GLX_MESA_swap_control affects the definition of this extension.
29 GLX_OML_sync_control affects the definition of this extension.
MESA_texture_array.spec 327 affects the texture image attached to <target>. ..."
    [all...]
  /external/mesa3d/docs/
MESA_swap_frame_usage.spec 27 GLX_SGI_swap_control affects the definition of this extension.
28 GLX_MESA_swap_control affects the definition of this extension.
29 GLX_OML_sync_control affects the definition of this extension.
MESA_texture_array.spec 327 affects the texture image attached to <target>. ..."
    [all...]
  /external/chromium_org/ppapi/native_client/tests/breakpad_crash_test/
nacl.scons 42 # Additionally, the test affects crash stats on Mac because it uploads
  /external/chromium_org/chrome/browser/ui/webui/
sync_internals_browsertest.js 321 // Verify that selecting it affects the details view.
  /external/chromium_org/remoting/webapp/
xmpp_connection.js 79 // to talk.google.com it affects the certificate the server will use for TLS:
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
spannable.js 261 // This choice affects which spans are kept.
  /external/libunwind/doc/
libunwind-dynamic.tex 71 Within a region, each instruction that affects the frame state in some
216 each instruction in the region affects the frame state. Of course,
  /external/chromium_org/third_party/jinja2/
compiler.py 158 # this for example affects {% filter %} or {% macro %}. If a frame
672 'derived from an outer scope! (affects: %s)' %
    [all...]
  /external/bison/build-aux/
texinfo.tex     [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]

Completed in 577 milliseconds