HomeSort by relevance Sort by last modified time
    Searched refs:shorthand (Results 1 - 18 of 18) 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::__anon200
  /development/ndk/platforms/android-9/arch-x86/include/asm/
apicdef_32.h 281 shorthand : 2, member in struct:local_apic::__anon1390
  /external/kernel-headers/original/asm-x86/
apicdef_32.h 259 shorthand : 2, member in struct:local_apic::__anon9559
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
apicdef_32.h 256 shorthand : 2, member in struct:local_apic::__anon31372
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
apicdef_32.h 256 shorthand : 2, member in struct:local_apic::__anon32157
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
apicdef_32.h 256 shorthand : 2, member in struct:local_apic::__anon34017
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
apicdef_32.h 256 shorthand : 2, member in struct:local_apic::__anon34727
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
apicdef_32.h 256 shorthand : 2, member in struct:local_apic::__anon38365
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
apicdef_32.h 281 shorthand : 2, member in struct:local_apic::__anon39846
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
apicdef_32.h 281 shorthand : 2, member in struct:local_apic::__anon42571
  /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/sdk/tools/lib/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 

Completed in 112 milliseconds