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

1 2 3 4 5 6

  /external/webkit/WebCore/storage/wince/
LocalStorageThreadWince.cpp 60 if (!m_timer.isActive())
67 if (!m_timer.isActive())
DatabaseThreadWince.cpp 65 if (!m_timer.isActive())
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/
UiElementTreeEditPart.java 55 if (!isActive()) {
63 if (isActive()) {
  /frameworks/base/core/java/com/android/internal/view/
IInputConnectionWrapper.java 85 public boolean isActive() {
191 if (ic == null || !isActive()) {
207 if (ic == null || !isActive()) {
223 if (ic == null || !isActive()) {
239 if (ic == null || !isActive()) {
255 if (ic == null || !isActive()) {
269 if (ic == null || !isActive()) {
278 if (ic == null || !isActive()) {
287 if (ic == null || !isActive()) {
296 if (ic == null || !isActive()) {
    [all...]
  /external/webkit/WebCore/page/
FocusController.h 55 bool isActive() const { return m_isActive; }
DOMTimer.cpp 127 if (isActive()) {
160 return isActive();
PluginHalter.cpp 108 if (m_timer.isActive())
  /external/webkit/WebCore/platform/chromium/
FramelessScrollView.cpp 53 bool FramelessScrollView::isActive() const
FramelessScrollView.h 66 virtual bool isActive() const;
  /external/webkit/WebCore/wml/
WMLDoElement.h 47 bool isActive() const { return m_isActive; }
WMLTimerElement.cpp 117 if (!m_card || m_timer.isActive())
134 if (m_timer.isActive())
140 if (!m_timer.isActive())
  /frameworks/base/tests/ImfTest/tests/src/com/android/imftest/samples/
ButtonActivityTest.java 51 assertTrue(mImm.isActive());
  /external/webkit/WebCore/platform/
Timer.h 49 bool isActive() const;
104 inline bool TimerBase::isActive() const
RunLoopTimer.h 53 bool isActive() const;
ScrollbarClient.h 42 virtual bool isActive() const = 0;
  /external/webkit/WebCore/bindings/js/
GCController.cpp 63 if (!m_GCTimer.isActive())
  /external/webkit/WebCore/rendering/
RenderDataGrid.h 70 virtual bool isActive() const;
RenderMarquee.cpp 156 if (m_timer.isActive() || m_layer->renderer()->style()->marqueeIncrement().isZero()
249 if (m_timer.isActive())
255 if (activate && !m_timer.isActive())
257 else if (!activate && m_timer.isActive())
  /packages/apps/AccountsAndSyncSettings/src/com/android/settings/
SyncStateCheckBoxPreference.java 109 * @param isActive whether or not the sync is active
111 public void setActive(boolean isActive) {
112 mIsActive = isActive;
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSecurity.java 135 if (sp.isActive(null)) {
142 if (sp.isActive(null)) {
  /external/webkit/WebCore/html/
HTMLSourceElement.cpp 96 if (m_errorEventTimer.isActive())
  /external/webkit/WebCore/platform/android/
PackageNotifier.cpp 71 if (!m_isInitialized || m_timer.isActive())
  /external/webkit/WebCore/platform/cf/
RunLoopTimerCF.cpp 77 bool RunLoopTimerBase::isActive() const
  /external/webkit/WebCore/platform/qt/
SharedTimerQt.cpp 67 if (m_timer.isActive())
  /external/webkit/WebCore/storage/
StorageAreaSync.cpp 75 ASSERT(!m_syncTimer.isActive());
86 if (m_syncTimer.isActive())
105 if (!m_syncTimer.isActive()) {
121 if (!m_syncTimer.isActive()) {

Completed in 960 milliseconds

1 2 3 4 5 6