HomeSort by relevance Sort by last modified time
    Searched refs:hasPendingActivity (Results 26 - 30 of 30) sorted by null

12

  /external/webkit/WebCore/page/
DOMTimer.cpp 158 bool DOMTimer::hasPendingActivity() const
  /external/webkit/WebCore/workers/
WorkerContext.h 75 bool hasPendingActivity() const;
  /external/webkit/WebCore/websockets/
WebSocket.cpp 217 bool pending = hasPendingActivity();
255 if (hasPendingActivity())
  /external/webkit/WebCore/bindings/v8/
V8GCController.cpp 190 if (impl->hasPendingActivity()) \
377 if (impl->hasPendingActivity()) { \
  /external/webkit/WebCore/bindings/js/
JSDOMBinding.cpp 444 if (iter->first->hasPendingActivity()) {
455 if (!(*iter)->locallyEntangledPort() || (*iter)->hasPendingActivity())

Completed in 219 milliseconds

12