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

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/ui/oak/
oak_aura_window_display.cc 44 std::string property = "Type: "; local
47 property.append("WINDOW_TYPE_UNKNOWN");
50 property.append("WINDOW_TYPE_NORMAL");
53 property.append("WINDOW_TYPE_POPUP");
56 property.append("WINDOW_TYPE_CONTROL");
59 property.append("WINDOW_TYPE_PANEL");
62 property.append("WINDOW_TYPE_MENU");
65 property.append("WINDOW_TYPE_TOOLTIP");
71 return ASCIIToUTF16(property);
  /hardware/ti/omap4xxx/camera/inc/
CameraProperties.h 153 char property[PROPERTY_VALUE_MAX]; local
154 property_get("ro.product.manufacturer", property, EXIF_MAKE_DEFAULT);
155 property[0] = toupper(property[0]);
156 set(EXIF_MAKE, property);
157 property_get("ro.product.model", property, EXIF_MODEL_DEFAULT);
158 property[0] = toupper(property[0]);
159 set(EXIF_MODEL, property);
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRPtrBuffer.h 48 @property (getter=getBuffSize, setter=setBuffSize:) NSInteger BuffSize;
49 @property (retain, getter=getBuffer, setter=setBuffer:) NSMutableData *buffer;
50 @property (retain, getter=getPtrBuffer, setter=setPtrBuffer:) id *ptrBuffer;
51 @property (getter=getCount, setter=setCount:) NSInteger count;
52 @property (getter=getPtr, setter=setPtr:) NSInteger ptr;
ANTLRRecognitionException.h 44 @property (retain, getter=getStream, setter=setStream:) id<ANTLRIntStream> input;
45 @property (retain, getter=getToken, setter=setToken:) id<ANTLRToken>token;
46 @property (retain, getter=getNode, setter=setNode:) id<ANTLRTree>node;
47 @property (getter=getLine, setter=setLine:) NSInteger line;
48 @property (getter=getCharPositionInLine, setter=setCharPositionInLine:) NSInteger charPositionInLine;
ANTLRFastQueue.h 42 @property (retain, getter=getPool, setter=setPool) NSAutoreleasePool *pool;
43 @property (retain, getter=getData, setter=setData) NSMutableArray *data;
44 @property (assign, getter=getP, setter=setP) NSInteger p;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRPtrBuffer.h 48 @property (getter=getBuffSize, setter=setBuffSize:) NSInteger BuffSize;
49 @property (retain, getter=getBuffer, setter=setBuffer:) NSMutableData *buffer;
50 @property (retain, getter=getPtrBuffer, setter=setPtrBuffer:) id *ptrBuffer;
51 @property (getter=getCount, setter=setCount:) NSInteger count;
52 @property (getter=getPtr, setter=setPtr:) NSInteger ptr;
ANTLRRecognitionException.h 44 @property (retain, getter=getStream, setter=setStream:) id<ANTLRIntStream> input;
45 @property (retain, getter=getToken, setter=setToken:) id<ANTLRToken>token;
46 @property (retain, getter=getNode, setter=setNode:) id<ANTLRTree>node;
47 @property (getter=getLine, setter=setLine:) NSInteger line;
48 @property (getter=getCharPositionInLine, setter=setCharPositionInLine:) NSInteger charPositionInLine;
ANTLRFastQueue.h 42 @property (retain, getter=getPool, setter=setPool) NSAutoreleasePool *pool;
43 @property (retain, getter=getData, setter=setData) NSMutableArray *data;
44 @property (assign, getter=getP, setter=setP) NSInteger p;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRPtrBuffer.h 48 @property (getter=getBuffSize, setter=setBuffSize:) NSInteger BuffSize;
49 @property (retain, getter=getBuffer, setter=setBuffer:) NSMutableData *buffer;
50 @property (retain, getter=getPtrBuffer, setter=setPtrBuffer:) id *ptrBuffer;
51 @property (getter=getCount, setter=setCount:) NSInteger count;
52 @property (getter=getPtr, setter=setPtr:) NSInteger ptr;
ANTLRRecognitionException.h 44 @property (retain, getter=getStream, setter=setStream:) id<ANTLRIntStream> input;
45 @property (retain, getter=getToken, setter=setToken:) id<ANTLRToken>token;
46 @property (retain, getter=getNode, setter=setNode:) id<ANTLRTree>node;
47 @property (getter=getLine, setter=setLine:) NSInteger line;
48 @property (getter=getCharPositionInLine, setter=setCharPositionInLine:) NSInteger charPositionInLine;
ANTLRFastQueue.h 42 @property (retain, getter=getPool, setter=setPool) NSAutoreleasePool *pool;
43 @property (retain, getter=getData, setter=setData) NSMutableArray *data;
44 @property (assign, getter=getP, setter=setP) NSInteger p;
  /external/chromium/chrome/browser/ui/cocoa/extensions/
browser_action_button.h 78 @property(readonly, nonatomic) BOOL isBeingDragged;
79 @property(readonly, nonatomic) const Extension* extension;
80 @property(readwrite, nonatomic) int tabId;
93 @property(readwrite, nonatomic) int tabId;
94 @property(readwrite, nonatomic) ExtensionAction* extensionAction;
  /external/chromium_org/chrome/browser/ui/cocoa/
