HomeSort by relevance Sort by last modified time
    Searched defs:hasPendingActivity (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/dom/
ActiveDOMObject.cpp 68 bool ActiveDOMObject::hasPendingActivity() const
ContextLifecycleNotifier.cpp 118 bool ContextLifecycleNotifier::hasPendingActivity() const
121 if ((*iter)->hasPendingActivity())
MessagePort.cpp 205 bool MessagePort::hasPendingActivity() const
ExecutionContext.cpp 82 bool ExecutionContext::hasPendingActivity()
84 return lifecycleNotifier().hasPendingActivity();
  /external/chromium_org/third_party/WebKit/Source/core/frame/
SuspendableTimer.cpp 47 bool SuspendableTimer::hasPendingActivity() const
  /external/chromium_org/third_party/WebKit/Source/core/workers/
SharedWorker.cpp 99 bool SharedWorker::hasPendingActivity() const
Worker.cpp 113 bool Worker::hasPendingActivity() const
116 return (m_contextProxy && m_contextProxy->hasPendingActivity()) || m_scriptLoader;
WorkerMessagingProxy.cpp 79 context->thread()->workerObjectProxy().confirmMessageFromWorkerObject(context->hasPendingActivity());
264 void WorkerMessagingProxy::confirmMessageFromWorkerObject(bool hasPendingActivity)
270 reportPendingActivity(hasPendingActivity);
273 void WorkerMessagingProxy::reportPendingActivity(bool hasPendingActivity)
275 m_workerThreadHadPendingActivity = hasPendingActivity;
278 bool WorkerMessagingProxy::hasPendingActivity() const
  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaQueryList.cpp 88 bool MediaQueryList::hasPendingActivity() const
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLImageElement.h 81 bool hasPendingActivity() const { return imageLoader().hasPendingActivity(); }
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DOMFileSystem.cpp 110 bool DOMFileSystem::hasPendingActivity() const
FileWriter.cpp 91 bool FileWriter::hasPendingActivity() const
  /external/chromium_org/third_party/WebKit/Source/modules/netinfo/
NetworkInformation.cpp 112 bool NetworkInformation::hasPendingActivity() const
  /external/chromium_org/third_party/WebKit/Source/modules/battery/
BatteryManager.cpp 141 bool BatteryManager::hasPendingActivity() const
  /external/chromium_org/third_party/WebKit/Source/modules/notifications/
Notification.cpp 196 bool Notification::hasPendingActivity() const
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
Body.cpp 122 bool Body::hasPendingActivity() const
ServiceWorkerRegistration.cpp 166 bool ServiceWorkerRegistration::hasPendingActivity() const
ServiceWorker.cpp 226 bool ServiceWorker::hasPendingActivity() const
228 if (AbstractWorker::hasPendingActivity())
  /external/chromium_org/third_party/WebKit/Source/core/loader/
ImageLoader.h 103 bool hasPendingActivity() const
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBTransaction.cpp 271 bool IDBTransaction::hasPendingActivity() const
IDBDatabase.cpp 449 bool IDBDatabase::hasPendingActivity() const
IDBRequest.cpp 389 bool IDBRequest::hasPendingActivity() const
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechRecognition.cpp 159 if (hasPendingActivity())
163 bool SpeechRecognition::hasPendingActivity() const
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
FileReader.cpp 249 if (hasPendingActivity())
254 bool FileReader::hasPendingActivity() const
  /external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
MediaKeySession.cpp 618 bool MediaKeySession::hasPendingActivity() const
622 WTF_LOG(Media, "MediaKeySession(%p)::hasPendingActivity %s%s%s%s", this,
623 ActiveDOMObject::hasPendingActivity() ? " ActiveDOMObject::hasPendingActivity()" : "",
628 return ActiveDOMObject::hasPendingActivity()

Completed in 1488 milliseconds

1 2