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

1234

/macosx-10.9.5/WebCore-7537.78.1/page/animation/
H A DImplicitAnimation.h60 virtual bool overridden() const { return m_overridden; } function in class:WebCore::ImplicitAnimation
H A DAnimationBase.h100 AnimationStateInputResumeOverride, // resume an overridden animation
148 // Return true if this animation is overridden. This will only be the case for
150 // set the start time. If an animation is overridden, it will probably not get
152 virtual bool overridden() const { return false; } function in class:WebCore::AnimationBase
H A DAnimationBase.cpp245 if (overridden()) {
246 // 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.9.5/vim-53/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.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Storage/DBI/
H A DMultiColumnIn.pm20 At this point the only overridden method is C<_multipk_update_delete()>
/macosx-10.9.5/xnu-2422.115.4/bsd/dev/
H A Dunix_startup.c251 bsd_mbuf_cluster_reserve(boolean_t *overridden) argument
299 if (overridden)
300 *overridden = was_overridden;
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/commands/
H A Dinstall_command.rb60 directory by default. This can be overridden with the --no-wrappers option.
/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A DSecAssessment.cpp283 bool overridden = false; local
294 overridden = true;
306 } else if (overridden) { // would have failed except for override
308 trace.send("assessment denied for %s but overridden", sanitized.c_str());
311 trace.send("assessment granted for %s and overridden", sanitized.c_str());
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A DSecAssessment.cpp283 bool overridden = false; local
294 overridden = true;
306 } else if (overridden) { // would have failed except for override
308 trace.send("assessment denied for %s but overridden", sanitized.c_str());
311 trace.send("assessment granted for %s and overridden", sanitized.c_str());
/macosx-10.9.5/CPANInternal-140/Class-Data-Accessor/lib/Class/Data/
H A DAccessor.pm116 "overridden" Pere::Ubu and is on its own, just like if it had
117 overridden a method:
122 Now that Raygun has overridden Pere::Ubu, further changes by Pere::Ubu
/macosx-10.9.5/CPANInternal-140/Class-Data-Accessor-0.04004/lib/Class/Data/
H A DAccessor.pm122 "overridden" Pere::Ubu and is on its own, just like if it had
123 overridden a method:
128 Now that Raygun has overridden Pere::Ubu, further changes by Pere::Ubu
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/InflateColumn/
H A DFile.pm179 Method made to be overridden for callback purposes.

Completed in 147 milliseconds

1234