Home
last modified time | relevance | path

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

123

/external/webkit/WebCore/wml/
DWMLTimerElement.cpp107 if (!m_card || m_timer.isActive()) in start()
124 if (m_timer.isActive()) in stop()
130 if (!m_timer.isActive()) in storeIntervalToPageState()
DWMLDoElement.h44 bool isActive() const { return m_isActive; } in isActive() function
/external/webkit/WebCore/rendering/
DRenderMarquee.cpp154 if (m_timer.isActive() || m_layer->renderer()->style()->marqueeIncrement().isZero()) in start()
243 if (m_timer.isActive()) in updateMarqueeStyle()
249 if (activate && !m_timer.isActive()) in updateMarqueeStyle()
251 else if (!activate && m_timer.isActive()) in updateMarqueeStyle()
DRenderListBox.h102 virtual bool isActive() const;
DRenderTheme.cpp575 if (!isActive(o)) in controlStatesForRenderer()
582 bool RenderTheme::isActive(const RenderObject* o) const in isActive() function in WebCore::RenderTheme
596 return page->focusController()->isActive(); in isActive()
/external/webkit/WebCore/page/
DDOMTimer.cpp113 if (isActive()) { in fired()
138 return isActive(); in hasPendingActivity()
DFrameView.cpp120 if (m_postLayoutTasksTimer.isActive()) { in ~FrameView()
419 if (!m_nestedLayoutCount && m_postLayoutTasksTimer.isActive()) { in layout()
572 if (!m_postLayoutTasksTimer.isActive()) { in layout()
780 if (m_layoutTimer.isActive() && m_delayedLayout && !delay) in scheduleRelayout()
782 if (m_layoutTimer.isActive()) in scheduleRelayout()
846 return m_layoutTimer.isActive(); in layoutPending()
874 if (!m_layoutTimer.isActive()) in unscheduleRelayout()
1091 bool FrameView::isActive() const in isActive() function in WebCore::FrameView
1094 return page && page->focusController()->isActive(); in isActive()
DFocusController.h54 bool isActive() const { return m_isActive; } in isActive() function
/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.cpp174 if (!m_animationTimer.isActive() || m_animationTimer.repeatInterval() == 0) in updateAnimationTimer()
181 if (m_animationTimer.isActive()) in updateAnimationTimer()
187 if (m_animationTimer.isActive()) in updateAnimationTimer()
218 if (!m_updateRenderingDispatcher.isActive()) in startUpdateRenderingDispatcher()
/external/webkit/WebCore/storage/
DLocalStorageArea.cpp66 ASSERT(!m_syncTimer.isActive()); in ~LocalStorageArea()
240 if (!m_syncTimer.isActive()) in scheduleItemForSync()
251 if (!m_syncTimer.isActive()) in scheduleClear()
/external/webkit/WebCore/platform/
DScrollbarClient.h43 virtual bool isActive() const = 0;
DTimer.h49 bool isActive() const;
DTimer.cpp203 bool TimerBase::isActive() const in isActive() function in WebCore::TimerBase
210 ASSERT(isActive()); in nextFireInterval()
DScrollbar.cpp241 if (m_scrollTimer.isActive()) in stopTimerIfNeeded()
436 return m_client && m_client->isActive(); in isWindowActive()
/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/bindings/js/
DGCController.cpp67 if (!m_GCTimer.isActive()) in garbageCollectSoon()
/external/webkit/WebCore/svg/animation/
DSMILTimeContainer.h54 bool isActive() const;
/external/webkit/WebCore/platform/qt/
DSharedTimerQt.cpp67 if (m_timer.isActive()) in ~SharedTimerQt()
/external/webkit/WebCore/platform/graphics/qt/
DImageBufferQt.cpp65 ASSERT(m_data.m_painter->isActive()); in context()
/external/webkit/WebCore/plugins/win/
DPluginMessageThrottlerWin.cpp77 if (!m_messageThrottleTimer.isActive()) in appendMessage()
/external/webkit/WebKit/win/
DWebScrollBar.h123 virtual bool isActive() const { return true; } in isActive() function
/external/webkit/WebCore/platform/network/curl/
DResourceHandleManager.cpp337 if (!m_downloadTimer.isActive() && (started || (runningHandles > 0))) in downloadTimerCallback()
446 if (!m_downloadTimer.isActive()) in add()
697 if (!m_downloadTimer.isActive()) in cancel()
/external/webkit/WebCore/history/
DPageCache.cpp180 if (!m_autoreleaseTimer.isActive()) in autorelease()

123