Searched defs:progress (Results 1 - 25 of 88) sorted by relevance

1234

/macosx-10.10/ruby-106/ruby/sample/
H A Dtimeout.rb3 def progress(n = 5) method
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/bibtex/
H A Dbibtex.tcl33 proc progress {token percent} { procedure
/macosx-10.10/WebCore-7600.1.25/platform/animation/
H A DAnimationUtilities.h34 inline int blend(int from, int to, double progress) argument
39 inline unsigned blend(unsigned from, unsigned to, double progress) argument
44 inline double blend(double from, double to, double progress) argument
49 inline float blend(float from, float to, double progress) argument
54 inline LayoutUnit blend(LayoutUnit from, LayoutUnit to, double progress) argument
59 blend(const IntPoint& from, const IntPoint& to, double progress) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/transforms/
H A DMatrix3DTransformOperation.cpp41 PassRefPtr<TransformOperation> Matrix3DTransformOperation::blend(const TransformOperation* from, double progress, bool blendToIdentity) argument
H A DMatrixTransformOperation.cpp37 PassRefPtr<TransformOperation> MatrixTransformOperation::blend(const TransformOperation* from, double progress, bool blendToIdentity) argument
H A DPerspectiveTransformOperation.cpp42 PassRefPtr<TransformOperation> PerspectiveTransformOperation::blend(const TransformOperation* from, double progress, bool blendToIdentity) argument
H A DScaleTransformOperation.cpp37 PassRefPtr<TransformOperation> ScaleTransformOperation::blend(const TransformOperation* from, double progress, bool blendToIdentity) argument
H A DSkewTransformOperation.cpp37 PassRefPtr<TransformOperation> SkewTransformOperation::blend(const TransformOperation* from, double progress, bool blendToIdentity) argument
H A DTranslateTransformOperation.cpp36 PassRefPtr<TransformOperation> TranslateTransformOperation::blend(const TransformOperation* from, double progress, bool blendToIdentity) argument
H A DRotateTransformOperation.cpp39 PassRefPtr<TransformOperation> RotateTransformOperation::blend(const TransformOperation* from, double progress, bool blendToIdentity) argument
H A DTransformOperations.cpp91 TransformOperations TransformOperations::blendByUsingMatrixInterpolation(const TransformOperations& from, double progress, const LayoutSize& size) const argument
109 TransformOperations TransformOperations::blend(const TransformOperations& from, double progress, const LayoutSize& size) const argument
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebCoreSupport/
H A DWebProgressTrackerClient.cpp63 double progress = m_webPage.corePage()->progress().estimatedProgress(); local
/macosx-10.10/WebCore-7600.1.25/accessibility/
H A DAccessibilityProgressIndicator.cpp69 HTMLProgressElement* progress = progressElement(); local
/macosx-10.10/ruby-106/ruby/lib/rexml/
H A Dsax2listener.rb94 def progress position method in class:REXML.SAX2Listener
/macosx-10.10/WebCore-7600.1.25/platform/graphics/filters/
H A DFilterOperation.cpp70 PassRefPtr<FilterOperation> BasicColorMatrixFilterOperation::blend(const FilterOperation* from, double progress, bool blendToPassthrough) argument
106 PassRefPtr<FilterOperation> BasicComponentTransferFilterOperation::blend(const FilterOperation* from, double progress, bool blendToPassthrough) argument
152 PassRefPtr<FilterOperation> BlurFilterOperation::blend(const FilterOperation* from, double progress, bool blendToPassthrough) argument
175 PassRefPtr<FilterOperation> DropShadowFilterOperation::blend(const FilterOperation* from, double progress, boo argument
[all...]
/macosx-10.10/lukemftp-14/tnftp/src/
H A Dprogressbar.h56 GLOBAL int progress; /* display transfer progress bar */ variable
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Dcdjpeg.c89 start_progress_monitor (j_common_ptr cinfo, cd_progress_ptr progress) argument
[all...]
H A Dwrrle.c83 cd_progress_ptr progress = (cd_progress_ptr) cinfo->progress; local
182 cd_progress_ptr progress = (cd_progress_ptr) cinfo->progress; local
[all...]
H A Dcjpeg.c476 struct cdjpeg_progress_mgr progress; local
H A Djpegtran.c375 struct cdjpeg_progress_mgr progress; local
H A Drdrle.c86 cd_progress_ptr progress = (cd_progress_ptr) cinfo->progress; local
250 cd_progress_ptr progress = (cd_progress_ptr) cinfo->progress; local
[all...]
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLProgressElement.cpp55 RefPtr<HTMLProgressElement> progress = adoptRef(new HTMLProgressElement(tagName, document)); local
/macosx-10.10/WebKit2-7600.1.25/UIProcess/efl/
H A DPageLoadClientEfl.cpp60 double progress = WKPageGetEstimatedProgress(page); local
/macosx-10.10/BerkeleyDB-21/db/env/
H A Denv_recover.c68 int have_rec, progress, ret, t_ret; local
844 int progress, ret; local
[all...]
/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSCrossfadeValue.cpp43 static inline double blendFunc(double from, double to, double progress) argument

Completed in 295 milliseconds

1234