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

1 2

  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimationEffect.h 64 virtual bool affects(CSSPropertyID) { return false; }; function in class:WebCore::AnimationEffect
AnimationStack.h 54 bool affects(CSSPropertyID) const;
AnimationStack.cpp 50 bool AnimationStack::affects(CSSPropertyID property) const function in class:WebCore::AnimationStack
53 if (m_activeAnimations[i]->affects(property))
Animation.cpp 176 return hasActiveAnimationsOnCompositor() && affects(property);
179 bool Animation::affects(CSSPropertyID property) const function in class:WebCore::Animation
181 return m_effect && m_effect->affects(property);
ActiveAnimations.cpp 87 return m_defaultStack.affects(property);
Animation.h 56 bool affects(CSSPropertyID) const;
KeyframeAnimationEffect.h 88 virtual bool affects(CSSPropertyID property) OVERRIDE
  /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/tools/grit/grit/tool/
build.py 86 Conditional inclusion of resources only affects the output of files which
87 control which resources get linked into a binary, e.g. it affects .rc files
  /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.
  /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.
  /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/v8/test/mjsunit/regress/
regress-crbug-245480.js 32 // Since --smi-only-arrays affects builtins, its default setting at compile
  /external/chromium_org/v8/test/mjsunit/
array-literal-feedback.js 32 // Since --smi-only-arrays affects builtins, its default setting at compile
array-literal-transitions.js 31 // Since --smi-only-arrays affects builtins, its default setting at compile
array-constructor-feedback.js 32 // Since --smi-only-arrays affects builtins, its default setting at compile
array-feedback.js 32 // Since --smi-only-arrays affects builtins, its default setting at compile
array-natives-elements.js 32 // Since --smi-only-arrays affects builtins, its default setting at compile time
opt-elements-kind.js 37 // Since --smi-only-arrays affects builtins, its default setting at compile
osr-elements-kind.js 37 // Since --smi-only-arrays affects builtins, its default setting at compile
elements-kind.js 37 // Since --smi-only-arrays affects builtins, its default setting at compile
  /external/v8/test/mjsunit/
array-literal-transitions.js 30 // Since --smi-only-arrays affects builtins, its default setting at compile
elements-kind.js 31 // Since --smi-only-arrays affects builtins, its default setting at compile

Completed in 678 milliseconds

1 2