Home
last modified time | relevance | path

Searched refs:isActive (Results 1 – 25 of 106) sorted by relevance

12345

/external/webkit/WebCore/wml/
DWMLTimerElement.cpp117 if (!m_card || m_timer.isActive()) in start()
134 if (m_timer.isActive()) in stop()
140 if (!m_timer.isActive()) in storeIntervalToPageState()
DWMLDoElement.h47 bool isActive() const { return m_isActive; } in isActive() function
/external/webkit/WebCore/storage/
DStorageAreaSync.cpp75 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/
DFrameView.cpp157 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 …]
DDOMTimer.cpp127 if (isActive()) { in fired()
160 return isActive(); in hasPendingActivity()
DFocusController.h55 bool isActive() const { return m_isActive; } in isActive() function
/external/webkit/WebCore/rendering/
DRenderMarquee.cpp156 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()
DRenderDataGrid.cpp183 bool RenderDataGrid::isActive() const in isActive() function in WebCore::RenderDataGrid
186 return page && page->focusController()->isActive(); in isActive()
DRenderDataGrid.h70 virtual bool isActive() const;
DRenderTheme.cpp663 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/
DLocalStorageThreadWince.cpp60 if (!m_timer.isActive()) in scheduleImport()
67 if (!m_timer.isActive()) in scheduleSync()
DDatabaseThreadWince.cpp65 if (!m_timer.isActive()) in scheduleTask()
/external/webkit/WebCore/platform/
DTimer.h49 bool isActive() const;
104 inline bool TimerBase::isActive() const in isActive() function
DRunLoopTimer.h53 bool isActive() const;
DScrollbarClient.h42 virtual bool isActive() const = 0;
/external/webkit/WebCore/platform/win/
DScrollbarThemeSafari.cpp212 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/
DAnimationController.cpp117 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/
DWorkerRunLoop.cpp58 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/
DImageBufferQt.cpp85 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/
DGCController.cpp63 if (!m_GCTimer.isActive()) in garbageCollectSoon()
/external/webkit/WebCore/platform/chromium/
DFramelessScrollView.cpp53 bool FramelessScrollView::isActive() const in isActive() function in WebCore::FramelessScrollView
DFramelessScrollView.h66 virtual bool isActive() const;
/external/webkit/WebCore/platform/android/
DPackageNotifier.cpp71 if (!m_isInitialized || m_timer.isActive()) in requestPackageResult()
/external/webkit/WebCore/platform/cf/
DRunLoopTimerCF.cpp77 bool RunLoopTimerBase::isActive() const in isActive() function in WebCore::RunLoopTimerBase
/external/webkit/WebCore/html/
DHTMLSourceElement.cpp96 if (m_errorEventTimer.isActive()) in scheduleErrorEvent()

12345