Searched refs:progress (Results 151 - 175 of 654) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DColor.h153 inline Color blend(const Color& from, const Color& to, double progress, bool blendPremultiplied = true) argument
161 Color premultBlended(blend(premultFrom.red(), premultTo.red(), progress),
162 blend(premultFrom.green(), premultTo.green(), progress),
163 blend(premultFrom.blue(), premultTo.blue(), progress),
164 blend(premultFrom.alpha(), premultTo.alpha(), progress));
169 return Color(blend(from.red(), to.red(), progress),
170 blend(from.green(), to.green(), progress),
171 blend(from.blue(), to.blue(), progress),
172 blend(from.alpha(), to.alpha(), progress));
/external/chromium_org/cc/animation/
H A Dtransform_operations.h40 // Given another set of transform operations and a progress in the range
48 SkMScalar progress) const;
52 // with progress in the range [min_progress, max_progress]. If this region
91 SkMScalar progress,
/external/chromium_org/chrome/browser/resources/pdf/
H A Dindex.css20 viewer-progress-bar {
/external/chromium_org/chrome/test/chromedriver/test/webview_shell/java/src/org/chromium/chromedriver_webview_shell/
H A DMain.java35 public void onProgressChanged(WebView view, int progress) {
36 activity.setProgress(progress * 100);
/external/chromium_org/pdf/
H A Dprogress_control.h30 double progress,
52 // Set progress indicator in percents from 0% to 100%.
53 virtual void SetProgress(double progress);
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXMLHttpRequestUpload.cpp57 dispatchEvent(XMLHttpRequestProgressEvent::create(EventTypeNames::progress, true, bytesSent, totalBytesToBeSent));
70 dispatchEvent(XMLHttpRequestProgressEvent::create(EventTypeNames::progress, lengthComputable, m_lastBytesSent, m_lastTotalBytesToBeSent));
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/audits/
H A DAuditsPanel.js221 * @param {!WebInspector.Progress} progress
223 run: function(target, requests, ruleResultCallback, categoryDoneCallback, progress)
227 progress.setTotalWork(remainingRulesCount);
231 progress.worked();
236 this._rules[i].run(target, requests, callbackWrapper, progress);
298 * @param {!WebInspector.Progress} progress
300 run: function(target, requests, callback, progress)
302 if (progress.isCanceled())
307 this.doRun(target, requests, result, callback, progress);
315 * @param {!WebInspector.Progress} progress
[all...]
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dopt_tree_grafting.cpp66 this->progress = false;
85 bool progress; member in class:__anon14275::ir_tree_grafting_visitor
141 this->progress = true;
299 bool progress; member in struct:__anon14275::tree_grafting_info
327 return v.progress;
370 info->progress |= try_tree_grafting(assign, lhs_var, bb_last);
385 info.progress = false;
392 return info.progress;
/external/chromium_org/third_party/skia/tests/
H A DPathOpsSimplifyRectThreadedTest.cpp22 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter? local
23 if (progress) {
69 if (progress) {
100 if (progress) {
131 if (progress) {
162 if (progress) {
171 if (progress) {
175 if (progress) {
/external/fonttools/Lib/fontTools/ttLib/tables/
H A DC_F_F_.py41 def toXML(self, writer, otFont, progress=None):
42 self.cff.toXML(writer, progress)
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DC_F_F_.py41 def toXML(self, writer, otFont, progress=None):
42 self.cff.toXML(writer, progress)
/external/lzma/CPP/7zip/Archive/Common/
H A DCoderMixer2MT.h24 void Code(ICompressProgressInfo *progress);
65 ICompressProgressInfo *progress);
/external/mesa3d/src/glsl/
H A Dopt_tree_grafting.cpp66 this->progress = false;
85 bool progress; member in class:__anon27686::ir_tree_grafting_visitor
141 this->progress = true;
299 bool progress; member in struct:__anon27686::tree_grafting_info
327 return v.progress;
370 info->progress |= try_tree_grafting(assign, lhs_var, bb_last);
385 info.progress = false;
392 return info.progress;
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DSeekBarTest.java51 public void onProgressChanged(SeekBar seekBar, int progress, boolean fromUser) { argument
52 transcript.add("onProgressChanged() - " + progress);
/external/skia/tests/
H A DPathOpsSimplifyRectThreadedTest.cpp22 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter? local
23 if (progress) {
69 if (progress) {
100 if (progress) {
131 if (progress) {
162 if (progress) {
171 if (progress) {
175 if (progress) {
/external/chromium_org/chrome/browser/resources/chromeos/
H A Dimage_burner.css65 progress {
99 .progress-text {
153 #progress-status-div {
157 #main-content.progress #progress-status-div {
167 #main-content.progress-canceble #cancel-button {
207 #main-content.progress #warning-div {
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
H A DRotateTransformOperation.cpp83 PassRefPtr<TransformOperation> RotateTransformOperation::blend(const TransformOperation* from, double progress, bool blendToIdentity) argument
89 return RotateTransformOperation::create(m_x, m_y, m_z, m_angle - m_angle * progress, m_type);
101 blink::blend(fromAngle, m_angle, progress), m_type);
108 return RotateTransformOperation::create(axis.x(), axis.y(), axis.z(), blink::blend(fromAngle, toAngle, progress), m_type);
126 toT.blend(fromT, progress);
/external/stlport/test/unit/cppunit/
H A Dcppunit_mini.h38 virtual void progress( const char * /*in_className*/, const char * /*in_testName*/, bool /*ignored*/, bool /* explicit */) {} function in class:Reporter
86 virtual void progress(const char *in_className, const char *in_functionName, bool ignored, bool explicitTest) { function in class:TestCase
89 m_reporter->progress(in_className, in_functionName, ignored, explicitTest);
155 progress(className, #X, ignoring || !shouldRun, !ignoring && Y); \
174 progress(className, #X, ignoring || !shouldRun, !ignoring && Y); \
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_fs.cpp1020 * splitting that doesn't result in real progress after the rest of
1265 bool progress = false; local
1314 progress = true;
1321 progress = true;
1333 progress = true;
1341 progress = true;
1353 progress = true;
1361 progress = true;
1373 progress = true;
1388 progress
1427 bool progress = false; local
1466 bool progress = false; local
1496 bool progress = false; local
1551 bool progress = false; local
1673 bool progress = false; local
1851 bool progress = false; local
1999 bool progress; local
[all...]
H A Dbrw_shader.cpp113 bool progress; local
154 progress = false;
161 progress = do_lower_jumps(shader->ir, true, true,
165 ) || progress;
167 progress = do_common_optimization(shader->ir, true, true, 32)
168 || progress;
169 } while (progress);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs.cpp1020 * splitting that doesn't result in real progress after the rest of
1265 bool progress = false; local
1314 progress = true;
1321 progress = true;
1333 progress = true;
1341 progress = true;
1353 progress = true;
1361 progress = true;
1373 progress = true;
1388 progress
1427 bool progress = false; local
1466 bool progress = false; local
1496 bool progress = false; local
1551 bool progress = false; local
1673 bool progress = false; local
1851 bool progress = false; local
1999 bool progress; local
[all...]
/external/chromium_org/chrome/browser/ui/webui/chromeos/imageburner/
H A Dimageburner_ui.cc242 base::DictionaryValue progress; local
246 progress.SetString("progressType", "download");
250 progress.SetString("progressType", "unzip");
253 progress.SetString("progressType", "burn");
260 progress.SetInteger("amountFinished", amount_finished);
261 progress.SetInteger("amountTotal", amount_total);
266 progress.SetString("progressText", progress_text);
268 progress.SetString("progressText", "");
270 progress.SetString("timeLeftText", time_remaining_text);
272 web_ui()->CallJavascriptFunction("browserBridge.updateProgress", progress);
[all...]
/external/lzma/CPP/7zip/Compress/
H A DBcj2Coder.cpp62 ICompressProgressInfo *progress)
234 if (progress != NULL)
243 RINOK(progress->SetRatioInfo(&nowPos64, NULL));
255 ICompressProgressInfo *progress)
259 return CodeReal(inStreams, inSizes, numInStreams, outStreams, outSizes,numOutStreams, progress);
282 ICompressProgressInfo *progress)
319 if (processedBytes >= (1 << 20) && progress != NULL)
329 RINOK(progress->SetRatioInfo(NULL, &nowPos64));
375 ICompressProgressInfo *progress)
379 return CodeReal(inStreams, inSizes, numInStreams, outStreams, outSizes,numOutStreams, progress);
60 CodeReal(ISequentialInStream **inStreams, const UInt64 **inSizes, UInt32 numInStreams, ISequentialOutStream **outStreams, const UInt64 ** , UInt32 numOutStreams, ICompressProgressInfo *progress) argument
253 Code(ISequentialInStream **inStreams, const UInt64 **inSizes, UInt32 numInStreams, ISequentialOutStream **outStreams, const UInt64 **outSizes, UInt32 numOutStreams, ICompressProgressInfo *progress) argument
280 CodeReal(ISequentialInStream **inStreams, const UInt64 ** , UInt32 numInStreams, ISequentialOutStream **outStreams, const UInt64 ** , UInt32 numOutStreams, ICompressProgressInfo *progress) argument
373 Code(ISequentialInStream **inStreams, const UInt64 **inSizes, UInt32 numInStreams, ISequentialOutStream **outStreams, const UInt64 **outSizes, UInt32 numOutStreams, ICompressProgressInfo *progress) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/
H A DLength.h289 Length blend(const Length& from, double progress, ValueRange range) const argument
293 if (progress == 0.0)
296 if (progress == 1.0)
300 return blendMixedTypes(from, progress, range);
303 return blendMixedTypes(from, progress, range);
312 float blendedValue = blink::blend(from.value(), value(), progress);
334 Length blendMixedTypes(const Length& from, double progress, ValueRange) const;
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFilterOperation.h85 static PassRefPtr<FilterOperation> blend(const FilterOperation* from, const FilterOperation* to, double progress);
106 virtual PassRefPtr<FilterOperation> blend(const FilterOperation* from, double progress) const = 0;
129 virtual PassRefPtr<FilterOperation> blend(const FilterOperation* from, double progress) const OVERRIDE
170 virtual PassRefPtr<FilterOperation> blend(const FilterOperation* from, double progress) const OVERRIDE;
210 virtual PassRefPtr<FilterOperation> blend(const FilterOperation* from, double progress) const OVERRIDE;
250 virtual PassRefPtr<FilterOperation> blend(const FilterOperation* from, double progress) const OVERRIDE;
288 virtual PassRefPtr<FilterOperation> blend(const FilterOperation* from, double progress) const OVERRIDE;

Completed in 2809 milliseconds

1234567891011>>