HomeSort by relevance Sort by last modified time
    Searched defs:isActive (Results 1 - 25 of 82) sorted by null

1 2 3 4

  /external/webkit/Source/WebCore/dom/
DeviceMotionController.h 49 bool isActive() { return !m_listeners.isEmpty(); }
DeviceOrientationController.h 51 bool isActive() { return !m_listeners.isEmpty(); }
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
DeviceOrientationProviderQt.h 44 bool isActive() const { return m_rotation.isActive(); }
  /external/skia/gpu/include/
FlingState.h 29 bool isActive() const { return fActive; }
47 bool isActive() const { return fTime0 != 0; }
  /external/webkit/Source/WebCore/history/
BackForwardController.cpp 97 bool BackForwardController::isActive()
99 return m_client->isActive();
BackForwardListImpl.h 85 virtual bool isActive() { return enabled() && capacity(); }
  /external/webkit/Source/WebCore/page/
FocusController.h 58 bool isActive() const { return m_isActive; }
  /external/webkit/Source/WebCore/platform/cf/
RunLoopTimerCF.cpp 78 bool RunLoopTimerBase::isActive() const
  /external/webkit/Source/WebCore/platform/chromium/
FramelessScrollView.cpp 54 bool FramelessScrollView::isActive() const
  /external/webkit/Source/WebCore/storage/
IDBTransactionCoordinator.cpp 82 bool IDBTransactionCoordinator::isActive(IDBTransactionBackendImpl* transaction)
  /external/webkit/Source/WebCore/wml/
WMLDoElement.h 49 bool isActive() const { return m_isActive; }
  /external/webkit/Source/WebKit/chromium/src/
BackForwardListChromium.cpp 120 bool BackForwardListChromium::isActive()
  /external/webkit/Source/WebKit/win/
WebScrollBar.h 121 virtual bool isActive() const { return true; }
  /frameworks/base/tests/ImfTest/tests/src/com/android/imftest/samples/
ButtonActivityTest.java 51 assertTrue(mImm.isActive());
  /packages/apps/Exchange/src/com/android/exchange/
SecurityPolicyDelegate.java 28 public static boolean isActive(Context context, Policy policy) {
30 return new PolicyServiceProxy(context).isActive(policy);
  /packages/apps/Gallery2/src/com/android/gallery3d/anim/
AnimationSet.java 69 public boolean isActive() {
71 if (anim.isActive()) return true;
Animation.java 42 // The isActive() method returns true after the animation start() is called and
72 public boolean isActive() {
  /external/webkit/Source/WebKit2/Platform/gtk/
RunLoopGtk.cpp 132 bool RunLoop::TimerBase::isActive() const
  /frameworks/base/core/java/android/net/
InterfaceConfiguration.java 56 public boolean isActive() {
  /external/webkit/Source/WebCore/editing/
SpellingCorrectionController.h 66 bool isActive;
  /external/webkit/Source/WebCore/platform/
Timer.h 50 bool isActive() const;
106 inline bool TimerBase::isActive() const
  /external/webkit/Source/WebKit2/Platform/qt/
RunLoopQt.cpp 141 bool RunLoop::TimerBase::isActive() const
  /external/webkit/Source/WebKit2/Shared/
WebPageCreationParameters.h 49 bool isActive;
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
PolicyServiceProxy.java 70 public boolean isActive(final Policy arg0) throws RemoteException {
73 mReturn = mService.isActive(arg0);
75 }, "isActive");
78 Log.v(TAG, "isActive: " + ((mReturn == null) ? "null" : mReturn));
81 throw new ServiceUnavailableException("isActive");
160 public static boolean isActive(Context context, Policy policies) {
162 return new PolicyServiceProxy(context).isActive(policies);
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/anim/
AnimationTest.java 32 assertTrue(a.isActive()); // should be active now
42 assertTrue(!a.isActive()); // should be inactive now
45 assertTrue(a.isActive()); // should be active now

Completed in 533 milliseconds

1 2 3 4