HomeSort by relevance Sort by last modified time
    Searched refs:isActive (Results 201 - 225 of 304) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/base/media/java/android/media/
WebVttRenderer.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
Frame.cpp 197 if (!view && document() && document()->isActive()) {
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocket.cpp 101 if (m_state != Suspended || m_resumeTimer.isActive())
  /external/chromium_org/third_party/WebKit/Source/platform/mac/
ScrollAnimatorMac.mm     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.h 200 virtual bool isActive() const;
    [all...]
WebViewImpl.cpp 485 ASSERT(!m_helperPluginCloseTimer.isActive());
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/
EasAccountService.java 370 if ((policy != null) && !PolicyServiceProxy.isActive(mContext, policy)) {
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
SlotView.java 322 if (mAnimation != null && mAnimation.isActive()) {
  /external/chromium_org/third_party/WebKit/Source/core/css/
SelectorChecker.cpp 509 return !element.document().page()->focusController().isActive();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
ResourceFetcher.cpp 684 if (!m_resourceTimingReportTimer.isActive())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerScrollableArea.cpp 210 bool RenderLayerScrollableArea::isActive() const
213 return page && page->focusController().isActive();
    [all...]
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp 104 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].isActive = true;
626 return ctx->dpyAttr[HWC_DISPLAY_EXTERNAL].isActive;
    [all...]
  /hardware/qcom/display/msm8x26/libhwcomposer/
hwc_utils.cpp 104 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].isActive = true;
586 return ctx->dpyAttr[HWC_DISPLAY_EXTERNAL].isActive;
    [all...]
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.registry_3.5.0.v20100503.jar 
org.eclipse.equinox.frameworkadmin.equinox_1.0.200.v20100505.jar 
  /external/chromium_org/chrome/third_party/chromevox/chromevox/injected/
mathjax_external_util.js 142 cvox.MathJaxExternalUtil.isActive = function() {
  /frameworks/base/services/java/com/android/server/
NetworkManagementService.java 512 boolean isActive = cooked[2].equals("active");
513 notifyInterfaceClassActivity(cooked[3], isActive);
    [all...]
  /packages/apps/Email/emailsync/src/com/android/emailsync/
SyncManager.java 396 if (PolicyServiceProxy.isActive(SyncManager.this, null)) {
399 log("isActive true; release hold for " + account.mDisplayName);
    [all...]
  /packages/apps/Music/src/com/android/music/
MusicUtils.java     [all...]
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js 22 a)});var cvox={AbstractMsgs:function(){}};cvox.AbstractMsgs.prototype.getLocale=function(){};cvox.AbstractMsgs.prototype.getMsg=function(){};cvox.AbstractMsgs.prototype.getNumber=function(){};cvox.VERBOSITY_VERBOSE=0;cvox.VERBOSITY_BRIEF=1;cvox.ChromeVox=function(){};cvox.ChromeVox.host=null;cvox.ChromeVox.msgs=null;cvox.ChromeVox.isActive=!0;cvox.ChromeVox.version=null;cvox.ChromeVox.earcons=null;cvox.ChromeVox.navigationManager=null;cvox.ChromeVox.serializer=null;cvox.ChromeVox.isStickyOn=!1;cvox.ChromeVox.keyPrefixOn=!1;cvox.ChromeVox.verbosity=cvox.VERBOSITY_VERBOSE;cvox.ChromeVox.typingEcho=0;cvox.ChromeVox.keyEcho={};cvox.ChromeVox.position={};cvox.ChromeVox.isChromeOS=-1!=navigator.userAgent.indexOf("CrOS");
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
main.js     [all...]
  /external/chromium_org/content/renderer/npapi/
webplugin_delegate_proxy.cc 850 webview && webview->isActive());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXObjectCache.cpp 764 if (!m_notificationPostTimer.isActive())
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFormElement.cpp 475 if (!m_requestAutocompleteTimer.isActive())

Completed in 3972 milliseconds

1 2 3 4 5 6 7 891011>>