/external/webkit/WebCore/wml/ |
D | WMLTimerElement.cpp | 117 if (!m_card || m_timer.isActive()) in start() 134 if (m_timer.isActive()) in stop() 140 if (!m_timer.isActive()) in storeIntervalToPageState()
|
D | WMLDoElement.h | 47 bool isActive() const { return m_isActive; } in isActive() function
|
/external/webkit/WebCore/storage/ |
D | StorageAreaSync.cpp | 75 ASSERT(!m_syncTimer.isActive()); in ~StorageAreaSync() 86 if (m_syncTimer.isActive()) in scheduleFinalSync() 105 if (!m_syncTimer.isActive()) { in scheduleItemForSync() 121 if (!m_syncTimer.isActive()) { in scheduleClear()
|
/external/webkit/WebCore/page/ |
D | FrameView.cpp | 157 if (m_postLayoutTasksTimer.isActive()) { in ~FrameView() 475 if (m_layoutTimer.isActive()) { in syncCompositingStateRecursive() 563 if (!m_nestedLayoutCount && m_postLayoutTasksTimer.isActive()) { in layout() 750 if (!m_postLayoutTasksTimer.isActive()) { in layout() 754 if (!m_postLayoutTasksTimer.isActive() && needsLayout()) { in layout() 999 if ((m_deferringRepaints || m_deferredRepaintTimer.isActive() || delay) && !immediate) { in repaintContentRectangle() 1022 if (!m_deferringRepaints && !m_deferredRepaintTimer.isActive()) in repaintContentRectangle() 1067 if (m_deferredRepaintTimer.isActive()) in endDeferredRepaints() 1080 if (!m_deferredRepaintTimer.isActive()) in checkStopDelayingDeferredRepaints() 1126 if (m_deferredRepaintTimer.isActive()) { in resetDeferredRepaintDelay() [all …]
|
D | DOMTimer.cpp | 127 if (isActive()) { in fired() 160 return isActive(); in hasPendingActivity()
|
D | FocusController.h | 55 bool isActive() const { return m_isActive; } in isActive() function
|
/external/webkit/WebCore/rendering/ |
D | RenderMarquee.cpp | 156 if (m_timer.isActive() || m_layer->renderer()->style()->marqueeIncrement().isZero() in start() 249 if (m_timer.isActive()) in updateMarqueeStyle() 255 if (activate && !m_timer.isActive()) in updateMarqueeStyle() 257 else if (!activate && m_timer.isActive()) in updateMarqueeStyle()
|
D | RenderDataGrid.cpp | 183 bool RenderDataGrid::isActive() const in isActive() function in WebCore::RenderDataGrid 186 return page && page->focusController()->isActive(); in isActive()
|
D | RenderDataGrid.h | 70 virtual bool isActive() const;
|
D | RenderTheme.cpp | 663 if (!isActive(o)) in controlStatesForRenderer() 670 bool RenderTheme::isActive(const RenderObject* o) const in isActive() function in WebCore::RenderTheme 684 return page->focusController()->isActive(); in isActive() 754 if (!isActive(o)) in isDefault()
|
/external/webkit/WebCore/storage/wince/ |
D | LocalStorageThreadWince.cpp | 60 if (!m_timer.isActive()) in scheduleImport() 67 if (!m_timer.isActive()) in scheduleSync()
|
D | DatabaseThreadWince.cpp | 65 if (!m_timer.isActive()) in scheduleTask()
|
/external/webkit/WebCore/platform/ |
D | Timer.h | 49 bool isActive() const; 104 inline bool TimerBase::isActive() const in isActive() function
|
D | RunLoopTimer.h | 53 bool isActive() const;
|
D | ScrollbarClient.h | 42 virtual bool isActive() const = 0;
|
/external/webkit/WebCore/platform/win/ |
D | ScrollbarThemeSafari.cpp | 212 if (scrollbar->client()->isActive()) in paintTrackBackground() 225 if (scrollbar->client()->isActive()) in paintButton() 245 if (scrollbar->client()->isActive()) in paintThumb()
|
/external/webkit/WebCore/page/animation/ |
D | AnimationController.cpp | 117 if (!m_animationTimer.isActive() || m_animationTimer.repeatInterval() == 0) in updateAnimationTimer() 124 if (m_animationTimer.isActive()) in updateAnimationTimer() 130 if (m_animationTimer.isActive()) in updateAnimationTimer() 161 if (!m_updateStyleIfNeededDispatcher.isActive()) in startUpdateStyleIfNeededDispatcher()
|
/external/webkit/WebCore/workers/ |
D | WorkerRunLoop.cpp | 58 bool isActive() { return m_sharedTimerFunction && m_nextFireTime; } in isActive() function in WebCore::WorkerSharedTimer 151 …double absoluteTime = (predicate.isDefaultMode() && m_sharedTimer->isActive()) ? m_sharedTimer->fi… in runInMode()
|
/external/webkit/WebCore/platform/graphics/qt/ |
D | ImageBufferQt.cpp | 85 ASSERT(m_data.m_painter->isActive()); in context() 104 bool isPainting = m_data.m_painter->isActive(); in platformTransformColorSpace() 226 bool isPainting = data.m_painter->isActive(); in putImageData()
|
/external/webkit/WebCore/bindings/js/ |
D | GCController.cpp | 63 if (!m_GCTimer.isActive()) in garbageCollectSoon()
|
/external/webkit/WebCore/platform/chromium/ |
D | FramelessScrollView.cpp | 53 bool FramelessScrollView::isActive() const in isActive() function in WebCore::FramelessScrollView
|
D | FramelessScrollView.h | 66 virtual bool isActive() const;
|
/external/webkit/WebCore/platform/android/ |
D | PackageNotifier.cpp | 71 if (!m_isInitialized || m_timer.isActive()) in requestPackageResult()
|
/external/webkit/WebCore/platform/cf/ |
D | RunLoopTimerCF.cpp | 77 bool RunLoopTimerBase::isActive() const in isActive() function in WebCore::RunLoopTimerBase
|
/external/webkit/WebCore/html/ |
D | HTMLSourceElement.cpp | 96 if (m_errorEventTimer.isActive()) in scheduleErrorEvent()
|