HomeSort by relevance Sort by last modified time
    Searched refs:property (Results 26 - 50 of 1980) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_section_view.h 21 @property (readonly, nonatomic, getter=hoverColor) NSColor* hoverColor;
24 @property(assign, nonatomic) BOOL shouldHighlightOnHover;
27 @property(readonly, nonatomic) BOOL isHighlighted;
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objctests/
RTCSessionDescriptionSyncObserver.h 40 @property(atomic, copy) NSString *error;
42 @property(atomic, strong) RTCSessionDescription *sessionDescription;
44 @property(atomic, assign) BOOL success;
  /external/chromium_org/third_party/libjingle/source/talk/examples/ios/AppRTCDemo/
APPRTCViewController.h 33 @property (weak, nonatomic) IBOutlet UITextField *textField;
34 @property (weak, nonatomic) IBOutlet UITextView *textInstructions;
35 @property (weak, nonatomic) IBOutlet UITextView *textOutput;
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/category/
PropertyCategoryProvider.java 11 package org.eclipse.wb.internal.core.model.property.category;
13 import org.eclipse.wb.internal.core.model.property.Property;
16 * This interface is used to get {@link PropertyCategory} for {@link Property}.
19 * @coverage core.model.property
23 * @return the {@link PropertyCategory} of given Property, not <code>null</code>.
25 PropertyCategory getCategory(Property property);
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
ITextValuePropertyEditor.java 11 package org.eclipse.wb.internal.core.model.property.editor;
13 import org.eclipse.wb.internal.core.model.property.Property;
19 * @coverage core.model.property.editor
25 void setText(Property property, String text) throws Exception;
DoubleObjectPropertyEditor.java 11 package org.eclipse.wb.internal.core.model.property.editor;
15 import org.eclipse.wb.internal.core.model.property.Property;
24 * @coverage core.model.property.editor
43 public String getText(Property property) throws Exception {
44 Object value = property.getValue();
60 protected String getEditorText(Property property) throws Exception {
61 return getText(property);
    [all...]
IntegerObjectPropertyEditor.java 11 package org.eclipse.wb.internal.core.model.property.editor;
15 import org.eclipse.wb.internal.core.model.property.Property;
24 * @coverage core.model.property.editor
43 public String getText(Property property) throws Exception {
44 Object value = property.getValue();
60 protected String getEditorText(Property property) throws Exception {
61 return getText(property);
    [all...]
LongObjectPropertyEditor.java 11 package org.eclipse.wb.internal.core.model.property.editor;
15 import org.eclipse.wb.internal.core.model.property.Property;
24 * @coverage core.model.property.editor
43 public String getText(Property property) throws Exception {
44 Object value = property.getValue();
60 protected String getEditorText(Property property) throws Exception {
61 return getText(property);
    [all...]
ShortObjectPropertyEditor.java 11 package org.eclipse.wb.internal.core.model.property.editor;
15 import org.eclipse.wb.internal.core.model.property.Property;
24 * @coverage core.model.property.editor
43 public String getText(Property property) throws Exception {
44 Object value = property.getValue();
60 protected String getEditorText(Property property) throws Exception {
61 return getText(property);
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
IPropertyExceptionHandler.java 11 package org.eclipse.wb.internal.core.model.property.table;
13 import org.eclipse.wb.internal.core.model.property.Property;
14 import org.eclipse.wb.internal.core.model.property.editor.PropertyEditor;
18 * {@link Property} modifications using {@link PropertyEditor}'s.
21 * @coverage core.model.property.table
  /external/qemu/
device_tree.h 20 const char *property, void *val_array, int size);
22 const char *property, uint32_t val);
24 const char *property, const char *string);
  /frameworks/base/core/jni/android/graphics/
RtlProperties.h 41 char property[PROPERTY_VALUE_MAX]; local
42 if (property_get(RTL_PROPERTY_DEBUG, property, NULL) > 0) {
43 return (RtlDebugLevel) atoi(property);
  /external/chromium/chrome/browser/ui/cocoa/
animatable_image.h 39 @property(nonatomic) CGRect startFrame;
40 @property(nonatomic) CGRect endFrame;
41 @property(nonatomic) CGFloat startOpacity;
42 @property(nonatomic) CGFloat endOpacity;
43 @property(nonatomic) CGFloat duration;
  /external/chromium_org/chrome/browser/ui/cocoa/
animatable_image.h 38 @property(nonatomic) CGRect startFrame;
39 @property(nonatomic) CGRect endFrame;
40 @property(nonatomic) CGFloat startOpacity;
41 @property(nonatomic) CGFloat endOpacity;
42 @property(nonatomic) CGFloat duration;
  /hardware/qcom/display/msm8960/libqdutils/
comptype.h 63 char property[PROPERTY_VALUE_MAX]; local
65 if (property_get("debug.composition.type", property, "gpu") > 0) {
66 if ((strncmp(property, "mdp", 3)) == 0) {
68 } else if ((strncmp(property, "c2d", 3)) == 0) {
70 } else if ((strncmp(property, "dyn", 3)) == 0) {
  /hardware/qcom/display/msm8974/libqdutils/
comptype.h 63 char property[PROPERTY_VALUE_MAX]; local
65 if (property_get("debug.composition.type", property, "gpu") > 0) {
66 if ((strncmp(property, "mdp", 3)) == 0) {
68 } else if ((strncmp(property, "c2d", 3)) == 0) {
70 } else if ((strncmp(property, "dyn", 3)) == 0) {
  /hardware/qcom/display/msm8x26/libqdutils/
comptype.h 63 char property[PROPERTY_VALUE_MAX]; local
65 if (property_get("debug.composition.type", property, "gpu") > 0) {
66 if ((strncmp(property, "mdp", 3)) == 0) {
68 } else if ((strncmp(property, "c2d", 3)) == 0) {
70 } else if ((strncmp(property, "dyn", 3)) == 0) {
  /external/chromium/chrome/browser/ui/cocoa/extensions/
browser_actions_container_view.h 74 @property(nonatomic, readonly) NSRect animationEndFrame;
75 @property(nonatomic) BOOL canDragLeft;
76 @property(nonatomic) BOOL canDragRight;
77 @property(nonatomic) BOOL grippyPinned;
78 @property(nonatomic,getter=isResizable) BOOL resizable;
79 @property(nonatomic) CGFloat maxWidth;
80 @property(readonly, nonatomic) BOOL userIsResizing;
  /external/chromium_org/chrome/browser/ui/cocoa/extensions/
browser_actions_container_view.h 73 @property(nonatomic, readonly) NSRect animationEndFrame;
74 @property(nonatomic) BOOL canDragLeft;
75 @property(nonatomic) BOOL canDragRight;
76 @property(nonatomic) BOOL grippyPinned;
77 @property(nonatomic,getter=isResizable) BOOL resizable;
78 @property(nonatomic) CGFloat maxWidth;
79 @property(readonly, nonatomic) BOOL userIsResizing;
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/
VCardEntryTests.java 113 VCardProperty property = new VCardProperty(); local
114 property.setName(VCardConstants.PROPERTY_N);
115 property.setValues("test1");
116 entryConstructor.onPropertyCreated(property);
119 property = new VCardProperty();
120 property.setName(VCardConstants.PROPERTY_N);
121 property.setValues("test2");
122 entryConstructor.onPropertyCreated(property);
125 property = new VCardProperty();
126 property.setName(VCardConstants.PROPERTY_TEL)
206 VCardProperty property = new VCardProperty(); local
317 VCardProperty property = new VCardProperty(); local
340 VCardProperty property = new VCardProperty(); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
ElementStyleResources.cpp 41 PassRefPtr<StyleImage> ElementStyleResources::styleImage(const TextLinkColors& textLinkColors, CSSPropertyID property, CSSValue* value)
44 return cachedOrPendingFromValue(property, toCSSImageValue(value));
48 return generatedOrPendingFromValue(property, static_cast<CSSGradientValue*>(value)->gradientWithStylesResolved(textLinkColors).get());
49 return generatedOrPendingFromValue(property, static_cast<CSSImageGeneratorValue*>(value));
53 return setOrPendingFromValue(property, static_cast<CSSImageSetValue*>(value));
56 return cursorOrPendingFromValue(property, static_cast<CSSCursorImageValue*>(value));
61 PassRefPtr<StyleImage> ElementStyleResources::generatedOrPendingFromValue(CSSPropertyID property, CSSImageGeneratorValue* value)
64 m_pendingImageProperties.set(property, value);
70 PassRefPtr<StyleImage> ElementStyleResources::setOrPendingFromValue(CSSPropertyID property, CSSImageSetValue* value)
74 m_pendingImageProperties.set(property, value)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/scripts/
make_style_shorthands.py 53 for property in self._properties:
54 cc = self._camelcase_property_name(property["name"])
55 property["property_id"] = self._create_css_property_name_enum_value(cc)
57 property["camel_case_name"] = cc
58 longhands = property["longhands"].split(';')
59 property["camel_case_longhands"] = list()
63 property["camel_case_longhands"].append(longhand)
64 self._longhand_dictionary[longhand].append(property)
65 if property["runtimeEnabledShorthand"] is not None:
66 lowerFirstConditional = self._lower_first(property["runtimeEnabledShorthand"]
    [all...]
make_style_builder.py 53 # These depend on property name by default
75 def set_if_none(property, key, value):
76 if property[key] is None:
77 property[key] = value
79 for property in self._properties:
80 cc = self._camelcase_property_name(property["name"])
81 property["property_id"] = "CSSProperty" + cc
82 cc = property["name_for_methods"] or cc.replace("Webkit", "")
83 property["camel_case_name"] = cc
84 set_if_none(property, "type_name", "E" + cc
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/editor/structure/property/
PropertyListIntersector.java 11 package org.eclipse.wb.internal.core.editor.structure.property;
15 import org.eclipse.wb.internal.core.model.property.Property;
16 import org.eclipse.wb.internal.core.model.property.PropertyManager;
22 * Helper for computing intersection of {@link Property} arrays.
38 public void intersect(Property[] properties) {
42 Property property = properties[i]; local
43 m_intersection.add(new PropertyGroup(property));
56 * @return the array of matched composite {@link Property}'s.
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/scripts/templates/
StylePropertyShorthand.cpp.tmpl 31 {%- for property_id, property in properties.items() %}
33 const StylePropertyShorthand& {{ property.camel_case_name }}Shorthand()
35 static const CSSPropertyID {{ property.camel_case_name }}Properties[] = {
36 {%- for longhand_id in property.camel_case_longhands %}
40 DEFINE_STATIC_LOCAL(StylePropertyShorthand, {{ property.camel_case_name }}Longhands, ({{ property_id }}, {{ property.camel_case_name }}Properties, WTF_ARRAY_LENGTH({{ property.camel_case_name }}Properties)));
41 return {{ property.camel_case_name }}Longhands;
45 // Returns an empty list if the property is not a shorthand
50 {%- for property_id, property in properties.items() %
    [all...]

Completed in 877 milliseconds

12 3 4 5 6 7 8 91011>>