Searched refs:property (Results 276 - 300 of 1626) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/ppapi/thunk/
H A Dppb_url_response_info_thunk.cc26 PP_URLResponseProperty property) {
31 return enter.object()->GetProperty(property);
25 GetProperty(PP_Resource response, PP_URLResponseProperty property) argument
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DRemoveCSSPropertyCommand.h38 static PassRefPtrWillBeRawPtr<RemoveCSSPropertyCommand> create(Document& document, PassRefPtrWillBeRawPtr<Element> element, CSSPropertyID property) argument
40 return adoptRefWillBeNoop(new RemoveCSSPropertyCommand(document, element, property));
/external/chromium_org/tools/cr/cr/actions/
H A Dlinux.py16 @property
39 @property
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
H A Dcros_browser_with_oobe.py22 @property
29 @property
32 than accessing the oobe property.
/external/chromium_org/ui/compositor/
H A Dlayer_animation_observer.cc80 LayerAnimationElement::AnimatableProperty property) const {
81 return AnimationStatusForProperty(property) == ANIMATION_STATUS_ABORTED;
85 LayerAnimationElement::AnimatableProperty property) const {
86 return AnimationStatusForProperty(property) == ANIMATION_STATUS_COMPLETED;
149 LayerAnimationElement::AnimatableProperty property = local
151 property_animation_status_[property] = status;
158 LayerAnimationElement::AnimatableProperty property) const {
160 property_animation_status_.find(property);
/external/chromium_org/ui/views/cocoa/
H A Dbridged_content_view.h36 @property(readonly, nonatomic) views::View* hostedView;
37 @property(assign, nonatomic) ui::TextInputClient* textInputClient;
/external/lldb/scripts/Python/interface/
H A DSBFileSpec.i83 if _newclass: fullpath = property(__get_fullpath__, None, doc='''A read only property that returns the fullpath as a python string.''')
86 if _newclass: basename = property(GetFilename, None, doc='''A read only property that returns the path basename as a python string.''')
89 if _newclass: dirname = property(GetDirectory, None, doc='''A read only property that returns the path directory name as a python string.''')
92 if _newclass: exists = property(Exists, None, doc='''A read only property that returns a boolean value that indicates if the file exists.''')
H A DSBType.i48 if _newclass: name = property(GetName, None, doc='''A read only property that returns the name for this member as a string.''')
51 if _newclass: type = property(GetType, None, doc='''A read only property that returns an lldb object that represents the type (lldb.SBType) for this member.''')
54 if _newclass: byte_offset = property(GetOffsetInBytes, None, doc='''A read only property that returns offset in bytes for this member as an integer.''')
57 if _newclass: bit_offset = property(GetOffsetInBits, None, doc='''A read only property that returns offset in bits for this member as an integer.''')
60 if _newclass: is_bitfield = property(IsBitfield, None, doc='''A read only property tha
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DStylePropertySet.cpp261 // Setting the value to an empty string just removes the property in both IE and Gecko.
266 // When replacing an existing property value, this moves the property to the end of the list.
267 // Firefox preserves the position, and MSIE moves the property to the beginning.
286 void MutableStylePropertySet::setProperty(const CSSProperty& property, CSSProperty* slot) argument
288 if (!removeShorthandProperty(property.id())) {
289 CSSProperty* toReplace = slot ? slot : findCSSPropertyWithID(property.id());
291 *toReplace = property;
292 setPrefixingVariantProperty(property);
296 appendPrefixingVariantProperty(property);
299 getIndexInShorthandVectorForPrefixingVariant(const CSSProperty& property, CSSPropertyID prefixingVariant) argument
310 appendPrefixingVariantProperty(const CSSProperty& property) argument
320 setPrefixingVariantProperty(const CSSProperty& property) argument
355 addParsedProperty(const CSSProperty& property) argument
458 const CSSProperty& property = properties[n]; local
490 PropertyReference property = propertyAt(i); local
504 PropertyReference property = propertyAt(i); local
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRLookaheadStream.h45 @property (readwrite, retain, getter=getEof, setter=setEof) id eof;
46 @property (assign, getter=getEofElementIndex, setter=setEofElementIndex) NSInteger eofElementIndex;
47 @property (assign, getter=getLastMarker, setter=setLastMarker) NSInteger lastMarker;
48 @property (assign, getter=getMarkDepth, setter=setMarkDepth) NSInteger markDepth;
H A DANTLRTreeRuleReturnScope.h40 @property (retain, getter=getStart, setter=setStart:) ANTLRCommonTree *startNode;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRLookaheadStream.h45 @property (readwrite, retain, getter=getEof, setter=setEof) id eof;
46 @property (assign, getter=getEofElementIndex, setter=setEofElementIndex) NSInteger eofElementIndex;
47 @property (assign, getter=getLastMarker, setter=setLastMarker) NSInteger lastMarker;
48 @property (assign, getter=getMarkDepth, setter=setMarkDepth) NSInteger markDepth;
H A DANTLRTreeRuleReturnScope.h40 @property (retain, getter=getStart, setter=setStart:) ANTLRCommonTree *startNode;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRLookaheadStream.h45 @property (readwrite, retain, getter=getEof, setter=setEof) id eof;
46 @property (assign, getter=getEofElementIndex, setter=setEofElementIndex) NSInteger eofElementIndex;
47 @property (assign, getter=getLastMarker, setter=setLastMarker) NSInteger lastMarker;
48 @property (assign, getter=getMarkDepth, setter=setMarkDepth) NSInteger markDepth;
H A DANTLRTreeRuleReturnScope.h40 @property (retain, getter=getStart, setter=setStart:) ANTLRCommonTree *startNode;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DAMutableArray.h45 @property (assign) NSInteger BuffSize;
46 @property (assign, getter=count, setter=setCount:) NSInteger count;
47 @property (retain) NSMutableData *buffer;
48 @property (assign) id *ptrBuffer;
H A DANTLRCommonErrorNode.h63 @property (retain) id<ANTLRIntStream> input;
64 @property (retain) id<ANTLRToken> startToken;
65 @property (retain) id<ANTLRToken> stopToken;
66 @property (retain) ANTLRRecognitionException *trappedException;
H A DANTLREarlyExitException.h37 @property int decisionNumber;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
H A DSimpleCParser.h72 @property (retain, getter=getTree, setter=setTree:) ANTLRCommonTree *tree;
91 @property (retain, getter=getTree, setter=setTree:) ANTLRCommonTree *tree;
110 @property (retain, getter=getTree, setter=setTree:) ANTLRCommonTree *tree;
129 @property (retain, getter=getTree, setter=setTree:) ANTLRCommonTree *tree;
148 @property (retain, getter=getTree, setter=setTree:) ANTLRCommonTree *tree;
167 @property (retain, getter=getTree, setter=setTree:) ANTLRCommonTree *tree;
186 @property (retain, getter=getTree, setter=setTree:) ANTLRCommonTree *tree;
205 @property (retain, getter=getTree, setter=setTree:) ANTLRCommonTree *tree;
224 @property (retain, getter=getTree, setter=setTree:) ANTLRCommonTree *tree;
243 @property (retai
[all...]
/external/chromium_org/chrome/browser/ui/cocoa/autofill/
H A Dautofill_main_container.h51 @property(assign, nonatomic) AutofillDialogWindowController* target;
102 @property(readonly, nonatomic) NSButton* saveInChromeCheckboxForTesting;
103 @property(readonly, nonatomic) NSImageView* buttonStripImageForTesting;
104 @property(readonly, nonatomic) NSImageView* saveInChromeTooltipForTesting;
/external/chromium_org/chrome/browser/ui/cocoa/
H A Dbackground_gradient_view.h18 @property(nonatomic, assign) BOOL showsDivider;
H A Ddraggable_button.h21 @property(readonly, nonatomic) DraggableButtonImpl* draggableButton;
/external/chromium_org/chrome/browser/ui/cocoa/passwords/
H A Dmanage_passwords_bubble_manage_view_controller.h23 @property(readonly) NSArray* itemViews;
46 @property(readonly) NSButton* doneButton;
47 @property(readonly) NSButton* manageButton;
48 @property(readonly) NSView* contentView;
/external/chromium_org/chrome/browser/ui/cocoa/tab_contents/
H A Doverlayable_contents_controller.h31 @property(readonly, nonatomic) NSView* activeContainer;
/external/chromium_org/chrome/browser/ui/cocoa/toolbar/
H A Dtoolbar_button.h19 @property(assign, nonatomic) BOOL handleMiddleClick;

Completed in 660 milliseconds

<<11121314151617181920>>