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

123

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DDeviceController.h51 bool isActive() { return !m_listeners.isEmpty(); } function in class:WebCore::DeviceController
H A DFocusController.h76 bool isActive() const { return m_isActive; } function in class:WebCore::FocusController
H A DDOMSecurityPolicy.cpp46 return context->contentSecurityPolicy()->isActive();
92 bool DOMSecurityPolicy::isActive() const function in class:WebCore::DOMSecurityPolicy
101 if (isActive())
119 if (!isActive())
/external/chromium_org/third_party/WebKit/Source/web/
H A DBackForwardClientImpl.cpp115 bool BackForwardClientImpl::isActive() function in class:WebKit::BackForwardClientImpl
H A DScrollbarGroup.cpp123 bool ScrollbarGroup::isActive() const function in class:WebKit::ScrollbarGroup
/external/aac/libFDK/include/
H A DFDK_crc.h107 UCHAR isActive; member in struct:__anon144
/external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
H A DFramelessScrollView.cpp53 bool FramelessScrollView::isActive() const function in class:WebCore::FramelessScrollView
67 return isActive();
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
H A DInputMethodManagerWrapper.java42 * @see android.view.inputmethod.InputMethodManager#isActive(View)
44 public boolean isActive(View view) { method in class:InputMethodManagerWrapper
45 return getInputMethodManager().isActive(view);
H A DAdapterInputConnection.java410 boolean isActive() { method in class:AdapterInputConnection
411 return getInputMethodManagerWrapper().isActive(mInternalView);
/external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/
H A DTestInputMethodManagerWrapper.java42 public boolean isActive(View view) { method in class:TestInputMethodManagerWrapper
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DUserActionElementSet.h44 bool isActive(const Node* node) { return hasFlags(node, IsActiveFlag); } function in class:WebCore::UserActionElementSet
/external/chromium_org/third_party/WebKit/Source/core/history/
H A DBackForwardController.cpp125 bool BackForwardController::isActive() function in class:WebCore::BackForwardController
127 return m_client->isActive();
/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/chromium_org/third_party/WebKit/Source/core/dom/shadow/
H A DInsertionPoint.cpp85 return isActive() && !hasDistribution();
88 bool InsertionPoint::isActive() const function in class:WebCore::InsertionPoint
115 return !isActive() && HTMLElement::rendererIsNeeded(context);
134 if (isActive() && !m_registeredWithShadowRoot && insertionPoint->treeScope()->rootNode() == root) {
181 if (!inDocument() || !attached() || !isActive())
H A DShadowRoot.cpp199 bool ShadowRoot::isActive() const function in class:WebCore::ShadowRoot
216 if (!isActive())
242 if (!isActive())
/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DTimer.h51 bool isActive() const;
121 inline bool TimerBase::isActive() const function in class:WebCore::TimerBase
145 if (isActive()) {
153 using TimerBase::isActive;
/external/chromium_org/third_party/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/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/chromium_org/third_party/WebKit/Source/core/svg/animation/
H A DSMILTimeContainer.cpp118 bool SMILTimeContainer::isActive() const function in class:WebCore::SMILTimeContainer
/external/chromium_org/third_party/WebKit/Source/core/workers/
H A DWorkerRunLoop.cpp57 bool isActive() { return m_sharedTimerFunction && m_nextFireTime; } function in class:WebCore::WorkerSharedTimer
159 absoluteTime = (predicate.isDefaultMode() && m_sharedTimer->isActive()) ? m_sharedTimer->fireTime() : MessageQueue<Task>::infiniteTime();
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBTransaction.h70 bool isActive() const { return m_state == Active; } function in class:WebCore::IDBTransaction
/external/qemu/android/
H A Dlooper.h121 int (*isActive) (void* impl); member in struct:LoopTimerClass
179 return timer->clazz->isActive(timer->impl);
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
H A DPhysicsRigidBody.java592 public boolean isActive() { method in class:PhysicsRigidBody
593 return isActive(objectId);
596 private native boolean isActive(long objectId); method in class:PhysicsRigidBody
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
H A DPhysicsRigidBody.java541 public boolean isActive() { method in class:PhysicsRigidBody
542 return rBody.isActive();

Completed in 559 milliseconds

123