Searched refs:overridden (Results 1 - 25 of 79) sorted by relevance

1234

/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DCSSProperty.js26 WebInspector.CSSProperty = function(index, text, name, value, priority, enabled, overridden, implicit, anonymous, valid, styleSheetTextRange, styleDeclarationTextRange)
33 this.update(text, name, value, priority, enabled, overridden, implicit, anonymous, valid, styleSheetTextRange, styleDeclarationTextRange, true);
40 OverriddenStatusChanged: "css-property-overridden-status-changed"
68 update: function(text, name, value, priority, enabled, overridden, implicit, anonymous, valid, styleSheetTextRange, styleDeclarationTextRange, dontFireEvents)
75 overridden = overridden || false;
87 // Use the setter for overridden if we want to fire events since the
90 this.overridden = overridden;
92 this._overridden = overridden;
[all...]
H A DDOMNodeStyles.js580 var overridden = false; variable
590 overridden = true;
621 property.update(text, name, value, priority, enabled, overridden, implicit, anonymous, valid, styleSheetTextRange, styleDeclarationTextRange);
632 pendingProperty.update(text, name, value, priority, enabled, overridden, implicit, anonymous, valid, styleSheetTextRange, styleDeclarationTextRange);
638 return new WebInspector.CSSProperty(index, text, name, value, priority, enabled, overridden, implicit, anonymous, valid, styleSheetTextRange, styleDeclarationTextRange);
762 // of occurrences so we have unique rules per occurrence, that way properties will be correctly marked as overridden.
959 property.overridden = false;
964 property.overridden = false;
974 property.overridden = true;
978 property.overridden
[all...]
H A DCSSStyleDeclaration.js119 // overridden properties.
167 // Delay firing the PropertiesChanged event so DOMNodeStyles has a chance to mark overridden and associated properties.
231 // account for overridden properties.
239 if (bestMatchProperty && !bestMatchProperty.overridden && property.overridden)
/macosx-10.10/vim-55/runtime/syntax/
H A Dtaskdata.vim34 " The default methods for highlighting. Can be overridden later.
H A Dtaskedit.vim26 " The default methods for highlighting. Can be overridden later.
H A Dabaqus.vim38 " The default methods for highlighting. Can be overridden later
H A Dhex.vim41 " The default methods for highlighting. Can be overridden later
H A Ddtd.vim47 " and is not overridden later. If this is annoying,
71 " evenutally overridden by dtdEntity
H A Delf.vim76 " The default methods for highlighting. Can be overridden later.
H A Dmodula3.vim59 " The default methods for highlighting. Can be overridden later
H A Dampl.vim126 " The default methods for highlighting. Can be overridden later.
H A Dasm.vim84 " The default methods for highlighting. Can be overridden later
H A Dregistry.vim95 " The default methods for highlighting. Can be overridden later
H A Dsqlj.vim87 " The default methods for highlighting. Can be overridden later.
H A Db.vim83 " The default methods for highlighting. Can be overridden later
H A Diss.vim118 " The default methods for highlighting. Can be overridden later
H A Dlhaskell.vim15 " This behaviour can be overridden, both glabally and locally using
/macosx-10.10/WebCore-7600.1.25/page/animation/
H A DImplicitAnimation.h62 virtual bool overridden() const override { return m_overridden; }
H A DAnimationBase.h97 ResumeOverride, // resume an overridden animation
147 // Return true if this animation is overridden. This will only be the case for
149 // set the start time. If an animation is overridden, it will probably not get
151 virtual bool overridden() const { return false; } function in class:WebCore::AnimationBase
H A DAnimationBase.cpp244 if (overridden()) {
245 // We won't try to start accelerated animations if we are overridden and
402 if (overridden()) {
403 // We won't try to start accelerated animations if we are overridden and
/macosx-10.10/xnu-2782.1.97/bsd/dev/
H A Dunix_startup.c251 bsd_mbuf_cluster_reserve(boolean_t *overridden) argument
299 if (overridden)
300 *overridden = was_overridden;
/macosx-10.10/ruby-106/ruby/lib/rubygems/commands/
H A Dinstall_command.rb60 directory by default. This can be overridden with the --no-wrappers option.
/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A DSecAssessment.cpp279 bool overridden = false; local
290 overridden = true;
302 } else if (overridden) { // would have failed except for override
304 trace.send("assessment denied for %s but overridden", sanitized.c_str());
307 trace.send("assessment granted for %s and overridden", sanitized.c_str());
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A DSecAssessment.cpp279 bool overridden = false; local
290 overridden = true;
302 } else if (overridden) { // would have failed except for override
304 trace.send("assessment denied for %s but overridden", sanitized.c_str());
307 trace.send("assessment granted for %s and overridden", sanitized.c_str());
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DCSSStyleDeclarationTextEditor.css68 .css-style-text-editor > .CodeMirror .CodeMirror-lines .css-style-declaration-property.overridden {
87 .css-style-text-editor > .CodeMirror .CodeMirror-lines .editing-line .css-style-declaration-property.overridden {

Completed in 225 milliseconds

1234