Searched refs:pause (Results 1 - 25 of 185) sorted by relevance

12345678

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Dcpubasic-err.asm2 pause label
/external/chromium_org/components/cronet/android/java/src/org/chromium/net/
H A DUrlRequest.java61 * TBD: May need different pause behavior.
63 public void pause(); method in interface:UrlRequest
H A DCronetUrlRequest.java37 public void pause() { method in class:CronetUrlRequest
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
H A DTransformFeedbackImpl.h25 virtual void pause() = 0;
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
H A DTransformFeedbackD3D.cpp30 void TransformFeedbackD3D::pause() function in class:rx::TransformFeedbackD3D
H A DTransformFeedbackD3D.h26 virtual void pause();
/external/pdfium/fpdfsdk/src/
H A Dfpdf_progressive.cpp13 int rotate, int flags,FX_BOOL bNeedToRestore, IFSDK_PAUSE_Adapter * pause );
20 IFSDK_PAUSE * pause )
25 if (!pause)
28 if (pause->version !=1)
50 IFSDK_PAUSE_Adapter IPauseAdapter(pause);
70 DLLEXPORT int STDCALL FPDF_RenderPage_Continue(FPDF_PAGE page,IFSDK_PAUSE * pause) argument
75 if (!pause)
78 if (pause->version !=1)
88 IFSDK_PAUSE_Adapter IPauseAdapter(pause);
/external/chromium_org/third_party/WebKit/Source/modules/speech/
H A DSpeechSynthesis.idl36 void pause();
/external/pdfium/fpdfsdk/include/
H A Dfpdf_progressive.h34 * Check if we need to pause a progressive process now.
42 * Non-zero for pause now, 0 for continue.
64 // pause - The IFSDK_PAUSE interface.A callback mechanism allowing the page rendering process
69 int size_y, int rotate, int flags,IFSDK_PAUSE * pause);
75 // pause - The IFSDK_PAUSE interface.A callback mechanism allowing the page rendering process
76 // to be paused before it's finished. This can be NULL if you don't want to pause.
79 DLLEXPORT int STDCALL FPDF_RenderPage_Continue(FPDF_PAGE page,IFSDK_PAUSE * pause);
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebSpeechSynthesizer.h45 virtual void pause() = 0;
/external/chromium-trace/trace-viewer/src/tracing/importer/
H A Dv8_log_importer.js35 'V8.Execute': { pause: false, no_execution: false},
36 'V8.External': { pause: false, no_execution: true},
37 'V8.CompileFullCode': { pause: true, no_execution: true},
38 'V8.RecompileSynchronous': { pause: true, no_execution: true},
39 'V8.RecompileParallel': { pause: false, no_execution: false},
40 'V8.CompileEval': { pause: true, no_execution: true},
41 'V8.Parse': { pause: true, no_execution: true},
42 'V8.PreParse': { pause: true, no_execution: true},
43 'V8.ParseLazy': { pause: true, no_execution: true},
44 'V8.GCScavenger': { pause
[all...]
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DTransformFeedback.cpp54 void TransformFeedback::pause() function in class:gl::TransformFeedback
57 mTransformFeedback->pause();
H A DTransformFeedback.h35 void pause();
/external/strace/test/
H A Dleaderkill.c24 pause();
49 pause();
H A Dthreaded_execve.c2 * Create NUM_THREADS threads which print "1" and sleep in pause().
4 * The leader then either sleeps in pause(), or exits if $LEADER_EXIT is set.
77 for(;;) pause();
92 for(;;) pause();
123 case 1: for(;;) pause(); /* leader is in syscall */
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
H A Dexterns.js11 Audio.prototype.pause;
/external/chromium_org/remoting/host/
H A Daudio_scheduler.cc72 void AudioScheduler::Pause(bool pause) { argument
75 FROM_HERE, base::Bind(&AudioScheduler::Pause, this, pause));
79 enabled_ = !pause;
/external/chromium_org/third_party/angle/tests/angle_implementation_unit_tests/
H A DTransformFeedback_unittest.cpp21 MOCK_METHOD0(pause, void());
84 EXPECT_CALL(*mImpl, pause());
85 mFeedback->pause();
/external/chromium_org/athena/resource_manager/public/
H A Dresource_manager.h42 // Suspend the resource manager temporarily if |pause| is set. This can be
44 // |pause| == false any queued operations will be performed and the resource
46 virtual void Pause(bool pause) = 0;
52 // Use this scoped object to pause/restart the resource manager.
/external/chromium_org/third_party/WebKit/Source/modules/speech/testing/
H A DPlatformSpeechSynthesizerMock.h41 virtual void pause() OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DAnimationPlayer.idl45 [RuntimeEnabled=WebAnimationsPlaybackControl, MeasureAs=AnimationPlayerPause] void pause();
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DMediaController.idl44 void pause();
/external/chromium_org/third_party/WebKit/Source/platform/speech/
H A DPlatformSpeechSynthesizer.cpp65 void PlatformSpeechSynthesizer::pause() function in class:blink::PlatformSpeechSynthesizer
68 m_webSpeechSynthesizer->pause();
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowLooper.java84 shadowOf(looper).pause();
170 public void pause() { method in class:ShadowLooper
171 scheduler.pause();
/external/chromium_org/chrome/browser/resources/feedback/js/
H A Dtake_screenshot.js22 video.pause();

Completed in 1084 milliseconds

12345678