Searched defs:isActive (Results 26 - 50 of 71) sorted by relevance

123

/external/webkit/Source/WebCore/rendering/
H A DRenderDataGrid.cpp200 bool RenderDataGrid::isActive() const function in class:WebCore::RenderDataGrid
203 return page && page->focusController()->isActive();
H A DRenderTheme.cpp729 if (!isActive(o))
736 bool RenderTheme::isActive(const RenderObject* o) const function in class:WebCore::RenderTheme
750 return page->focusController()->isActive();
843 if (!isActive(o))
H A DRenderListBox.cpp696 bool RenderListBox::isActive() const function in class:WebCore::RenderListBox
699 return page && page->focusController()->isActive();
/external/webkit/Source/WebCore/storage/
H A DStorageTracker.cpp552 bool StorageTracker::isActive() function in class:WebCore::StorageTracker
/external/webkit/Source/WebCore/svg/animation/
H A DSMILTimeContainer.cpp89 bool SMILTimeContainer::isActive() const function in class:WebCore::SMILTimeContainer
/external/webkit/Source/WebCore/workers/
H A DWorkerRunLoop.cpp58 bool isActive() { return m_sharedTimerFunction && m_nextFireTime; } function in class:WebCore::WorkerSharedTimer
152 double absoluteTime = (predicate.isDefaultMode() && m_sharedTimer->isActive()) ? m_sharedTimer->fireTime() : MessageQueue<Task>::infiniteTime();
/external/webkit/Source/WebKit/chromium/src/
H A DWebScrollbarImpl.cpp288 bool WebScrollbarImpl::isActive() const function in class:WebKit::WebScrollbarImpl
H A DWebViewImpl.cpp2068 bool WebViewImpl::isActive() const function in class:WebKit::WebViewImpl
2070 return (page() && page()->focusController()) ? page()->focusController()->isActive() : false;
/external/webkit/Source/WebKit2/UIProcess/win/
H A DWebPopupMenuProxyWin.h69 virtual bool isActive() const { return true; } function in class:WebKit::WebPopupMenuProxyWin
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DWebUrlLoaderClient.cpp90 bool WebUrlLoaderClient::isActive() const function in class:android::WebUrlLoaderClient
266 if (!isActive())
278 if (!isActive())
288 if (!isActive())
302 if (!isActive())
315 if (isActive() && thread)
323 if (isActive() && thread)
365 if (!isActive())
393 if (!isActive() || !size)
404 if (!isActive() || !st
[all...]
/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();
/external/chromium/chrome/browser/chromeos/status/
H A Dnetwork_menu.cc479 bool isActive = active_cellular && local
484 if (isActive)
491 if (isActive && supports_data_plan) {
/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DGraphicsContextAndroid.cpp652 int to, bool isActive)
659 colorSpace, from, to, isActive);
648 drawHighlightForText(const Font& font, const TextRun& run, const FloatPoint& point, int h, const Color& backgroundColor, ColorSpace colorSpace, int from, int to, bool isActive) argument
H A DPlatformGraphicsContextRecording.cpp291 int to, bool isActive)
294 if (isActive)
288 drawHighlightForText( const Font& font, const TextRun& run, const FloatPoint& point, int h, const Color& backgroundColor, ColorSpace colorSpace, int from, int to, bool isActive) argument
H A DPlatformGraphicsContextSkia.cpp339 int to, bool isActive)
342 if (isActive)
336 drawHighlightForText( const Font& font, const TextRun& run, const FloatPoint& point, int h, const Color& backgroundColor, ColorSpace colorSpace, int from, int to, bool isActive) argument
/external/webkit/Source/WebKit2/UIProcess/gtk/
H A DWebView.cpp346 bool WebView::isActive() function in class:WebKit::WebView
/external/chromium/chrome/browser/resources/net_internals/
H A Dmain.js1020 if (this.observerInfos_[i].observer.isActive())
1049 UpdateAllObserver.prototype.isActive = function() {
/external/clang/include/clang/Basic/
H A DDiagnostic.h804 /// isActive - Determine whether this diagnostic is still active.
805 bool isActive() const { return IsActive; } function in class:clang::DiagnosticBuilder
817 if (!isActive()) return false;
855 assert(isActive() && "Clients must not add to cleared diagnostic!");
863 assert(isActive() && "Clients must not add to cleared diagnostic!");
871 assert(isActive() && "Clients must not add to cleared diagnostic!");
878 assert(isActive() && "Clients must not add to cleared diagnostic!");
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-starteam.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/guava/guava-tests/test/com/google/common/cache/
H A DLocalCacheTest.java2651 public boolean isActive() { method in class:LocalCacheTest.DummyValueReference
/external/guava/guava/src/com/google/common/cache/
H A DLocalCache.java673 boolean isActive(); method in interface:LocalCache.ValueReference
707 public boolean isActive() {
1669 public boolean isActive() { method in class:LocalCache.WeakValueReference
1715 public boolean isActive() { method in class:LocalCache.SoftValueReference
1761 public boolean isActive() { method in class:LocalCache.StrongValueReference
2879 if (valueReference.isActive()) {
3011 if (valueReference.isActive()) {
3064 if (valueReference.isActive()) {
3114 } else if (valueReference.isActive()) {
3158 if (oldValueReference.isActive()) {
3517 public boolean isActive() { method in class:LocalCache.LoadingValueReference
[all...]
/external/webkit/Source/WebCore/page/
H A DFrameView.cpp1541 if ((m_deferringRepaints || m_deferredRepaintTimer.isActive() || delay) && !immediate) {
1564 if (!m_deferringRepaints && !m_deferredRepaintTimer.isActive())
1628 if (m_deferredRepaintTimer.isActive())
1641 if (!m_deferredRepaintTimer.isActive())
1694 if (m_deferredRepaintTimer.isActive()) {
1754 if (m_layoutTimer.isActive() && m_delayedLayout && !delay)
1756 if (m_layoutTimer.isActive())
1818 return m_layoutTimer.isActive();
1850 if (!m_layoutTimer.isActive())
2141 bool FrameView::isActive() cons function in class:WebCore::FrameView
[all...]
/external/clang/include/clang/Parse/
H A DParser.h587 bool isActive; member in class:clang::Parser::TentativeParsingAction
593 isActive = true;
596 assert(isActive && "Parsing action was finished!");
598 isActive = false;
601 assert(isActive && "Parsing action was finished!");
604 isActive = false;
607 assert(!isActive && "Forgot to call Commit or Revert!");
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebPage.cpp219 setActive(parameters.isActive);
1118 void WebPage::setActive(bool isActive) argument
1120 m_page->focusController()->setActive(isActive);
1125 (*it)->setWindowIsFocused(isActive);
1848 return m_page->focusController()->isActive();

Completed in 637 milliseconds

123