OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isPaused
(Results
1 - 25
of
33
) sorted by null
1
2
/external/chromium_org/components/cronet/android/java/src/org/chromium/net/
UrlRequest.java
69
public boolean
isPaused
();
CronetUrlRequest.java
42
public boolean
isPaused
() {
/external/chromium_org/third_party/angle/src/libGLESv2/
TransformFeedback.h
37
GLboolean
isPaused
() const;
TransformFeedback.cpp
66
GLboolean TransformFeedback::
isPaused
() const
validationES.cpp
[
all
...]
/external/chromium_org/third_party/angle/tests/angle_implementation_unit_tests/
TransformFeedback_unittest.cpp
83
EXPECT_EQ(GL_FALSE, mFeedback->
isPaused
());
86
EXPECT_EQ(GL_TRUE, mFeedback->
isPaused
());
89
EXPECT_EQ(GL_FALSE, mFeedback->
isPaused
());
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCEAGLVideoView.m
46
@property(nonatomic) BOOL
isPaused
;
78
- (BOOL)
isPaused
{
82
- (void)setIsPaused:(BOOL)
isPaused
{
83
_displayLink.paused =
isPaused
;
204
_timer.
isPaused
= NO;
208
_timer.
isPaused
= YES;
/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SMILTimeContainer.h
58
bool
isPaused
() const;
SMILTimeContainer.cpp
147
if (
isPaused
())
153
bool SMILTimeContainer::
isPaused
() const
197
ASSERT(!
isPaused
());
209
ASSERT(
isPaused
());
257
return m_beginTime && !
isPaused
();
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
WorkerScriptDebugServer.cpp
105
} while (result == MessageQueueMessageReceived &&
isPaused
());
ScriptDebugServer.cpp
173
ASSERT(!
isPaused
());
194
if (
isPaused
()) {
218
if (
isPaused
())
226
ASSERT(
isPaused
());
236
ASSERT(
isPaused
());
246
ASSERT(
isPaused
());
269
if (!
isPaused
())
300
if (!preview &&
isPaused
())
325
ASSERT(
isPaused
());
647
bool ScriptDebugServer::
isPaused
()
[
all
...]
ScriptDebugServer.h
97
bool
isPaused
();
/development/samples/Support7Demos/src/com/example/android/supportv7/media/
SampleMediaRouterActivity.java
151
long pos = item.getPosition() + (mSessionManager.
isPaused
() ?
320
if (mSessionManager.
isPaused
()) {
431
if (mSessionManager.
isPaused
()) {
441
if (mSessionManager.
isPaused
()) {
449
if (!mSessionManager.
isPaused
()) {
486
if (!mPlayer.isRemotePlayback() && !mSessionManager.
isPaused
()) {
550
long timeDelta = mSessionManager.
isPaused
() ? 0 :
586
mPauseResumeButton.setImageResource(mSessionManager.
isPaused
() ?
SessionManager.java
53
public boolean
isPaused
() {
/external/chromium_org/third_party/skia/debugger/QT/
SkDebuggerGUI.h
219
void pauseDrawing(bool
isPaused
= true);
SkDebuggerGUI.cpp
676
void SkDebuggerGUI::pauseDrawing(bool
isPaused
) {
677
fPause =
isPaused
;
[
all
...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
ThreadsSidebarPane.js
79
placard.subtitle = target.debuggerModel.
isPaused
() ? WebInspector.UIString("paused") : WebInspector.UIString("");
JavaScriptSourceFrame.js
494
if (!target || !target.debuggerModel.
isPaused
())
546
if (!target || !target.debuggerModel.
isPaused
()) {
576
if (selectedCallFrame.target() != target || !target.debuggerModel.
isPaused
() || !result) {
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorDebuggerAgent.cpp
280
bool InspectorDebuggerAgent::
isPaused
()
282
return scriptDebugServer().
isPaused
();
466
if (!
isPaused
() || m_currentCallStack.isEmpty()) {
665
if (!
isPaused
() || m_currentCallStack.isEmpty()) {
722
if (m_javaScriptPauseScheduled ||
isPaused
())
732
if (m_javaScriptPauseScheduled ||
isPaused
())
[
all
...]
InspectorInstrumentation.cpp
97
return debuggerAgent->
isPaused
();
InspectorDebuggerAgent.h
100
bool
isPaused
();
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGSVGElement.cpp
574
if (!m_timeContainer->
isPaused
())
580
if (m_timeContainer->
isPaused
())
586
return m_timeContainer->
isPaused
();
/external/chromium_org/base/mac/
sdk_forward_declarations.h
245
@property (readonly, getter=
isPaused
) BOOL paused;
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSAnimations.cpp
259
bool
isPaused
= CSSTimingData::getRepeated(animationData->playStateList(), i) == AnimPlayStatePaused;
269
if (
isPaused
!= player->paused()) {
284
update->startAnimation(animationName, InertAnimation::create(AnimatableValueKeyframeEffectModel::create(resolvedKeyframes), timing,
isPaused
));
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.filetransfer_4.0.0.v20100529-0735.jar
Completed in 469 milliseconds
1
2