HomeSort by relevance Sort by last modified time
    Searched full:longhand (Results 1 - 9 of 9) sorted by null

  /external/guava/guava/src/com/google/common/hash/
HashFunction.java 155 * <i>might</i> perform better than its longhand equivalent, but should not perform worse.
161 * <i>might</i> perform better than its longhand equivalent, but should not perform
168 * <i>might</i> perform better than its longhand equivalent, but should not perform
178 * perform better than its longhand equivalent, but should not perform worse. Note that no
188 * longhand equivalent, but should not perform worse.
  /external/webkit/Source/WebCore/css/
CSSMutableStyleDeclaration.cpp 456 CSSPropertyLonghand longhand = longhandForProperty(propertyID); local
457 if (longhand.length()) {
458 removePropertiesInSet(longhand.properties(), longhand.length(), notifyChanged);
    [all...]
  /external/webkit/Source/WebCore/page/animation/
AnimationBase.cpp 562 ShorthandPropertyWrapper(int property, const CSSPropertyLonghand& longhand)
565 for (unsigned i = 0; i < longhand.length(); ++i) {
566 PropertyWrapperBase* wrapper = wrapperForProperty(longhand.properties()[i]);
767 CSSPropertyLonghand longhand = longhandForProperty(propertyID); local
    [all...]
  /external/webkit/Source/WebCore/inspector/
InspectorCSSAgent.cpp 75 // "style" == property is active and originates from the WebCore CSSStyleDeclaration rather than CSS source code (e.g. implicit longhand properties)
Inspector.json     [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
CSSStyleModel.js 246 // Index longhand properties.
StylesSidebarPane.js 697 // Find out if any of the individual longhand properties of the shorthand
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
BytecodeArray.java 184 * longhand. E.g. {@code aload_2} becomes {@code aload}.</li>
    [all...]
  /external/webkit/Source/WebCore/
ChangeLog-2008-08-10     [all...]

Completed in 798 milliseconds