Home
last modified time | relevance | path

Searched defs:percentage (Results 1 – 25 of 59) sorted by relevance

123

/external/chromium_org/chrome/browser/spellchecker/
Dspellcheck_host_metrics.cc57 int percentage = (100 * misspelled_word_count_) / spellchecked_word_count_; in RecordCheckedWordStats() local
101 int percentage = (100 * replaced_word_count_) / misspelled_word_count_; in RecordReplacedWordStats() local
106 int percentage = (100 * replaced_word_count_) / suggestion_show_count_; in RecordReplacedWordStats() local
/external/chromium_org/chrome/app/
Dimage_pre_reader_win.cc108 size_t percentage) { in GetPercentageOfSectionLength()
130 size_t percentage, in ReadThroughSection()
192 size_t percentage, in PartialPreReadImageOnDisk()
277 size_t percentage) { in PartialPreReadImageInMemory()
400 size_t percentage, in PartialPreReadImage()
/external/clang/test/PCH/
Dobjc_property.h5 float percentage; variable
/external/chromium_org/athena/resource_manager/delegate/
Dresource_manager_delegate.cc60 int percentage = ((total_memory - available_memory) * 100) / total_memory; in GetUsedMemoryInPercent() local
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGString.cpp32 void SVGString::calculateAnimatedValue(SVGAnimationElement* animationElement, float percentage, uns… in calculateAnimatedValue()
DSVGBoolean.cpp63 void SVGBoolean::calculateAnimatedValue(SVGAnimationElement* animationElement, float percentage, un… in calculateAnimatedValue()
DSVGAnimationElement.h106 …void animateDiscreteType(float percentage, const AnimatedType& fromType, const AnimatedType& toTyp… in animateDiscreteType()
115 …void animateAdditiveNumber(float percentage, unsigned repeatCount, float fromNumber, float toNumbe… in animateAdditiveNumber()
DSVGInteger.cpp75 void SVGInteger::calculateAnimatedValue(SVGAnimationElement* animationElement, float percentage, un… in calculateAnimatedValue()
DSVGAngle.cpp73 void SVGMarkerOrientEnumeration::calculateAnimatedValue(SVGAnimationElement*, float percentage, uns… in calculateAnimatedValue()
374 void SVGAngle::calculateAnimatedValue(SVGAnimationElement* animationElement, float percentage, unsi… in calculateAnimatedValue()
DSVGNumberOptionalNumber.cpp90 …mber::calculateAnimatedValue(SVGAnimationElement* animationElement, float percentage, unsigned rep… in calculateAnimatedValue()
DSVGEnumeration.cpp112 …Base::calculateAnimatedValue(SVGAnimationElement* animationElement, float percentage, unsigned rep… in calculateAnimatedValue()
DSVGIntegerOptionalInteger.cpp93 …eger::calculateAnimatedValue(SVGAnimationElement* animationElement, float percentage, unsigned rep… in calculateAnimatedValue()
DSVGAnimatedColor.cpp61 …erty::calculateAnimatedValue(SVGAnimationElement* animationElement, float percentage, unsigned rep… in calculateAnimatedValue()
DSVGNumber.cpp99 void SVGNumber::calculateAnimatedValue(SVGAnimationElement* animationElement, float percentage, uns… in calculateAnimatedValue()
DSVGPoint.cpp125 void SVGPoint::calculateAnimatedValue(SVGAnimationElement* animationElement, float percentage, unsi… in calculateAnimatedValue()
DSVGRect.cpp128 void SVGRect::calculateAnimatedValue(SVGAnimationElement* animationElement, float percentage, unsig… in calculateAnimatedValue()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DCrossfadeGeneratedImage.h39 …r<CrossfadeGeneratedImage> create(Image* fromImage, Image* toImage, float percentage, IntSize cros… in create()
DCrossfadeGeneratedImage.cpp35 CrossfadeGeneratedImage::CrossfadeGeneratedImage(Image* fromImage, Image* toImage, float percentage in CrossfadeGeneratedImage()
/external/chromium_org/chrome/browser/ui/libgtk2ui/
Dunity_service.cc137 void SetProgressFraction(float percentage) { in SetProgressFraction()
/external/fio/lib/
Drand.c94 unsigned int percentage, in fill_random_buf_percentage()
/external/chromium_org/base/process/
Dprocess_metrics_openbsd.cc129 double percentage = static_cast<double>((cpu * 100.0) / FSCALE); in GetCPUUsage() local
/external/skia/tools/
DPictureRenderer.h513 void setTileWidthPercentage(double percentage) { in setTileWidthPercentage()
521 void setTileHeightPercentage(double percentage) { in setTileHeightPercentage()
/external/chromium_org/third_party/skia/tools/
DPictureRenderer.h600 void setTileWidthPercentage(double percentage) { in setTileWidthPercentage()
608 void setTileHeightPercentage(double percentage) { in setTileHeightPercentage()
/external/expat/tests/
Dminicheck.c151 double percentage = ((double) passed) / runner->nchecks; in srunner_run_all() local
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSCrossfadeValue.cpp110 float percentage = m_percentageValue->getFloatValue(); in fixedSize() local

123