Searched defs:hasPendingActivity (Results 1 - 25 of 34) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DSuspendableTimer.cpp47 bool SuspendableTimer::hasPendingActivity() const function in class:blink::SuspendableTimer
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DActiveDOMObject.cpp68 bool ActiveDOMObject::hasPendingActivity() const function in class:blink::ActiveDOMObject
H A DContextLifecycleNotifier.cpp118 bool ContextLifecycleNotifier::hasPendingActivity() const function in class:blink::ContextLifecycleNotifier
121 if ((*iter)->hasPendingActivity())
H A DMessagePort.cpp205 bool MessagePort::hasPendingActivity() const function in class:blink::MessagePort
H A DExecutionContext.cpp82 bool ExecutionContext::hasPendingActivity() function in class:blink::ExecutionContext
84 return lifecycleNotifier().hasPendingActivity();
/external/chromium_org/third_party/WebKit/Source/core/workers/
H A DSharedWorker.cpp99 bool SharedWorker::hasPendingActivity() const function in class:blink::SharedWorker
H A DWorker.cpp113 bool Worker::hasPendingActivity() const function in class:blink::Worker
116 return (m_contextProxy && m_contextProxy->hasPendingActivity()) || m_scriptLoader;
H A DWorkerObjectProxy.cpp60 void WorkerObjectProxy::confirmMessageFromWorkerObject(bool hasPendingActivity) argument
62 m_executionContext->postTask(createCrossThreadTask(&WorkerMessagingProxy::confirmMessageFromWorkerObject, m_messagingProxy, hasPendingActivity));
65 void WorkerObjectProxy::reportPendingActivity(bool hasPendingActivity) argument
67 m_executionContext->postTask(createCrossThreadTask(&WorkerMessagingProxy::reportPendingActivity, m_messagingProxy, hasPendingActivity));
H A DWorkerMessagingProxy.cpp79 context->thread()->workerObjectProxy().confirmMessageFromWorkerObject(context->hasPendingActivity());
264 void WorkerMessagingProxy::confirmMessageFromWorkerObject(bool hasPendingActivity) argument
270 reportPendingActivity(hasPendingActivity);
273 void WorkerMessagingProxy::reportPendingActivity(bool hasPendingActivity) argument
275 m_workerThreadHadPendingActivity = hasPendingActivity;
278 bool WorkerMessagingProxy::hasPendingActivity() const function in class:blink::WorkerMessagingProxy
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DMediaQueryList.cpp88 bool MediaQueryList::hasPendingActivity() const function in class:blink::MediaQueryList
H A DFontFace.cpp596 bool FontFace::hasPendingActivity() const function in class:blink::FontFace
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLImageElement.h81 bool hasPendingActivity() const { return imageLoader().hasPendingActivity(); } function in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/modules/battery/
H A DBatteryManager.cpp141 bool BatteryManager::hasPendingActivity() const function in class:blink::BatteryManager
/external/chromium_org/third_party/WebKit/Source/modules/netinfo/
H A DNetworkInformation.cpp112 bool NetworkInformation::hasPendingActivity() const function in class:blink::NetworkInformation
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DImageLoader.h103 bool hasPendingActivity() const function in class:blink::ImageLoader
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DDOMFileSystem.cpp110 bool DOMFileSystem::hasPendingActivity() const function in class:blink::DOMFileSystem
H A DFileWriter.cpp91 bool FileWriter::hasPendingActivity() const function in class:blink::FileWriter
/external/chromium_org/third_party/WebKit/Source/modules/notifications/
H A DNotification.cpp196 bool Notification::hasPendingActivity() const function in class:blink::Notification
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DBody.cpp122 bool Body::hasPendingActivity() const function in class:blink::Body
H A DServiceWorker.cpp226 bool ServiceWorker::hasPendingActivity() const function in class:blink::ServiceWorker
228 if (AbstractWorker::hasPendingActivity())
H A DServiceWorkerRegistration.cpp166 bool ServiceWorkerRegistration::hasPendingActivity() const function in class:blink::ServiceWorkerRegistration
/external/chromium_org/third_party/WebKit/Source/modules/speech/
H A DSpeechRecognition.cpp159 if (hasPendingActivity())
163 bool SpeechRecognition::hasPendingActivity() const function in class:blink::SpeechRecognition
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBRequest.cpp389 bool IDBRequest::hasPendingActivity() const function in class:blink::IDBRequest
H A DIDBTransaction.cpp271 bool IDBTransaction::hasPendingActivity() const function in class:blink::IDBTransaction
/external/chromium_org/third_party/WebKit/Source/core/fileapi/
H A DFileReader.cpp249 if (hasPendingActivity())
254 bool FileReader::hasPendingActivity() const function in class:blink::FileReader

Completed in 2357 milliseconds

12