draggable_button_mixin.h 52 // Called if the actsOnMouseDown property is set. Fires the button's action and
108 @property(nonatomic) NSTimeInterval durationMouseWasDown;
110 @property(nonatomic) NSTimeInterval whenMouseDown;
113 @property(nonatomic) BOOL actionHasFired;
116 @property(nonatomic) BOOL draggable;
121 @property(nonatomic) BOOL actsOnMouseDown;
info_bubble_view.h 56 @property(assign, nonatomic) info_bubble::BubbleArrowLocation arrowLocation;
57 @property(assign, nonatomic) info_bubble::BubbleAlignment alignment;
58 @property(assign, nonatomic) info_bubble::CornerFlags cornerFlags;
  /external/chromium_org/chrome/browser/ui/cocoa/extensions/
browser_action_button.h 70 @property(readonly, nonatomic) BOOL isBeingDragged;
71 @property(readonly, nonatomic) const extensions::Extension* extension;
72 @property(readwrite, nonatomic) int tabId;
85 @property(readwrite, nonatomic) int tabId;
86 @property(readwrite, nonatomic) ExtensionAction* extensionAction;
  /external/chromium_org/ui/base/x/
active_window_watcher_x.cc 67 int format = 0; // size in bits of each item in 'property'
69 unsigned char* property = NULL; local
74 0, // offset into property data to read
82 &property); local
84 // Check that the property was set and contained a single 32-bit item (we
86 // seems to actually store two values in the property for some unknown
89 int xid = *reinterpret_cast<int*>(property);
95 if (property)
96 XFree(property);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
BufferSubDataTransform.java 44 IGLProperty property = mAccessor.getProperty(state); local
45 mOldData = (byte[]) property.getValue();
60 property.setValue(mNewData);
66 IGLProperty property = mAccessor.getProperty(state); local
67 property.setValue(mOldData);
  /external/v8/test/mjsunit/
mirror-object.js 74 assertEquals('property', properties[i].type(), 'Unexpected mirror type');
75 assertEquals(names[i], properties[i].name(), 'Unexpected property name');
79 var property_mirror = mirror.property(p);
119 // If property type is normal property type is not serialized.
121 assertEquals(properties[i].propertyType(), fromJSON.properties[i].propertyType, 'Unexpected serialized property type');
123 assertTrue(typeof(fromJSON.properties[i].propertyType) === 'undefined', 'Unexpected serialized property type');
137 assertEquals(properties[i].value().type(), o.type, 'Unexpected serialized property type for ' + name);
141 // Null and undefined has no value property.
142 assertFalse("value" in o, 'Unexpected value property for ' + name)
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRFastQueue.h 42 @property (retain) AMutableArray *data;
43 @property (assign) NSUInteger p;
44 @property (assign) NSUInteger range;
ANTLRReaderStream.h 19 @property (retain) NSFileHandle *fh;
20 @property (assign) NSInteger size;
21 @property (assign) NSInteger rbSize;
22 //@property (retain) NSData *data;
  /external/chromium/chrome/browser/ui/cocoa/
base_bubble_controller.h 36 @property(nonatomic, readonly) NSWindow* parentWindow;
37 @property(nonatomic, assign) NSPoint anchorPoint;
38 @property(nonatomic, readonly) InfoBubbleView* bubble;
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_button_cell.h 33 @property(nonatomic, readwrite, assign) const BookmarkNode* bookmarkNode;
34 @property(nonatomic, readwrite, assign) int startingChildIndex;
35 @property(nonatomic, readwrite, assign) BOOL drawFolderArrow;
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_view.h 33 @property(nonatomic, assign) IBOutlet BookmarkBarItemContainer* noItemContainer;
37 @property(nonatomic, readonly) BOOL dropIndicatorShown;
38 @property(nonatomic, readonly) CGFloat dropIndicatorPosition;
  /external/chromium_org/third_party/WebKit/Source/core/css/
StylePropertySet.cpp 233 // Setting the value to an empty string just removes the property in both IE and Gecko.
238 // When replacing an existing property value, this moves the property to the end of the list.
239 // Firefox preserves the position, and MSIE moves the property to the beginning.
258 void MutableStylePropertySet::setProperty(const CSSProperty& property, CSSProperty* slot)
260 if (!removeShorthandProperty(property.id())) {
261 CSSProperty* toReplace = slot ? slot : findCSSPropertyWithID(property.id());
263 *toReplace = property;
264 setPrefixingVariantProperty(property);
268 appendPrefixingVariantProperty(property);
464 const CSSProperty& property = m_propertyVector.at(n); local
497 const PropertyReference& property = propertyAt(i); local
525 PropertyReference property = propertyAt(i); local
539 PropertyReference property = propertyAt(i); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorStyleTextEditor.cpp 47 const InspectorStyleProperty& property = m_allProperties->at(index); local
48 if (property.hasSource) {
49 propertyStart = property.sourceData.range.start;
50 // If inserting before a disabled property, it should be shifted, too.
58 const InspectorStyleProperty& property = m_allProperties->at(i); local
59 if (property.hasSource) {
77 // Prepend a ";" to the property text if appending to a style declaration where
78 // the last property has no trailing ";".
129 InspectorStyleProperty& property = m_allProperties->at(index); local
130 property.setRawTextFromStyleDeclaration(m_styleText)
    [all...]

Completed in 803 milliseconds

1 2 3 4 5 6 7 891011>>