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

12 3 4

  /external/chromium/chrome/browser/resources/net_internals/
view.js 42 View.prototype.isActive = function() {
sourceentry.js 104 if (filter.isActive && !this.isActive_)
300 SourceEntry.prototype.isActive = function() {
  /external/skia/include/views/
SkTouchGesture.h 10 bool isActive() const { return fActive; }
33 bool isActive() { return fFlinger.isActive(); }
  /external/webkit/Source/WebCore/platform/win/
PopupMenuWin.h 99 virtual bool isActive() const { return true; }
  /external/webkit/Source/WebCore/rendering/
RenderDataGrid.cpp 200 bool RenderDataGrid::isActive() const
203 return page && page->focusController()->isActive();
RenderListBox.cpp 696 bool RenderListBox::isActive() const
699 return page && page->focusController()->isActive();
RenderTheme.cpp 729 if (!isActive(o))
736 bool RenderTheme::isActive(const RenderObject* o) const
750 return page->focusController()->isActive();
843 if (!isActive(o))
    [all...]
  /external/webkit/Source/WebCore/svg/animation/
SMILTimeContainer.cpp 89 bool SMILTimeContainer::isActive() const
  /external/webkit/Source/WebCore/workers/
WorkerRunLoop.cpp 58 bool isActive() { return m_sharedTimerFunction && m_nextFireTime; }
152 double absoluteTime = (predicate.isDefaultMode() && m_sharedTimer->isActive()) ? m_sharedTimer->fireTime() : MessageQueue<Task>::infiniteTime();
  /external/webkit/Source/WebKit2/Platform/win/
RunLoopWin.cpp 218 bool RunLoop::TimerBase::isActive() const
  /external/webkit/Source/WebKit2/UIProcess/win/
WebPopupMenuProxyWin.h 69 virtual bool isActive() const { return true; }
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebBackForwardListProxy.cpp 214 bool WebBackForwardListProxy::isActive()
  /system/media/mca/filterfw/java/android/filterfw/core/
GLEnvironment.java 65 public boolean isActive() {
  /cts/tests/tests/view/src/android/view/inputmethod/cts/
InputMethodManagerTest.java 90 method = "isActive",
95 method = "isActive",
160 assertTrue(imManager.isActive());
162 assertTrue(imManager.isActive(view));
  /external/qemu/android/
looper.h 121 int (*isActive) (void* impl);
179 return timer->clazz->isActive(timer->impl);
  /external/webkit/Source/WebCore/storage/
StorageTracker.cpp 552 bool StorageTracker::isActive()
  /external/webkit/Source/WebKit/android/WebCoreSupport/
WebUrlLoaderClient.cpp 89 bool WebUrlLoaderClient::isActive() const
265 if (!isActive())
277 if (!isActive())
287 if (!isActive())
301 if (!isActive())
314 if (isActive() && thread)
322 if (isActive() && thread)
364 if (!isActive())
392 if (!isActive() || !size)
403 if (!isActive() || !str->size()
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebScrollbarImpl.cpp 288 bool WebScrollbarImpl::isActive() const
  /frameworks/base/core/java/com/android/internal/widget/multiwaveview/
TargetDrawable.java 106 public boolean isActive() {
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
WnnDictionary.java 110 public boolean isActive();
  /external/webkit/Source/WebKit2/UIProcess/gtk/
WebView.cpp 346 bool WebView::isActive()
  /packages/apps/Email/src/com/android/email/
SecurityPolicy.java 285 public boolean isActive(Policy policy) {
288 StringBuilder sb = new StringBuilder("isActive for " + policy + ": ");
312 * Return bits from isActive: Device Policy Manager has not been activated
317 * Return bits from isActive: Some required configuration is not correct (no user action).
322 * Return bits from isActive: Password needs to be set or updated
327 * Return bits from isActive: Encryption has not be enabled
506 * API: Sync service should call this any time a sync fails due to isActive() returning false.
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
AlbumDataAdapter.java 111 if (!isActive(index)) {
126 public boolean isActive(int index) {
AlbumSetDataAdapter.java 140 public boolean isActive(int index) {
  /external/chromium/chrome/browser/chromeos/status/
network_menu.cc 479 bool isActive = active_cellular &&
484 if (isActive)
491 if (isActive && supports_data_plan) {
    [all...]

Completed in 628 milliseconds

12 3 4