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

  /external/webkit/WebCore/platform/sql/
SQLiteTransaction.h 46 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/WebCore/html/
PreloadScanner.h 47 bool inProgress() const { return m_inProgress; }
HTMLTokenizer.cpp 565 if (!m_preloadScanner->inProgress()) {
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothSocket.java 362 boolean inProgress = false;
364 inProgress = service.fetchRemoteUuids(device.getAddress(), uuid, this);
367 if (!inProgress) throw new IOException("Unable to start Service Discovery");
  /external/webkit/WebCore/page/
EventHandler.h 97 void setPanScrollInProgress(bool inProgress) { m_panScrollInProgress = inProgress; }
  /external/webkit/WebCore/storage/
SQLTransaction.cpp 257 if (!m_sqliteTransaction->inProgress()) {
459 if (m_sqliteTransaction->inProgress()) {
  /frameworks/base/libs/ui/
InputDispatcher.cpp     [all...]
  /frameworks/base/include/ui/
InputDispatcher.h 544 bool inProgress;
    [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
sqlite3.c.orig     [all...]

Completed in 522 milliseconds