HomeSort by relevance Sort by last modified time
    Searched full:properties (Results 1501 - 1525 of 6891) sorted by null

<<61626364656667686970>>

  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOMConstants.java 93 // DOM Properties
102 // XSL Output properties
  /external/chromium/chrome/common/extensions/docs/
experimental.proxy.html 74 <!-- OBJECT PROPERTIES -->
268 <a href="#description">Objects and properties</a>
299 <a href="#properties">Properties</a>
372 <h2 id="description">Objects and properties</h2>
613 <!-- PROPERTIES -->
615 <a name="properties"></a>
616 <h3 id="properties">Properties</h3>
666 <!-- OBJECT PROPERTIES --
    [all...]
  /external/chromium_org/chrome/browser/mac/
dock.h 55 // additional properties on the dock tile added to the Dock's plist, this
57 // the properties it requires and add them to its configuration.
  /external/chromium_org/chrome/browser/ui/gtk/bookmarks/
bookmark_utils_gtk.h 42 // Helper function that sets visual properties of GtkButton |button| to the
49 // Helper function to set the visual properties for the apps page shortcut
  /external/chromium_org/chrome/common/extensions/api/
virtual_keyboard_private.json 17 "properties": {
130 "properties": {
  /external/chromium_org/chrome/common/extensions/docs/server2/test_data/api_data_source/
canned_trunk_fs.py 48 'properties': {
127 'properties': {
  /external/chromium_org/chrome/common/extensions/docs/templates/json/
content_providers.json 32 // === Special properties ===
34 // There are some other properties that can be specified:
  /external/chromium_org/chrome/renderer/resources/extensions/
binding.js 219 for (var property in schema.properties) {
221 'unprivileged' in schema.properties[property]) {
368 var properties = parentDef.properties;
369 if (!properties)
372 forEach(properties, function(propertyName, propertyDef) {
406 // Recursively add properties.
409 // Recursively add properties.
  /external/chromium_org/chromeos/dbus/
shill_profile_client.h 58 const base::DictionaryValue& properties) = 0;
60 // Adds a service to the profile, copying properties from the
  /external/chromium_org/third_party/WebKit/Source/build/scripts/
make_style_shorthands.py 85 "properties": self._properties,
92 "properties": self._properties,
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSParserMode.h 44 // HTML attributes are parsed in quirks mode but also allows internal properties and values.
51 // User agent stylesheets are parsed in standards mode but also allows internal properties and values.
Pair.h 31 // A primitive value representing a pair. This is useful for properties like border-radius, background-size/position,
34 // it (eliminating some extra -webkit- internal properties).
  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGAnimatedPathSegListPropertyTearOff.h 27 #include "core/svg/properties/SVGAnimatedListPropertyTearOff.h"
28 #include "core/svg/properties/SVGPathSegListPropertyTearOff.h"
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
PropertiesSidebarPane.js 35 WebInspector.SidebarPane.call(this, WebInspector.UIString("Properties"));
38 WebInspector.PropertiesSidebarPane._objectGroupName = "properties-sidebar-pane";
  /external/chromium_org/third_party/icu/source/common/
ubidi_props.h 16 * Low-level Unicode bidi/shaping properties access.
96 /* definitions for 16-bit bidi/shaping properties word ---------------------- */
  /external/chromium_org/third_party/mesa/src/include/CL/
cl_gl.h 138 clGetGLContextInfoKHR(const cl_context_properties * /* properties */,
145 const cl_context_properties * properties,
  /external/chromium_org/third_party/mesa/src/src/glx/
glxconfig.h 113 ** Since we send all non-core visual properties as token, value pairs,
117 ** the new properties.
  /external/chromium_org/tools/json_schema_compiler/
h_generator.py 75 if self._namespace.properties:
77 .Append('// Properties')
81 for property in self._namespace.properties.values():
129 for prop in type_.properties.values():
263 properties = type_.properties.values()
265 .Cblock(self._GenerateTypes(p.type_ for p in properties))
266 .Cblock(self._GenerateFields(properties)))
  /external/chromium_org/v8/test/mjsunit/
error-constructors.js 46 // properties, so we simply assert that.
52 // properties on error objects in prototypes.
fast-prototype.js 70 // Adding this many properties makes it slow.
80 // After we add all those properties it went slow mode again :-(
object-literal-overwrite.js 30 // Check that constants and computed properties are overwriting each other
104 // Check that the initializers of computed properties are executed, even if
object-prevent-extensions.js 101 // We should be able to add new properties to the child object.
125 // test same behavior as above, but for integer properties
  /external/clang/include/clang/AST/
Makefile 55 $(Echo) "Building Clang comment HTML tag properties with tblgen"
56 $(Verb) $(ClangTableGen) -gen-clang-comment-html-tags-properties -o $(call SYSPATH, $@) $<
  /external/clang/test/ARCMT/
objcmt-instancetype-2.m 2 // RUN: %clang_cc1 -objcmt-migrate-property -mt-migrate-directory %t %s -x objective-c -fobjc-runtime-has-weak -fobjc-arc -fobjc-default-synthesize-properties -triple x86_64-apple-darwin11
4 // RUN: %clang_cc1 -triple x86_64-apple-darwin11 -fsyntax-only -x objective-c -fobjc-runtime-has-weak -fobjc-arc -fobjc-default-synthesize-properties %s.result
objcmt-instancetype-2.m.result 2 // RUN: %clang_cc1 -objcmt-migrate-property -mt-migrate-directory %t %s -x objective-c -fobjc-runtime-has-weak -fobjc-arc -fobjc-default-synthesize-properties -triple x86_64-apple-darwin11
4 // RUN: %clang_cc1 -triple x86_64-apple-darwin11 -fsyntax-only -x objective-c -fobjc-runtime-has-weak -fobjc-arc -fobjc-default-synthesize-properties %s.result

Completed in 820 milliseconds

<<61626364656667686970>>