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

  /external/webkit/Source/WebCore/inspector/front-end/
StylesSidebarPane.js 339 // The font property is not reported as a shorthand. Report finding the individual
683 isPropertyOverloaded: function(propertyName, shorthand)
694 if (used || !shorthand)
697 // Find out if any of the individual longhand properties of the shorthand
698 // are used, if none are then the shorthand is overloaded too.
737 child.overloaded = this.isPropertyOverloaded(child.name, child.shorthand);
    [all...]
CSSStyleModel.js 247 if (property.shorthand) { // only for parsed
248 var longhands = this._longhandProperties[property.shorthand];
251 this._longhandProperties[property.shorthand] = longhands;
301 return property ? property.shorthand : "";
446 WebInspector.CSSProperty = function(ownerStyle, index, name, value, priority, status, parsedOk, implicit, shorthand, text)
456 this.shorthand = shorthand;
  /external/webkit/Source/WebCore/inspector/
InspectorStyleSheet.cpp 529 String shorthand = m_style->getPropertyShorthand(name); local
530 if (!shorthand.isEmpty()) {
532 property->setString("shorthandName", shorthand);
533 if (!foundShorthands.contains(shorthand)) {
534 foundShorthands.add(shorthand);
536 shorthandEntry->setString("name", shorthand);
537 shorthandEntry->setString("value", shorthandValue(shorthand));
    [all...]
  /bionic/libc/kernel/arch-x86/asm/
apicdef_32.h 281 shorthand : 2, member in struct:local_apic::__anon166
  /development/ndk/platforms/android-9/arch-x86/include/asm/
apicdef_32.h 281 shorthand : 2, member in struct:local_apic::__anon1350
  /external/kernel-headers/original/asm-x86/
apicdef_32.h 259 shorthand : 2, member in struct:local_apic::__anon7761
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
apicdef_32.h 256 shorthand : 2, member in struct:local_apic::__anon28382
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
apicdef_32.h 256 shorthand : 2, member in struct:local_apic::__anon29167
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/
apicdef_32.h 256 shorthand : 2, member in struct:local_apic::__anon31027
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/asm/
apicdef_32.h 256 shorthand : 2, member in struct:local_apic::__anon31737
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/asm/
apicdef_32.h 256 shorthand : 2, member in struct:local_apic::__anon35375
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-tagcloud.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-tagcloud.js     [all...]
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.jar 

Completed in 485 milliseconds