Searched defs:isActive (Results 1 - 25 of 71) sorted by relevance

123

/external/webkit/Source/WebCore/dom/
H A DDeviceMotionController.h49 bool isActive() { return !m_listeners.isEmpty(); } function in class:WebCore::DeviceMotionController
H A DDeviceOrientationController.h51 bool isActive() { return !m_listeners.isEmpty(); } function in class:WebCore::DeviceOrientationController
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DDeviceOrientationProviderQt.h44 bool isActive() const { return m_rotation.isActive(); } function in class:WebCore::DeviceOrientationProviderQt
/external/webkit/Source/WebCore/history/
H A DBackForwardListImpl.h85 virtual bool isActive() { return enabled() && capacity(); } function in class:WebCore::BackForwardListImpl
H A DBackForwardController.cpp97 bool BackForwardController::isActive() function in class:WebCore::BackForwardController
99 return m_client->isActive();
/external/webkit/Source/WebCore/page/
H A DFocusController.h58 bool isActive() const { return m_isActive; } function in class:WebCore::FocusController
/external/webkit/Source/WebCore/platform/cf/
H A DRunLoopTimerCF.cpp78 bool RunLoopTimerBase::isActive() const function in class:WebCore::RunLoopTimerBase
/external/webkit/Source/WebCore/storage/
H A DIDBTransactionCoordinator.cpp82 bool IDBTransactionCoordinator::isActive(IDBTransactionBackendImpl* transaction) function in class:WebCore::IDBTransactionCoordinator
/external/webkit/Source/WebCore/wml/
H A DWMLDoElement.h49 bool isActive() const { return m_isActive; } function in class:WebCore::WMLDoElement
/external/webkit/Source/WebKit/chromium/src/
H A DBackForwardListChromium.cpp120 bool BackForwardListChromium::isActive() function in class:WebKit::BackForwardListChromium
/external/webkit/Source/WebKit/win/
H A DWebScrollBar.h121 virtual bool isActive() const { return true; } function in class:WebScrollBar
/external/aac/libFDK/include/
H A DFDK_crc.h107 UCHAR isActive; member in struct:__anon141
/external/webkit/Source/WebCore/platform/chromium/
H A DFramelessScrollView.cpp54 bool FramelessScrollView::isActive() const function in class:WebCore::FramelessScrollView
/external/webkit/Source/WebCore/platform/
H A DTimer.h50 bool isActive() const;
106 inline bool TimerBase::isActive() const function in class:WebCore::TimerBase
/external/webkit/Source/WebKit2/Platform/gtk/
H A DRunLoopGtk.cpp132 bool RunLoop::TimerBase::isActive() const function in class:RunLoop::TimerBase
/external/webkit/Source/WebKit2/Platform/qt/
H A DRunLoopQt.cpp141 bool RunLoop::TimerBase::isActive() const function in class:RunLoop::TimerBase
/external/webkit/Source/WebKit2/Shared/
H A DWebPageCreationParameters.h49 bool isActive; member in struct:WebKit::WebPageCreationParameters
/external/chromium/chrome/browser/resources/net_internals/
H A Dview.js42 View.prototype.isActive = function() {
H A Dsourceentry.js104 if (filter.isActive && !this.isActive_)
300 SourceEntry.prototype.isActive = function() {
/external/skia/include/views/
H A DSkTouchGesture.h17 bool isActive() const { return fActive; } function in struct:SkFlingState
40 bool isActive() { return fFlinger.isActive(); } function in class:SkTouchGesture
/external/webkit/Source/WebCore/editing/
H A DSpellingCorrectionController.h66 bool isActive; member in struct:WebCore::CorrectionPanelInfo
/external/webkit/Source/WebCore/platform/win/
H A DPopupMenuWin.h99 virtual bool isActive() const { return true; } function in class:WebCore::PopupMenuWin
/external/webkit/Source/WebKit2/Platform/win/
H A DRunLoopWin.cpp218 bool RunLoop::TimerBase::isActive() const function in class:RunLoop::TimerBase
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebBackForwardListProxy.cpp214 bool WebBackForwardListProxy::isActive() function in class:WebKit::WebBackForwardListProxy
/external/qemu/android/
H A Dlooper.h121 int (*isActive) (void* impl); member in struct:LoopTimerClass
179 return timer->clazz->isActive(timer->impl);

Completed in 384 milliseconds

123