HomeSort by relevance Sort by last modified time
    Searched refs:inProgress (Results 1 - 15 of 15) sorted by null

  /frameworks/base/core/java/android/text/style/
SpellCheckSpan.java 42 public void setSpellCheckInProgress(boolean inProgress) {
43 mSpellCheckInProgress = inProgress;
  /external/chromium/chrome/browser/ui/cocoa/
view_resizer.h 25 - (void)setAnimationInProgress:(BOOL)inProgress;
  /external/webkit/Source/WebCore/platform/sql/
SQLiteTransaction.h 47 bool inProgress() const { return m_inProgress; }
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
PYXWriter.java 90 boolean inProgress = false;
94 if (inProgress) {
98 inProgress = false;
101 if (!inProgress) {
114 inProgress = true;
117 if (inProgress) {
  /external/webkit/Source/WebCore/storage/
SQLTransactionSync.cpp 70 if (m_sqliteTransaction && m_sqliteTransaction->inProgress())
147 if (!m_sqliteTransaction->inProgress()) {
181 if (m_sqliteTransaction->inProgress())
SQLTransaction.cpp 267 if (!m_sqliteTransaction->inProgress()) {
467 if (m_sqliteTransaction->inProgress()) {
  /packages/apps/Email/tests/src/com/android/email/service/
AttachmentDownloadServiceTests.java 125 assertTrue(req.inProgress);
132 assertFalse(req.inProgress);
139 assertTrue(req.inProgress);
158 assertTrue(req.inProgress);
  /frameworks/base/core/java/android/bluetooth/
BluetoothSocket.java 388 boolean inProgress = false;
390 inProgress = service.fetchRemoteUuids(device.getAddress(), uuid, this);
393 if (!inProgress) throw new IOException("Unable to start Service Discovery");
  /packages/apps/Email/src/com/android/email/service/
AttachmentDownloadService.java 172 boolean inProgress = false;
334 if (!req.inProgress) {
496 req.inProgress = true;
506 req.inProgress = false;
542 req.inProgress = false;
    [all...]
  /external/webkit/Source/WebCore/page/
EventHandler.h 110 void setPanScrollInProgress(bool inProgress) { m_panScrollInProgress = inProgress; }
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
AudioTrackLinearLayout.java 307 * @param inProgress true if playback is in progress
309 public void setPlaybackInProgress(boolean inProgress) {
310 mPlaybackInProgress = inProgress;
314 if (inProgress && mAudioTrackActionMode != null) {
OverlayLinearLayout.java 363 * @param inProgress true if playback is in progress
365 public void setPlaybackInProgress(boolean inProgress) {
366 mPlaybackInProgress = inProgress;
370 if (inProgress && mOverlayActionMode != null) {
    [all...]
MediaLinearLayout.java 586 * @param inProgress {@code true} if playback is in progress, false otherwise
588 public void setPlaybackInProgress(boolean inProgress) {
589 mPlaybackInProgress = inProgress;
590 setPlaybackState(inProgress);
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 499 milliseconds