HomeSort by relevance Sort by last modified time
    Searched defs:attributes (Results 501 - 525 of 683) sorted by null

<<2122232425262728

  /external/chromium_org/content/renderer/
render_widget.cc 891 blink::WebGraphicsContext3D::Attributes attributes; local
892 attributes.antialias = false;
893 attributes.shareResources = true;
894 attributes.noAutomaticFlushes = true;
895 attributes.depth = false;
896 attributes.stencil = false;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Node.cpp 146 size_t attributes = 0; local
175 attributes += elementData->length();
257 printf("Attributes:\n");
258 printf(" Number of Attributes (non-Node and Node): %zu [%zu]\n", attributes, sizeof(Attribute));
259 printf(" Number of Attributes with an Attr: %zu\n", attributesWithAttr);
516 // For nodes other than elements and attributes, the prefix is always null
522 // The spec says that for nodes other than elements and attributes, prefix is always null.
881 // Modifications to attributes that are not associated with an Element can't invalidate NodeList caches.
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DOMAgent.js 57 if (payload.attributes)
58 this._setAttributesPayload(payload.attributes);
303 attributes: function()
927 * @param {!Array.<string>} attributes
929 function callback(nodeId, error, attributes)
937 if (node._setAttributesPayload(attributes))
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
Renderer11.cpp 1043 TranslatedAttribute attributes[gl::MAX_VERTEX_ATTRIBS]; local
    [all...]
Renderer9.cpp 1381 TranslatedAttribute attributes[gl::MAX_VERTEX_ATTRIBS]; local
    [all...]
  /external/chromium_org/third_party/libxml/src/include/libxml/
schemasInternals.h 165 * Ignore validation non definition on attributes
172 * Apply strict validation rules on attributes
370 xmlSchemaAttributePtr attributes; /* Deprecated; not used */ member in struct:_xmlSchemaAttributeGroup
611 xmlSchemaAttributePtr attributes; /* Deprecated; not used */ member in struct:_xmlSchemaType
774 xmlSchemaAttributePtr attributes; member in struct:_xmlSchemaElement
  /external/chromium_org/third_party/openssl/openssl/crypto/x509/
x509.h 238 STACK_OF(X509_ATTRIBUTE) *attributes; /* [ 0 ] */ member in struct:X509_req_info_st
593 STACK_OF(X509_ATTRIBUTE) *attributes; member in struct:pkcs8_priv_key_info_st
    [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
x509.h 238 STACK_OF(X509_ATTRIBUTE) *attributes; /* [ 0 ] */ member in struct:X509_req_info_st
593 STACK_OF(X509_ATTRIBUTE) *attributes; member in struct:pkcs8_priv_key_info_st
    [all...]
evp.h 151 STACK_OF(X509_ATTRIBUTE) *attributes; /* [ 0 ] */ member in struct:evp_pkey_st
    [all...]
  /external/chromium_org/v8/src/
runtime.cc 2095 PropertyAttributes attributes = global->GetPropertyAttribute(*name); local
2172 PropertyAttributes attributes; local
2277 PropertyAttributes attributes = DONT_DELETE; local
2332 PropertyAttributes attributes = local
2410 PropertyAttributes attributes; local
    [all...]
mirror-debugger.js 184 // Different attributes for a property.
1189 return (this.attributes() & PropertyAttribute.ReadOnly) != 0;
1194 return (this.attributes() & PropertyAttribute.DontEnum) == 0;
1199 return (this.attributes() & PropertyAttribute.DontDelete) == 0;
1232 PropertyMirror.prototype.attributes = function() {
    [all...]
  /external/libxml2/include/libxml/
schemasInternals.h 165 * Ignore validation non definition on attributes
172 * Apply strict validation rules on attributes
370 xmlSchemaAttributePtr attributes; /* Deprecated; not used */ member in struct:_xmlSchemaAttributeGroup
611 xmlSchemaAttributePtr attributes; /* Deprecated; not used */ member in struct:_xmlSchemaType
774 xmlSchemaAttributePtr attributes; member in struct:_xmlSchemaElement
  /external/openssl/crypto/x509/
x509.h 238 STACK_OF(X509_ATTRIBUTE) *attributes; /* [ 0 ] */ member in struct:X509_req_info_st
593 STACK_OF(X509_ATTRIBUTE) *attributes; member in struct:pkcs8_priv_key_info_st
    [all...]
  /external/openssl/include/openssl/
x509.h 238 STACK_OF(X509_ATTRIBUTE) *attributes; /* [ 0 ] */ member in struct:X509_req_info_st
593 STACK_OF(X509_ATTRIBUTE) *attributes; member in struct:pkcs8_priv_key_info_st
    [all...]
  /external/qemu/block/
vvfat.c 250 uint8_t attributes; /* 0x80 = bootable */ member in struct:partition_t
269 uint8_t attributes; member in struct:direntry_t
390 partition->attributes=0x80; /* bootable */
437 entry->attributes=0xf;
460 return direntry->attributes == 0x28;
465 return direntry->attributes == 0xf;
476 return direntry->attributes & 0x10 && direntry->name[0] != 0xe5;
742 direntry->attributes=(S_ISDIR(st.st_mode)?0x10:0x20);
870 entry->attributes=0x28; /* archive | volume label */
    [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
PrintSpoolerService.java 324 // avoid special handling for various attributes missing.
652 PrintAttributes attributes) {
656 printJob.setAttributes(attributes);
706 private static final String TAG_ATTRIBUTES = "attributes";
855 PrintAttributes attributes = printJob.getAttributes(); local
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.2.0/
sdk-common-22.2.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/
apitooling-ant.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar 
  /external/chromium/testing/gtest/src/
gtest.cc 3316 Message attributes; local
    [all...]
  /external/chromium_org/testing/gtest/src/
gtest.cc 3243 Message attributes; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.cpp 457 GraphicsContext3D::Attributes adjustAttributes(const GraphicsContext3D::Attributes& attributes, Settings* settings)
459 GraphicsContext3D::Attributes adjustedAttributes = attributes;
509 GraphicsContext3D::Attributes requestedAttributes = attrs ? attrs->attributes() : GraphicsContext3D::Attributes();
515 GraphicsContext3D::Attributes attributes = adjustAttributes(requestedAttributes, settings) local
5541 RefPtr<WebGLContextAttributes> attributes = getContextAttributes(); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest.cc 3316 Message attributes; local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/evp/
evp.h 151 STACK_OF(X509_ATTRIBUTE) *attributes; /* [ 0 ] */ member in struct:evp_pkey_st
    [all...]
  /external/gtest/src/
gtest.cc 3316 Message attributes; local
    [all...]

Completed in 4755 milliseconds

<<2122232425262728