Searched refs:property (Results 126 - 150 of 1626) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/ui/cocoa/constrained_window/
H A Dconstrained_window_alert.h27 @property(nonatomic, copy) NSString* informativeText;
28 @property(nonatomic, copy) NSString* messageText;
29 @property(nonatomic, retain) NSView* accessoryView;
30 @property(nonatomic, readonly) NSArray* buttons;
31 @property(nonatomic, readonly) NSButton* closeButton;
32 @property(nonatomic, readonly) NSWindow* window;
57 @property(nonatomic, readonly) NSButton* linkView;
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
H A DTextDisplayPropertyEditor.java11 package org.eclipse.wb.internal.core.model.property.editor;
14 import org.eclipse.wb.internal.core.model.property.Property;
15 import org.eclipse.wb.internal.core.model.property.table.PropertyTable;
16 import org.eclipse.wb.internal.core.model.property.table.PropertyTooltipProvider;
24 * @coverage core.model.property.editor
33 public void paint(Property property, GC gc, int x, int y, int width, int height) throws Exception { argument
34 String text = getText(property);
44 protected abstract String getText(Property property) throws Exception; argument
H A DEnumerationValuesPropertyEditor.java11 package org.eclipse.wb.internal.core.model.property.editor;
16 import org.eclipse.wb.internal.core.model.property.Property;
26 * @coverage core.model.property.editor
59 public String getText(Property property) throws Exception { argument
60 Object value = property.getValue();
96 // public String getClipboardSource(GenericProperty property) throws Exception {
97 // Object value = property.getValue();
107 protected void addItems(Property property, CCombo3 combo) throws Exception { argument
114 protected void selectItem(Property property, CCombo3 combo) throws Exception { argument
115 combo.setText(getText(property));
119 toPropertyEx(Property property, CCombo3 combo, int index) argument
[all...]
H A DBooleanPropertyEditor.java11 package org.eclipse.wb.internal.core.model.property.editor;
17 import org.eclipse.wb.internal.core.model.property.Property;
18 import org.eclipse.wb.internal.core.model.property.table.PropertyTable;
25 * @coverage core.model.property.editor
48 public void paint(Property property, GC gc, int x, int y, int width, int height) throws Exception { argument
49 Object value = property.getValue();
82 public boolean activate(PropertyTable propertyTable, Property property, Point location) argument
86 invertValue(property);
93 public void doubleClick(Property property, Point location) throws Exception { argument
94 invertValue(property);
100 invertValue(Property property) argument
[all...]
H A DAbstractComboBoxPropertyEditor.java11 package org.eclipse.wb.internal.core.model.property.editor;
15 import org.eclipse.wb.internal.core.model.property.Property;
16 import org.eclipse.wb.internal.core.model.property.table.PropertyTable;
37 * @coverage core.model.property.editor
50 final Property property,
54 addItems(property, m_combo);
55 selectItem(property, m_combo);
60 handleKeyPressed(propertyTable, property, e);
91 private void handleKeyPressed(PropertyTable propertyTable, Property property, KeyEvent e) { argument
102 public final void deactivate(PropertyTable propertyTable, Property property, boolea argument
49 activate(final PropertyTable propertyTable, final Property property, Point location) argument
112 toProperty(PropertyTable propertyTable, Property property) argument
126 keyDown(PropertyTable propertyTable, Property property, KeyEvent event) argument
144 addItems(Property property, CComboBox combo) argument
149 selectItem(Property property, CComboBox combo) argument
155 toPropertyEx(Property property, CComboBox combo) argument
[all...]
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
H A DCompoundPropertyEditorPresentation.java11 package org.eclipse.wb.internal.core.model.property.editor.presentation;
15 import org.eclipse.wb.internal.core.model.property.Property;
16 import org.eclipse.wb.internal.core.model.property.table.PropertyTable;
25 * @coverage core.model.property.editor
50 Property property,
57 int presentationWidth = presentation.show(propertyTable, property, x, y, width, height);
65 public void hide(PropertyTable propertyTable, Property property) { argument
67 presentation.hide(propertyTable, property);
49 show(PropertyTable propertyTable, Property property, int x, int y, int width, int height) argument
/external/chromium_org/chrome/browser/ui/cocoa/wrench_menu/
H A Dwrench_menu_controller.h103 @property(assign, nonatomic) IBOutlet MenuTrackedRootView* editItem;
104 @property(assign, nonatomic) IBOutlet NSButton* editCut;
105 @property(assign, nonatomic) IBOutlet NSButton* editCopy;
106 @property(assign, nonatomic) IBOutlet NSButton* editPaste;
107 @property(assign, nonatomic) IBOutlet MenuTrackedRootView* zoomItem;
108 @property(assign, nonatomic) IBOutlet NSButton* zoomPlus;
109 @property(assign, nonatomic) IBOutlet NSButton* zoomDisplay;
110 @property(assign, nonatomic) IBOutlet NSButton* zoomMinus;
111 @property(assign, nonatomic) IBOutlet NSButton* zoomFullScreen;
/external/chromium_org/tools/telemetry/telemetry/core/backends/
H A Dbrowser_backend.py37 @property
41 @property
46 @property
50 @property
54 @property
59 @property
63 @property
67 @property
77 @property
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRCharStreamState.h41 @property (getter=getP,setter=setP:) NSInteger p;
42 @property (getter=getLine,setter=setLine:) NSInteger line;
43 @property (getter=getCharPositionInLine,setter=setCharPositionInLine:) NSInteger charPositionInLine;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRCharStreamState.h41 @property (getter=getP,setter=setP:) NSInteger p;
42 @property (getter=getLine,setter=setLine:) NSInteger line;
43 @property (getter=getCharPositionInLine,setter=setCharPositionInLine:) NSInteger charPositionInLine;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRCharStreamState.h41 @property (getter=getP,setter=setP:) NSInteger p;
42 @property (getter=getLine,setter=setLine:) NSInteger line;
43 @property (getter=getCharPositionInLine,setter=setCharPositionInLine:) NSInteger charPositionInLine;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRStringStreamState.h54 @property (assign) NSUInteger index;
55 @property (assign) NSUInteger line;
56 @property (assign) NSUInteger charPositionInLine;
H A DACBTree.h30 @property (assign) NSInteger recnum;
31 @property (retain) NSString *key;
59 @property (retain) AMutableDictionary *dict;
60 @property (retain) ACBTree *lnode;
61 @property (retain) ACBTree *rnode;
62 @property (assign) ACBKey **keys;
63 @property (assign) ACBTree **btNodes;
64 @property (assign) NSInteger lnodeid;
65 @property (assign) NSInteger rnodeid;
66 @property (assig
[all...]
H A DANTLRToken.h52 @property (retain, getter = text, setter = setText:) NSString *text;
53 @property (assign) NSInteger type;
54 @property (assign) NSUInteger line;
55 @property (assign) NSUInteger charPositionInLine;
H A DANTLRTreePatternParser.h59 @property (retain) ANTLRTreePatternLexer *tokenizer;
60 @property NSInteger ttype;
61 @property (retain) ANTLRTreeWizard *wizard;
62 @property (retain) id<ANTLRTreeAdaptor> adaptor;
/external/chromium_org/chrome/browser/ui/cocoa/
H A Dinfo_bubble_window.h47 @property(nonatomic) info_bubble::AllowedAnimations allowedAnimations;
48 @property(nonatomic) BOOL canBecomeKeyWindow;
49 @property(nonatomic) BOOL allowShareParentKeyState;
H A Dmenu_button.h18 // the |openMenuOnClick| property. If YES, the target-action mechanism will be
20 // used for the Wrench menu, for example. When the property is NO, the button
39 @property(retain, nonatomic) IBOutlet NSMenu* attachedMenu;
43 @property(assign, nonatomic) BOOL openMenuOnClick;
46 @property(assign, nonatomic) BOOL openMenuOnRightClick;
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
H A DRTCDataChannel+Internal.h35 @property(nonatomic, readonly) const webrtc::DataBuffer* dataBuffer;
43 @property(nonatomic, readonly) const webrtc::DataChannelInit* dataChannelInit;
49 @property(nonatomic, readonly)
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/public/
H A DRTCMediaStream.h36 @property(nonatomic, strong, readonly) NSArray *audioTracks;
37 @property(nonatomic, strong, readonly) NSArray *videoTracks;
38 @property(nonatomic, strong, readonly) NSString *label;
H A DRTCMediaStreamTrack.h44 @property(nonatomic, readonly) NSString* kind;
45 @property(nonatomic, readonly) NSString* label;
46 @property(nonatomic, weak) id<RTCMediaStreamTrackDelegate> delegate;
/external/chromium_org/tools/cr/cr/base/
H A Dlinux.py34 @property
38 @property
42 @property
/external/chromium_org/ui/base/cocoa/controls/
H A Dhyperlink_button_cell.h33 @property(nonatomic, retain) NSColor* textColor;
34 @property(nonatomic, assign) BOOL underlineOnHover;
35 @property(nonatomic, assign) BOOL shouldUnderline;
/external/chromium_org/ui/base/cocoa/
H A Dremote_layer_api.h32 // that is set as the |layer| property on the CAContext.
36 @property(readonly) CAContextID contextId;
37 @property(retain) CALayer *layer;
41 // being rendered by another process. Setting the |contextId| property on
46 @property CAContextID contextId;
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/
H A DEmptyProperty.java11 package org.eclipse.wb.internal.core.model.property;
13 import org.eclipse.wb.internal.core.model.property.editor.PropertyEditor;
14 import org.eclipse.wb.internal.core.model.property.editor.string.StringPropertyEditor;
20 * @coverage core.model.property
/external/lldb/scripts/Python/interface/
H A DSBFrame.i281 if _newclass: pc = property(GetPC, SetPC)
284 if _newclass: addr = property(GetPCAddress, None, doc='''A read only property that returns the program counter (PC) as a section offset address (lldb.SBAddress).''')
287 if _newclass: fp = property(GetFP, None, doc='''A read only property that returns the frame pointer (FP) as an unsigned integer.''')
290 if _newclass: sp = property(GetSP, None, doc='''A read only property that returns the stack pointer (SP) as an unsigned integer.''')
293 if _newclass: module = property(GetModule, None, doc='''A read only property that returns an lldb object that represents the module (lldb.SBModule) for this stack frame.''')
296 if _newclass: compile_unit = property(GetCompileUni
[all...]

Completed in 1151 milliseconds

1234567891011>>