/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 | 256 shorthand : 2, member in struct:local_apic::__anon133
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
apicdef_32.h | 256 shorthand : 2, member in struct:local_apic::__anon1223
|
/external/kernel-headers/original/asm-x86/ |
apicdef_32.h | 259 shorthand : 2, member in struct:local_apic::__anon7059
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/ |
apicdef_32.h | 256 shorthand : 2, member in struct:local_apic::__anon22659
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/ |
apicdef_32.h | 256 shorthand : 2, member in struct:local_apic::__anon23444
|
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/ |
apicdef_32.h | 256 shorthand : 2, member in struct:local_apic::__anon25304
|
/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...] |