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

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/ui/cocoa/wrench_menu/
menu_tracked_button.h 17 // allow for setting the cell's highlight property. When in a drag cycle,
38 @property(nonatomic, readonly, getter=isTracking) BOOL tracking;
  /external/chromium_org/ppapi/c/
ppb_url_response_info.h 113 * GetProperty() gets a response property.
117 * @param[in] property A <code>PP_URLResponseProperty</code> identifying
118 * the type of property in the response.
120 * @return A <code>PP_Var</code> containing the response property value if
124 PP_URLResponseProperty property);
  /external/chromium_org/ppapi/thunk/
ppb_url_request_info_api.h 21 virtual PP_Bool SetProperty(PP_URLRequestProperty property,
  /external/chromium_org/remoting/host/mac/
me2me_preference_pane_disable.h 15 @property (retain) id delegate;
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCMediaSource+Internal.h 34 @property(nonatomic, assign, readonly)
RTCMediaStream+Internal.h 34 @property(nonatomic, assign, readonly)
RTCMediaStreamTrack+Internal.h 34 @property(nonatomic, assign, readonly)
RTCPeerConnection+Internal.h 37 @property(nonatomic, assign, readonly)
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/public/
RTCVideoRenderer.h 36 @property(nonatomic, strong) id<RTCVideoRendererDelegate> delegate;
RTCVideoTrack.h 36 @property(nonatomic, strong, readonly) NSArray *renderers;
  /external/chromium_org/third_party/skia/src/views/mac/
SkNSView.h 33 @property (nonatomic, readonly) SkOSWindow *fWind;
34 @property (nonatomic, retain) NSString* fTitle;
36 @property (nonatomic, retain) NSOpenGLContext* fGLContext;
38 @property (nonatomic, assign) id<SkNSViewOptionsDelegate> fOptionsDelegate;
  /external/chromium_org/tools/telemetry/telemetry/core/
extension_to_load.py 34 @property
47 @property
52 @property
62 @property
  /external/chromium_org/ui/app_list/cocoa/
scroll_view_with_no_scrollbars.h 26 @property(assign, nonatomic) id<GestureScrollDelegate> delegate;
  /external/chromium_org/ui/base/cocoa/
hover_button.h 32 @property(nonatomic) HoverState hoverState;
  /external/chromium_org/ui/compositor/test/
layer_animator_test_controller.h 21 // Returns the running sequence animating the given property, if any.
23 LayerAnimationElement::AnimatableProperty property);
  /external/clang/test/PCH/
objcxx-ivar-class.h 11 @property(assign, nonatomic) S position;
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
PropertyEditorProvider.java 11 package org.eclipse.wb.internal.core.model.property.editor;
19 * @coverage core.model.property.editor
23 * @return the {@link PropertyEditor} for given property type or <code>null</code>.
StringListPropertyEditor.java 11 package org.eclipse.wb.internal.core.model.property.editor;
14 import org.eclipse.wb.internal.core.model.property.Property;
20 * @coverage core.model.property.editor
32 protected void toPropertyEx_simpleProperty(Property property, CCombo3 combo, int index)
34 property.setValue(m_strings[index]);
  /external/icu4c/common/
propname.cpp 29 * Get the next non-ignorable ASCII character from a property name
52 * Get the next non-ignorable EBCDIC character from a property name
75 * Unicode property names and property value names are compared "loosely".
78 * For all property names, property value names, and for property values for
147 int32_t PropNameData::findProperty(int32_t property) {
154 if(property<start) {
157 if(property<limit)
    [all...]
propname.h 22 * This header defines the in-memory layout of the property names data
29 /* low-level char * property name comparison -------------------------------- */
35 * Unicode property names and property value names are compared "loosely".
38 * For all property names, property value names, and for property values for
99 static const char *getPropertyName(int32_t property, int32_t nameChoice);
100 static const char *getPropertyValueName(int32_t property, int32_t value, int32_t nameChoice);
103 static int32_t getPropertyValueEnum(int32_t property, const char *alias)
    [all...]
  /external/skia/src/views/mac/
SkNSView.h 33 @property (nonatomic, readonly) SkOSWindow *fWind;
34 @property (nonatomic, retain) NSString* fTitle;
36 @property (nonatomic, retain) NSOpenGLContext* fGLContext;
38 @property (nonatomic, assign) id<SkNSViewOptionsDelegate> fOptionsDelegate;
  /frameworks/base/libs/hwui/
FboCache.cpp 33 char property[PROPERTY_VALUE_MAX]; local
34 if (property_get(PROPERTY_FBO_CACHE_SIZE, property, NULL) > 0) {
35 INIT_LOGD(" Setting fbo cache size to %s", property);
36 mMaxSize = atoi(property);
  /frameworks/opt/vcard/java/com/android/vcard/
VCardEntryCounter.java 46 public void onPropertyCreated(VCardProperty property) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
StringXmlPropertyDialog.java 23 import org.eclipse.wb.internal.core.model.property.Property;
24 import org.eclipse.wb.internal.core.model.property.editor.string.StringPropertyDialog;
27 StringXmlPropertyDialog(Shell parentShell, Property property) throws Exception {
28 super(parentShell, property);
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRCommonTreeNodeStream.h 60 @property (retain, getter=getRoot, setter=setRoot:) ANTLRCommonTree *root;
61 @property (retain, getter=getTokens,setter=setTokens:) id<ANTLRTokenStream> tokens;
62 @property (retain, getter=getTreeAdaptor, setter=setTreeAdaptor:) ANTLRCommonTreeAdaptor *adaptor;
63 @property (assign, getter=getLevel, setter=setLevel:) NSInteger level;
117 @property (retain) ANTLRTreeIterator *it;
118 @property (retain) ANTLRIntArray *calls;
119 @property BOOL hasNilRoot;

Completed in 1231 milliseconds

<<11121314151617181920>>